InterviewSolution
Saved Bookmarks
| 1. |
Does Consul Rely On Udp Broadcast Or Multicast? |
|
Answer» Consul USES the Serf gossip PROTOCOL which relies on TCP and UDP UNICAST. Broadcast and Multicast are rarely available in a multi-tenant or cloud NETWORK environment. For that reason, Consul and Serf were both designed to avoid any dependence on those capabilities. Consul uses the Serf gossip protocol which relies on TCP and UDP unicast. Broadcast and Multicast are rarely available in a multi-tenant or cloud network environment. For that reason, Consul and Serf were both designed to avoid any dependence on those capabilities. |
|