Home > Articles > Cisco Certification > CCNP > CCNP BSCI Exam: Introduction to the Intermediate System-to-Intermediate System (IS-IS) Protocol

CCNP BSCI Exam: Introduction to the Intermediate System-to-Intermediate System (IS-IS) Protocol

  • Sample Chapter is provided courtesy of Cisco Press.
  • Date: Apr 25, 2003.

Chapter Description

Review the Intermediate System-to-Intermediate System (IS-IS) technology, its structures, and protocols by examining Open System Interconnection (OSI) routing, basic IS-IS and integrated IS-IS router configuration commands, examples, and some troubleshooting guidelines.

This chapter introduces the Intermediate System-to-Intermediate System (IS-IS) protocol. This chapter includes the following sections:

  • Overview of OSI Protocols and IS-IS Routing

  • Operation of IS-IS for CLNS/CLNP

  • IP and OSI Routing with Integrated IS-IS

  • Basic Integrated IS-IS Router Configuration

  • Modeling WAN Networks in Integrated IS-IS

  • Summary

  • Configuration Exercise: Configuring a Multiarea IS-IS Network

  • Answers to Configuration Exercise: Configuring a Multiarea IS-IS Network

  • Review Questions

This chapter provides an overview of Intermediate System-to-Intermediate System (IS-IS) technology and its structures and protocols. It also gives basic configuration examples. The chapter begins with Open System Interconnection (OSI) routing and then focuses on Integrated IS-IS, which supports IP routing. Basic IS-IS and Integrated IS-IS router configuration commands, examples, and some troubleshooting guidelines are presented. The major part of this chapter is dedicated to an explanation of IS-IS concepts and capabilities, including the hierarchy and addressing of OSI-based networks.

When you finish this chapter, you will be able to explain the basic OSI terminology and network layer protocols used in OSI, the way in which networks and interfaces are represented in IS-IS, the basic principles of area routing, and the use of IS-IS in nonbroadcast multiaccess (NBMA) environments. You will be able to identify similarities and differences between Integrated IS-IS and OSPF, as well as characteristics of an effective addressing plan for IS-IS deployment. You will be able to list the types of IS-IS routers along with their roles in IS-IS area design, and describe the hierarchical structure of IS-IS areas, the concept of establishing adjacencies, and the concepts of routing information and database synchronization. Finally, given a set of network requirements, you will be able to configure Integrated IS-IS and verify proper operation (within described guidelines) of Cisco routers.

Overview of OSI Protocols and IS-IS Routing

This section provides an overview of the OSI protocols and IS-IS routing.

OSI Protocols

ISO and OSI: What's the Difference?

The International Organization for Standardization (ISO) was formed to develop standards for data networking. (As an interesting aside, note that the word ISO is Greek for "same.")

The Open System Interconnection (OSI) protocols represent an international standardization program that facilitates multivendor equipment interoperability.

The OSI protocols are part of an international program to develop data-networking protocols and other standards that facilitate multivendor equipment interoperability. The OSI program grew out of a need for international networking standards and is designed to facilitate communication between hardware and software systems despite differences in underlying architectures.

The ISO has been charged with developing standards for data networking.

The OSI specifications were conceived and implemented by two international standards organizations: the ISO and the International Telecommunication Union Telecommunication Standardization Sector (ITU-T).

A Condensed History of IS-IS

IS-IS was ad hoc in its evolution, whereas OSPF was more formal:

1985: Originally called DECnet Phase V Routing

1988: Adopted by ISO and renamed IS-IS

1990: Publication of RFC 1142, "OSI IS-IS Intradomain Routing Protocol"

1990: Publication of RFC 1195, "Use of OSI IS-IS for Routing in TCP/IP and Dual Environments"

1991: Cisco IOS Software starts supporting IS-IS

1995: ISPs start adopting IS-IS

2000: Publication of IETF draft "IS-IS Extensions for Traffic Engineering"

2001: Publication of IETF draft "IS-IS Extensions in Support of Generalized MPLS"

The world of OSI internetworking includes various network services with these characteristics:

  • Independence of underlying communications infrastructure

  • End-to-end transfer

  • Transparency

  • Quality of service (QoS) selection

  • Addressing

Transparency

A protocol is transparent when it does not place any constraints on transmitted data. It means that headers as well as data must be transported unmodified end to end.

Who Uses IS-IS?

IS-IS is popular among telcos and large ISPs. This popularity finds its roots with ISPs that were around at the beginning of the Internet and chose IS-IS over OSPF for their IGP. It is believe that at that time, IS-IS had fewer technical limitations than OSPF as an IGP. Those ISPs have since become today's tier 1 carriers, so any appliance targeting tier 1 carriers must offer IS-IS.

The OSI protocol suite supports numerous standard protocols at the physical, data link, network, transport, session, presentation, and application layers.

OSI network layer addressing is implemented by using two types of hierarchical addresses: network service access point (NSAP) addresses and a specific subset of NSAPs cal- led network-entity titles (NETs). An NSAP is a conceptual point on the boundary between the network and transport layers. The NSAP is the location at which OSI network services are provided to the transport layer. Each transport layer entity is assigned a single NSAP, which is individually addressed in an OSI internetwork using NSAP addresses.

The OSI protocol suite specifies two routing protocols at the network layer: End System-to-Intermediate System (ES-IS) and IS-IS. In addition, the OSI suite implements two types of network services: connectionless service and connection-oriented service.

Differences Between Connection-Oriented and Connectionless Services

Connection-oriented services must first establish a connection with the desired service before passing any data. A connectionless service can send the data without establishing a connection first. In general, connection-oriented services provide some level of delivery guarantee, whereas connectionless services do not.

Details on these protocols and addresses are discussed later in this chapter, in the sections, "OSI Network Layer" and "OSI Addressing," respectively.

OSI Protocol Terminology

In an OSI network, four significant architectural entities exist: hosts, areas, a backbone, and a domain. The following describes these entities and tells how routers fit into an OSI network:

  • A domain is any portion of an OSI network that is under a common administrative authority.

  • Within any OSI domain, one or more areas can be defined. An area is a logical entity; it is formed by a set of contiguous routers and the data links that connect them. All routers in the same area exchange information about all the hosts that they can reach.

  • The areas are connected to form a backbone. All routers on the backbone know how to reach all areas.

  • An end system (ES) is any nonrouting host or node. An intermediate system (IS) is a router. These terms are the basis for the OSI ES-IS and IS-IS protocols.

NOTE

Nowadays, domains tend to be called autonomous systems.

Mapping the OSI Protocol Suite to the OSI Reference Model

The OSI protocol suite supports numerous standard protocols at each of the seven OSI reference model layers.

Differences Between the OSI Protocol Suite and the OSI Reference Model

The ISO developed the Open Systems Interconnection networking suite in the 1980s. It has two major components:

  • The abstract model of networking, known as the OSI Reference Model, or seven-layer model

  • A set of concrete networking protocols, known as the OSI protocol suite, which include CLNP, ES-IS, and so on

The OSI Reference Model has enjoyed a far greater acceptance than the OSI protocol itself.

Figure 5-1 illustrates the entire OSI protocol suite and its relation to the layers of the OSI reference model.

Figure 5-1Figure 5-1 How the OSI Protocol Suite Maps to the OSI Reference Model

OSI Network Layer

This section describes the services and protocols at the OSI Network layer.

OSI Services and Network Protocols

Two types of OSI network layer services are available to the OSI transport layer:

  • Connectionless Network Service (CLNS)—CLNS performs datagram transport and does not require a circuit to be established before data is transmitted.

  • Connection-Mode Network Service (CMNS)—CMNS requires explicit establishment of a path or circuit between communicating transport layer entities before transmitting data.

Whereas CLNS and CMNS define the actual services provided to the OSI transport layer entities that operate immediately above the network layer, Connectionless Network Protocol (CLNP) and Connection-Oriented Network Protocol (CONP) name the protocols that these services use to convey data at the network layer. CLNP is the OSI equivalent of IP.

The differences between CMNS and CONP are as follows:

  • CONP is an OSI network layer protocol that carries upper-layer data and error indications over connection-oriented links. CONP is based on the X.25 Packet-Layer Protocol (PLP) and is described in the ISO 8208 standard "X.25 Packet-Layer Protocol for DTE." CONP provides the interface between CMNS and upper layers. It is a network layer service that acts as the interface between the transport layer and CMNS; it is described in the ISO 8878 standard.

  • CMNS performs functions related to the explicit establishment of paths through CONP. When support is provided for CMNS, routing uses the X.25 protocols as the relaying functions. CMNS functions include connection setup, maintenance, and termination; it also provides a mechanism for requesting a specific QoS.

The differences between CLNP and CLNS are as follows:

  • CLNP is an OSI network layer protocol that carries upper-layer data and error indications over connectionless links. CLNP provides the interface between CLNS and upper layers.

  • CLNS provides network layer services to the transport layer through CLNP. When support is provided for CLNS, routing uses routing protocols to exchange routing information. CLNS does not perform connection setup or termination because paths are determined independently for each packet that is transmitted through a network. In addition, CLNS provides best-effort delivery, which means that no guarantee exists that data will not be lost, corrupted, misordered, or duplicated. CLNS relies on transport layer protocols to perform error detection and correction.

Summary of OSI Protocols and Services

Type

Protocol

Service

Connection-oriented

CONP

CMNS

Connectionless

CLNP

CLNS


OSI Routing Protocols

ISO has developed standards for two types of routing protocols:

  • ES-IS discovery protocol—ES-IS performs "routing" between End Systems and Intermediate Systems referred as Level 0 "routing." ES-IS is analogous to the Address Resolution Protocol (ARP) in IP. Although it is not explicitly a routing protocol, ES-IS is included here because it is commonly used with routing protocols to provide end-to-end data movement through an internetwork.

  • IS-IS routing protocols—IS-IS performs hierarchical (Level 1, Level 2, and Level 3) routing between intermediate systems. Level 3 routing is done between separate domains. However, note that the IS-IS routing protocol is not itself capable of Level 3 routing. As described in the section, "Interconnecting IS-IS Domains" later in this chapter, other protocols are required for interdomain routing.

The hierarchical routing levels used in OSI are illustrated in Figure 5-2.

Figure 5-2Figure 5-2 OSI Hierarchical Routing


To simplify router design and operation, OSI distinguishes among Level 1, Level 2, and Level 3 routing. Level 1 ISs communicate with other Level 1 ISs in the same area. Level 2 ISs route between Level 1 areas and form an intradomain routing backbone. Level 3 routing is done between separate domains. Hierarchical routing simplifies backbone design because Level 1 ISs need to know only how to get to the nearest Level 2 IS.

In OSI, each ES lives in a particular area. OSI routing begins when the ESs discover the nearest IS by listening to intermediate system hello (ISH) packets. When an ES wants to send a packet to another ES, it sends the packet to an IS on its directly attached network; this is Level 0 routing. The IS then looks up the destination address and forwards the packet along the best route. If the destination ES is on the same subnetwork, the local IS knows this from listening to end system hello (ESH) packets and forwards the packet appropriately. The IS also might provide a redirect message back to the source to tell it that a more direct route is available.

If the destination address is an ES on another subnetwork in the same area, the IS knows the correct route (Level 1 routing) and forwards the packet appropriately.

If the destination address is an ES in another area, the Level 1 IS sends the packet to the nearest Level 2 IS (Level 2 routing). Forwarding through Level 2 ISs continues until the packet reaches a Level 2 IS in the destination area. Within the destination area, ISs forward the packet along the best path until the destination ES is reached.

Routing between separate domains is referred to as Level 3 routing.

Routing in an OSI CLNS/CLNP Environment

For routing in the ISO CLNS/CLNP environment, Cisco routers support the following protocols:

  • IS-IS—IS-IS is a dynamic link-state routing protocol used in an ISO CLNS environment for routing CLNP. Routers usually operate as ISs and can exchange reachability information with other ISs using the IS-IS protocol. As an IS, a Cisco router can be a Level 1 router, a Level 2 router, or a Level 1–2 router. In the latter case, the router can advertise itself at Level 1 as an exit point from the are. Integrated IS-IS allows the IS-IS protocol to propagate routing information for other protocols as well as—or instead of—CLNS. Specifically, integrated IS-IS can route CLNS, IP, or both (this latter is called dual mode).

  • ISO-IGRP—Cisco IOS Software offers a proprietary routing protocol for CLNS. As its name suggests, ISO-IGRP is based on Cisco's Interior Gateway Routing Protocol (IGRP). It uses distance vector technology to propagate routing information. As such, it shares some of the limitations of its IP counterpart, including long convergence times (because of periodic updates and long invalid times and hold times).

  • Static CLNS routes—As with IP, static CLNS routes can be created. (Although this is not really a protocol, static routes can be considered to be a type of routing protocol.)

Recommended Reading

Various aspects of IS-IS are described in these ISO documents:

  • ISO 8473—Documents the ISO CLNP

  • ISO/IEC 8348, Appendix A—Documents NSAP addresses

  • ISO 9542—Documents the ES-IS routing exchange protocol

  • ISO/IEC 10589—Documents the IS-IS intradomain routing exchange protocol

Additionally, the function of Integrated IS-IS—the use of OSI IS-IS for routing in TCP/IP and dual environments, as described in the next section—is described in RFC 1195. (RFC 1195 can be found at http://rfc.net/rfc1195.html.)

Integrated IS-IS

As previously mentioned, IS-IS is the dynamic link-state routing protocol for the OSI protocol stack. As such, it distributes routing information for routing CLNP data for the ISO CLNS environment.

Integrated IS-IS is an implementation of the IS-IS protocol for routing multiple network protocols; it is an extended version of IS-IS for mixed ISO CLNS and IP environments. Integrated IS-IS tags CLNP routes with information regarding IP networks and subnets. It can be used purely for IP routing, purely for ISO routing, or for a combination of the two.

Integrated IS-IS provides an alternative to OSPF in an IP environment, mixing ISO CLNS and IP routing in one protocol.

NOTE

Like all modern IP routing protocols, Integrated IS-IS supports the following features:

  • Variable-length subnet masks (VLSMs). The mask and the prefix are sent in the routing updates.

  • Redistribution of IP routes into and out of IS-IS.

  • Summarization of IP routes.

Integrated IS-IS Versus OSPF

Integrated IS-IS and OSPF are both link-state protocols with similarities as follows:

  • Link-state representation, aging, and metrics

  • Link-state databases and SPF algorithms

  • Update, decision, and flooding processes

As discussed in Chapters 3 and 4, OSPF is based on a central backbone (area 0), with all other areas ideally being physically attached to area 0. In OSPF, the border between areas is inside routers, the Area Border Routers (ABRs), and each link belongs to one area. This central backbone configuration means that certain design constraints will inevitably exist. When this type of hierarchical model is used, a good, consistent IP addressing structure is necessary to summarize addresses into the backbone and reduce the amount of information that is carried in the backbone and advertised across the network.

In comparison, IS-IS also has a hierarchy with Level 1 and Level 2 routers, but in IS-IS, the area borders lie on links rather than in routers. As shown in Figure 5-2, each IS-IS router belongs to exactly one Level 2 area. Significantly fewer link-state packets (LSPs), also known as link-state protocol data units (PDUs), get used; thus, many more routers can reside in a single area. This capability makes IS-IS more scalable than OSPF. IS-IS allows a more flexible approach to extending the backbone by adding additional Level 2 routers. In IS-IS, this process is less complex than with OSPF.

Areas in OSPF and IS-IS

In OSPF, the area boundary is "inside" the router; interfaces belong to an area. In IS-IS, the "whole" router, not just an interface, belongs to an area.

With regard to CPU use and the processing of routing updates, IS-IS is more efficient than OSPF. In IS-IS, one LSP is sent per IS-IS router in each area (including redistributed prefixes [routes]), compared to the many OSPF LSAs that would be sent. Not only are there fewer LSPs to process, but the mechanism by which IS-IS installs and withdraws prefixes is less processor intensive.

Both OSPF and IS-IS are link-state protocols and thus provide fast convergence. The convergence time depends on a number of factors (timers, number of nodes, type of router, and so on).

Based on the default timers, IS-IS detects a failure quicker than OSPF and thus should converge more rapidly. Of course, if there are many neighbors and adjacencies to consider, the convergence time also might depend on the processing power of the router. IS-IS tends to be less CPU intensive than OSPF.

The timers in IS-IS allow for better fine-tuning than what is available for OSPF. There are other adjustable timers, so finer granularity can be achieved. By adjusting the timers, convergence time can be significantly decreased. However, this speed could come at the expense of stability. The network operator must understand the implications of changing the timers before making any adjustments.

Both IS-IS and OSPF are scalable, and the scalability of link-state protocols has been proven in the current live ISP backbones.

OSPF does have more features than IS-IS, including route tags, stub and not-so-stubby areas (NSSA), and OSPF on-demand circuits.

Level 1, Level 2, and Level 1–2 Routers

An IS-IS network is termed a domain; this is the equivalent of an autonomous system (AS) in OSPF. Within the domain, a two-level hierarchy exists:

  • Level 1 ISs are responsible for routing to ESs inside an area. This is similar to OSPF internal nonbackbone routers in a totally stubby area.

  • Level 2 ISs route between areas only. This is similar to internal backbone routers in OSPF.

  • Level 1–2 ISs route between areas and the backbone. They participate in the Level 1 intra-area routing and the Level 2 interarea routing. This is the equivalent of Area Border Routers (ABRs) in OSPF.

Level 1 routers are also referred to as station routers because they enable stations (ESs) to communicate with each other and the rest of the network.

NOTE

End stations don't communicate by way of CLNP.

A contiguous group of Level 1 routers defines an area. The Level 1 routers maintain the Level 1 database, which defines the picture of the area itself and its exit points to neighboring areas.

Level 2 routers are also referred to as area routers because they interconnect the Level 1 areas. Level 2 routers store a separate database that contains only the interarea topology information.

Level 1–2 routers keep two separate link-state databases; this allows them to act as if they were two IS-IS routers, as follows:

  • They support a Level 1 function to communicate with the other Level 1 routers in their area and maintain the Level 1 LSP information in a Level 1 topology database. They inform other Level 1 routers that they are an exit point from the area.

  • They support a Level 2 function to communicate with the rest of the backbone and maintain a Level 2 topology database separately from their Level 1 database.

IS-IS does not share the concept of an area 0 with OSPF. Instead, an IS-IS backbone can appear as a set of distinct areas interconnected by a chain of Level 2 routers, weaving their way through and between the Level 1 areas. The IS-IS backbone consists of a set of Level 1–2 routers and Level 2 routers, and must be contiguous.

IS-IS uses a two-level hierarchy. The link-state information for these two levels is distributed separately, giving rise to Level 1 LSPs and Level 2 LSPs.

LSPs on point-to-point links are sent to a unicast address. LSPs on broadcast media (LANs) are sent to a multicast address.

As with OSPF, one router on a LAN sends the LSP information on behalf of that LAN. In IS-IS, this router is called the designated intermediate system (DIS). It is a pseudonode, the representation of the LAN, and sends separate Level 1 and Level 2 LSPs on behalf of the network.

NOTE

No backup DIS exists in IS-IS, in contrast to the backup DR for OSPF. If a DIS dies, a new election takes place.

Examples of IS-IS Hierarchical Routing

Figure 5-3 shows the physical view of an example IS-IS area configuration. Physically, a Level 1–2 router connects to Level 1 routers inside its area and to Level 2 routers in the backbone. In the figure, R2 and R3 are Level 1–2 routers; R1 and R4 are Level 1 routers. R2 and R3 belong to their respective Level 1 areas and provide a physical connection between them.

Figure 5-3Figure 5-3 Example 1 IS-IS Area Configuration—Physical View

NOTE

Recall that the boundary between areas in IS-IS exists on a link between routers and not on a router itself, as in OSPF.

Figure 5-4 shows the logical view of the same example shown in Figure 5-3. In Figure 5-4, R2 and R3 are Level 1–2 routers; R1 and R4 are Level 1 routers. R2 and R3 are still Level 1 routers, but, in addition, they provide an entry point to the Level 2 backbone interconnecting both Level 1 areas.

Figure 5-4Figure 5-4 Example 1 IS-IS Area Configuration—Logical View

Figure 5-5 shows another example.

Figure 5-5Figure 5-5 Example 2 IS-IS Level 2 and Level 1–2 Routers Forming a Level 2 Backbone


In Figure 5-5, area 1 contains two routers:

  • One router borders to area 2 and, therefore, is a Level –1–2 IS.

  • The other router is contained totally within the area and, therefore, is Level 1 only.

Area 2 has many routers:

  • Some routers are specified as Level 1 only and can route internally to that area only (and to the exit points).

  • Level 1–2 routers form a chain across the area linking to the neighbor areas.

  • Although the middle of these three Level 1–2 routers does not link directly to another area, it must support Level 2 routing so that the backbone is contiguous. If this middle router fails, the other Level 1–only routers (though providing a physical path across the area) could not perform the Level 2 function, and the backbone would be broken.

Area 3 contains one router that borders to area 3, but it has no intra-area neighbors and is, therefore, Level 2 only. If another router was added to area 3, the border router would revert to Level 1–2.

Figure 5-5 also shows that the border between the areas in an IS-IS network exists on the links between Level 2 routers (in contrast to OSPF, where the border exists inside the Area Border Router [ABR] itself).

2. Operation of IS-IS for CLNS/CLNP | Next Section

Cisco Press Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from Cisco Press 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 Cisco Press 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@ciscopress.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 Cisco Press. 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.ciscopress.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