Etäisyysvektoriprotokolla
Etäisyysvektoriprotokolla, often abbreviated as DV protocol, is a routing protocol used in computer networks. It operates by having each router maintain a table of distances (or "costs") to all other known destinations in the network. This distance is typically represented by a hop count, where each router a packet passes through increments the count.
The core principle of DV protocols is that each router periodically exchanges its entire routing table with
A key characteristic of DV protocols is their susceptibility to routing loops. A routing loop occurs when
Examples of distance-vector routing protocols include RIP (Routing Information Protocol) and IGRP (Interior Gateway Routing Protocol).