Which of the following devices operates at Layer 2 of the OSI model?
Answer: B
A switch operates at the Data Link Layer (Layer 2) using MAC addresses to forward frames within the same network segment.
Q.82Medium
The TCP/IP model has 4 layers, while the OSI model has 7 layers. Which OSI layers are combined into the TCP/IP Application Layer?
Answer: A
The TCP/IP Application Layer combines the OSI Session Layer (5), Presentation Layer (6), and Application Layer (7).
Q.83Easy
A network packet is traveling through the internet. At which OSI layer would the packet's source and destination IP addresses be read?
Answer: C
The Network Layer (Layer 3) uses IP addresses to route packets across different networks.
Q.84Medium
Which protocol operates at the Transport Layer and is connectionless?
Answer: B
UDP (User Datagram Protocol) is a connectionless protocol at Layer 4 that sends data without establishing a connection.
Q.85Medium
In the OSI model, what does the Presentation Layer primarily do?
Answer: B
The Presentation Layer (Layer 6) handles data translation, compression, and encryption for proper data representation.
Advertisement
Q.86Medium
A technician notices that devices can ping each other but cannot access web services. At which OSI layer might the problem exist?
Answer: C
If ping works (Layer 3) but web services don't, the issue is likely at the Application Layer (Layer 7) where HTTP operates.
Q.87Medium
Which OSI layer is responsible for managing access to the shared physical medium?
Answer: B
The Data Link Layer (Layer 2) controls access to the physical medium through MAC addresses and protocols like CSMA/CD.
Q.88Medium
During network troubleshooting, a frame is found to have an incorrect FCS (Frame Check Sequence). At which layer would this be detected and corrected?
Answer: B
FCS is used at the Data Link Layer (Layer 2) to detect errors in frame transmission. Frames with bad FCS are typically discarded.
Q.89Medium
Which of the following statements about the OSI model is correct?
Answer: C
The OSI model is designed such that each layer provides services to the layer above it, following a hierarchical structure.
Q.90Medium
An organization implements end-to-end encryption for all data transfers. At which OSI layer is this encryption most commonly implemented?
Answer: B
While encryption can occur at multiple layers, the Presentation Layer (Layer 6) is traditionally responsible for encryption and decryption of data.
Q.91Medium
What is the primary difference between a hub and a switch in terms of OSI layers?
Answer: A
A hub operates at the Physical Layer (1) and broadcasts all data, while a switch operates at the Data Link Layer (2) using MAC addresses.
Q.92Hard
In a scenario where a network admin needs to monitor traffic patterns and identify applications consuming bandwidth, at which layer should deep packet inspection (DPI) be implemented?
Answer: C
DPI analyzes application-level data, which requires inspection at the Application Layer (Layer 7) to identify specific applications.
Q.93Medium
A firewall configured to block all traffic on port 443 is operating at which OSI layer?
Answer: B
Port numbers are used at the Transport Layer (Layer 4) by TCP and UDP protocols. A firewall blocking specific ports operates at this layer.
Q.94Hard
Consider a scenario where VoIP quality degrades due to excessive latency. Which of the following OSI layer mechanisms would BEST address this issue?
Answer: C
Priority queuing at the Transport Layer can prioritize VoIP packets, reducing latency. This is a QoS mechanism at Layer 4.
Q.95Hard
Which of the following is NOT a function of the Network Layer in the OSI model?
Answer: C
MAC address resolution (ARP) is a Data Link Layer function. The Network Layer handles IP addressing, routing, and logical addressing.
Q.96Hard
In a complex network troubleshooting scenario, packets are being dropped at high rates despite connectivity. Which combination of layers should be investigated?
Answer: B
Packet drops can occur due to congestion (Layer 4), routing issues (Layer 3), or hardware problems (Layer 2). Investigation should span these layers.
Q.97Hard
A network service requires authentication, encryption, and session management. These functions span across which OSI layers?
Answer: B
Authentication and encryption are Presentation Layer (6) functions, while session management is a Session Layer (5) function. Application Layer (7) coordinates these.
Q.98Easy
In the OSI model, which layer is responsible for converting digital data into electrical signals for transmission over physical media?
Answer: A
The Physical Layer (Layer 1) handles the conversion of data into physical signals (electrical, optical, or radio waves) and manages the hardware transmission of bits over the network medium.
Q.99Medium
A network administrator observes that devices on different subnets cannot communicate despite being connected to the same router. The devices have valid IP addresses and can ping the router. At which OSI layer should the administrator focus troubleshooting, and what is the most likely issue?
Answer: B
Inter-subnet communication requires Layer 3 (Network Layer) routing decisions. Since devices can ping the router, Layer 1 and 2 are functional. The issue is typically Layer 3 routing rules, subnet masks, or Access Control Lists (ACLs) preventing the router from forwarding packets between subnets.
Q.100Hard
Consider a scenario where a company implements a network segmentation strategy using VLANs to isolate sensitive financial data. An employee in the accounting department cannot access a server despite having proper credentials. The network switch shows the correct VLAN assignment. At which layer is the inter-VLAN routing issue most likely to occur, and what fundamental OSI principle is being tested?
Answer: B
VLANs operate at Layer 2 (Data Link) to segment ports logically, but inter-VLAN communication requires Layer 3 (Network Layer) routing. A router or Layer 3 switch must have routes configured between different VLANs with appropriate subnet masks and routing table entries. This tests the understanding that Layer 2 segmentation requires Layer 3 routing for cross-segment communication, a critical concept in modern network design.