Which format specification is universally deployed to construct standard layout documents across the World Wide Web space? MCQ with Answer and Explanation
Explanation:
MIME (Multipurpose Internet Mail Extensions) extends the format of email to support text in character sets other than ASCII, as well as attachments, images, audio, etc.
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?
Explanation:
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.
No comments yet. Be the first to start the discussion!