Answer Posted / jyotish kumar naik
TCP connection
---------------
1- Reliable
2- Reliable because connect() present at the client side.
3- TCP work on data stream
4- ordered : if you send two messages along a connection
one after the other you know the first message will get
there first. You don't have to worry about data arriving in
the wrong order.
5-heavy n/w overhead
6- Three way handshake is performed.
7- Acknowledgement facility
UDP connection
--------------
1- Not reliable
2- Not reliable because connect() is not present at client
side.
3- UDP work on data block
4- Not ordered - If you send two messages out you don't
know what order they'll arrive in.
5-Low n/w overhead
6- No three way hand shaking
7- No acknowledgement facility
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What are linux commands?
What command should you use to check the number of files and disk space used and each user’s defined quotas?
How do you execute more than one command or program from a single command line entry?
What is the use of cp p command?
What is cpu in top command?
How do I find hostname in linux?
What are linux commands useful?
What is the makefile in c?
Explain about communication features in UNIX?
Main configuration file and command used for NFS enabling exported directories and deamons?
Hi everyone i want to learn Devops in Hyderabad can anyone please suggest me best institute.
What Command used to lock user password?
What file type is a makefile?
Which command will show you free/used memory?
What does chmod 666 do?