Which protocol offers a lightweight, connectionless transmission method that prioritizes speed over data arrival validation, often used for online live video streaming? MCQ with Answer and Explanation

Which protocol offers a lightweight, connectionless transmission method that prioritizes speed over data arrival validation, often used for online live video streaming?
A. POP3
B. TCP
C. HTTP
D. UDP
Answer: Option D
Solution (By JKSSB Mock Tests)
UDP (User Datagram Protocol) is a connectionless transport protocol that transmits data packets rapidly without setting up an overhead verification connection, ideal for real-time streams.

Discuss this Question (0)

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

Practice More Internet and Web Technologies Questions

Question #1
Which of the following is a method to secure cookies against cross-site scripting attacks?
A. SameSite flag
B. All of the above
C. Secure flag
D. HttpOnly flag

Correct Answer: Option B


Explanation:
HttpOnly prevents client-side script access, Secure ensures transmission over HTTPS, and SameSite restricts cross-site requests, all enhancing cookie security.

This question belongs to: Computer Internet and Web Technologies
Question #2
Which specific browser utility or tool allows web developers to modify, inspect, and trace the active visual styles and spacing constraints of elements on a page in real time natively?
A. Local server cache monitoring console
B. Incognito browser window frame
C. Standard bookmark navigation dashboard
D. Elements Panel / Styles Inspector

Correct Answer: Option D


Explanation:
The Elements panel in browser Developer Tools provides a live, interactive view of a webpage's DOM structure and applied CSS rules, allowing developers to test design adjustments instantly on screen.

This question belongs to: Computer Internet and Web Technologies
Question #3
Which of the following is a popular JavaScript library for building user interfaces?
A. All of the above
B. Vue.js
C. React
D. Angular

Correct Answer: Option A


Explanation:
React, Angular, and Vue.js are all popular JavaScript frameworks/libraries for building front-end user interfaces.

This question belongs to: Computer Internet and Web Technologies