Encapsulation and the OSI Model Flashcards
Do the contents of the website need to be split up into chunks to send it seamlessly to the client?
Yes
Where are the chunks of data stored at the transport layer?
Header
What is the data known as in a header?
Payload
Name the order of the contents inside a TCP header.
Source Port, Destination Port, Flags, Sequence Number, Acknowledgement Number, Payload.
What could this encapsulation process work like in a real-life example?
Sending a birthday card to a distant relative.
What are the flags in a header?
General information about the transaction and what’s happening in it.
What is a header known as at the transport layer?
A Segment
What particular type of header is at layer 4?
TCP Header
Where does the segment go to in a network layer header?
It becomes the payload.
Name the order of contents of information in a packet?
Source IP, Destination IP, TTL (Time to Live), Other Information, Payload
What is a network layer header known as?
A packet
What particular type of header is at layer 3?
IP Header
Where does the packet go in a data link layer header?
It becomes the payload.
What is a header known as at the data link layer?
A Frame
Name the order of contents in an Ethernet frame?
Source MAC Address, Destination MAC Address, Layer 3 Protocol, Payload
Name the most common type of header at the data link layer
An Ethernet header
Are there different types of headers at layer 2?
Yes, for example there could be DOCSIS-3 header going from the cable modem out on the internet.
What would happen to the packet when switching frames?
If would simply come out of the Ethernet frame and into the DOCSIS-3 frame.
With an ethernet payload, is there a maximum amount of data that it can carry? If so, what is it known as?
Yes, there is, it’s known as an Ethernet MTU (Maximum Transmission Unit)
What is the typical amount of MTU for an Ethernet frame?
1500 Bytes
What happens when the frame is sent down to the physical layer?
It gets converted into binary, then into a signal based on the type of wire or even if it’s wireless.