Which layer of the OSI model is responsible for routing packets across networks?
Answer: A
The Network Layer (Layer 3) handles routing, IP addressing, and logical addressing to move data across different networks using routers.
Q.2Easy
What is the primary function of the Data Link Layer in the OSI model?
Answer: B
The Data Link Layer (Layer 2) uses MAC addresses for physical addressing and creates frames for transmission over physical media.
Q.3Easy
Which protocol operates at the Transport Layer (Layer 4) of the OSI model?
Answer: B
TCP (Transmission Control Protocol) and UDP (User Datagram Protocol) are core Transport Layer protocols that manage end-to-end communication.
Q.4Easy
The Physical Layer of the OSI model deals with which of the following?
Answer: C
Layer 1 (Physical Layer) handles the actual transmission of raw bits over physical media like cables, fiber optics, and wireless signals.
Q.5Easy
Which layer of the OSI model is responsible for managing dialogs and session establishment?
Answer: B
The Session Layer (Layer 5) manages, establishes, and terminates communication sessions between applications.
Advertisement
Q.6Medium
A company wants to convert data formats between different systems. Which OSI layer should handle this?
Answer: C
The Presentation Layer (Layer 6) handles data translation, encryption, compression, and format conversion (e.g., ASCII to EBCDIC).
Q.7Medium
Which of the following is NOT a function of the Application Layer (Layer 7)?
Answer: C
MAC address resolution (ARP) happens at Layer 2 (Data Link Layer). Layer 7 provides user-facing services like HTTP, SMTP, and FTP.
Q.8Medium
In the OSI model, which layers are considered the 'Media Layers'?
Answer: A
Layers 1-3 (Physical, Data Link, and Network) are called Media Layers as they deal with network transmission and routing.
Q.9Medium
Which device operates primarily at Layer 3 of the OSI model?
Answer: C
Routers operate at Layer 3 and use IP addresses to route packets between different networks. Hubs and repeaters work at Layer 1, switches at Layer 2.
Q.10Medium
TCP/IP model has fewer layers than the OSI model. How many layers does the TCP/IP model have?
Answer: B
The TCP/IP model has 4 layers: Link, Internet, Transport, and Application layers. Some variations include 5 layers by splitting the Link layer.
Q.11Medium
A packet arrives at a router with a damaged frame header. At which OSI layer should this be detected?
Answer: B
The Data Link Layer (Layer 2) uses CRC (Cyclic Redundancy Check) to detect frame errors and corruption in the frame header.
Q.12Medium
Which of the following scenarios requires Layer 7 (Application Layer) involvement?
Answer: B
HTTPS (web browsing) is an Application Layer protocol. A, C, and D belong to Presentation, Network, and Physical layers respectively.
Q.13Hard
In a network troubleshooting scenario, ping command works but HTTP requests fail. Which OSI layer likely has the issue?
Answer: D
Since ping (Layer 3) works, Layers 1-3 are functional. HTTP failure indicates an issue at Layer 7 (Application) or Layer 6 (Presentation).
Q.14Hard
Which OSI layer concept is MOST relevant when implementing Quality of Service (QoS) in modern networks?
Answer: C
QoS mechanisms like traffic prioritization, bandwidth allocation, and packet classification operate at Layers 3 and 4 using IP and TCP/UDP information.
Q.15Hard
A VPN (Virtual Private Network) operates across multiple OSI layers. Which layer is MOST critical for VPN encryption?
Answer: D
VPN encryption primarily occurs at Layer 6 (Presentation Layer) for data encryption, though some VPN protocols like IPSec operate at Layer 3.
Q.16Hard
In the context of the OSI model, what is the relationship between PDUs (Protocol Data Units) at different layers?
Answer: B
Each OSI layer adds its own header (and trailer) to data, creating PDUs with different names: Segment (L4), Packet (L3), Frame (L2), Bits (L1).
Q.17Hard
A network administrator observes that devices on the same switch can communicate, but cross-switch communication fails. Which layer's configuration is most likely faulty?
Answer: C
If intra-switch communication works but inter-switch fails, Layer 2 is functional. The issue is at Layer 3 (routing/IP configuration) for cross-network communication.
Q.18Hard
Which statement BEST describes the difference between connection-oriented and connectionless communication in the OSI model?
Answer: B
TCP establishes a connection before data transfer (handshake), while UDP sends data without pre-established connection. Both are Layer 4 protocols.
Q.19Hard
For a real-time video conferencing application, which OSI layer protocol should be prioritized and why?
Answer: B
Real-time applications like video conferencing use UDP (Layer 4) instead of TCP because UDP has lower latency despite no guaranteed delivery, which is acceptable for video streams.
Q.20Easy
Which of the following layers of the OSI model is responsible for converting data into signals suitable for transmission over a physical medium?
Answer: A
The Physical Layer (Layer 1) handles the conversion of data into electrical signals, light pulses, or radio waves for transmission over physical media.