Network Layer
The Network Layer is located at the 3rd position in the seven layer OSI model. It offers serviceable and practical ways of transmitting variable length data series from a source to a destination
through one or more networks, while preserving the class of service and error handling tasks.
The Network Layer is accountable for source to destination packet deliverance and routing through intermediate networks. On the other hand, the Data Link Layer is in charge of node-to-node frame deliverance on a similar channel. The Network Layer executes network routing tasks and may also carry out fragmentation and reassembly, and report deliverance errors. Routers work at the Network Layer, distributing information throughout the entire network.
Network Layer Functions
- Path Determination/Routing: The Network Layer
manages arriving packets from different sources, decides their finishing destination, and then makes a decision regarding where to send the packets to make them reach the final destination. - Logical Addressing: Each and every component participating in a network communication has a logical address commonly known as the layer-3 address. Addressing is also carried out at the data link layer, but it refers to local physical components. Logical addresses are not dependent on specific hardware and must be distinct across a complete network.
- Forwarding: In the process of routing the packets to their final destination, the Network Layer needs to keep forwarding the packets to concerned intermediate nodes.
- Datagram Encapsulation: The Network Layer encapsulates the various messages received from upper layer into Packets (also known as Datagram) attached with a header.
- Fragmentation and Reassembly: The Network Layer usually breaks up the packets into smaller messages to be transferred to the Data Link Layer and reconnects them to reform the packet.
- Error Handling and Diagnostics: The Network Layer also handles various communication errors, routing flaws, and status exchanges.
Network Layer Standards

Standards that operate at the Network Layer include: IP and ICMP.
Comments (3)
Leave a Reply
- Data Link Layer
The Data Link Layer is layer two of the OSI model. It resides above the Physical Layer and below the Network Layer. The Data Link Layer is responsible for communications between adjacent network nodes. Hubs and switches operate at the Data Link Layer. The Data Link Layer is logically divided into two sub-layers: The Media [...]...
- Types of Network Hardware
The label network hardware is generally given to any piece of equipment with the task of moving data. Common categories of network hardware include: Routers Switches Network Interface Cards Routers A router is a network device with interfaces in multiple networks whose task is to copy packets from one network [...]...
- Application Layer
The application layer of a software is a protocol that is used for communication between a software and the network layers that it uses. The application layer allows a computer’s network to interpret requests made by the program and allows the program to interpret data from the network. Likewise, the application layer ensures that both [...]...
- Presentation Layer
The presentation layer is one of seven layers of the OSI (Open Systems Interconnections) Model and is found between the application layer and the session layer. The presentation layer is commonly used for encryption and decryption as well as the conversion of file formats. The presentation layer is considered the last layer in which data [...]...
- Transport Layer
The transport layer is the fourth layer of the OSI Model and exists between the Session Layer and Network Layer. The transport layer is used to actually transfer data from one application to another and can be used to stream data from one device to another. The most popular transport layer, the Transmission Control Protocol, [...]...





Precise information and easy to understand.
what devices fall in each of OSI model?
How does the network layer relate to the other layers in the model.
Describe the two main functions of the presentation layer of the osi model.