Network
Network
Physical Layer (Layer 1): It converts data bits into electrical impulses or radio signals.
Data Link Layer (Layer 2): At the Data Link layer, data packets are encoded and decoded into bits and it provides
a node to node data transfer. This layer also detects the errors that occurred at Layer 1.
Network Layer (Layer 3): This layer transfers variable length data sequence from one node to another node in the
same network. This variable-length data sequence is also known as “Datagrams”.
Transport Layer (Layer 4): It transfers data between nodes and also provides acknowledgment of successful data
transmission. It keeps track of transmission and sends the segments again if the transmission fails.
layers.....
• Session Layer (Layer 5): This layer manages and controls the connections between computers. It establishes,
coordinates, exchange and terminates the connections between local and remote applications.
• Presentation Layer (Layer 6): It is also called as “Syntax Layer”. Layer 6 transforms the data into the form in
which the application layer accepts
• Application Layer (Layer 7): This is the last layer of the OSI Reference Model and is the one that is close
to the end-user. Both end-user and application layer interacts with the software application. This layer provides
services for email, file transfer, etc.