I know ssh, telnet, dns,apache all are worked on TCP/UDP
but i want to know any one service which are working on UDP
only?
Answer Posted / viren
ntp - port 123 work on udp
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Why makefile is used in linux?
Write a command that will do the following: -look for all files in the current and subsequent directories with an extension c,v -strip the,v from the result (you can use sed command) -use the result and use a grep command to search for all occurrences of the word orange in the files.
What is difference between comm and CMP command?
What is the gcc command?
What is llvm used for?
What does grep grep do?
Why do we use cmake?
How commands work in linux?
The command ‘umask -S’
What is cat command in linux?
Why bash is used in linux?
How do I change shell in linux?
What is makefile target?
What does && mean in bash?
you wish to create a link to the /data directory in bob's home directory so you issue the command ln /data /home/bob/datalink but the command fails. What options hould you use in this command line to be successful.