101 · Question #682
Comment calculator DNS error SERVFAL. HTTP 404 and SMTP error 550 are all examples of which type of error?
The correct answer is B. Application. DNS SERVFAIL, HTTP 404, and SMTP 550 are protocol-specific error codes generated by Application layer (OSI Layer 7) services, classifying them as application errors.
Question
Comment calculator DNS error SERVFAL. HTTP 404 and SMTP error 550 are all examples of which type of error?
Options
- AService
- BApplication
- CNetwork
- DSession
How the community answered
(17 responses)- B94% (16)
- D6% (1)
Why each option
DNS SERVFAIL, HTTP 404, and SMTP 550 are protocol-specific error codes generated by Application layer (OSI Layer 7) services, classifying them as application errors.
'Service' is not a recognized OSI error classification layer; application protocol errors such as these are correctly categorized at the Application layer, not a generic service category.
DNS, HTTP, and SMTP all operate at the Application layer (Layer 7) of the OSI model, and their respective error codes are generated by the application services themselves - a DNS resolver, a web server, and a mail transfer agent - to communicate request-level failures. These errors indicate that the underlying network delivered the request successfully but the application could not fulfill it, which is the defining characteristic of an application-layer error.
Network-layer errors involve packet routing and delivery failures such as ICMP unreachable messages or TTL expiration, not protocol-specific response codes returned by application services.
Session-layer errors (OSI Layer 5) relate to session establishment, maintenance, and termination failures, not to status codes returned by application protocols like HTTP or SMTP.
Concept tested: OSI Application layer protocol error code classification
Source: https://www.rfc-editor.org/rfc/rfc9110#section-15
Topics
Community Discussion
No community discussion yet for this question.