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
|
Encapsulation 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. Encapsulation is the technique of putting information within a packet for delivery to some process or entity. In the networking world, encapsulation takes place in two primary ways:
See Figure 5 in the book Actually, encapsulation takes place almost everywhere in the network environment. Data from host systems is encapsulated into the frames or cells of the underlying network. In the WAN, IP packets are encapsulated into ATM cells that are, in turn, encapsulated into SONET frames. In the campus environment, Ethernet frames may be encapsulated into the frames of an FDDI (Fiber Distributed Data Interface) backbone network for delivery to an Ethernet network in another building. Most computers that are connected to the Internet with modems use the PPP (Point-to-Point Protocol), which is a serial point-to-point link protocol. The user's IP datagrams are encapsulated into the PPP frames and delivered across the modem link to the ISP access device. At that point, the datagrams are removed from the PPP frames and forwarded on to the Internet. VPNs (virtual private networks) illustrate another form of encapsulation, in which many different types of network traffic are delivered across the Internet (or an internal TCP/IP network) in a private and secure way. Packet contents are encrypted to maintain security, but the packet headers remain readable so that packets may be routed as normal. GRE (Generic Routing Encapsulation) is a protocol developed by Cisco for encapsulating just about any protocol inside IP. The result is a tunnel for delivering non-IP protocols across an IP network. Microsoft uses a modified version of GRE to encapsulate PPP frames in its PPTP (Point-to-Point Tunneling Protocol) solution. Copyright (c) 2001 Tom Sheldon and Big Sur Multimedia. |