During a network troubleshooting session, a technician finds that DNS resolution fails while DHCP assignment succeeds. Which layers are functioning and which is failing?
ALayers 1-3 working; Layer 7 failing
BLayers 1-2 working; Layer 3 failing
CLayers 1-4 working; Layer 7 failing
DAll layers working; application configuration issue
Correct Answer:
C. Layers 1-4 working; Layer 7 failing
Explanation:
DHCP (Layer 4) works, so Layers 1-4 are functional. DNS resolution failure indicates an issue at the Application Layer (Layer 7) or network configuration.
In a complex network architecture, data flows through multiple devices: modem → switch → router → firewall → server. Which device primarily operates at Layer 3?
AModem
BSwitch
CRouter
DFirewall
Correct Answer:
C. Router
Explanation:
Routers operate at Layer 3 (Network Layer) to route packets based on IP addresses, while other devices operate at lower layers.
A developer needs to ensure data compression before transmission over a network. Which OSI layer should handle this function?
AApplication Layer (Layer 7)
BPresentation Layer (Layer 6)
CSession Layer (Layer 5)
DTransport Layer (Layer 4)
Correct Answer:
B. Presentation Layer (Layer 6)
Explanation:
The Presentation Layer (Layer 6) handles data formatting, compression, encryption, and translation between different data formats. It prepares data for transmission.
Which of the following is NOT a function of the Physical Layer in the OSI model?
ADefining cable specifications and connector types
BConverting digital signals to electrical signals
CEstablishing logical connections between devices
DManaging transmission of raw bits over physical media
Correct Answer:
C. Establishing logical connections between devices
Explanation:
The Physical Layer (Layer 1) handles physical transmission media and signals, not logical connections. Logical connections are managed by higher layers like the Data Link Layer.
In a network troubleshooting scenario, a technician finds that devices cannot communicate despite having correct IP addresses. The issue is at the layer responsible for converting IP addresses to MAC addresses. Which OSI layer is involved?
ALayer 7 - Application Layer
BLayer 3 - Network Layer
CLayer 2 - Data Link Layer
DLayer 1 - Physical Layer
Correct Answer:
B. Layer 3 - Network Layer
Explanation:
The Network Layer (Layer 3) uses ARP (Address Resolution Protocol) to map IP addresses to MAC addresses. This is essential for local network communication. The issue suggests an ARP problem at Layer 3.
An organization experiences issues with email delivery. The protocol SMTP operates at which OSI layer?
ALayer 3
BLayer 4
CLayer 5
DLayer 7
Correct Answer:
D. Layer 7
Explanation:
SMTP (Simple Mail Transfer Protocol) is an Application Layer (Layer 7) protocol. All email, web browsing, and user-facing application protocols operate at Layer 7.
During a network analysis, it is observed that frames are being retransmitted at a specific layer due to collision detection. Which layer implements CSMA/CD (Carrier Sense Multiple Access/Collision Detection)?
APhysical Layer (Layer 1)
BData Link Layer (Layer 2)
CNetwork Layer (Layer 3)
DTransport Layer (Layer 4)
Correct Answer:
B. Data Link Layer (Layer 2)
Explanation:
CSMA/CD is implemented at the Data Link Layer (Layer 2), specifically in Ethernet technology. It detects collisions and handles frame retransmission at the local network level.
Which of the following best describes the relationship between the OSI model and TCP/IP model?
AThey are identical models with the same number of layers
BThe TCP/IP model is a simplified version of the OSI model with fewer layers
CThe OSI model is outdated and replaced entirely by TCP/IP
DThey serve different purposes; OSI is theoretical while TCP/IP is practical
Correct Answer:
B. The TCP/IP model is a simplified version of the OSI model with fewer layers
Explanation:
The TCP/IP model has 4-5 layers compared to OSI's 7 layers. TCP/IP combines several OSI layers. OSI is a conceptual model while TCP/IP is the practical model used in real networks.