A. A small text file stored on the user's computer
B. A program that scans for viruses
C. A type of web browser
D. A protocol for secure communication
Answer: Option A
Solution (By JKSSB Mock Tests)
A cookie is a small piece of data sent from a website and stored on the user's browser, used to remember stateful information such as login sessions, preferences, etc.
Explanation:
Static web pages are delivered exactly as stored, while dynamic pages are generated by server-side scripts based on user interactions or data.
What does the 'Content-Security-Policy' (CSP) HTTP response header instruct a web browser to enforce?
A.To wipe local device browser cache modules automatically
B.To restrict the specific trusted domains from which a webpage can load scripts, styles, and assets, protecting against Cross-Site Scripting (XSS) injections
C.To double the physical data processing capacity of network router cards
D.To route incoming text emails through unencrypted FTP pathways
Explanation:
CSP is an effective security layer that allows site administrators to declare approved sources of content, preventing browsers from executing unauthorized or malicious scripts.
Explanation:
MIME headers let email clients know if an incoming message contains rich HTML text, images, sound files, or binary documents so the client software can render them correctly.
No comments yet. Be the first to start the discussion!