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? MCQ with Answer and Explanation

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.

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Internet and Web Technologies Questions

Question #1
What is the role of a cache in a web browser?
A. To run JavaScript
B. To store copies of web resources to reduce load times
C. To store passwords
D. To manage bookmarks

Correct Answer: Option B


Explanation:
Browser cache stores static resources (images, CSS, JS) locally so that subsequent visits to the same page load faster.

This question belongs to: Computer Internet and Web Technologies
Question #2
Which of the following HTTP status code categories represents 'Client Error' conditions explicitly?
A. 2xx series
B. 4xx series
C. 5xx series
D. 3xx series

Correct Answer: Option B


Explanation:
HTTP status codes starting with 4 (e.g., 400 Bad Request, 404 Not Found) indicate client-side errors or issues with the request format.

This question belongs to: Computer Internet and Web Technologies
Question #3
Which specific protocol operates at the Transport Layer of the TCP/IP stack to guarantee reliable, ordered, and error-checked delivery of stream data over web connections?
A. TCP
B. UDP
C. IP
D. ICMP

Correct Answer: Option A


Explanation:
TCP (Transmission Control Protocol) provides reliable, connection-oriented packet deliveries, ensuring all data segments arrive intact and in sequential order.

This question belongs to: Computer Internet and Web Technologies