HTTP/2 is a UDP-based low-delay Internet transport layer protocol.
A.
TRUE
B.
FALSE
The Answer Is:
B
This question includes an explanation.
Explanation:
HTTP/2 is a TCP-based protocol, not UDP-based. It runs on top of TCP port 443 (usually via TLS). The protocol enhances performance using multiplexing, header compression, and stream prioritization, but it still relies on TCP, unlike newer protocols like HTTP/3, which uses UDP and QUIC.
“HTTP/2 continues to use TCP as its transport layer, introducing improvements like multiplexing over a single TCP connection. UDP-based HTTP/3 is a separate protocol built on QUIC.”