Messer - OSI Model Flashcards
(17 cards)
What does OSI model stand for?
Open Systems Interconnection Reference Model
OSI model layers:
7) application, 6) presentation, 5) session, 4) transport, 3) network, 2) data link, 1) physical
physical layer of osi model
signaling, cabling, connectors, the “physical” part of data transfer
data link layer of osi model
basic network “language”. Often called MAC address layer. the “switching” layer (as switches operate on this layer)
network layer of osi model
the “routing” layer. layer where routers are. Layer involves IPs. can fragment on this layer to traverse different networks
transport layer of osi model
the “post office” layer. gets info from one network to another. tcp and udp on this layer.
session layer of osi model
communication management between devices (start, stop, restart). control protocols and tunneling protocols
presentation layer of osi model
character encoding. application encryption and decryption. often combined with application layer
application layer of osi model
the layer we see. http, ftp, dns, pop3, etc.
osi physical layer examples
cables, fiber, and the signal itself
osi data link layer examples
frame, mac address, extended unique identifier (EUI-48, EUI-64), switch
osi network layer examples
ip address, router, packet
osi transport layer examples
tcp segment, udp datagram
osi session layer examples
control protocols, tunneling protocols
osi presentation layer examples
application encryption (ssl/tls)
osi application layer examples
everything you see
popular application that captures network data for review
Wireshark