Table of Contents Link to heading
OSI Network Layer Link to heading
- Assign logical addresses to devices on the network
- Encapsulate the packet with necessary data for delivery
- Fragment the packet when it comes across a network that restricts the size of the packet
- Route the packet from the source to the destination through the web of connected networks
- Have the data decapsulated for processing by the destination host
The network layer receives segments (L4 PDU), which have been processed into a transportable size and numbered for reliability, from the transport layer. It is now up to the network layer to use protocols to add addressing and other information to the PDU and send it (L3 PDU) to the next router along the best route to the destination network.
Addressing Link to heading
Encapsulation Link to heading
When segments have been encapsulated at the network layer, they are referred to as packets.
Fragmentation Link to heading
Maximum Transmission Unit (MTU) Link to heading
Routing Link to heading
Decapsulation Link to heading
When an IP packet is decapsulated, the network layer reassembles the packets into segments and hands them up to the transport layer.
Network Protocols Link to heading
L3 protocols used to be largely proprietary, which limited communication to a manufacturer’s specific equipment. Internet Protocol (IPv4 and IPv6), however, is open source and allows devices from various manufacturers to communicate with each other, which makes itself the most widely used L3 data-carrying protocol.
Common Network Protocol | Description |
---|---|
Internet Protocol version 4 (IPv4) | Most widely used network protocol Basic protocol of the Internet. |
Internet Protocol version 6 (IPv6) | Currently in use in some areas Will work with IPv4 and likely replace it. |
Novell IPX | Part of Novell NetWare, a widely popular internetworking protocol in the 1980s and 1990s. |
AppleTalk | Apple Computer’s proprietary networking protocol. |
Connectionless Network Service (CLNS) | A protocol used in telecommunication networks that does not require established circuits. |