TCIP/IP layers Flashcards
What do the TCP/IP layers do?
Define the rules relating to transmission of packets.
IP controls delivering of packets
TCP keeps track of them and reassembles them
What are the 4 layers of the TCP/IP model?
Link
Internet
Transport
Application
What does the Application layer do?
Handles DNS and other protocols
Data is converted from one format to another so it is understandable for recipient.
What does the Transport Layer do?
Contains most of the config instructions and data associated with correct transmission and error checking.
Sender and receiver are identified.
Port numbers are identified so that data is passed to the correct app.
What does the Internet layer do?
Defines IP addresses for devices sending and receiving as well as the routing of data.
What does the Link layer do?
Sychronisation of devices
Defines network topology
Handles data transmission
Controls CSMA/CA
What gets added to the data being sent at the Transport layer?
The transport header defining which packet of data it is. 1st, 2nd, 3rd etc and port number
What gets added to the data being sent at the Internet layer?
IP address of devices
What gets added to the data being sent at the Link layer?
MAC address of devices