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
How do I permanently set ulimit in linux?
How do I run a shell script?
How do I change shell in linux?
What is ls command and what it does?
You wish to print a file ‘draft’ with 60 lines on a page. What command would you use?
What file type is a makefile?
What are the commands in linux?
How to root mirror in linux?
What are runlevels in linux?
What does (cd dir && command) do?
Why ms dos is used?
Suppose you try to delete a file using the rm command and the deletion fails. What could be the possible reason?
What is mkdir p?
What is the command can be run to remove all the rules in an iptable table?
What is finger command in linux?