different between UDP and TCP

Answer Posted / mohammed.mukram

TCP (Transmission Control Protocol) is the most commonly
used protocol on the Internet. The reason for this is
because TCP offers error correction. When the TCP protocol
is used there is a "guaranteed delivery." This is due
largely in part to a method called "flow control." Flow
control determines when data needs to be re-sent, and stops
the flow of data until previous packets are successfully
transferred. This works because if a packet of data is sent,
a collision may occur. When this happens, the client
re-requests the packet from the server until the whole
packet is complete and is identical to its original.

UDP (User Datagram Protocol) is anther commonly used
protocol on the Internet. However, UDP is never used to send
important data such as webpages, database information, etc;
UDP is commonly used for streaming audio and video.
Streaming media such as Windows Media audio files (.WMA) ,
Real Player (.RM), and others use UDP because it offers
speed! The reason UDP is faster than TCP is because there is
no form of flow control or error correction. The data sent
over the Internet is affected by collisions, and errors will
be present. Remember that UDP is only concerned with speed.
This is the main reason why streaming media is not high quality.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to solve the system hang issue.

614


How can searches be refined?

569


Explain the difference between svm and vxvm?

547


What causes the rpc.ttdbserverd process to be cpu bound?

553


How can the user in solaris check the status of processes?

542






How can a user login to solaris? What is the login shell?

575


Tell me how many types of file system?

664


Tell me how to discover global zone name from local zone?

534


how to add your own run control script in server?

571


How to login to a remote host with solaris secure shell?

542


How do you remove a swap space?

552


Explain the difference between pid and ppid with example.

645


Explain the vmstat output?

553


What are the raid levels in solaris?

572


how to add Kernel patch in all systems at a time?

2627