On Wed, Nov 18, 2009 at 6:02 AM, Dae Young KIM <dykim at cnu.kr> wrote:In most of the past conversation: "ID" has meant the equivalent
> On Wed, Nov 18, 2009 at 3:40 PM, Christopher Morrow
> <morrowc.lists at gmail.com> wrote:
>>
>> From your txt:
>>
>> A. Fundamentals:
>> o Skeletons:
>> o ID is global, Locator is local(private) to AS.
>>
>> isn't that backwards? ID == my local machine, 'locator' is my network
>> attachment (or the network that I'm attached to).
>>
>> So the ID is required (and unique) only within my network, the
>> 'locator' is unique globally.
>>
>> -chris
>
> There are two aspects to this.
>
> 1. Having locators local is a necessary first step to avoid the gateway
> (aka IDR(Inter-domain Routing) router) table explosion. By not having to
> manage global locators, gateways don't have to exchange (locator) network
> prefixes and so keep their tables from growing indefinitely(or too
> excessively, exponentially). Instead, they would advertise the AS numbers.
> In fact, a AS number can be seen as an aggregated identifier of all the IDs
> inside the AS's domain.
(loosely) of 'interface ip address' or 'interface attachment point'
"Locator" has meant
the equivalent (loosely) of 'ASN'
My reading of the initial quote did not match the above 2 items.
'locator' in the sense of a mailing address (in the us) would be some
> 2. IMHO, there's no compelling reason why the locators should be global,
> in network architectural sense.
>
> o All over the world, the street numbers would be sequenced from 1
> to 100 or the like. They are local, but we don't have problems to reaching
> someone we want.
combination of: ZipCode + town.
'identifier' in the sense of a mailing address (in the us) would be
'house-number' (or street number + apartment number).
I'm not sure geography matters here... network topology does.
> o How global is 'global'? What are we going to do about the
> inter-planetary Internet? How about the spaceships on the moon or the Mars?
'tagged with locator' to the region, taking the identifier once it's
> o Delivering packets, tagged with ID, to a regional authority in
> charge of locating the objects within its region is enough to reach a
> targeted receiver.
inside the 'region' for final delivery to the end system.
-Chris
SCALABLE INTERNET
dykim, 09.11
A. Fundamentals:
o Skeletons:
o ID is global, Locator is local(private) to AS.
o Keep use of DNS, with some extension.
o TCP works on ID, IP on Loctor, Gateways(BGP) on AS #.
o Gateways advertises only AS #s, not network prefixes.
o Corollaries:
o Number space of AS is limited to 2^^16(64K) in one tier.
o AS tier recurs hierarchically, downward and upwards(or inwards and outwards). In each tier, the maximum number of ASs is limited to 2^^16.
o AS(cloud) can float within and across tiers. AS(ISP) can change is neighbor relation anytime in the course of its existence within and across the tier architecture.
o Implementation choices:
o Take IPv4 and IPv6 addresses as IDs. That is, IP addresses in the current Internet infrastructure is to be used as IDs, not anymore as locators.
o Locators are local (private) IP addresses.
o DNS is extended to serve not only name-to-address(ID) mapping but also ID-to-AS mapping.
o Mapping between AS and (local) Locator, forward as well as reverse, is done by a server(LocS) within the AS where the affected hosts or gateways belong.
B. Scenario of outgoing communication example:
1. DNS returns the remote (glabal) ID as well as the AS number it belongs to.
2. TCP establishes connections by use of ID.
3. TCP requests, to IP, transmission of segments with the AS number, as a parameter, of the domain where the destination peer belongs.
4a. If the target AS is foreign, IP uses a locator to deliver the packet to the egress gateway(BGP) router.
4b. If the target AS is local, IP uses a locator(private IP address) to deliver the packet. The target can be a local host or the ingress router into a local internal AS belonging to one lower(deeper) tier.
5. Local gateway relays the packet to one of the next hop gateways that advertised the target AS #.
C. Scenario of incoming communication example:
1. If the AS of the incoming packet is a foreign one for which the receiving AS has contracted for transit, the packet is redirected to a relevant outgoing gateway.
2. If the AS of the incoming packet is indeed local, the ingress gateway delivers the packet to the target implied by the ID imbedded in the packet. The resultant target can be a local host or an ingress router into a local internal AS beloning to one lower(deeper) tie.
D. Consequences
o Gateway routing table doesn't explode, never exceeds 64K(2^^16).
o AS tier can recurs, theoretically, indefinitely. The whole Internet can scale to infinity.
o NAT is a norm, not an evil.
o The current IP address management infrastructure won't be abandoned. They operate exactly the same way as it does. Only that the number is now used as IDs, not for locators.
o The current DNS infrastructure is maintained, only with a bit of extension. It now has to keep database of (domain name, ID, AS number) tuples.
o Minimal disturbance to the current Internet infrastructure, with a path out for sustainable scalability.
Your comments are solicited.
Note Well: Messages sent to this mailing list are the opinions of the senders and do not imply endorsement by the IETF.