RFC 5077 Quiz

TLS Session Tickets

0 / 0

References (URLs)

Goal: understand what a ticket is, who encrypts it, and what happens if keys leak.

Q1: A TLS session ticket is primarily used to

Multiple Choice
**Explanation:** **Correct (C):** Tickets allow the server to offload state into an encrypted blob the client can present later

Q2: Who protects the confidentiality and integrity of the ticket contents

Multiple Choice
**Explanation:** **Correct (B):** The server issues the ticket and must manage the keys used to protect it

Q3: A major operational risk of long lived ticket keys is

Multiple Choice
**Explanation:** **Correct (A):** Ticket key compromise can undermine forward secrecy goals for resumed sessions **Related:** Key rotation and lifetime management matter

Q4: Good hygiene for session tickets includes (select all)

Multi-Select
**Explanation:** **Correct (A,B,C):** Tickets are a key management story, not just a performance story **Options:** - D (incorrect): Ticket keys are server secrets

Q5: A difference between server side session caches and tickets is

Multiple Choice
**Explanation:** **Correct (B):** Server cache needs state storage, tickets move state to the client plus server key management

Q6: What do you call the encrypted blob the client stores to resume a TLS session

Short Text
**Explanation:** **Correct:** ticket or session ticket