02-25-2008 07:01 AM - edited 03-05-2019 09:21 PM
Hi all, can anyone talk me through the encapsulation process, ie, bits, frames, fragments, packets etc,
thanks
02-25-2008 09:53 AM
02-25-2008 01:01 PM
Hi, you should have a good understanding of the OSI model when you discuss encapsulation. The top 3 layers pass their data down to the transport layer, the transport layer encapsulate the data into a "segment". The segment is passed down to the network layer, the network layer add the IP and routing and then creates a "packet" the packet is passed down to the datalink layers which adds layer 2 addressing and protocols and creat a "frame". the frame is passed down to the physical layer which places the information from the frame onto the wire in "bits".
All of this is reversed on the receiving computer. HTH
application
presentation
session
transport = segment
network = packet
datalink = frame
physical = bits
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide