UDP Question:
Download Job Interview Questions and Answers PDF
Write UDP/SOCK_DGRAM applications?
Answer:
to implement the udp service we must creat socket by socket
system call which takes argument as SOCK_DGRAM which is
used for to pass the data in the form of datagrams.
system call which takes argument as SOCK_DGRAM which is
used for to pass the data in the form of datagrams.
Download User Datagram Protocol (UDP) Interview Questions And Answers
PDF
Previous Question | Next Question |
What is What is the major difference between UDP and TCP/IP Protocol? | How to get IP header of a UDP message? |