TCP/IP model Flashcards
(10 cards)
acroynm for model
ATIL (DP)
Application, Transport, Internet, Link (Datalink & Physical) [in reverse layer order]
Layer
Link
(Layer 0)
Comprised of Datalink & Physical
Protocols include Ethernet.
Layer
Internet
(Layer 1)
- Adds source & destination IPs to packets.
transport added dest. port number, so we now have a socket. (ip+port)
Routers operate at this layer.
Protocols include IP.
Layer
Transport
(Layer 2)
- Maintain E2E communication
- Splits data into packets and packet metadata
- Adds port information to packets, creating sockets.
(a socket is an ip address + port)
Firewalls operate at this layer.
Protocols include TCP or UDP.
Layer
Application
(Layer 3)
- Uses relevant protocols for application.
Protocols include HTTP(S), FTP, etc
Explain
Which protocol does the Application layer use?
variable, depends on application, e.g. HTTP(S), FTP, etc
Explain
Which protocol does the Transport layer use?
TCP, UDP
Explain
Which protocol does the Internet layer use?
IP
Explain
Which protocol does the Link layer use?
Ethernet.
Recall
Which model is more popular — TCP/IP, or OSI?
TCP/IP.