CH 03
CH 03
CH 03
CHAPTER 3
Network Protocols
• After studying this chapter, one could do the following:
– Define and describe protocols.
– Identify where protocols fit in networks.
– Identify and define protocol standards.
– Identify and describe the major protocols currently in use.
The Role of Protocols
• Manchester encoding:
– Unipolar signaling type used by Ethernet
Digital Transmission Methods
Comparing Access Methods
• 802 standards:
– Network access methods used in PC networks are defined by the IEEE
802 standards (examples).
• 802.1: LAN and MAN MANs
Bridging and Management • 802.9: Integrated Services
• 802.2: Logical Link Control • 802.10: LAN/MAN Security
• 802.3: CSMA/CD • 802.11: Wireless LANs
• 802.4: Token Passing Bus • 802.12: High-Speed LANs
• 802.5: Token Ring • 802.14: Cable TV
• 802.6 DQDB • 802.15: Wireless PAN
• 802.7: Broadband LANs • 802.16: WirelessMAN™
• 802.8: Fiber-Optic LANs and
802 Standards
• 802.1 LAN and MAN Bridging and
Management
– Defines way in which a networking device such as
a bridge selects a path to connect LANs and
MANs.
802.14 Cable TV
– Provides reference for digital communications services over cable television
networks using branching bus system.
802.15 WPANs
– Standard under development for short-distance wireless networks called
wireless personal area networks; utilizes portion of Bluetooth specifications.
802.16 WirelessMAN™
– A group of broadband wireless communication standards for MANs developed
by the IEEE; enable multimedia applications with wireless connection and have
a range up to 30 miles.
LAN Access
• Token Ring
– Advantages:
• Determinant access method.
– Token’s path traceable, always follows same order.
• Somewhat self-healing.
– Most MAUs able to block nonresponding PCs.
– Disadvantages:
• Hardware less available, more expensive.
• Limited performance compared to recent Ethernet versions.
Hybrid Network with Token Rings
LAN Access Ethernet
• Ethernet
– Advantages:
• Hardware relatively inexpensive, available.
• High speed versions:
– 802.3x: 100Mbps Ethernet
– 802.3z: 1Gbps Ethernet
– Disadvantages:
• Performance can suffer as network size increases,
increasing number of possible collisions.
Simple Ethernet Network
Comparing Network Protocols
• Two important internetworking protocol suites:
– Transmission Control Protocol/Internet Protocol (TCP/IP)
– AppleTalk
• Each suite’s protocols function from OSI layer 2 (Data
Link) to layer 7 (Application).
The TCP/IP Suite
• TCP/IP is designed to work with a wide range of physical
access methods.
• The TCP/IP suite offers a number of features and benefits,
including interoperability, flexibility, and multivendor support.
• Another big benefit of the TCP/IP suite is the fact that almost
all network software vendors support its use.
• TCP/IP addressing uses a network address and a host address.
– Subnet mask identifies which portion of the address is used as the
network address and which is used as the host address.
– IP defines unique addresses for each computer that communicates on
a network.
• IPv4 vs. IPv6
The TCP/IP Suite
Manually Assign IP Address
Identifying the TCP/IP Protocols
• Network layer protocols:
– Internet Protocol (IP)
• Provides for network identification through addressing and
connectionless delivery of packets.
– Address Resolution Protocol (ARP)
• Provides a device’s MAC address from its IP address.
– Reverse Address Resolution Protocol (RARP)
• Provides a device’s IP address when the MAC address is known.
– Internet Control Message Protocol (ICMP)
• A management and troubleshooting protocol.
Identifying the TCP/IP Protocols
• Transport layer protocols:
– Transmission Control Protocol (TCP)
• Provides connection-oriented delivery services (error
checking, sequence numbering), with destination
device responding with receipt.