mirror of
https://github.com/vacp2p/vac.dev.git
synced 2026-04-27 03:01:06 -04:00
Line 70 edit
This commit is contained in:
@@ -66,7 +66,7 @@ As the number of containers (nodes) increased, the simultaneous read/write opera
|
||||
|
||||
##### ARP table exhaustion
|
||||
Another important issue we encounteres is the exhaustion of the ARP table.
|
||||
The Address Resolution Protocol (ARP) is pivotal for routing, translating IP addresses to MAC addresses so data packets can be correctly delivered within a local network.
|
||||
The Address Resolution Protocol (ARP) is pivotal for delivering Ethernet frames, translating IP addresses to MAC addresses so data packets can be correctly delivered within a local network.
|
||||
However, ARP tables have a size limit. With the vast number of containers running, we quickly ran into situations where the ARP tables were filled to capacity, leading to routing failures.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user