= Mobility First : Multihoming Extension = ---- == Introduction == [http://www.orbit-lab.org/wiki/Tutorials#MobilityFirstTutorials MobilityFirst] (MF) is an emerging proposal for the new standard of the 5G networking! Mobility first takes a new approach to the Internet by focusing on increasingly dominating communications of mobile devices. The new architecture will pave the ground for a variety of new features including improved scalability, robust wireless signals, enhanced security, a context-sensitive network among other goodies. More information about MobilityFirst can be found on their website ([http://mobilityfirst.winlab.rutgers.edu/ link]). A brief introduction of the relevant concepts are summarized below. [[Image( mf_quick.png )]] ''This diagram illustrates a projection with increased dominance of mobile devices present in the network. Gone is the dominance of the server-client model - awaken mobile devices!'' The old TCP/IP model worked great with servers and desktops that staid put for most of the time. A desktop computers' identity is closely attached to its network address. With MF, identities of machines (ID) are separated from their network address (NA). Instead of using static IPs to identify machines, all devices now have '''Dynamic''' Name Address Bindings. These bindings are called Global Unique Identifiers (GUID). In such a way, a group a devices owned by a single user can share the same GUID. Hence, all machines must go through a '''Global Name Resolution Service''' (GNRS) which indicates the routing needed to reach said address. The GNRS uses a Distributed Hash Table (DHT) to store routing information in a loosely decentralized way. Unlike the current routing methods of DNS, GNRS stores tons of metadata within the network to make ''context-dependent'' situations. Some examples include performing multihoming or allow for geolocation. === Multihoming === Multihoming is a concept that allows for a single device to use multiple interfaces at once. Our goal is to implement multihoming in the MF framework and create improvements to the the efficient division of work between hosts as well as proper lead balancing throughout the network said data is routed through. TODO: * add pictures and more explanation * create specific goals == People == || [[Image( amiga.png )]] || [[Image( ramya.png.png )]] || This project is coordinated by Brian Qiu and Ramya Tadepalli. With thanks to Ivan Seskar for hosting the Summer 2017 WINLAB intern program for which the project would not exist without. == Presentations == * [https://drive.google.com/open?id=0BzAYx2Yq67CeWXpFOXZVQ1N1OTQ Week 1] * [https://docs.google.com/presentation/d/1JSTJZacLzUO7vRiQtxRMsJMtoVGD11_XK-il9fc3QrQ/edit?usp=sharing Week 2] * [https://drive.google.com/open?id=14tqKGW5R_oUw710NFpQHuQNo5D3uJQl5hPHIKYDqVDg Week 3] * [https://drive.google.com/open?id=1kbNRPVnLNxd_PjmlfCI2JHXxNTMzHxD-m9czliMfriE Week 4] * [https://drive.google.com/open?id=1QTqSmtJGI7TSSA2t8LAAF3OjBkK3MthyGUY17su1Uqo Week 5] * Week 6 -- coming soon!