Encapsulation (networking)

From Wikipedia, the free encyclopedia
  (Redirected from Upper layer protocol)
Jump to: navigation, search
Encapsulation of user data, in the Unix-style UDP stack

In computer networking, encapsulation is a method of designing modular communication protocols in which logically separate functions in the network are abstracted from their underlying structures by inclusion or information hiding within higher level objects.

The physical layer is responsible for physical transmission of the data. Link encapsulation allows local area networking and Internet Protocol (IP) provides global addressing of individual computers; Transmission Control Protocol (TCP) adds application or process selection, i.e., the port specifies the service such as a Web or TFTP server.[1]

In discussions of encapsulation, the more abstract layer is often called the upper layer protocol while the more specific layer is called the lower layer protocol. Sometimes, however, the terms upper layer protocols and lower layer protocols are used to describe the layers above and below IP, respectively.[1]

Encapsulation is a characteristic feature of most networking models, including both the OSI Model and TCP/IP suite of protocols.

See also[edit]

References[edit]

  1. ^ a b "How Encapsulation Works Within the TCP/IP Model". learn-networking.com. 2008-01-27. Retrieved 2013-11-22.