(2) The transmission of one network protocol within another. As data moves down the protocol stack from the application layer to the data link layer, each protocol encapsulates the higher level by adding its own header to the block of data passed to it. See tunneling and wrapper.
Encapsulating Protocols
In this TCP/IP example, the transport layer encapsulates the data by attaching a TCP or UDP header to the packets. The network layer encapsulates the TCP packet by adding its header and so on.
![]() | Reproduced with permission from Computer Desktop Encyclopedia. Copyright (c) 1981-2008 The Computer Language Company Inc. All rights reserved. |
Additional Resources
- Why is Microsoft sponsoring the Open Source Census?
- Why is Microsoft sponsoring the Open Source Census?Microsoft sees RedHat and Novell making...money with open source. They are looking to see if it is a market they can tap into as well. Microsoft would rather make money from Open Source than try to kill it - something they have found...
- Discussion threads 2008-06-16
- RPG, PHP, and history
- RPG, PHP, and historyIf it works for you, use it - but it doesnt work for me.If it works for you, and especially if it has an elegant simplicity, then go for it.However,[i]So what’s the model? simple: business applications are user interfaces to business data.[/i]I think that in many cases...
- Discussion threads 2008-04-28
- Frustrations with development languages
- Frustrations with development languagesWhat's left?It seems that you don't like any programming language....Seriously the "failure" of Java EE you refer to isn't necessarily a failure of Java, it is likely a failure of software management by the IT department concerned. Many companies tend towards highly complex solutions and "smart" ways...
- Discussion threads 2008-04-14
- Endeavors Technologies Application Jukebox: An interesting spin on application virtualization
- Endeavors Technologies just launched its Application Jukebox, an application virtualization and delivery product. It appears to me that this product takes the concepts of application encapsulation and application streaming to a new level. Here's how Endeavors describes their technology Endeavors Technologies, the...
- Blog posts 2008-04-04
- Dicm Client (zip)
- Dicm Client is a powerful DICOM Client/Server solution. Dicm Client queries and downloads DICOM files from a PACS to a user selectable folder. Once downloaded, use your preferred DICOM viewer to read the study. If you need to convert your DICOM images, just scan the study folder and export the...
- Software downloads 2008-03-31
- Integrated Easy VPN and Dynamic Multipoint VPN
- The Dynamic Multipoint VPN DMVPN feature allows users to better scale large and small IP Security IPsec Virtual Private Networks VPNs by combining generic routing encapsulation GRE tunnels, IPsec encryption, and Next Hop Resolution Protocol NHRP. This paper describes how Easy VPN can be combined with DMVPN for the deployment...
- White papers 2008-03-11
- HP StorageWorks Virtualization
- Storage virtualization has been around for several decades. Virtualization is the aggregation of physical resources into a unified structure, and the presentation of those resources as capabilities that can be consumed by applications, desktop clients, or other types of storage clients. The term Virtualization has really become an umbrella that...
- White papers 2008-02-28
- Microsoft makes last-gasp OOXML push
- Microsoft makes last-gasp OOXML pushHmmmmInteresting load of bunk.Funny, they could not even give one example of something in a legacydocument that cannot be translated to ODF. Nor could they give even one example of something required for MS Office that can not be supported by ODF.Statements like this show they...
- Discussion threads 2008-01-29
- Trigence - datacenter application virtualization
- John Hamilton, EVP and Chief Operating Officer of Trigence, and I had a long discusion about application virtualization recently. One of the more challenging issues for suppliers of application virtualization technology is that there are many competitors each presenting different types of technology and this leaves many organizations feeling confused....
- Blog posts 2008-01-25
- OMSTPD - Cisco ONS 15454 Multiservice Transport Platform (MSTP) Implementing Data Over DWDM v8.0
- View Available Dates and LocationsIn this lab-intensive course, get an introduction to the data features and functions of Cisco ONS 15454 Multiservice Transport Platform MSTP dense wavelength-division multiplexing DWDM Release 8. You will learn the important theoretical concepts that underlie data encapsulation and how the concepts are...
- Training 2008-01-01
- Lanier's attack on open source religion
- Lanier's attack on open source religionWrongnessDo you mean "wrong" as in mistaken, or "wrong" as in immoral? I believe the former, but the belief of Richard Stallman and others that the free software model, as defined by Stallman, is the only legitimate development model has had many positive effects;...
- Discussion threads 2007-12-31
- Endeavors Technologies' AppExpress Lite
- Endeavors Technologies is one of the proponents of one of the important segments of application virtualization, application encapsulation and streaming. The company recently launched a free version of the AppExpress software and made it available on the Internet so that interested parties could try it out before signing on...
- Blog posts 2007-12-21
- To ESB or not to ESB, that is the question
- The enterprise service bus, or ESB, has been regarded as a quick on-ramp to service-oriented architecture for some time. However, industry experts have been divided as to whether they actually hurt or help SOA in the long run. Will putting ESBs in place to meet certain needs result in incompatible...
- Blog posts 2007-12-14
- Garments glowing in the dark
- Knitting specialists at the University of Manchester have developed high-tech battery-powered textile yarns that could be used to make clothing glow in the dark. These yarns could soon be integrated into clothing worn by cyclists, joggers, outdoor workers and pedestrians. These garments would be safer for users than current clothing...
- Blog posts 2007-10-28
- Messaging Security Goes Virtual: Improve Email Security and Lower Costs with Virtual Appliances
- When it comes to smart technology investments, few new technologies can match virtualization for drop-dead-obvious ROI. One natural evolution of the virtualization trend is to combine the benefits of special-function appliances and mix them with the virtualization approach. Hardware appliances are a great way to encapsulate...
- White papers 2007-10-08
- Talari Networks and enterprise WAN economics
- Here is a claim worth investigating. At DEMOfall 07 Talari Networks introduced a networking technology that it said will do for enterprise WANs what RAID did for storage. The technology can deliver a network with 30 to 100 times the bits per dollar, reducing WAN costs by 40 to 9o...
- Blog posts 2007-09-25
- Encapsulate user-interface functionality into AJAX components
- The encapsulation of user-interface functionality is a critically important aspect of enterprise Ajax development because it not only facilitates code reuse, but it also removes much of the need for addressing the individual quirks of multiple browsers -- a critical step toward rapidly developing high-quality, rich AJAX applications....
- Book chapters 2007-08-08
- Could you say 'Unix' in Ada?
- Could you say 'Unix' in Ada?Leaky AbstractionsWhat you are argueing is that Unix is full of leaky abstractions instead of sound design principles, so a largely unsafe systems programming language should be used to write application software.I think you are very wrong.Unix promotes enforced isolation of components (strong process isolation,...
- Discussion threads 2007-06-06
- Cancer therapy without side-effects?
- Most of you know at least one person who has been affected by cancer and treated by chemotherapy, suffering from side-effects such as hair loss or nausea. This is because chemotherapy attacks both healthy and unhealthy cells in the whole body. Now, Australian researchers are using nanotechnology to offer chemotherapy...
- Blog posts 2007-05-14
- Demeter in the Database
- Relational database normal form is nothing more than variable dereference. Used properly by following the two most important rules of object-oriented design, separation and encapsulation, one's database model will always work well. Violating the Law of Demeter enforces a concrete implementation on an otherwise abstract model, effectively multiplying in Cartesian...
- White papers 2007-05-14
Neighboring Terms
Premier Vendor Content Whitepapers, webcasts & resources from our Power Center Sponsors
- View exclusive resources for Intel Premier IT Professionals
-
Designed specifically to address the concerns of senior IT managers at organizations with more than 100 employees, the Intel Premier IT Professional Program provides best practices via local and e-Seminars and a members-only Web site.
- Sign-up free and access best practices resources >>












