Which specific protocol operates inside web technologies to establish real-time, bi-directional, persistent communication channels between a browser client and a server over a single TCP connection?
A. FTP archive transfer settings
B. POP3 email retrieval layout
C. WebSocket Protocol
D. Standard HTTP/1.1 polling rules
Answer: Option C
Solution (By JKSSB Mock Tests)
The WebSocket protocol enables continuous, interactive, two-way communication between a client browser and a web server without the high overhead of standard HTTP request-response cycles.
No comments yet. Be the first to start the discussion!