Vidyalelo
JavaScript · Q32

Graphics And Rendering

Programming · JavaScript · question 32

Q32

Why is the total size of the page important?

A.
Time taken to download
B.
Size of IP packet should be less than 65500
C.
Size of IP packet should be less than 65535
Answer
D.
Size of IP packet should be greater than 65500

Answer: Option C

Solution

Answer: Option C
Solution:
The total size of the page is important, not just because of the time it takes to download, but because the maximum size of an IP packet is 65535 octets for IPv4 and IPv6.