|
In computer networking, a hop is one portion of the path between source and destination. Data packets pass through bridges, routers and gateways on the way. Each time packets are passed to the next device, a hop occurs. Since store and forward and other latencies are incurred through each hop, a large number of hops between source and destination implies lower real-time performance. == Hop count == The hop count refers to the number of intermediate devices (like routers) through which data must pass between source and destination, rather than flowing directly over a single wire.〔(【引用サイトリンク】url=http://www.infocellar.com/networks/ip/hop-count.htm )〕 Each router along the data path constitutes a hop, as the data is moved from one Layer 3 network to another. Hop count is therefore a basic measurement of distance in a network. Hop count is a rough measure of distance between two hosts. A hop count of ''n'' means that ''n'' gateways separate the source host from the destination host. By itself, this metric is, however, not useful for determining the optimum network path, as it does not take into consideration the speed, load, reliability, or latency of any particular hop, but merely the total count. Nevertheless, some routing protocols such as RIP use hop count as their sole metric.〔RFC 1058, ''Routing Information Protocol'', C. Hendrik, The Internet Society (June 1988)〕 Each time a capable device receives these packets, that device modifies the packet, incrementing the hop count by one. In addition, the device compares the hop count against a time to live limit and discards the packet if its hop count is too high. This prevents packets from endlessly bouncing around the network in the event of routing errors. Routers are capable of managing hop counts, but other types of intermediate devices (e.g. hubs and bridges) are not. 抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「Hop (networking)」の詳細全文を読む スポンサード リンク
|