Option A:In traditional IP routing, each router in the network must maintain a routing table that contains network-wide routes or at least the routes relevant to its operation. This ensures that packets can be forwarded correctly to their destination.
Option B:Traditional IP routing operates on the principle of the "longest match rule." When a router receives a packet, it examines the destination IP address and matches it against the entries in its routing table. The longest prefix match determines the next hop for the packet.
Option C:Traditional IP networks are inherently connectionless, meaning there is no dedicated path established between the source and destination before data transmission. This lack of connection-oriented mechanisms makes it challenging to guarantee Quality of Service (QoS) across the entire network.
Option D:In traditional IP networks, packets are forwarded using a hop-by-hop mechanism. Each router along the path decapsulates the packet, inspects its headers, and forwards it to the next hop based on its routing table.
[References:, HCSA-Presales-IP Network V3.0 Training Material, Chapter 2: IP Routing Fundamentals., Huawei Networking Technology and Device (HNTD) Documentation., , , , , ]
Submit