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?
Answers were Sorted based on User's Feedback
Answer / apps
BOOTPS (67port number)
BOOTPC(68 port number)
belongs to DHCP
| Is This Answer Correct ? | 23 Yes | 5 No |
Answer / mahendra yadav
67 port no. is used for dhcp request and 68 port no. is used
for dhcp request`s acknowledgment.
| Is This Answer Correct ? | 6 Yes | 3 No |
Answer / shirish
cat /etc/services |grep udp
will show you services which support udp
another way user ldd cmmand to foind out is so file are
present ofr not
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / susheel narain singh
Dhcp port 67 for server and port 68 for client
Tftp port 69
Ntp port 123
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / naveen
By using lsof command we can see the type of protocal ie,TCP/UDP
#lsof
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the export command used for?
What is $@ in shell?
Who am I command in linux?
What is devops model?
How do I run a .sh file in linux?
What signal is ctrl c?
Which command would you use to create a file system on a new hard drive?
what is the difference between service and process?
Hi All of Unix/Linux professional Q.Why soft link file not open by cat command. Ihave make following symbolic link but when i open with #cat linkfilename it does not oped please see the following code and try to answer. # ln -s file1 ~/mydir/filea [root@dhcppc0 ~]# cd mydir [root@dhcppc0 mydir]# ls -l total 4 lrwxrwxrwx 1 root root 5 2010-04-04 09:04 filea -> file1 [root@dhcppc0 mydir]# cat filea cat: filea: No such file or directory
What is clang space engineers?
How do find hard disk revolutions speed?
You wish to print a file ‘draft’ with 60 lines on a page. What command would you use?