Computer Science, asked by alaxwilsin, 2 months ago

Q:1. In TCP,

1.sending and receiving data is done as stream of bytes.

2.It is connection oriented.

3.Both 1 and 2

4.None of the above


Answers

Answered by Poorna989
0

(C) Both the statements are true.

In TCP, the transmission of data is done as a stream of bytes and It is connection-oriented.

TCP

  • TCP (Transmission Control Protocol) is a communications standard that ensures the application programs and computing devices exchange data over the network.
  • It is designed to transmit packets across the network and also make sure the successful delivery of bytes over networks.

Data flow in TCP

  • At the same time, data can flow in both directions during a TCP connection hence, it is full-duplex.
  • TCP sends each data segment as a stream of bytes.

Connection type in TCP

  • Before one process can initialize to send data to another, both the processes must first "handshake" with each other.
  • Hence, TCP is a connection-oriented protocol.

So, Both statements 1 & 2 are true.

Answered by jassimahi8967
0

Answer:

Correct option is 3 , both 1 and 2 statements are true.

In TCP , the transmission of data is done as a stream of bytes and it is connection oriented.

About TCP:

The Transmission Control Protocol is one of the main protocol of the internet protocol  suite.

It originate in the initial network implementation in which it complemented the internet protocol.

It is a communication standard that enables application programs and computing devices to exchange messages over a network . It is designed to send packets across the internet and ensure the successful delivery of data and  messages over networks.

Features of TCP:

  • connection management
  • reliability
  • flow control and congestion control

TCP WORKS :

The TCP/IP model passes data through these layers in a particular order when a user sends information , and then again in reverse order when the data is received.

TCP role :

TCP is used for organizing data in a way that ensures the secure transmission between the server and clients . It guarantees the integrity of data sent over the network , regardless of the amount .

TCP sends each data segment as a stream of bytes.

TCP is a connection oriented protocol.

know more about TCP :

https://brainly.in/question/32381941

https://brainly.in/question/5027322

#SPJ2

Similar questions