Q1: In HTTP/2, WebSockets are bootstrapped primarily using
Multiple Choice
**Explanation:**
**Correct (B):** HTTP/2 does not use the same connection upgrade model as HTTP/1.1, so extended CONNECT is used
Goal: reason about WebSocket over HTTP/2 without the HTTP/1.1 Upgrade mechanism.