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 you create a file in linux?
What would be the result of the command paste -s dog cat?
You wish to print a file ‘draft’ with 60 lines to a page. What command would you use?
What does uname command do?
How can we increase disk read performance in single command in Linux operating system?
What is the use of mv command in linux?
What is command grouping and how does it work?
Brief about the command kill PID?
Which command is used to delete a group?
What is phony in makefile?
What is the use of cp p command?
What is clang format?
What is pwd in linux command?
What does && mean in bash?
In order to improve your system’s security you decide to implement shadow passwords. What command should you use?