[[TOC(Other/Summer/2017*, depth=4)]] = 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. Here is a basic router configuration we used to achieve multihoming. \\ [[Image(finalRouterSetup.png )]] TODO: * add pictures and more explanation * create specific goals == People == {{{ #!html
Brian Qiu
Electrical and Computer Engineering

Rutgers University
Ramya Tadepalli
Some University

Middlesex County Academy for Science,
Mathematics and Engineering Technologies


Project guided by Ivan Seskar & Dipankar Raychaudhuri
With thanks to WINLAB Staff and Faculty for hosting the 2017 Intern Program 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] * [https://drive.google.com/open?id=1Ek0N4U7zfrpU0UXzaLvw1TmPjWc2zwtZnwtV7GpTH70 Week 6] * [https://drive.google.com/open?id=1T6qA-O-YjnJ4gMxJMKcV51b9p2rvI9fDNxlpXSS5lic Week 7] * [https://drive.google.com/open?id=0B8CZndxqhU4YM3NSVnl2a2dRSlk Week 8] * [https://drive.google.com/open?id=0B8CZndxqhU4YM3NSVnl2a2dRSlk Week 9] * [https://drive.google.com/open?id=1Apn6SwxNxNf5EOPRrimLwtSbthpdzbjhyyysiHSxOJI Week 10] * [https://drive.google.com/open?id=1LCZh_6pYkY70EAV456ahZw50ht9mKmNNUPOl2LOLOZA Week 11] * [https://drive.google.com/open?id=0B8CZndxqhU4YZ3N6NjI3WlFJU28 FINAL 3 SLIDES] = External References =