User:CONFIQ/ccna

From Wikipedia, the free encyclopedia

I want to dispense my knowledge on progress called encapsulation.

Let's say we have some data on 7th layer of OSI model, or 5th layer of TCP/IP model, the data has been created! On Transport_layer data gets his first header and depending on application layer header should be send as UDP or TCP. This is example of UDP header:

More information +, Bits 0 - 15 ...
UDP Header
+ Bits 0 - 15 16 - 31
0 Source Port Destination Port
32 Length Checksum
64  
Data
 
Close

more info on UDP. If it's TCP than header will look like this:

More information Bit offset, Bits 0–3 ...
TCP Header
Bit offsetBits 0–34–78–1516–31
0Source portDestination port
32Sequence number
64Acknowledgment number
96Data offsetReservedCWRECEURGACKPSHRSTSYNFINWindow
128ChecksumUrgent pointer
160Options (optional)
160/192+ 
Data
 
Close

more info on TCP.

data that goes through Transport layer is called segments.

Related Articles

Wikiwand AI