different between UDP and TCP
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / a
UDP is a user datagram protocol which use DORA process .
TCP is a transmission contoral protocol......
| Is This Answer Correct ? | 0 Yes | 1 No |
What are the raid levels in solaris?
how to know kernel architecture of solaris ? isainfo -v ? or prtconf -v
Tell me how to discover global zone name from local zone?
How do you remove a swap space?
What does ssh?
Explain the types of installations in solaris
Solaris run levels?
What is difference between swap -l & swap -s?
command used to synchronize changes done in /etc/passwd to /etc/shadow file?
Hi friends this is rakesh recently i went to an interview there they asked me what is the port number using to connect telnet from one system to another system and what deamon is used to connect telnet.
how to add your own run control script in server?
They have user like aa with home dir /export/home/aa. They want to change home dir to /export/home/bb & username remains same. User files in /export/home/aa moved to bb? What do u do?