© 2005 Cisco Systems, Inc. All rights reserved.INTRO v2.11-1 Building a Simple Serial Network Understanding the OSI Model.

Презентация:



Advertisements
Похожие презентации
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Connecting to Remote Networks Understanding WAN Technologies.
Advertisements

© 2005 Cisco Systems, Inc. All rights reserved. INTRO v Module Summary A network is a connected collection of devices (computers, interconnections,
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Module Summary In the OSI model, it is the transport layer that manages the reliability of.
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Ensuring the Reliability of Data Delivery Establishing a TCP Connection.
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Building a Simple Ethernet Network Understanding How an Ethernet LAN Works.
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Ensuring the Reliability of Data Delivery Understanding How UDP and TCP Work.
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Connecting Networks Understanding How TCP/IP Works.
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Connecting to Remote Networks Using Dedicated Connections for WANs.
© 2005 Cisco Systems, Inc. All rights reserved. INTRO v Module Summary TCP/IP is the most widely used networking protocol, with functions that can.
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Operating and Configuring Cisco IOS Devices Configuring a Router.
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Module Summary A WAN allows the transmission of data across broad geographic distances. There.
© 2006 Cisco Systems, Inc. All rights reserved. ICND v Establishing Serial Point-To-Point Connections Introducing Frame Relay.
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Module Summary LANs are networks that are located in a limited area, with their components.
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Growing the Network Choosing the Right Network Topology.
© 2006 Cisco Systems, Inc. All rights reserved. ICND v Completing ISDN Calls Configuring ISDN BRI and PRI.
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Building a Simple Ethernet Network Defining a LAN.
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Connecting to Remote Networks Using Packet Switching in WANs.
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Building a Simple Serial Network Exploring the Functions of Networking.
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Connecting Networks Exploring How Routing Works.
Copyright 2003 CCNA 1 Chapter 9 TCP/IP Transport and Application Layers By Your Name.
Транксрипт:

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Building a Simple Serial Network Understanding the OSI Model

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Outline Overview The OSI Reference Model The OSI Model Layers and Functions Encapsulation and De-Encapsulation Peer-to-Peer Communication Network Protocols Summary

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Why a Layered Network Model? Reduces complexity Standardizes interfaces Facilitates modular engineering Ensures interoperable technology Accelerates evolution Simplifies teaching and learning

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v The Seven Layers of the OSI Model

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v The Seven Layers of the OSI Model

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v The Seven Layers of the OSI Model

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v The Seven Layers of the OSI Model

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v The Seven Layers of the OSI Model

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v The Seven Layers of the OSI Model

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v The Seven Layers of the OSI Model

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Data Encapsulation

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Data De-Encapsulation

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Peer-to-Peer Communication

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Network Protocols

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Summary The OSI reference model defines the network functions that occur at each layer. More importantly, the OSI reference model facilitates an understanding of how information travels throughout a network. The physical layer defines the electrical, mechanical, procedural, and functional specifications for activating, maintaining, and deactivating the physical link between end systems. The data link layer defines how data is formatted for transmission and how access to the physical media is controlled.

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Summary (Cont.) The network layer provides connectivity and path selection between two host systems that may be located on geographically separated networks. The transport layer segments data from the system of the sending host and reassembles the data into a data stream on the system of the receiving host. The session layer establishes, manages, and terminates sessions between two communicating hosts. The presentation layer ensures that the information sent at the application layer of one system is readable by the application layer of another system.

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Summary (Cont.) The application layer provides network services to the applications of the user, such as , file transfer, and terminal emulation. The information sent on a network is referred to as data or data packets. If one computer wants to send data to another computer, the data must first be packaged by a process called encapsulation. When the remote device receives a sequence of bits, the physical layer at the remote device passes the bits to the data link layer for manipulation. This process is referred to as de-encapsulation.

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Summary (Cont.) So that data packets can travel from the source to the destination, each layer of the OSI model at the source must communicate with its peer layer at the destination. During the peer-to-peer communication process, the protocols at each layer exchange packets of information called PDUs between peer layers. Network protocols are sets of rules and standards that tell the services of a network what to do. There are many different kinds of protocols, each with its own function and operating at different layers of the OSI model. Some common network protocols include EIA-232-D, HDLC, PPP, ISDN, and TCP.

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v