Which of the following application layer protocols is designed to be stateless, meaning the server does not retain any information about past user requests by default? MCQ with Answer and Explanation

Which of the following application layer protocols is designed to be stateless, meaning the server does not retain any information about past user requests by default?
A. FTP
B. SMTP
C. POP3
D. HTTP
Answer: Option D
Solution (By JKSSB Mock Tests)
HTTP (Hypertext Transfer Protocol) is a stateless protocol because each request is executed independently, without the server retaining context or session information from previous requests.

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Internet and Web Technologies Questions

Question #1
Which of the following is an example of a web protocol for pushing notifications from server to client?
A. WebSocket
B. Web Push API
C. Server-Sent Events
D. All of the above

Correct Answer: Option D


Explanation:
Web Push API, SSE, and WebSocket all enable server-to-client notifications, though they differ in implementation and use cases.

This question belongs to: Computer Internet and Web Technologies
Question #2
What is the purpose of a 'Sitemap' (typically packaged as sitemap.xml) uploaded onto a website's root domain space?
A. To explicitly detail the architectural directory list of URLs to assist search engine crawlers in indexing the site thoroughly
B. To display a geographic satellite view map of the server facility layout
C. To store backup email attachments
D. To encrypt user password data structures safely

Correct Answer: Option A


Explanation:
A sitemap.xml file acts as an architectural guide for web crawlers, listing available site URLs so search engines can efficiently map out and discover pages.

This question belongs to: Computer Internet and Web Technologies
Question #3
What is the role of a cache in a web browser?
A. To store copies of web resources to reduce load times
B. To store passwords
C. To manage bookmarks
D. To run JavaScript

Correct Answer: Option A


Explanation:
Browser cache stores static resources (images, CSS, JS) locally so that subsequent visits to the same page load faster.

This question belongs to: Computer Internet and Web Technologies