Which two EIGRP packet types are considered to be unreliable packets? (Choose two.)
Click on the arrows to vote for the correct answer
A. B. C. D. E.DE.
EIGRP (Enhanced Interior Gateway Routing Protocol) is a distance-vector routing protocol that is commonly used in computer networks to share routing information between routers. EIGRP packets are classified into five types: hello, acknowledgment (ACK), update, query, and reply.
Out of these five packet types, only the query and reply packets are considered to be unreliable packets. The reasons for this are as follows:
Query packets are considered unreliable because they do not contain any sequence numbers, which means that there is no way to detect duplicate queries. This can lead to unnecessary network traffic and delay in finding the required routing information.
Reply packets are considered unreliable because they also do not contain any sequence numbers. This means that there is no way to detect duplicate replies. If a router receives multiple replies for the same query, it may choose the wrong route, which can lead to routing loops and other network issues.
On the other hand, hello, acknowledgment (ACK), and update packets are considered reliable packets because they contain sequence numbers. Sequence numbers are used to ensure that packets are delivered in the correct order and to detect duplicate packets.
In summary, the two EIGRP packet types that are considered to be unreliable packets are query and reply packets.