This is the layer where the communication process begins
The application layer interacts directly with software applications, such as web browsers and email clients
The application layer prepares data for transmission over the network by converting it into a format that can be sent and received over the network (known as encapsulation)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q
Transport layer
A
The transport layer receives data from the application layer
The transport layer is responsible for end-to-end communication between the source and destination
The transport layer breaks the data it receives down into smaller units called packets
Each packet is assigned a port number (so the data can be reassembled in the correct order at the destination)
Each packet is also labelled with a header containing information (e.g. the packet number)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q
Internet layer
A
The internet layer receives packets from the transport layer
It adds a header to each packet, including the sender’s IP address and the receiver’s IP address
The internet layer is responsible for routing each packet across the network using the IP addresses in the headers
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q
Link layer
A
receives packets from the Internet layer and prepares them for transmission over the physical network
The link layer translates the digital packets into an electrical, optical, or wireless signal that can be sent over the network
Once the signal reaches the receiving end, the network layer translates it back into digital packets