Home / Engineering / Computer Architecture and Organization / Question

M

Mr. Dubey • 51.62K Points
Coach

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
Correct answer : Option (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.

Share

Discusssion

Login to discuss.