1.1 Understanding the OSI Model Flashcards
N10-009 Obj. 1.1: Explain concepts related to the Open Systems Interconnection (OSI) reference model (33 cards)
What is the purpose of the OSI model?
To standardize and describe how data travels through a network in seven distinct layers.
What is the mnemonic for remembering the OSI layers from top to bottom?
“All people seem to need data processing.”
Application, Presentation, Session, Transport, Network, Data Link, Physical
Which OSI layer handles IP addressing and routing?
Layer 3 - Network
Which OSI layer is responsible for MAC addresses and switching?
Layer 2 - Data Link
At which layer does encryption like SSL/TLS take place?
Layer 6 - Presentation
What protocols operate at the Transport Layer?
TCP and UDP
Which layer is the “post office” of the OSI model and ensures reliable delivery?
Layer 4 - Transport
Which layer is responsible for starting and ending sessions between two hosts?
Layer 5 - Session
What kind of issues are related to the Physical layer?
Bad cables, signal interference, and broken connectors.
DNS operates at which OSI layer?
Layer 7 - Application
What OSI layer is responsible for transmitting raw bits over a physical medium?
Layer 1 – Physical
What are examples of technologies at the Physical layer?
Cables (copper/fiber), connectors, radio frequencies, electrical signals, hubs, and loopback tests.
What OSI layer deals with MAC addresses and framing of data?
Layer 2 – Data Link
What protocol is commonly used at the Data Link layer for LANs?
Ethernet
What are examples of Layer 2 addresses?
MAC addresses, EUI-48, and EUI-64
What devices operate at Layer 2?
Switches and bridges
What is the main responsibility of the Network layer?
Logical addressing and routing of packets between networks.
What protocols operate at Layer 3?
IP (Internet Protocol), ICMP, IGMP
What device operates at the Network layer?
Routers
What key addressing method is used at Layer 3?
IP addresses (IPv4/IPv6) and subnet masks
What does the Transport layer handle?
Reliable delivery, segmentation, error correction, and flow control.
Which protocols operate at Layer 4?
TCP (Transmission Control Protocol) and UDP (User Datagram Protocol)
What is the difference between TCP and UDP?
TCP is connection-oriented and reliable; UDP is connectionless and faster but unreliable.
What elements are used to track communications at Layer 4?
Port numbers (e.g., TCP 80, UDP 53)