Chapter 2 Notes |
After Reading This Chapter And Completing the Exercises You will be able to: |
|
Why Networking Standards are Needed
Types of Standards
- Bus Design
- CPU Design
- Serial Port Design
- Parallel Port Design
- Keyboard Architecture
- Display Architecture
- Printer Communications
- Network Communications
- What communications media are used and specifications for those media.
- How communications are established and maintained between nodes.
- How to determine if a communications error has occurred.
- What to do if a communications error has occurred.
- How fast and how far packets can travel on a network.
- How a network can be designed for reliable communications.
- What communications are used to manage a network.
- What equipment can be attached to a network and how.
Key Networking Standards Organizations
- ANSI
- http://www.ansi.org
- IEEE
- http://standards.ieee.org
- 802 standards:
802.1 | An overview of the 802 standards |
802.2 | Standards for Logical Link Control and other standards for basic network connectivity |
802.3 | Standards for Carrier Sense Multiple Access with Collision Detection |
802.4 | Standards for token passing bus access |
802.5 | Standards for token ring access and for communications between LANs and MANs |
802.6 | Standards for LAN and MAN networks, including high-speed and connectionless networking |
802.7 | Standards for broadband cable technologies |
802.8 | Standards for fiber-optic cable technologies |
802.9 | Standards for integrated networking services, such as voice and data |
802.10 | Standards for interoperable LAN and MAN security |
802.11 | Standards for wireless connectivity |
802.12 | Standards for demand priority access method |
802.14 | Standards for cable television broadband communications |
- CCITT
- E-mail standards
- Mail service and user interface elements
- Guidelines for encoding and decoding mail objects
- Syntax for mail transfer
- Methods to ensure reliable mail transfer
- Guidelines for message transfer layer
- Messaging protocol for telex
- Scientific
- Technological
- Economic
- Intellectual
OSI Layered Communications
Application (Layer 7) |
Presentation (Layer 6) |
Session (Layer 5) |
Transport (Layer 4) |
Network (Layer 3) |
Data Link (Layer 2) |
Physical (Layer 1) |
The Physical Layer
The Data Link Layer
- The LLC is a data link sub-layer of the OSI model that initiates the communication link between nodes and ensures that the link is not unintentionally broken.
- Type 1 operation is a connectionless service.
- Does not establish a logical connection between the sending and receiving nodes.
- The success of data transmission is simply chance.
- Most commonly used LLC class for protocols employed by:
- Microsoft NetBEUI
- Novell IPX/SPX
- Internet TCP/IP
- Type 2 operation is a connection-oriented service.
- Logical connection is established between sending and receiving nodes before a full communication begins.
- Error recovery is possible.
The Network Layer
- Physical routes which are cable paths.
- Routers are used to help the packet along its path.
- Routers are physical devices that contain software to enable packets formatted on one network to reach a different network in a format that the second network understands.
- Virtual circuits are logical communication paths set up to send and receive data.
Transport Layer
Protocol | Purpose |
Class 0 | Simplest protocol. No error checking performed. |
Class 1 | Monitors for packet transmission errors. If detected, asks that the sending node re-send the packet. |
Class 2 | Monitors for errors and provides flow control. |
Class 3 | Provides functions on class 1 and 2 and adds the option to recover lost packets in some situations. |
Class 4 | Same as class 3, but allows more extensive error monitoring and recovery. |
The Session Layer
The Presentation Layer
- EBCDIC- 256 character set
- ASCII- 96 upper and lowercase characters, and 32 nonprinting characters
Application Layer
|
file management |
remote access to files and printers |
message handling for e-mail |
terminal emulation |
Layer | Functions |
Physical (Layer 1) |
|
Data
Link (Layer 2) |
|
Network (Layer 3) |
|
Transport (Layer 4) |
|
Session (Layer 5) |
|
Presentation (Layer 6) |
|
Application (Layer 7) |
|
Communication Between Stacks
Node A |
Node B |
|
Application Layer |
Application PDU |
Application Layer |
Presentation SDU |
Presentation SDU |
|
Presentation Layer |
Presentation PDU |
Presentation Layer |
Session SDU |
Session SDU |
|
Session Layer |
Session PDU |
Session Layer |
Transport SDU |
Transport SDU |
|
Transport Layer |
Transport PDU |
Transport Layer |
Network SDU |
Network SDU |
|
Network Layer |
Network PDU |
Network Layer |
Data Link SDU |
Data Link SDU |
|
Data Link Layer |
Data Link PDU |
Data Link Layer |
Physical SDU |
Physical SDU |
|
Physical Layer |
Physical PDU |
Physical Layer |
|_____________________________________________|
Node A sends packet to Node B
Applying the OSI Model
- The redirector at the application layer locates the shared drive.
- The presentation layer ensures that the data format is in the right format.
- The session layer establishes the link, and keeps it from being interrupted.
- The transport layer makes sure it is interpreted in the same order it was sent.
- The network layer make sure packets are sent along the fastest route.
- The data link layer constructs and makes sure packets go to the right station.
- The physical layer converts it into electrical signals to be sent over the network.
OSI Layer | Corresponding Network Hardware or Software |
Application | Application programming interfaces, gateways |
Presentation | Data translation software, gateways |
Session | Network equipment software drivers, computer name lookup software, gateways |
Transport | Network equipment software drivers, gateways |
Network | Gateways, routers |
Data Link | NICs, intelligent hubs and bridges, gateways |
Physical | Cabling, cable connectors, multiplexers, transmitters, receivers, transceivers, passive, and active hubs, repeaters, gateways |