1.

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.

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.



Discussion

No Comment Found