Protocols and The TCP/IP Suite
Protocols and The TCP/IP Suite
Chapter 4
Multilayer communication.
A series of layers, each built upon the one below it. The purpose of each layer is to offer certain services to the higher layers, hiding the detailed implementation of these services from the higher layers. a protocol is an agreement between two communication parties on how communication is to proceed.
Syntax
Concerns the format of the data blocks Includes control information for coordination and error handling Includes speed matching and sequencing
Semantics
Timing
Applications
Exchange data between computers (e.g., electronic mail) Connected to networks Transfers data from one computer to another
Computers
Networks
TCP/IP Layers
Physical layer Network access layer Internet layer Host-to-host, or transport layer Application layer
Covers the physical interface between a data transmission device and a transmission medium or network Physical layer specifies:
Characteristics of the transmission medium The nature of the signals The data rate Other related matters
Concerned with the exchange of data between an end system and the network to which it's attached Software used depends on type of network
Circuit switching Packet switching (e.g., X.25) LANs (e.g., Ethernet) Others
Uses internet protocol (IP) Provides routing functions to allow data to traverse multiple interconnected networks Implemented in end systems and routers
Commonly uses transmission control protocol (tcp) Provides reliability during data exchange
Completeness Order
Logic supports user applications Uses separate modules that are peculiar to each different type of application
The total communications facility may consist of multiple networks The constituent networks subnetworks Network access protocol IP TCP
Each host on a subnetwork must have a global internet address; Each process with a host must have an address that is unique within the host ports
Provides a basic electronic mail facility Allows files to be sent from one system to another Provides a remote logon capability
TELNET
Provides access to the OSI environment for users Provides distributed information services
Provides independence to the application processes from differences in data representation (syntax)
Provides the control structure for communication between applications Establishes, manages, and terminates connections (sessions) between cooperating applications
Provides reliable, transparent transfer of data between end points Provides end-to-end error recovery and flow control
Provides upper layers with independence from the data transmission and switching technologies used to connect systems Responsible for establishing, maintaining, and terminating connections
Provides for the reliable transfer of information across the physical link Sends blocks (frames) with the necessary synchronization, error control, and flow control
Concerned with transmission of unstructured bit stream over physical medium Deals with accessing the physical medium
When the need for interoperability across networks was recognized, only TCP/IP was available and ready to go Accomplishes in seven layers what TCP/IP does with fewer layers
Internetworking Terms
Communication network facility that provides a data transfer service among devices attached to the network Internet collection of communication networks, interconnected by bridges/routers Intranet internet used by an organization for internal purposes
Internetworking Terms
End System (ES) device used to support end-user applications or services Intermediate System (IS) device used to connect two networks Bridge an IS used to connect two LANs that use similar LAN protocols Router - an IS used to connect two networks that may or may not be similar
Functions of a Router
Provide a link between networks Provide for the routing and delivery of data between processes on end systems attached to different networks Provide these functions in such a way as not to require modifications of the networking architecture of any of the attached subnetworks
Addressing schemes
Different schemes for assigning addresses to devices Different maximum packet sizes requires segmentation
Interfaces
Reliability
A server attached to an ATM A workstation attached to an IEEE 802 LAN A router connecting the two networks