Which three statements about EIGRP packet types are true? (Choose three.)
Correct because Hello packets are sent as best-effort (unreliable) and are not acknowledged.
Why this answer
EIGRP uses five packet types: Hello (neighbor discovery/maintenance), Update (route information), Query (ask neighbors for routes), Reply (response to Query), and ACK (acknowledgment). Hello packets are multicast to 224.0.0.10, unacknowledged, and used to form and maintain adjacencies. Update packets are sent reliably (with ACK) and can be multicast or unicast.
Query packets are multicast and require a Reply. ACK packets are unicast and are used to acknowledge reliable packets.