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 is Syntax of any Linux command?
what is the roles and responsibilities in linux system admin having 2yrs exp..?
What is the purpose output of cd command?
Where can I find bash in linux?
Which Command used to lock user password in Linux?
What is the use of ls command?
What are the 4 kinds of sentences with examples?
What is a makefile in linux?
How do you kill a process in linux?
Which command reduces the size of a file?
What are the commands in linux?
What is the command to calculate the size of a folder?
Brief about the command ff?
What is know about grep commands?
What the command used for list the contents of your home directory, current directory and all subdirectories?