A device has a working physical connection and a valid address, and can reach other devices by address, but cannot reach anything by name. At which layer does the problem MOST likely live?
- A. Physical layer
- B. Network (addressing) layer
- C. An application-layer service such as name resolution
- D. Data link layer
Answer: C. Physical, link, and network addressing all work since the device reaches others by address. Failure only when using names points to an application-layer service, name resolution.
Which is the BEST reason networking uses layered models?
- A. To make networks slower and more secure
- B. To break a complex task into focused parts, each relying on the layer beneath it
- C. To require more expensive hardware
- D. To eliminate the need for addresses
Answer: B. Layering lets you reason about one concern at a time, with each layer building on the one below, which is exactly why it also helps isolate where a problem lives.