DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
Node.js Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
Node.js
What does HTTP/1.1 keep-alive do, by default?
A
Closes the TCP connection after every single request
B
Reuses the same underlying TCP connection across multiple requests from the same client, avoiding a fresh handshake each time
C
Only applies to HTTPS connections
D
Has no effect on connection behavior
Check Answer