1.5 Layering & Encapsulation Flashcards
5 layers of internet
- application
- transport
- network
- link
- physical
application layer definition
1st (top) layer of internet
the application’s distributed pieces exchange messages with each other
relies on services from the transport layer
supports network apps (HTTP, IMAP, SMTP, DNS)
transport layer definition
2nd layer of internet
sends application-layer messages from one process to another
takes a message from the application layer and adds additional info to create a new data unit called a segment
TCP, UDP
network layer definition
3rd layer of internet
transports data between hosts
encapsulates segments (from transport layer) with a new header to create a datagram
link layer definition
4th layer of internet
communication link transfers data between 2 network devices
encapsulates datagram (network layer) to create a frame
WiFi, ethernet
physical layer definition
5th (bottom) layer of internet
bits “on the wire” - controls the sending of bits on the link
encapsulation definition
the process of taking a data unit from a higher layer and adding info to create a new data unit