Topic 3 - OSI & TCP/IP Models Flashcards
1
Q
What are layers of the TCP/IP Model?
A
Application -> Transport -> Internet -> Network Access
2
Q
What is the process of going from layer 7 to 1 called?
A
Encapsulation
3
Q
What is the process of going from layer 1 to 7 called?
A
Unencapsulation
4
Q
What are 7 layers of OSI model (From 7 to 1)?
A
Application -> Presentation -> Session -> Transport -> Network -> Data-link -> Physical
5
Q
What does the transport layer do?
A
The transport layer takes data transferred in the session layer and breaks it into “segments” on the transmitting end. It is responsible for reassembling the segments on the receiving end, turning it back into data that can be used by the session layer.