RFC 6066 Quiz

TLS Extensions

0 / 0

References (URLs)

Goal: know what extensions do and how SNI affects deployment and privacy.

Q1: The main purpose of TLS extensions is to

Multiple Choice
**Explanation:** **Correct (B):** Extensions let clients and servers negotiate additional features without breaking older implementations

Q2: In virtual hosting, which extension helps the server choose the right certificate for a hostname

Multiple Choice
**Explanation:** **Terms:** SNI **Correct (A):** The server_name extension carries the hostname so the server can select the right cert

Q3: A privacy tradeoff commonly discussed about SNI is

Multiple Choice
**Explanation:** **Correct (C):** The hostname indication can leak metadata even when payload is encrypted

Q4: A well designed extension negotiation should (select all)

Multi-Select
**Explanation:** **Correct (A,B,C):** Extensibility should not become a downgrade or interop hazard **Options:** - D (incorrect): Extensions can add attack surface

Q5: A practical reason an ops team cares about SNI is

Multiple Choice
**Explanation:** **Correct (B):** Without SNI, virtual hosting with different certs is much harder

Q6: Name the TLS extension that carries the hostname (one word with underscore)

Short Text
**Explanation:** **Correct:** server_name