Notes - 1052 - UNIT-I - Lesson 3-OSI & TCP - IP Reference Models
Notes - 1052 - UNIT-I - Lesson 3-OSI & TCP - IP Reference Models
Notes - 1052 - UNIT-I - Lesson 3-OSI & TCP - IP Reference Models
• Addressing. Headers and trailers added at this layer include the physical
addresses of the most recent node and the next intended node.
• Access control. When two or more devices are connected to the same link, the
data link layer protocols are necessary to determine which device has control
over the line at any given time.
• Flow control. To avoid overwhelming the receiver, the data link layer regulates
the amount of data that can be transmitted at one time. It adds identifying
numbers to enable the receiving node to control the ordering of the frames.
• Error handling. Data link layer protocols provide for data recovery, usually by
having the entire frame retransmitted.
• Synchronization. Headers contain bits to alert the receiving station that a frame is
arriving. In addition, these bits provide a pattern to allow the receiver to
synchronize its timing to that of the transmission (to know the duration of each
bit). Trailers contain bits for error control and also bits that indicate the frame has
ended, and that anything to follow is either a new frame or an idle channel.
• Ethernet
• Point-to-Point Protocol (PPP)
• High-Level Data Link Control (HDLC)
• Frame Relay
• Asynchronous Transfer Mode (ATM)
IP Security IPSec A set of IP-related protocols that improve the security of IP transmissions.
Internet Control Message ICMP/ICMPv4, A “support protocol” for IPv4 and IPv6 that provides error-reporting and
Protocol ICMPv6 information request-and-reply capabilities to hosts. It is a mechanism used by
hosts and gateways to send notification of datagram problems back to the
sender since IP is an unreliable connectionless protocol.
IP Network Address
Translation (IP
NAT)
Transmission Control Protocol (TCP) The main transport layer protocol for TCP/IP. Establishes and
manages connections between devices and ensures reliable
and flow-controlled delivery of data using IP.
Network File System (NFS) Allows files to be shared seamlessly across TCP/IP networks.
The OSI reference model was devised before the With TCP/IP the protocols came first, and the model
corresponding protocols were invented. was just a description of the existing protocols.
The OSI model has seven layers. TCP/IP has four layers
The OSI model supports both connectionless and The TCP/IP has only connectionless mode in the
connection-oriented communication in the network network layer but supports both connectionless and
layer, but only connection-oriented communication connection-oriented modes in the transport layer.
in the transport layer.