Computer Science, asked by LibniKumer, 1 year ago

difference between tcp and udp

Answers

Answered by puneetsharma0369
1
The User Datagram Protocol (UDP) and Transmission Control Protocol (TCP) are the “siblings” of the transport layer in the TCP/IP protocol suite. They perform the same role, providing an interfacebetween applications and the data-moving capabilities of the Internet Protocol (IP), but they do it in very different ways.
Answered by hotelcalifornia
0

Difference between TCP and UDP:

TCP:

  • The full form of TCP is Transmission control protocol.
  • It is an Transport layer Protocol.
  • It is an reliable connection Protocol.
  • It establishes a connection before sending or receiving data , using three way handshake.
  • It guarantees the delivery of the Packet.

UDP:

  • The full form of UDP is user datagram protocol.
  • It is also an Transport layer Protocol.
  • It is an unreliable and connection-less Protocol.
  • It does not guarantee the delivery of the packets.
  • So, It is also known as the fire and forget Protocol.
  • It is faster than TCP.

learn more about layers

What are all the networking layers and their sub categories?

https://brainly.in/question/10030039

Network architecture has a stack of layers. Which of the following is not true for this architecture?

https://brainly.in/question/5213635

Similar questions