Answer Posted / franklin doss
TCP
Transmission Control Protocol
Tcp/Udp are layer4 transport layer protocol.
Tcp is a most popular protocol
Tcp is a connection Oriented protocol that means tcp makes
virtually path when session between source and destination.
example:Telephone conversation
Udp
User Datagram Protocol
Connectionless protocol
it works in layer 4
it can't make dedicated path.
example.telephone's ring only
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
In order to improve your system’s security you decide to implement shadow passwords. What command should you use?
How do I create a .txt file?
Which command is used to see the online manual?
How do you clear the screen in linux?
What are two functions the move mv command can carry out?
Why is it called bash?
How many cmd commands are there?
What is linux pwd (print working directory) command?
How often do you use grep command and how in Linux operating system?
How will you suspend a running process and put it in the background?
Explain getopts command of linux?
How do I check disk space in linux?
What daemon is used for scheduling of the commands?
How do I find the process id in linux?
What happens to hard link when file is deleted?