Q.

Return value of the UDP port “Chargen” is

A. string of characters
B. string of integers
C. array of characters with integers
D. array of zero’s and one’s
Answer» A. string of characters
Explanation: using chargen with udp on port 19, the server sends a udp datagram containing a random number of characters every time it receives a datagram from the connecting host. the number of characters is between 0 and 512.
1.3k
0
Do you find this helpful?
1

Discussion

No comments yet