What mechanism does a browser use to maintain persistent client-side data store pools across tabs using basic key-value pairs without expiration deadlines via JavaScript? MCQ with Answer and Explanation
What mechanism does a browser use to maintain persistent client-side data store pools across tabs using basic key-value pairs without expiration deadlines via JavaScript?
A. Session Cookies
B. DNS Registry Logs
C. LocalStorage
D. RAM Buffers
Answer: Option C
Solution (By JKExamLibrary)
The Web Storage API provides 'localStorage', allowing web applications to save data locally inside the user's browser with no built-in expiration timeline.
Explanation:
The Host header specifies the domain name of the server (and optionally the port) to which the request is being sent, enabling virtual hosting.
Explanation:
Web services are designed to interoperate over HTTP, are platform-agnostic, and can be published and discovered using standards like WSDL and UDDI.
Which of the following parameters represents an accurate description of the web development concept called 'Single Sign-On' (SSO)?
A.An authentication mechanism that allows a user to log in once and gain secure access to multiple independent web applications or services without re-entering credentials
Explanation:
SSO authenticates a user once across a centralized identity provider, passing secure tokens to connected web systems to streamline access and eliminate login fatigue.
No comments yet. Be the first to start the discussion!