Why-OSI-layer
Why-OSI-layer
BITS Physical
Encapsulation
Acknowledgment
Protocol
IP:- IP is the "mother protocol" of TCP/IP, featuring routable 32-bit addressing.
ICMP:- Internet Connection Management Protocol. Incorporates ping and traceroute,
which are layer 3 link-testing utilities.
OSPF, EIGRP, RIP, ISIS:- Dynamic routing protocols that learn about remote networks and
the best paths to them from other routes running the same protocols.
ARP:- Address Resolution Protocol. ARP learns MAC address is associated with a given IP
address. (like in cmd arp -a)
Data-Link Layer (Layer 2)
It is responsible for end-to-end delivery of data between the devices on a LAN network
segment. Data Link layer comprises of two sub-layers.
1. MAC (Media Access Control)
It deals with hardware addresses (MAC addresses)
MAC addresses are 12 digit hex-decimal identifiers used to identify the devices
uniquely on the network segment.
It also provides ERROR detection using CRC (Cycle Redundancy Check) and framing
(encapsulation) examples: Ethernet, Token ring ………..etc
2. LLC (Logical Link Control
It deals with layer # (network layer)
The LLC layer controls frame synchronization, flow control and error checking.
Devices works at data link layer are switch, bridge, NIC card etc.
Physical Layer (Layer 1)
It deals with physical transmission of binary data on the given media (copper, fiber,
wireless..etc)
It also deals with electrical, mechanical and functional specifications of the devices,
media ……. Etc.
The major functions described at this layer are:
Encoding/Decoding:- It is process of converting the binary data into signals based
on the type of media.