πŸ“Š Computer Architecture and Organization
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
πŸ’¬ Discuss
βœ… Correct 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.


Explanation by: Mr. Dubey
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.

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
797
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
99%
Success Rate