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

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. IP
B. UDP
C. ICMP
D. TCP
Answer: Option D
Solution (By JKExamLibrary)
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

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 type of web application asset acts as a structured repository database format, utilizing extensible markup labels to store data configurations cleanly over the web?
A. XML (Extensible Markup Language)
B. CSS visual styling layouts
C. SMTP route headers
D. Unlinked text files

Correct Answer: Option A


Explanation:
XML is a markup language designed to store, structure, and transport data using customizable tags, making data highly readable across different platforms.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
Which of the following HTTP status codes indicates that the request has succeeded and a new resource has been created?
A. 201 Created
B. 200 OK
C. 204 No Content
D. 202 Accepted

Correct Answer: Option A


Explanation:
201 Created is the status code for successful POST requests that result in the creation of a new resource.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
Which internet application layer protocol is specifically configured to manage and stream digital audio and video communications synchronously across network portals?
A. RTP (Real-time Transport Protocol)
B. POP3
C. FTP
D. SMTP

Correct Answer: Option A


Explanation:
RTP (Real-time Transport Protocol) is designed to deliver end-to-end real-time streaming data, such as interactive audio and video media, over IP networks.

This question belongs to: Computer Internet and Web Technologies