Changes between Version 3 and Version 4 of Other/Summer/2015/cMF4


Ignore:
Timestamp:
Jun 25, 2015, 12:57:58 PM (9 years ago)
Author:
sujasrinivasan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Other/Summer/2015/cMF4

    v3 v4  
    44
    55=== Introduction ===
     6
     7'''GNRS(Global Name Resolution Service)'''
     8
     9In MobilityFirst, there is a clear separation of an end host identifier from its location. The identifier is the GUID(Globally Unique Identifier), while the location is the Network Address(NA). The GNRS is a large scale distributed system that provides mapping between a GUID and corresponding NAs.
     10
     11
     12'''Inter-Domain Routing'''
     13
     14Inter-Domain Routing is concerned with determining paths between Autonomous Systems(AS). In the MobilityFirst's Edge-Aware Inter-Domain Routing(EIR), the network elements are aggregated into 'aNodes' connected by 'vLinks'. This aggregation into aNodes allows an AS to control extent of internal structure details advertised.
     15
     16
     17'''Motivation'''
     18
     19Consider a stub network moving from one AS to another. Individual updates through the routing protocol will be costly and time consuming. With GNRS assisted routing, a single update to the GNRS would suffice.
     20
     21This projects aims to explore the feasibility of moving the routing functions into the GNRS. A simple routing protocol will still be needed for the network elements to reach the GNRS servers.
     22
     23 
     24
     25