Concept:
Stateless Protocols are the type of network protocols in which the client sends the request to the server and server response back according to the current state.
It does not require the server to retain session information or status about each communicating partner for multiple requests.
Explanation:
Application Layer protocol: HTTP and DNS, POP3
Transport Layer protocol: UDP
Stateless protocol: HTTP, UDP, DNS
Stateful protocol: POP3
Therefore, DNS and HTTP is a stateless application layer protocol
Important Point:
The Domain Name System (DNS) is a hierarchical and decentralized naming system for computers, services, or other resources connected to the Internet or a private network.
It translates more readily memorized domain names to the numerical IP addresses needed for locating and identifying computer services and devices with the underlying network protocols.
The Hypertext Transfer Protocol (HTTP) is an application protocol for distributed, collaborative, hypermedia information systems. HTTP is the foundation of data communication for the World Wide Web, where hypertext documents include hyperlinks to other resources that the user can easily access.