Site home page Get alerts when Linktionary is updated Book updates and addendums Get info about the Encyclopedia of Networking and Telecommunicatons, 3rd edition (2001) Download the electronic version of the Encyclopedia of Networking, 2nd edition (1996). It's free! Contribute to this site Electronic licensing info
|
Network Layer Protocols Related Entries Web Links New/Updated Information Note: Many topics at this site are reduced versions of the text in "The Encyclopedia of Networking and Telecommunications." Search results will not be as extensive as a search of the book's CD-ROM. The OSI (Open Systems Interconnection) model is a standard defined by the International Organization for Standardization. It is a layered architecture in which each layer defines a specific type of communication. The bottom layer, called the physical layer, is responsible for transmitting these messages as bit streams across a physical medium. The layers immediately above the physical layer define how data is packaged for transport over the physical network. Further up the protocol stack are layers that define how sessions between computers are established and managed. The uppermost layers define how applications interface with the network. The OSI model helps developers create products that work over a large variety of platforms and operating systems. The network layer is the third layer of the protocol stack, just above the physical and data link layers. It is the routing layer and the layer that is responsible for network addressing. In the Internet protocol suite, IP resides in the network layer. Note the following:
A common way to think of the network layer is as a service provider to the transport layer. In the TCP/IP protocol suite, IP provides connectionless (unreliable) packet delivery services, while TCP provides transport layer, connection-oriented services. See "TCP (Transmission Control Protocol)" and "Transport Protocols and Services" for more information about the transport layer. RFC 2956 (Overview of 1999 IAB Network Layer Workshop, October 2000) describes the "state of the network layer and its impact on continued growth and usage of the Internet." In particular, it discusses NAT (network address translation), firewalls, IPv6, addressing, and various routing issues. Copyright (c) 2001 Tom Sheldon and Big Sur Multimedia. |