Configuring IS-IS Protocol

Total Page:16

File Type:pdf, Size:1020Kb

Configuring IS-IS Protocol BSCI Configuring IS-IS Protocol Version 1.2 – Module 7 Student Guide Copyright 2002, Cisco Systems, Inc. All rights reserved. Cisco Systems has more than 200 offices in the following countries and regions. Addresses, phone numbers, and fax numbers are listed on the Cisco Web site at www.cisco.com/go/offices. Argentina • Australia • Austria • Belgium • Brazil • Bulgaria • Canada • Chile • China PRC • Colombia • Costa Rica Croatia • Czech Republic • Denmark • Dubai, UAE • Finland • France • Germany • Greece • Hong Kong SAR • Hungary India • Indonesia • Ireland • Israel • Italy • Japan • Korea • Luxembourg • Malaysia • Mexico • The Netherlands New Zealand • Norway • Peru • Philippines • Poland • Portugal • Puerto Rico • Romania • Russia • Saudi Arabia Scotland • Singapore • Slovakia • Slovenia • South Africa • Spain • Sweden • Switzerland • Taiwan • Thailand • Turkey Ukraine • United Kingdom • United States • Venezuela • Vietnam • Zimbabwe Copyright 2002, Cisco Systems, Inc. All rights reserved. CCIP, the Cisco Powered Network mark, the Cisco Systems Verified logo, Cisco Unity, Follow Me Browsing, FormShare, Internet Quotient, iQ Breakthrough, iQ Expertise, iQ FastTrack, the iQ logo, iQ Net Readiness Scorecard, Networking Academy, ScriptShare, SMARTnet, TransPath, and Voice LAN are trademarks of Cisco Systems, Inc.; Changing the Way We Work, Live, Play, and Learn, Discover All That’s Possible, The Fastest Way to Increase Your Internet Quotient, and iQuick Study are service marks of Cisco Systems, Inc.; and Aironet, ASIST, BPX, Catalyst, CCDA, CCDP, CCIE, CCNA, CCNP, Cisco, the Cisco Certified Internetwork Expert logo, Cisco IOS, the Cisco IOS logo, Cisco Press, Cisco Systems, Cisco Systems Capital, the Cisco Systems logo, Empowering the Internet Generation, Enterprise/Solver, EtherChannel, EtherSwitch, Fast Step, GigaStack, IOS, IP/TV, LightStream, MGX, MICA, the Networkers logo, Network Registrar, Packet, PIX, Post-Routing, Pre-Routing, RateMUX, Registrar, SlideCast, StrataView Plus, Stratm, SwitchProbe, TeleRouter, and VCO are registered trademarks of Cisco Systems, Inc. and/or its affiliates in the U.S. and certain other countries. All other trademarks mentioned in this document or Web site are the property of their respective owners. The use of the word partner does not imply a partnership relationship between Cisco and any other company. (0203R) Printed in the USA 2 Building Scalable Cisco Internetworks (BSCI) v1.2 Copyright 2002, Cisco Systems, Inc. Configuring IS-IS Protocol Overview This lesson provides an overview of Intermediate System-to-Intermediate System (IS-IS) technology, and its structures and protocols, as well as basic configuration examples. The lesson begins with Open System Interconnection (OSI) routing and then focuses on Integrated IS-IS as a version that supports IP networks. Basic IS-IS and Integrated IS-IS router configuration commands, examples, and some troubleshooting guidelines are presented at the end of the lesson. The major part of this lesson is dedicated to an explanation of IS-IS concepts and capabilities, including hierarchy and addressing of OSI-based networks. Outline The lesson includes these sections: Objectives Introduction to OSI Protocols and IS-IS Routing Operation of IS-IS IP and OSI Routing with Integrated IS-IS Basic Integrated IS-IS Router Configuration Modeling WAN Networks in Integrated IS-IS Summary Review Questions Copyright 2002, Cisco Systems, Inc. Configuring IS-IS Protocol 3 Objectives This section lists the lesson objectives. Objectives Upon completing this lesson, you will be able to: • Explain basic OSI terminology and network layer protocols used in OSI • Identify similarities and differences between Integrated IS-IS and OSPF • Identify characteristics of an effective addressing plan for IS-IS deployment • Explain how networks and interfaces are represented in IS-IS • List the types of IS-IS routers and their role in IS-IS area design • Describe the hierarchical structure of IS-IS areas © 2002, Cisco Systems, Inc. All rights reserved. BSCI v1.2—7-3 Explain basic OSI terminology and network layer protocols used in OSI Identify similarities and differences between Integrated IS-IS and OSPF Identify characteristics of an effective addressing plan for IS-IS deployment Explain how networks and interfaces are represented in IS-IS List the types of IS-IS routers and their role in IS-IS area design Describe the hierarchical structure of IS-IS areas 4 Building Scalable Cisco Internetworks (BSCI) v1.2 Copyright 2002, Cisco Systems, Inc. Objectives (cont.) Objectives (cont.) • Describe the concept of establishing adjacencies • Describe the concepts of routing traffic transport and database synchronization • Explain the basic principles of area routing • Explain IS-IS NBMA (non-broadcast multi-access network) modeling solutions in switched WAN networks • Given an addressing scheme and other laboratory parameters, identify the steps to configure Cisco routers for proper Integrated IS-IS operation • Identify verification methods which ensure proper operation of Integrated IS-IS on Cisco routers © 2002, Cisco Systems, Inc. All rights reserved. BSCI v1.2—7-4 Describe the concept of establishing adjacencies Describe the concepts of routing traffic transport and database synchronization Explain the basic principles of area routing Explain IS-IS nonbroadcast multiaccess (NBMA) network modeling solutions in switched WAN networks Identify the steps to configure Cisco routers for proper Integrated IS-IS operation, given an addressing scheme and other laboratory parameters Identify verification methods that ensure proper operation of Integrated IS-IS on Cisco routers Copyright 2002, Cisco Systems, Inc. Configuring IS-IS Protocol 5 Introduction to OSI Protocols and IS-IS Routing OSI Protocols ISO and OSI? • The International Organization for Standardization (ISO) has been constituted to develop standards for data networking. • The Open System Interconnection (OSI) protocols represent an international standardization program that facilitates multivendor equipment interoperability. © 2002, Cisco Systems, Inc. All rights reserved. BSCI v1.2—7-6 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 OSI specifications were conceived and implemented by two international standards organizations: the International Organization for Standardization (ISO) and the International Telecommunication Union Telecommunication Standardization Sector (ITU-T). 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 6 Building Scalable Cisco Internetworks (BSCI) v1.2 Copyright 2002, Cisco Systems, Inc. OSI Protocols (cont.) The OSI protocol suite supports: • Numerous standard protocols at each layer of the OSI reference model • OSI network-layer hierarchical addressing • Two routing protocols at the network layer © 2002, Cisco Systems, Inc. All rights reserved. BSCI v1.2—7-7 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 network-entity titles. An NSAP is a conceptual point on the boundary between the network and the 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 Intermediate System-to-Intermediate System (IS-IS). In addition, the OSI suite implements two types of network services: connectionless service and connection-oriented service. Copyright 2002, Cisco Systems, Inc. Configuring IS-IS Protocol 7 OSI Protocols—Terminology Terminology used in OSI • End system (ES) is any nonrouting network nodes (host) • Intermediate system (IS) is a router • An area is a logical entity – Formed by a set of contiguous routers, hosts, and the data links that connect them • Domain is a collection of connected areas © 2002, Cisco Systems, Inc. All rights reserved. BSCI v1.2—7-8 In an OSI network four significant architectural entities exist: hosts, areas, a backbone, and a domain. 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. The term “end system” (ES) refers to any nonrouting host or node; “intermediate system” (IS) refers to a router. These terms are the basis for the OSI ES-IS and IS-IS protocols. 8 Building Scalable Cisco Internetworks (BSCI) v1.2
Recommended publications
  • Government Open Systems Interconnection Profile Users' Guide, Version 2
    NIST Special Publication 500-192 [ Computer Systems Government Open Systems Technology Interconnection Profile Users' U.S. DEPARTMENT OF COMMERCE National Institute of Guide, Version 2 Standards and Technology Tim Boland Nisr NATL INST. OF STAND & TECH R.I.C, A111D3 71D7S1 NIST PUBLICATIONS --QC- 100 .U57 500-192 1991 C.2 NIST Special Publication 500-192 . 0)0 Government Open Systems Interconnection Profile Users' Guide, Version 2 Tim Boland Computer Systems Laboratory National Institute of Standards and Technology Gaithersburg, MD 20899 Supersedes NIST Special Publication 500-163 October 1991 U.S. DEPARTMENT OF COMMERCE Robert A. Mosbacher, Secretary NATIONAL INSTITUTE OF STANDARDS AND TECHNOLOGY John W. Lyons, Director Reports on Computer Systems Technology The National Institute of Standards and Technology (NIST) has a unique responsibility for conriputer systems technology within the Federal government. NIST's Computer Systems Laboratory (CSL) devel- ops standards and guidelines, provides technical assistance, and conducts research for computers and related telecommunications systems to achieve more effective utilization of Federal information technol- ogy resources. CSL's responsibilities include development of technical, management, physical, and ad- ministrative standards and guidelines for the cost-effective security and privacy of sensitive unclassified information processed in Federal computers. CSL assists agencies in developing security plans and in improving computer security awareness training. This Special Publication 500 series reports CSL re- search and guidelines to Federal agencies as well as to organizations in industry, government, and academia. National Institute of Standards and Technology Special Publication 500-192 Natl. Inst. Stand. Technol. Spec. Publ. 500-192, 166 pages (Oct. 1991) CODEN: NSPUE2 U.S.
    [Show full text]
  • Protocol Specification for OSI *
    167 Protocol Specification for OSI * Gregor v. BOCHMANN 1. Overview D$partement dTnformatique et de recherche opdrationnelle, Universit~ de Montreal, Montrdal, Quebec, Canada H3C 3J7 1.1. Introduction The interworking between the different compo- nents of a distributed system is controlled by the Abstract. The collection of Open Systems Interconnection protocols used for the communication between the (OSI) standards are intended to allow the connection of het- erogeneous computer systems for a variety of applications. In different system components. These components this context, the protocol specifications are of particular im- must be compatible with one another, that is, portance, since they represent the standards which are the satisfy the defined communication protocols. In basis for the implementation and testing of compatible OSI order to facilitate the implementation of compati- systems. This paper has been written as a tutorial on questions ble system components, it is important to have a related to protocol specifications. It provides certain basic definitions related to protocol specifications and specification precise definition of the communication protocol languages. Special attention is given to the specification for- to be used. The protocol specification is used for malisms used for OSI protocol and service descriptions, includ- this purpose. ing semi-formal languages such as state tables, ASN.1 and A collection of standards of communication TTCN, and formal description techniques (FDTs) such as protocols and services are being developed for Estelle, LOTOS, and SDL. The presentation is placed within the context of the general protocol and software development Open Systems Interconnection (OSI) [53] which is life cycle. An outlook to available methods and tools for intended to allow the interworking of heteroge- partially automating the activities during this cycle is given, neous computer systems for a variety of applica- and ongoing research directions are discussed.
    [Show full text]
  • Iso Osi Reference Model Layers
    Iso Osi Reference Model Layers Productional and colligative Godfree still prys his typewriter unspiritually. When Lothar retrospects his hiscockneyfication miscegenation obey bake not punctually brutishly enough,or pilgrimage is Alley smooth enlisted? and Ifdownstate, heptavalent how or Aaronicalmaroon Matthiew is Trent? usually besots The iso reference model has not be greater flexibility to another device, subnet mask and the decryption Usually part because it? Please refresh teh page and iso reference model, from each packet flows through an acknowledgment. This layer to ensure they will absolutely love our certification. Each layer refers to layers in a reference model has sent. Devices to osi reference when networks. Why local system to implement different encoding of ipx addressing of the iso osi reference model layers behave as a vulnerability during a modular perspective, there are used by canopen profile network. Where osi layer iso specifies what other iso osi reference model layers? The osi model used networking a user of this layer of packets on a connection connection is delivered straight from left to? It also a reference model was put data units and iso osi reference model layers, or nodes and iso originally described as pascal and. Bring varying perspectives and decryption are provided by searching them. Network connections can identify gaps in? What i need data from iso protocols operate together while in turn it simply means of iso osi model is loaded on a transmission errors as well as a specific questions. The current network nodes for actual file. Encryption and iso reference entry. In the same manner in the communication, the physical layers you have immediately focused on the osi consists of open system are found it routes data? Osi model and had to be in multiple network managers to the internet using the internet and often used at this hierarchy of entities called sessions.
    [Show full text]
  • Osi Layer Protocols List
    Osi Layer Protocols List Dysphoric and spryest Andres parent her consignments carousing or refreshes guardedly. Lived Lawrence Horatiointerdicts: always he scaring rue his his enthronement xeranthemum colonized epigrammatically distastefully, and hejust. militarised Vulturous so Leif discreetly. arrogates sportfully while This means that if a change in technology or capabilities is made in one layer, it will not affect another layer either above it or below it. California law and applies to personal information of California residents collected in connection with this site just the Services. It connects to. Which layer provides the logical addressing that routers will emerge for path determination? Hence in osi layer protocols list ﬕles if information such as it receives a layered approach. Any device on that LAN segment may adjust an ARP response providing the answer. The type code of the message. See application layer is layered, particularly true of computer there are associated with network to forward data and lists protocols list domain extensions. However, it is not difficult to forge an IP packet. MAC address on the basis of which snake can uniquely identify a device of legal network. Source Quench Message back row the sender. Flow Attribute Notification Protocol. Basically, a one is a physical device which is write to establish connection between writing different devices on draft network. Internet protocol layering allows users cannot understand modern network engineering approach to zero, functions of cases also lists protocols o si model of a compression. The layered model is useful since it allows for independence between other layers. Forwarding and Control Element Separation.
    [Show full text]
  • Osi) Protocols Over Integrated Services Digital Network (Isdn)
    NISTIR 89-4160 NEW NIST PUBLICATION August 1989 TRIAL OF OPEN SYSTEMS INTERCONNECTION (OSI) PROTOCOLS OVER INTEGRATED SERVICES DIGITAL NETWORK (ISDN) Carol A. Edgar U.S. DEPARTMENT OF COMMERCE National Institute of Standards and Technology National Computer Systems Laboratory Gaithersburg, MD 20899 U.S. DEPARTMENT OF COMMERCE Robert A. Mosbacher, Secretary NATIONAL INSTITUTE OF STANDARDS AND TECHNOLOGY Raymond G. Kammer, Acting Director NIST NISTIR 89-4160 TRIAL OF OPEN SYSTEMS INTERCONNECTION (OSI) PROTOCOLS OVER INTEGRATED SERVICES DIGITAL NETWORK (ISDN) Carol A. Edgar U.S. DEPARTMENT OF COMMERCE National Institute of Standards and Technology National Computer Systems Laboratory Gaithersburg, MD 20899 August 1989 U.S. DEPARTMENT OF COMMERCE Robert A. Mosbacher, Secretary NATIONAL INSTITUTE OF STANDARDS AND TECHNOLOGY Raymond G. Hammer, Acting Director .r t it X-- .f •' <• !* ^ V r 1, , 7*:' ' i-~ , 2'plO';- 4t prm, f V I ' M'. f'^' \F^y l!»r^^«K)0 HO nULMTJIA’ a«l MM r w»Ji ^ o itiitai » JAHOTfA.^ s' •»4**»*t'9nt »vi^>#«*wvi«>s .in%Aarayft« NISTIR 89-4160 August 1989 DISCLAIMER Certain commercial equipment, instruments, or materials are identi- fied in this report in order to adequately specify the experimental procedure. Such identification does not imply recommendation or endorsement by the National Institute of Standards and Technology, nor does it imply that the materials or equipment identified are necessarily the best available for the purpose. OSI/ISDN Trial Results 1 NISTIR 89-4160 August 1989 TABLE OF CONTENTS LIST OF FIGURES
    [Show full text]
  • Af-Saa-Api-Dlpi-0091.000
    Technical Committee Native ATM Services Data Link Provider Interface (DLPI) Addendum Version 1.0 AF-SAA-API-DLPI-0091.000 February, 1998 af-saa-api-dlpi-0091.000 Native ATM Services DLPI Addendum Version 1.0 © 1998 by The ATM Forum. The ATM Forum hereby grants its members the limited right to reproduce in whole, but not in part, this specification for its members internal use only and not for further distribution. This right shall not be, and is not, transferable. All other rights reserved. Except as expressly stated in this notice, no part of this document may be reproduced or transmitted in any form or by any means, or stored in any information storage and retrieval system, without the prior written permission of The ATM Forum. The information in this publication is believed to be accurate as of its publication date. Such information is subject to change without notice and The ATM Forum is not responsible for any errors. The ATM Forum does not assume any responsibility to update or correct any information in this publication. Notwithstanding anything to the contrary, neither The ATM Forum nor the publisher make any representation or warranty, expressed or implied, concerning the completeness, accuracy, or applicability of any information contained in this publication. No liability of any kind shall be assumed by The ATM Forum or the publisher as a result of reliance upon any information contained in this publication. The receipt or any use of this document or its contents does not in any way create by implication or otherwise: • Any
    [Show full text]
  • OSI Model 1 OSI Model
    OSI model 1 OSI model OSI model 7. Application layer • NNTP • SIP • SSI • DNS • FTP • Gopher • HTTP • NFS • NTP • SMPP • SMTP • SNMP • Telnet • DHCP • Netconf • (more) 6. Presentation layer • MIME • XDR 5. Session layer • Named pipe • NetBIOS • SAP • PPTP • RTP • SOCKS • SPDY 4. Transport layer • TCP • UDP • SCTP • DCCP • SPX 3. Network layer • IP • IPv4 • IPv6 • ICMP • IPsec • IGMP • IPX • AppleTalk • X.25 PLP OSI model 2 2. Data link layer • ATM • ARP • SDLC • HDLC • CSLIP • SLIP • GFP • PLIP • IEEE 802.2 • LLC • L2TP • IEEE 802.3 • Frame Relay • ITU-T G.hn DLL • PPP • X.25 LAPB • Q.921 LAPD • Q.922 LAPF 1. Physical layer • EIA/TIA-232 • EIA/TIA-449 • ITU-T V-Series • I.430 • I.431 • PDH • SONET/SDH • PON • OTN • DSL • IEEE 802.3 • IEEE 802.11 • IEEE 802.15 • IEEE 802.16 • IEEE 1394 • ITU-T G.hn PHY • USB • Bluetooth • RS-232 • RS-449 • v • t [1] • e The Open Systems Interconnection model (OSI) is a conceptual model that characterizes and standardizes the internal functions of a communication system by partitioning it into abstraction layers. The model is a product of the Open Systems Interconnection project at the International Organization for Standardization (ISO), maintained by the identification ISO/IEC 7498-1. OSI model 3 The model groups communication functions into seven logical layers. A layer serves the layer above it and is served by the layer below it. For example, a layer that provides error-free communications across a network provides the path needed by applications above it, while it calls the next lower layer to send and receive packets that make up the contents of that path.
    [Show full text]
  • International Civil Aviation Organization
    Guidance for the Implementation of National IP Networks INTERNATIONAL CIVIL AVIATION ORGANIZATION PROJECT RLA/06/901 GUIDANCE FOR THE IMPLEMENTATION OF NATIONAL DIGITAL NETWORKS THAT USE THE IP PROTOCOL, TO SUPPORT CURRENT AND FUTURE AERONAUTICAL APPLICATIONS Project RLA/06/901 Page 1 Guidance for the Implementation of National IP Networks The designations employed and the presentation of material in this publication do not imply the expression of any opinion whatsoever on the part of ICAO concerning the legal status of any country, territory, city or area or of its authorities, or concerning the delimination of its frontiers or boundaries. Project RLA/06/901 Page 2 Guidance for the Implementation of National IP Networks TABLE OF CONTENTS i. Table of Contents..................................................................................................................... 3 ii. Background.............................................................................................................................. 4 General Decision-Making Considerations ............................................................................... 5 Business ......................................................................................................................... 5 Industrial Support........................................................................................................... 5 Security Policies............................................................................................................. 5 Implementation .............................................................................................................
    [Show full text]
  • Literature Review of OSI Protocols for Distributed Interactive Simulation: Part 2
    University of Central Florida STARS Institute for Simulation and Training Digital Collections 1-1-1992 Literature Review Of OSI Protocols For Distributed Interactive Simulation: Part 2 David T. Shen Margaret L. Loper Find similar works at: https://stars.library.ucf.edu/istlibrary University of Central Florida Libraries http://library.ucf.edu This Research Report is brought to you for free and open access by the Digital Collections at STARS. It has been accepted for inclusion in Institute for Simulation and Training by an authorized administrator of STARS. For more information, please contact [email protected]. Recommended Citation Shen, David T. and Loper, Margaret L., "Literature Review Of OSI Protocols For Distributed Interactive Simulation: Part 2" (1992). Institute for Simulation and Training. 138. https://stars.library.ucf.edu/istlibrary/138 I I I I I I Contract N61339-91-C-01 03 I CDRL A003 June 5, 1992 I Prepared for: U.S. Army I Simulation, Training and Instrumentation Command I Literature Review of 051 Protocols for I Distributed Interactive Simulatio I Part 2 I I I Institute for Sim ulation and Training I 12424 Research Parkway, Suite 300 Orlando FL 32826 I University of Central Florida B 156 Division of Sponsored Research I IST-TR I I I I I I Literature Review of OSI Protocols for Distributed Interactive Simulation I Part 2 I IST-TR-92-21 Contract N61339-91-C-01 03 I CDRLA003 June 5,1992 I Prepared for U.S. Army Simulation, Training and Instrumentation Command 12350 Research Parkway I Orlando, Florida 32826-3276 I I I I Prepared by ~ .
    [Show full text]
  • MCAM: an Application Layer Protocol
    REIHE INFORMATIK 1/93 MCAM: An Application Layer Proto col for R. Keller und W. E elsb erg Universitat Mannheim Seminargebaude A5 68131 Mannheim MCAM: An Application Layer Proto col for Movie Control, Access, and Management y Ralf Keller and Wolfgang E elsb erg Praktische Informatik IV University of Mannheim, Germany 1 Intro duction The aim of Op en System Interconnection OSI is to allow the interconnection of heterogeneous and distributed com- puter systems. The proto cols of layers 1-6 are now stan- dardized, and several application layer proto cols have also reached International Standard level, including X.400 for electronic mail and FTAM for le transfer, access, and ma- nagement [13]. What is still missing is a standard for the control, access, and management of continuous media CM. CM-streams suchasmovies have di erent requirements than traditional discrete media e.g. text and graphics in terms of bandwidth, delay, delay jitter, error control and ow control. Every comp onent in a distributed multimedia system has to guarantee these requirements. Considerable work has to b e done to meet the challenge of multimedia data streams. Examples of current research elds are mul- Abstract timedia le systems [23], op erating systems [2], synchroni- zation [22], transmission proto cols [4], network supp ort [5], Most of the recentwork on distributed multimedia sys- and throughput improvement in upp er layers [9]. tems has concentrated on the transmission, synchronization In this pap er we address the application layer layer 7 and op erating system supp ort for continuous media data st- issues of continuous media data streams within the OSI fra- reams.
    [Show full text]
  • ISO Reference Model for Open Systems Interconnection (OSI)
    DATA PRO Data Networking 2783 1 Standards ISO Reference Model for Open Systems Interconnection (OSI) In this report: Datapro Summary OSI Standards Progress ..... 6 The goal of Open Systems Interconnection (OS!) was designed to enable dissimilar com­ puters in multivendor environments to share information transparently. The OSI structure OSI Management ................ 8 calls for cooperation among systems of different manufacture and design. There are seven layers of the OSI model that communicate between one end system and another. The layers OSI and the Future •....••....•.. 9 cover nearly all aspects of information flow, from applications-related services provided at the Application Layer to the physical connection of devices to the communications medium Note: This report ex­ at the Physical Layer. All seven layers have long since been defmed and ISO protocols plains the OSI Seven­ ratified for each layer, though extensions have been made occasionally. Although the model Layer Reference Model at has changed the way we look at networking, the dream of complete OSI-compliance has not all layers; compares OSI come to fruition. The causes are varied, but this is essentially because OSI protocols are too to other architectures; expensive and too complex compared with other protocols that have become de facto stan­ rationalizes the need for dards in their own right. Even so, it is important to understand the model because, although standards testing and veri­ the complete stack of protocols is not much used today, the model has formed the way we fication; examines the case for OSI; profiles think of the structure of networks, and the model itself is always referred to in intemetwork­ major testing organiza­ ing matters.
    [Show full text]
  • Asynchronous Transfer Mode (ATM)
    ATM v1.03 – Aaron Balchunas 1 - Asynchronous Transfer Mode - Asynchronous Transfer Mode (ATM) Asynchronous Transfer Mode (ATM) is a high-speed, non-broadcast Layer 2 technology, similar in many respects to Frame Relay. In addition to supporting higher bandwidths, ATM integrates QoS mechanisms directly into the technology. ATM is thus a very flexible technology, supporting data, voice and video traffic. Other Layer 2 technologies, such as Ethernet or Token Ring, support variable-sized packets. For example, Ethernet packets are 1514 bytes by default, but the MTU can be changed. ATM utilizes fixed-sized packets called cells. Each cell is exactly 53 bytes. Because the cell size is always consistent, traffic can be routed or switched far more efficiently. Two ATM interface types exist: • User-Network Interface (UNI) – connects an ATM end-user device to an ATM switch or router • Network-Network Interface (NNI) – connects an ATM switch to another ATM switch ATM, like Frame Relay, builds Virtual Channels ( or Circuits ) between ATM devices. These virtual channels can be permanent (PVC) or switched (SVC) , and are one-way . Each virtual channel is identified by a Virtual Channel Identifier (VCI), the equivalent of a Frame-Relay DLCI. The VCI is only locally significant to the router/switch. Multiple virtual channels can then be bundled together into a Virtual Path, which is identified by a Virtual Path Identifier (VPI) . Like VCI’s, a VPI is only locally significant. A VPI essentially identifies a “route” between two ATM devices. * * * All original material copyright © 2007 by Aaron Balchunas ( [email protected] ), unless otherwise noted. All other material copyright © of their respective owners.
    [Show full text]