Computer Science, asked by Icloud7402, 1 year ago

In addition to being subject to loss, udp packets have a maximum length, potentially as low as 576 bytes. What happens when a dns name to be looked up exceeds this length? Can it be sent in two packets?(

Answers

Answered by Honeypie096
2

The default segment is 536 bytes. TCP adds 20 bytes and so does IP, making the default 576 bytes.

Similar questions