What does the 'Secure' attribute flag do when appended to an HTTP cookie string specification? MCQ with Answer and Explanation

What does the 'Secure' attribute flag do when appended to an HTTP cookie string specification?
A. It instructs the browser that the cookie should only be sent over encrypted HTTPS connections, protecting it from network interception.
B. It blocks automated search engine crawlers from reading the page structure.
C. It automatically formats the page text layout styles into complex encryption files.
D. It prevents the cookie from being deleted when the user closes the active window tab.
Answer: Option A
Solution (By JKExamLibrary)
The 'Secure' cookie attribute ensures that sensitive authentication cookies are never sent over unencrypted HTTP pathways, mitigating eavesdropping risks.

This question belongs to: Computer Internet and Web Technologies

Discuss this Question (0)

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

Practice More Internet and Web Technologies Questions

Question #1 Report Error
Which email infrastructure component is responsible for receiving inbound emails from external domains and placing them into the correct individual user's mailbox storage?
A. DNS Resolver
B. MDA (Mail Delivery Agent)
C. MIME encoder block
D. MUA (Mail User Agent)

Correct Answer: Option B


Explanation:
The Mail Delivery Agent (MDA) accepts messages handed down from mail transport systems and writes them directly into the recipient's localized mailbox storage.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
Which port does the secure version of Simple Mail Transfer Protocol (SMTPS) or SMTP over SSL commonly use by default?
A. 25
B. 80
C. 110
D. 465

Correct Answer: Option D


Explanation:
Port 465 is the historically standard port designated for running secure SMTP connections encrypted using SSL/TLS.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
What is the function of the 'canonical' link tag in SEO?
A. To define the site's sitemap
B. To indicate the preferred URL when multiple URLs point to the same content
C. To set the language
D. To specify the character encoding

Correct Answer: Option B


Explanation:
The canonical tag helps search engines know which URL is the master copy of a page, preventing duplicate content issues.

This question belongs to: Computer Internet and Web Technologies