Jump to content

Network layer

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 2600:1016:b10d:ddf3:6c9c:b944:800e:ed9f (talk) at 21:14, 2 May 2023 (Protocols). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In the seven-layer OSI model of computer networking, the network layer is layer 3. The network layer is responsible for packet forwarding including routing through intermediate routers.[2]


The network layer provides the means of transferring variable-length network packets from a source to a destination host via one or more networks. Within the service layering semantics of the OSI network architecture, the network layer responds to service requests from the transport layer and issues service requests to the [[data link layer

Relation to TCP/IP model

The TCP/IP model describes the protocols used by the Internet.[3] The TCP/IP model has a layer called the Internet layer, located above the link layer. In many textbooks and other secondary references, the TCP/IP Internet layer is equated with the OSI network layer. However, this comparison is misleading, as the allowed characteristics of protocols (e.g., whether they are connection-oriented or connection-less) placed into these layers are different in the two models.[citation needed] The TCP/IP Internet layer is in fact only a subset of functionality of the network layer. It describes only one type of network architecture, the Internet.[citation needed]

Protocols

The following are examples of protocols operating at the network layer.

References

  1. ^ "X.225 : Information technology – Open Systems Interconnection – Connection-oriented Session protocol: Protocol specification". Archived from the original on 1 February 2021. Retrieved 10 March 2023.
  2. ^ "Layer 3". techtarget.com. Retrieved 2017-05-11.
  3. ^ RFC 1122