nerdexam
F5

101 · Question #597

At which layer of the OSJ model does the DNS resolution process occur?

The correct answer is A. Layer 7. DNS resolution is an application-layer service, placing it at Layer 7 of the OSI model.

Section 1: OSI Model, Network, and Application Delivery Basics

Question

At which layer of the OSJ model does the DNS resolution process occur?

Options

  • ALayer 7
  • BLayer 4
  • CLayer 2
  • DLayer 3

How the community answered

(33 responses)
  • A
    94% (31)
  • C
    3% (1)
  • D
    3% (1)

Why each option

DNS resolution is an application-layer service, placing it at Layer 7 of the OSI model.

ALayer 7Correct

DNS (Domain Name System) is an application-layer protocol that provides name-to-address resolution services directly consumed by user applications. It operates at OSI Layer 7, using UDP or TCP port 53 as its transport, but the resolution logic and message format are defined entirely at the application layer.

BLayer 4

Layer 4 is the Transport layer, which provides UDP and TCP - the transport mechanisms DNS uses, not the layer where DNS resolution logic operates.

CLayer 2

Layer 2 is the Data Link layer, which handles MAC addressing and frame delivery on a local network segment.

DLayer 3

Layer 3 is the Network layer, responsible for IP addressing and routing - DNS resolves names to IP addresses but does not itself operate at this layer.

Concept tested: DNS protocol OSI model layer classification

Source: https://datatracker.ietf.org/doc/html/rfc1034

Topics

#DNS#OSI model#application layer#Layer 7

Community Discussion

No community discussion yet for this question.

Full 101 Practice