Local versus remote assumption: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Howard C. Berkowitz
m (quriky formatting)
mNo edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{subpages}}
One of the early Internet architecture principles was  called the '''local versus remote assumption''', which means if a destination host is in the same [[Internet Protocol version 4]] subnet as the host that wants to send to that destination,
One of the early Internet architecture principles was  called the '''local versus remote assumption''', which means if a destination host is in the same [[Internet Protocol version 4]] subnet as the host that wants to send to that destination,
the two hosts will be on a shared medium, and will be able to reach one another using medium-specific addressing. If it is in a different (i.e., remote)
the two hosts will be on a shared medium, and will be able to reach one another using medium-specific addressing. If it is in a different (i.e., remote)
Line 5: Line 6:
This assumption has become
This assumption has become
flawed with partial mesh subnets over nonbroadcast multiaccess media (NBMA) like
flawed with partial mesh subnets over nonbroadcast multiaccess media (NBMA) like
[[frame telay]] (FR) and [[asynchronous transfer mode]] (ATM), but still holds good for LANs and point-to-point lines. It has been necessary to develop workarounds, such as the [[inverse address resolution protocol]] (InARP) or [[next hop request protocol]] (NHRP) for NBMA media, or on media when a connection is set up only on demand (e.g., dialup).
[[frame telay]] (FR) and [[asynchronous transfer mode]] (ATM), but still holds good for LANs and point-to-point lines. It has been necessary to develop workarounds, such as the [[inverse address resolution protocol]] (InARP) or [[next hop request protocol]] (NHRP) for NBMA media, or on media when a connection is set up only on demand (e.g., dialup).[[Category:Suggestion Bot Tag]]

Latest revision as of 17:01, 12 September 2024

This article is developing and not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
This editable Main Article is under development and subject to a disclaimer.

One of the early Internet architecture principles was called the local versus remote assumption, which means if a destination host is in the same Internet Protocol version 4 subnet as the host that wants to send to that destination, the two hosts will be on a shared medium, and will be able to reach one another using medium-specific addressing. If it is in a different (i.e., remote) subnet, you need to reach it via a router. These are reasonable assumptions with multiaccess broadcast media such as Ethernet/IEEE 802.3

This assumption has become flawed with partial mesh subnets over nonbroadcast multiaccess media (NBMA) like frame telay (FR) and asynchronous transfer mode (ATM), but still holds good for LANs and point-to-point lines. It has been necessary to develop workarounds, such as the inverse address resolution protocol (InARP) or next hop request protocol (NHRP) for NBMA media, or on media when a connection is set up only on demand (e.g., dialup).