Which of the following is a protocol for real-time communication between web browsers and servers? MCQ with Answer and Explanation

Which of the following is a protocol for real-time communication between web browsers and servers?
A. WebSocket
B. HTTP/2
C. FTP
D. HTTP/1.1
Answer: Option A
Solution (By JKExamLibrary)
WebSocket provides full-duplex communication over a single connection, ideal for real-time applications like chat and gaming.

This question belongs to: Computer Internet and Web Technologies

Discuss this Question (0)

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

Practice More Internet and Web Technologies Questions

Question #1 Report Error
Which of the following is a web standard developed by the World Wide Web Consortium (W3C)?
A. CSS
B. HTML
C. All of the above
D. XML

Correct Answer: Option C


Explanation:
W3C develops and maintains many web standards, including HTML, CSS, and XML.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
Which of the following HTTP status code categories indicates that a server-side failure or system issue occurred while processing a request?
A. 2xx series
B. 5xx series
C. 4xx series
D. 3xx series

Correct Answer: Option B


Explanation:
HTTP status codes in the 5xx range (such as 500 Internal Error or 502 Bad Gateway) mean the request failed due to an error on the server side.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
Which network utility allows a user to trace the specific real-time hop-by-hop path and transit delays of packets moving across routers from source to destination on the internet?
A. Ping utility loop
B. Netstat command utility
C. Ipconfig / Ifconfig
D. Traceroute (or tracert)

Correct Answer: Option D


Explanation:
Traceroute maps out and records the explicit path of network routers that data packets cross to reach a target destination, displaying transit times for each hop.

This question belongs to: Computer Internet and Web Technologies