2 - Data encapsulation Flashcards
Application - what type of service are in this layer
HTTP, JPEG, Mail Server.
PDU - Data
Presentation - What does this do to the data
Formats the data to the appropriate data -
So it can be read by the device on the other side.
If its a picture (JPEG) then it will format into JPEG so other device receive the same.
PDU - Data
Session - what is the difference with session and transport
session is in charge of how the amount of connections. It organizes each session and makes sure each are separate from the others. e.g session 25 not 26
transport is in charge of end to end communication
Transport - what does end to end communication mean in transport layer
make sure data was sent and received, proof of this is in the receipt.
1 of 2, 2 of 2.
making sure the full data was sent across.
If the other side does not receive a particular segment it request for it, and it will be sent.
It also looks into Port numbers.
Network - what does this layer focus on
It is interested mainly in the address and destination it needs to go to.
Street name and Number.
Ip address - logical address.
How will it get to the location.
Which path will it select.
This is mainly dealing with ip address, routing table and Routers
Data link - what does this layer do
It Frames everything.
Places everything in correct order e.g source address, destination address, session etc.
Handles errors in the physical layer, flow control and frame synchronization.
This mainly deals with - Mac-Addresses, and switches.
Physical layers -
Send via electrical signals in bits.
Cables and wires
which direction does Encapsulation happen ?
From a application layer down to physical.
7 to 1
which direction does De-encapsulation happen ?
Frpm physical layer to presentation layer.
1 to 7