Showing 1–10 of 45 questions
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?
A
Layer 2 - MAC address filtering is blocking inter-subnet traffic
B
Layer 3 - Routing rules or ACLs are preventing inter-subnet communication
C
Layer 4 - Port numbers are incorrectly configured on the router
D
Layer 1 - Physical cable connections between router ports are faulty
Correct Answer:
B. Layer 3 - Routing rules or ACLs are preventing inter-subnet communication
EXPLANATION
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.
A firewall configured to block all traffic on port 443 is operating at which OSI layer?
A
Network Layer
B
Transport Layer
C
Application Layer
D
Session Layer
Correct Answer:
B. Transport Layer
EXPLANATION
Port numbers are used at the Transport Layer (Layer 4) by TCP and UDP protocols. A firewall blocking specific ports operates at this layer.
What is the primary difference between a hub and a switch in terms of OSI layers?
A
Hub operates at Layer 1, Switch operates at Layer 2
B
Hub operates at Layer 2, Switch operates at Layer 3
C
Hub operates at Layer 3, Switch operates at Layer 4
D
Both operate at the same layer but with different functions
Correct Answer:
A. Hub operates at Layer 1, Switch operates at Layer 2
EXPLANATION
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.
An organization implements end-to-end encryption for all data transfers. At which OSI layer is this encryption most commonly implemented?
A
Physical Layer
B
Presentation Layer
C
Session Layer
D
Application Layer
Correct Answer:
B. Presentation Layer
EXPLANATION
While encryption can occur at multiple layers, the Presentation Layer (Layer 6) is traditionally responsible for encryption and decryption of data.
Which of the following statements about the OSI model is correct?
A
All layers must be implemented in hardware
B
Lower layers operate independently of upper layers
C
Each layer provides services to the layer above it
D
The Physical Layer is the most important layer
Correct Answer:
C. Each layer provides services to the layer above it
EXPLANATION
The OSI model is designed such that each layer provides services to the layer above it, following a hierarchical structure.
During network troubleshooting, a frame is found to have an incorrect FCS (Frame Check Sequence). At which layer would this be detected and corrected?
A
Physical Layer
B
Data Link Layer
C
Network Layer
D
Transport Layer
Correct Answer:
B. Data Link Layer
EXPLANATION
FCS is used at the Data Link Layer (Layer 2) to detect errors in frame transmission. Frames with bad FCS are typically discarded.
Which OSI layer is responsible for managing access to the shared physical medium?
A
Physical Layer
B
Data Link Layer
C
Network Layer
D
Transport Layer
Correct Answer:
B. Data Link Layer
EXPLANATION
The Data Link Layer (Layer 2) controls access to the physical medium through MAC addresses and protocols like CSMA/CD.
A technician notices that devices can ping each other but cannot access web services. At which OSI layer might the problem exist?
A
Physical Layer
B
Data Link Layer
C
Application Layer
D
Network Layer
Correct Answer:
C. Application Layer
EXPLANATION
If ping works (Layer 3) but web services don't, the issue is likely at the Application Layer (Layer 7) where HTTP operates.
In the OSI model, what does the Presentation Layer primarily do?
A
Routes data packets
B
Translates, compresses, and encrypts data
C
Manages network addresses
D
Handles error detection
Correct Answer:
B. Translates, compresses, and encrypts data
EXPLANATION
The Presentation Layer (Layer 6) handles data translation, compression, and encryption for proper data representation.
Which protocol operates at the Transport Layer and is connectionless?
A
TCP
B
UDP
C
ICMP
D
IGMP
EXPLANATION
UDP (User Datagram Protocol) is a connectionless protocol at Layer 4 that sends data without establishing a connection.