The following protocol primarily provides the reliable delivery of stream of bytes from a computer or a program to another computer or a program
1) Internet Protocol
2) HTTP
3) TCP
4) UDP
Answers
Explanation:
2) HTTP..............
Answer:
The protocol that primarily provides the reliable delivery of a stream of bytes from one computer or program to another computer or program is TCP (Transmission Control Protocol).
Explanation:
TCP is a transport layer protocol in the Internet Protocol (IP) suite that provides reliable, ordered, and error-checked delivery of data between applications running on different hosts. When a program sends data using TCP, the data is divided into segments and sent to the receiver, who reassembles the segments into the original data. If a segment is lost or corrupted in transit, TCP retransmits the segment to ensure that the data is delivered correctly.
HTTP (Hypertext Transfer Protocol) is an application-level protocol that is used to transfer data over the internet. It is built on top of TCP, which provides the reliable delivery of data.
UDP (User Datagram Protocol) is another transport layer protocol in the IP suite. Unlike TCP, UDP does not guarantee reliable delivery of data, but it provides faster data transfer by eliminating the overhead of retransmitting lost or corrupted data.
More questions and answers:
https://brainly.in/question/9183679?referrer=searchResults
https://brainly.in/question/25886913?referrer=searchResults
#SPJ2