Home > Articles > Networking

This chapter is from the book

This chapter is from the book

A Case Study in Deploying IS-IS

Now that we've looked at the IS-IS protocol in detail and discussed some deployment options and questions, let's work through deploying IS-IS on a network to put some of this knowledge into use. The network we will implement IS-IS on is illustrated in Figure 4-9.

Figure 4-9Figure 4 – 9 Network for IS-IS implementation case study


While this is a simple network in many respects—for instance, it's a two-layer design rather than a three-layer design—it will provide some interesting areas of consideration for implementing IS-IS. We'll first consider some fundamental questions, such as whether or not to divide the network into domains, and then we'll focus on each area of the network, and consider the design and problems we might face in each one.

To Divide or Not to Divide

The first question we need to answer when looking at implementing IS-IS on this network is whether to divide it into domains or leave it as one large area. Since this is a moderate-sized network (it is about 300 routers), it could easily be placed in a single routing domain. If we decided to place it in a single domain, would we place it in a single L2 domain or a single L1 domain? Our choice would be to place it in a single L2 domain, for the reasons we described in "Putting the Network in One Routing Domain," earlier in this chapter.

However, there are a number of good reasons to break this network into separate level 1 and level 2 domains. For instance, the IT lab probably wants to be separated from the network in some way, so any experiments going on there have minimal (or no) impact on the rest of the network. At the same time, the IT lab would like to receive full routing information from the network, so this information can be recorded and fed into the test networks for various purposes (rather than relying entirely on network topology generators).

The most compelling reason to break the network into areas is, of course, so we can discuss the process of breaking the network into areas and describe how to handle the various issues that arise when doing so. Let's begin by determining that we should break the network into separate level 1 and level 2 routing domains.

Dividing the Network

Once we've decided to divide the network, where should the dividing lines be? Looking at Figure 4-9, there appear to be several areas of the network which naturally fall into domains.

  • The remotes sites could fall into a single L1 domain, or two L1 domains.

  • The data center could be placed within an L1 domain.

  • The IT lab could be placed in its own L1 routing domain.

  • The DMZ and connection to the Internet and the corporate partner could be placed in a separate L1 domain.

  • The remainder of the intermediate systems, the core of the network, could be placed in an L2 routing domain.

NOTE

The term DMZ, or Demilitarized Zone, comes from the common practice of having an area between two countries which is demilitarized, or that no arms are allowed into, with checkpoints and other safeguards between the DMZ and the country proper. In networking, the DMZ is the area between an untrusted network and the internal (trusted) network where security is implemented, or where servers and other devices are located without compromising the integrity of the trusted (internal) network.

With this set of domains as our background, let's look at each section of the network and determine what design challenges we are going to face in each one.

Remote Sites

We'll begin our tour of the network by examining several issues in handling the remote sites, beginning with IP address summarization.

Remote Site Summarization

Figure 4-10 illustrates just the remote sites with their connections to the net

Figure 4-10Figure 4 – 10 Remote sites

These two sets of remote sites fall within two natural IP address ranges, 10.1.0.0 through 10.1.120.0 and 10.4.128.0 through 10.4.250.0. Since we are concerned with the ability to summarize IP address spaces, and summarization is possible only at an L1/L2 border, the best place to put this border is going to be at intermediate systems A and B in Figure 4-10, where the remote sites converge. One of the tasks entails configuring the links towards the remote site routers as level 1–only links, and configuring the links towards the remainder of the core as level 2–only links.

IP summaries of 10.1.0.0/17 and 10.4.128.0/17 seem to be the most natural summaries intermediate systems A and B could advertise: they would cover 10.1.0.0/24 through 10.1.127.0/24 and 10.4.128.0/24 through 10.4.255.0/24. There is an obvious problem with the lower of these two summaries, 10.1.0.0/17, since 10.1.127.0/24 is being used as the DMZ connecting this network to external networks. Does the overlap mean that we can't summarize this address range?

No—remember that routers always make a forwarding decision based on the longest prefix match, which means a router switching a packet which could be switched based on two different learned paths will use the more specific one. Assume we go ahead and summarize at intermediate systems A and B, using the summaries indicated above. Intermediate system C would then receive the following paths:

  • 10.4.128.0/17, reachable through intermediate systems A and B

  • 10.1.0.0/17, reachable through intermediate systems A and B

  • 10.1.127.0/24, reachable through intermediate system D.

If intermediate system C receives a packet destined to 10.1.1.1, for instance, it would switch it along the path available to 10.1.0.0/17, as this is the only match for the destination of the packet. If, however, intermediate system C receives a packet destined to 10.1.127.1, it will find that the packet's destination address matches both 10.1.0.0/17 and 10.1.127.0/24. Because 10.1.1127.0/24 has a longer prefix length (is more specific), C will route the packet along that path towards that destination.

The next issues we must consider when summarizing two points in the network are routing black holes and suboptimal routing on link failure. Suppose that we've configured the 10.1.0.0/17 summary on both intermediate systems A and B, and we then lose the link between A and some remote site, say 10.1.0.0/24, as illustrated in Figure 4-11.

Figure 4-11Figure 4 – 11 A routing black hole and suboptimal routing

Even though this link fails, intermediate systems A and B will still be advertising the 10.1.0.0/17 summary to C and the rest of the core. Suppose that C chooses the path through A instead of the path through B. If there is filtering of some type in place, A simply might not know about the path through E and will drop the packets (see the earlier section "Routing Black Holes").

If A does know about this alternate path (which is generally the case in an IS-IS network), it will send the packets along to E, which will then forward the packets to B, which will then forward them to the intermediate system F. Of course, if these are truly remote sites, the links between these sites and the hubs will most likely not be sized to handle the traffic for two sites. For example, in this case the links between E and intermediate systems A and B will likely become overwhelmed and either fail or cause some traffic to be dropped.

The most common solution to routing black holes and suboptimal routing is to make certain that some other link, designed to handle the traffic load, is available between intermediate systems A and B within the level 1 routing domain. Here the direct link between A and B should be placed in the level 1 routing domain, along with the remote sites. As a result, traffic received by A, and destined to the remote site, will traverse the link to B and then be routed to F.

Remote Site Optimal Routing

Finally, we need to consider suboptimal routing within the level 1 routing domain created for the remote sites. Figure 4-12 illustrates this scenario.

Figure 4-12Figure 4 – 12 Suboptimal routing within the remote sites level 1 domain

For clarity, only one remote site, 10.1.120.0/24, is shown in Figure 4-12. If intermediate systems A and B are setting their attached bits, each remote site IS will choose one of the two possible exit points, or it will decide to load share between the two exit points, depending on what the metrics of each link are within the routing domain. Let's assume the network administrator wants to direct the traffic towards the data center through intermediate system A.

We could accomplish the task with a number of techniques, including the use of static routes. However, we'd rather use something that relies entirely on the IS-IS protocol already deployed in the network and requires minimal configuration and maintenance. The most straightforward way to achieve the desired result is to leak the routes to the data center into the level 1 routing domain at intermediate system A, and not leak them at intermediate system B. The remote sites would now use the leaked routes to reach the data center, and the default routes, which result from the attached bit set on A and B, to reach all other destinations outside the level 1 domain.

Remote Site Routing Domain

After considering each of the issues outlined in the section above, the best option for the remote site intermediate systems is to put them all in one domain, as illustrated in Figure 4-13.

Figure 4-13Figure 4 – 13 Remote site level 1 domain

The Data Center

Next, let's consider how to handle the data center—should it be a single level 1 routing domain? Figure 4-14 shows just this area of the network for closer examination.

Figure 4-14Figure 4 – 14 The data center

There are two primary considerations when we examine this small piece of the network. The first is those parallel links where all the servers are attached at the top, running between intermediate systems G and H. While it might not seem like a big deal, as the number of links increases, the number of duplicate LSPs flooded along these parallel links could become excessive. What can we do to cut down on the amount of flooding in this area of the network?

The first solution we want to explore is to mark the interfaces to which servers are connected as passive interfaces. This setting allows IS-IS to route to and from the server links, but not through them. Since these links probably were not sized with the idea of transiting traffic over them, the result is acceptable.

NOTE

Marking an interface passive in the Cisco IOS Software instructs the routing protocol, in this case IS-IS, to include the interface in any reachability information it is transmitting to other intermediate systems, but not to run the protocol over the actual link connected to the interface. In practice, this means IS-IS will not transmit hello packets over an interface which is marked passive in the Cisco IOS Software.

Another option is to use a mesh group to prevent A and B from excessively flooding across these links. They will still route traffic across (through) each of these links, but they will not flood any information across them. For this network, we'll choose to configure all the server links as a mesh group, and only to forward information across the one direct link between these two intermediate systems with no servers attached. This last task is achieved by configuring a lower metric on that link.

Should we also worry about these links flooding into the rest of the network? No, because intermediate systems G and H will advertise only one link between them anyway. Intermediate system G will recognize, from the information in the hello packets, that all of these parallel links are connected to H, so it will only include in its LSP one connection to H, rather than one for every link.

The second consideration for this area of the network is if part of it should be L1 only, or if this entire piece should be included in the L2 routing domain. The three primary options seem to be

  • Making the entire set of intermediate systems, G, H, I and J, all part of the L2 routing domain.

  • Making intermediate systems G and H a part of an L1 routing domain, while I and J are part of the L2 routing domain.

  • Making all four intermediate systems, G, H, I and J, a part of an L1 routing domain.

Are there any major advantages or disadvantages to each of these approaches? In this case the decision comes down to at which point the summarization should occur. Since the data center appears to be a self-contained unit behind just two intermediate systems (G and H), we'll opt to place them in the L1 routing domain. We can then summarize the 10.2.0.0/24 through 10.2.15.0/24 routes into just one advertisement. In order to give the data center room to grow, we'll summarize 10.2.0.0/16 on intermediate systems G and H. Figure 4-15 illustrates the results of these decisions.

Figure 4-15Figure 4 – 15 Summarization within the data center

The first approach, placing all the intermediate systems in the level 2 domain,

Connections to the Outside

There are several connections to outside networks; Figure 4-16 illustrates this part of the network.

Figure 4-16Figure 4 – 16 Connections to the outside of the network

We've added a bit more detail in Figure 4-16 about the connections to outside networks, including routers that belong to the Internet Service Providers or partners and their routing protocol connections. Should this small group of intermediate systems be placed in their own level 1 routing domain?

At first glance, it looks like there will probably be a good number of destinations learned from these various outside connections. However, all those routes (potentially full Internet routing) are carried by BGP and are isolated only to the routers running that protocol. In any case, we still need to propagate, somehow, reachability information about the external prefixes to the rest of the network. To avoid overloading the IS-IS databases with that information, and because all the exits can be reached through intermediate system K, it is easier to just propagate a default route.

Where should the dividing point between this area and the level 2 routing domain within the core be? It could be either on intermediate systems D or K, or on intermediate systems C and J. The biggest advantage to including D in the level 1 routing domain, but not C or J, is that all the configuration required to block the external information within the level 1 area into the core of the network can be placed on a single intermediate system; we can also isolate the DMZ inside the level 1 domain. We'll follow this design—intermediate systems D and K in the level 1 routing domain, while C and J are not in it—for simplicity of configuration.

The primary information we want this area to provide to the level 2 routing domain is the default route, so that hosts and servers within the network can reach devices connected to the Internet and the corporate partner's network. We can do this using the ability to originate a 0.0.0.0/0 default route on a L1/L2 router into a level 2 routing domain.

There is also the issue of the DMZ itself, which is the 10.1.127.0/24 network. We summarized around this range when we were working on the design for the remote sites, so we need to be careful that we maintain reachability to this segment from the rest of the network. In this case, the reachability to the DMZ is maintained automatically through the advertisement of level 1 information to the level 2 domain by intermediate system D.

Finally, we need to consider the BGP connections, both internal and external. It might be good to use the IS-IS ability to set the overload bit while BGP is converging on the three border intermediate systems to avoid black holing traffic unnecessarily. Figure 4-17 illustrates the results of these design decisions.

Figure 4-17Figure 4 – 17 The design of the outside connections

Connecting to the Lab Network

Finally, let's consider how we should handle the connection of the lab to the production network. This small piece of the network is illustrated in Figure 4-18.

Figure 4-18Figure 4 – 18 The IT lab

The primary issue when dealing with a network lab connected to a production network is to protect the production part of the network from mistakes and the constant changes propagating from the lab. To do this, it's best to isolate the lab network as much as possible. Rather than summarizing at the connection point between the lab and the production network, we'll use a static route which is redistributed into IS-IS at the L1/L2 border. The redistribution will prevent any accidental inflows of information into the level 2 routing domain and isolate all routing changes from leaving the level 1 domain.

On the other hand, the IT lab is going to want access to the whole routing table information from the production network, so it can be used in testing and for monitoring. To do this, we need to configure the level 1/level 2 border with full route leaking, so the entire level 2 routing table is leaked into the lab network.

Where should the level 1/level 2 routing domain border be placed? The most logical place, at first glance, is on intermediate system L. However, giving the lab a little buffer intermediate system within the level 1 routing domain, where further filtering and access control can be placed, may not be a bad idea, so we'll place the level 1/level 2 border between intermediate system A and the remainder of the core.

Final Design

Figure 4-19 illustrates the final layout of the routing domains.

Figure 4-19Figure 4 – 19 Routing domain and routing layout

Sample Configurations

This section contains sample configurations for some of the intermediate systems in the case study. Only the L1/L2 router configurations are included, and only the relevant parts to the case study are shown.

hostname IS_A
!
! Intermediate System A: L1/L2 intermediate system in 
domain 49.0100. 
! The routes from the Data Center are leaked through this 
node into the 
! level 1 domain. The reachability information from the remote 
sites is 
! summarized in two blocks.
!
interface POS1/0
 description Template for interfaces facing the core.
 ip router isis
 isis circuit-type level-2-only
!
interface Serial3/1
 description Template for interfaces facing the remotes.
 ip router isis
 isis circuit-type level-1
!
router isis
 summary-address 10.1.0.0 255.255.128.0
 summary-address 10.4.128.0 255.255.128.0
 redistribute isis ip level-2 into level-1 distribute-list 101
 net 49.0100.0000.0000.000a.00
 metric-style wide
 log-adjacency-changes
!
! access-list that allows the leaking of only the Data Center routes.
!
access-list 101 permit ip 10.2.0.0 0.0.255.255 255.255.0.0 0.0.255.255
!
hostname IS_B
!
! Intermediate System B: L1/L2 intermediate system in 
domain 49.0100. 
! The reachability information from the remote sites is 
summarized in 
! two blocks.
!
interface POS1/0
 description Template for interfaces facing the core.
 ip router isis
 isis circuit-type level-2-only
!
interface Serial3/1
 description Template for interfaces facing the remotes.
 ip router isis
 isis circuit-type level-1
!
router isis
 summary-address 10.1.0.0 255.255.128.0
 summary-address 10.4.128.0 255.255.128.0
 net 49.0100.0000.0000.000b.00
 metric-style wide
 log-adjacency-changes
!
hostname IS_C
!
! Intermediate System C: L1/L2 intermediate system in
 domain 49.0400. 
! All routes are leaked into the level 1 domain, while all reachability 
! information local to the domain is prevented from 
propagating into the 
! core. Reachability to the IT Lab is maintained by redistributing a 
! static route.
!
interface POS1/0
 description Template for interfaces facing the core.
 ip router isis
 isis circuit-type level-2-only
!
interface POS2/0
 description Interface facing intermediate system L.
 ip router isis
 isis circuit-type level-1
!
! First off, the static route (10.3.0.0/16) is redistributed only into 
! level-2. All IP reachability is denied from propagating outside the 
! level 1 domain and all level 2 routes are leaked into level 1.
!
router isis
 redistribute static ip level-2
 redistribute isis ip level-1 into level-2 distribute-list 102
 redistribute isis ip level-2 into level-1 distribute-list 103
 net 49.0400.0000.0000.000c.00
 metric-style wide
 log-adjacency-changes
!
! The static route points to the Null0 interface because specific 
! information should be learned from intermediate system L. 
The route 
! prevents any type of instability from being propagated into the core.
!
ip route 10.3.0.0 255.255.0.0 Null0
!
! These access lists control the flow of information between 
level 1 and 
! level 2 (all denied by 102) and vice versa (all permitted by 103).
!
access-list 102 deny  ip any any
access-list 103 permit ip any any
!
hostname IS_D
!
! Intermediate System D: L1/L2 intermediate system in 
domain 49.0200. A 
! default route is originated so that the whole network can reach the 
! external destinations (ISPs and Corporate Partners).
!
interface FastEthernet0/0
 description DMZ
 ip address 10.1.127.1 255.255.255.0
 ip router isis
 isis circuit-type level-1
!
interface POS1/0
 description Template for interfaces facing the core.
 ip router isis
 isis circuit-type level-2-only
!
! The default-information originate command creates a 
default route into 
! the level 2 domain; in this case, into the rest of the network.
!
router isis
 default-information originate
 net 49.0200.0000.0000.000d.00
 metric-style wide
 log-adjacency-changes
!
! IS_D is not running BGP, so it needs a default route itself to reach 
! IS_K (10.1.127.2), which has full routing information.
!
ip route 0.0.0.0 0.0.0.0 10.1.127.2
!
hostname IS_G
!
! Intermediate System G: L1/L2 intermediate system in 
domain 49.0300. 
! The Data Center routes are summarized and a mesh group 
is used to 
! prevent excessive flooding.
!
interface FastEthernet0/0
 description Template for the server links.
 ip router isis
 isis circuit-type level-1
 isis mesh-group 1
!
interface POS1/0
 description Template for interfaces facing the core.
 ip router isis
 isis circuit-type level-2-only
!
! The circuit type for the POS2/0 link is the default (level-1-2). The 
! link is placed in the same mesh group as the other links to prevent 
! excessive flooding. Only the level-1 metric needs to be lowered (it 
! is 10 by default), as we only want to favor intra-domain traffic 
! between the two intermediate systems.
!
interface POS2/0
 description Link to IS_H with no servers, lower metric.
 ip router isis
 isis metric 5 level-1
 isis mesh-group 1
!
router isis
 summary-address 10.2.0.0 255.255.0.0
 net 49.0300.0000.0000.0010.00
 metric-style wide
 log-adjacency-changes
!
hostname IS_H
!
! Intermediate System H: L1/L2 intermediate system in 
domain 49.0300. 
! The Data Center routes are summarized and a mesh group is 
used to 
! prevent excessive flooding.
!
interface FastEthernet0/0
 description Template for the server links.
 ip router isis
 isis circuit-type level-1
 isis mesh-group 1
!
interface POS1/0
 description Template for interfaces facing the core.
 ip router isis
 isis circuit-type level-2-only
!
! The circuit type for the POS2/0 link is the default (level-1-2). The 
! link is placed in the same mesh group as the other links to prevent 
! excessive flooding. Only the level-1 metric needs to be lowered (it 
! is 10 by default), as we only want to favor intra-domain traffic 
! between the two intermediate systems.
!
interface POS2/0
 description Link to IS_G with no servers, lower metric.
 ip router isis
 isis metric 5 level-1
 isis mesh-group 1
!
router isis
 summary-address 10.2.0.0 255.255.0.0
 net 49.0300.0000.0000.0011.00
 metric-style wide
 log-adjacency-changes
!

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites, develop new products and services, conduct educational research and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by InformIT. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.informit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020