TCP/IP model Flashcards
1
Q
acroynm for model
A
ATIL (DP)
Application, Transport, Internet, Link (Datalink & Physical) [in reverse layer order]
2
Q
Layer
Link
(Layer 0)
A
Comprised of Datalink & Physical
Protocols include Ethernet.
3
Q
Layer
Internet
(Layer 1)
A
- 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.
4
Q
Layer
Transport
(Layer 2)
A
- 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.
5
Q
Layer
Application
(Layer 3)
A
- Uses relevant protocols for application.
Protocols include HTTP(S), FTP, etc
6
Q
A