routing - In RIP the data part why we are limiting to to 512 bytes -
The data size allowed in the RIP packet is limited to 512 bytes, including RIP path and MD5 authentication . We can use up to 1460 bytes of Ethernet for why we are limited to 512 bytes.
IPv4 assures only 576 bytes of MTU. This includes headers like IP and UDP. Additional headers can be added by PPPoE, MPLS, IPsec, or other protocols. 512 is just a round binary number which leaves some room for this type of header.
Comments
Post a Comment