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. TCP
B. IP
C. ICMP
D. UDP
Answer: Option A
Solution (By JKSSB Mock Tests)
TCP (Transmission Control Protocol) provides reliable, connection-oriented packet deliveries, ensuring all data segments arrive intact and in sequential order.

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 function of the 'Mailto' link in HTML?
A. To create a hyperlink to an email address
B. To open the user's default email client with a pre-addressed message
C. To display a contact form
D. To send an email directly from the server

Correct Answer: Option B


Explanation:
A mailto link (e.g., ) opens the default email client with the recipient's address.

This question belongs to: Computer Internet and Web Technologies
Question #2
Which email infrastructure component is responsible for receiving inbound emails from external domains and placing them into the correct individual user's mailbox storage?
A. MDA (Mail Delivery Agent)
B. MUA (Mail User Agent)
C. DNS Resolver
D. MIME encoder block

Correct Answer: Option A


Explanation:
The Mail Delivery Agent (MDA) accepts messages handed down from mail transport systems and writes them directly into the recipient's localized mailbox storage.

This question belongs to: Computer Internet and Web Technologies
Question #3
Which of the following is a type of web-based attack that exploits the trust a site has in a user's browser?
A. Session fixation
B. XSS
C. Clickjacking
D. CSRF

Correct Answer: Option D


Explanation:
CSRF exploits the trust a website has in the user's authenticated session, forcing the user to perform unwanted actions.

This question belongs to: Computer Internet and Web Technologies