2: OSI Model Flashcards
(36 cards)
What is the primary purpose of the Open Systems Interconnection (OSI) model?
The OSI model is a conceptual framework used to describe the process that data takes as it traverses a network, providing a standardized way to discuss network functions.
What conceptual framework is used to describe the process that data takes as it traverses a network?
The Open Systems Interconnection (OSI) model.
What are the seven layers of the OSI model, from Layer 7 down to Layer 1?
Layer 7: Application
Layer 6: Presentation
Layer 5: Session
Layer 4: Transport
Layer 3: Network
Layer 2: Data Link
Layer 1: Physical
What is a common mnemonic for remembering the OSI layers from top (Layer 7) to bottom (Layer 1)?
All People Seem To Need Data Processing.
What does the Physical Layer (Layer 1) of the OSI model describe?
It describes the physical signals that are sent through the cables, fibers, and wireless transmissions on a network.
Which OSI layer describes the physical signals sent through cables, fibers, and wireless transmissions?
The Physical Layer (Layer 1).
What are common examples of components that operate at Layer 1?
Cables (copper), fiber optic connections, and wireless radio signals.
If you suspect a bad cable or wireless interference, which OSI layer are you troubleshooting?
Layer 1, the Physical Layer.
What is the fundamental function of the Data Link Layer (Layer 2)?
It is the fundamental layer used for communication between two devices on the same local network.
Which OSI layer is used for communication between two devices on the same local network, often called the ‘switching layer’?
The Data Link Layer (Layer 2).
What specific type of hardware address is used at Layer 2 for communication on a local network?
The Media Access Control (MAC) address.
What does MAC stand for?
Media Access Control.
What is the acronym for Media Access Control?
MAC.
What common network device makes its forwarding decisions based on Layer 2 information?
A network switch.
What is the primary function of the Network Layer (Layer 3), often referred to as the ‘routing layer’?
The Network Layer is responsible for forwarding traffic between different networks.
Which OSI layer is responsible for forwarding traffic between different networks using logical addresses?
The Network Layer (Layer 3).
What logical address does a router use at Layer 3 to determine how to forward traffic?
The destination IP address.
What is the name for the process of breaking frames into smaller pieces to traverse a network, which occurs at Layer 3?
Fragmentation.
What is the main responsibility of the Transport Layer (Layer 4)?
The Transport Layer provides the mechanisms for transporting data between devices and handles the end-to-end management of the connection.
Which OSI layer, known as the ‘post office layer,’ manages the end-to-end transportation of data?
The Transport Layer (Layer 4).
What are the two primary protocols that operate at the Transport Layer?
Transmission Control Protocol (TCP)
User Datagram Protocol (UDP)
What does TCP stand for?
Transmission Control Protocol.
What is the acronym for Transmission Control Protocol?
TCP.