Networks: TCP/IP Stack Flashcards
What is the first layer called?
Application
What is the second layer called?
Transport
What is the third layer called?
Network/Internet
What is the final layer called?
Link
What is the purpose of the first layer?
Selects and uses the correct protocol to transmit data. The layer
interacts with the user with application software like a web browser.
What is the purpose of the second layer?
Establishes what’s called a virtual path: an end to end connection
between the sender and the receiver. The layer then splits the
transmission into packets.
Each packet has a sequence number which identifies a packet’s
position in relation to other packets that form part of the same message.
Also contained in each packet is the port number to be used which identifies the protocol in use. In this case, port 443 is HTTPS.
What is the purpose of the third layer?
Provides the correct IP addresses for each packet’s source and
destination.
What is the purpose of the fourth layer?
Controls physical connections between pieces of hardware in a Network.
Adds a intended MAC address to the package.
Difference between Routers and Gateways (In this context)
Routers use lookup tables to direct packets.
So do Gateways, however Gateways can strip back packets and re-assign data (such as a MAC address).