Which of the following is a protocol for real-time communication over HTTP? MCQ with Answer and Explanation

Which of the following is a protocol for real-time communication over HTTP?
A. Long Polling
B. All of the above
C. Server-Sent Events (SSE)
D. WebRTC
Answer: Option B
Solution (By JKSSB Mock Tests)
WebRTC, SSE, and Long Polling are all techniques or protocols that enable real-time or near-real-time communication over HTTP.

Discuss this Question (0)

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

Practice More Internet and Web Technologies Questions

Question #1
What does the term 'Hypertext' mean in the context of the World Wide Web environment?
A. Text written using machine language binary code values
B. Text that contains embedded links pointing to other documents or media files
C. Text that is transmitted at speeds faster than fiber networks
D. Encrypted secure string text used inside user database units

Correct Answer: Option B


Explanation:
Hypertext is text that contains embedded electronic cross-references (hyperlinks), allowing users to easily jump from one piece of text to another related node.

This question belongs to: Computer Internet and Web Technologies
Question #2
Which component of a URL structure details the exact network communication mechanism used to request the resource from a remote server?
A. Subdirectory Path
B. Domain Name
C. Query String Parameter
D. Protocol/Scheme

Correct Answer: Option D


Explanation:
The protocol/scheme part (like http, https, ftp) informs the client browser which set of rules to use to access that network address.

This question belongs to: Computer Internet and Web Technologies
Question #3
What is the difference between a static and a dynamic web page?
A. Static pages are pre-built, dynamic pages are generated on the fly
B. Static pages use JavaScript, dynamic pages use HTML
C. Static pages are faster, dynamic pages are slower
D. Static pages are only for mobile, dynamic for desktop

Correct Answer: Option A


Explanation:
Static web pages are delivered exactly as stored, while dynamic pages are generated by server-side scripts based on user interactions or data.

This question belongs to: Computer Internet and Web Technologies