Introduction to Networking Project 3. Routing Graph abstraction for routing algorithms: graph nodes are routers graph edges are physical links  link.

Slides:



Advertisements
Similar presentations
What is “Routing”? Routing algorithm that part of the network layer responsible for deciding on which output line to transmit an incoming packet Adaptive.
Advertisements

What is “Routing”? Routing algorithm that part of the network layer responsible for deciding on which output line to transmit an incoming packet Adaptive.
13 –Routing Protocols Network Layer4-1. Network Layer4-2 Chapter 4 Network Layer Computer Networking: A Top Down Approach Featuring the Internet, 3 rd.
Data Communication and Networks Lecture 11 Internet Routing Algorithms and Protocols December 5, 2002 Joseph Conron Computer Science Department New York.
Routing - I Important concepts: link state based routing, distance vector based routing.
Network Layer-11 CSE401N: Computer Networks Lecture-9 Network Layer & Routing.
1 Dijkstra’s Shortest Path Algorithm Gordon College.
Introduction to Networking Bin Lin TA March 3 rd, 2005 Recital 6.
Routing & IP Routing Protocols
Network Layer4-1 Chapter 4: Network Layer Chapter goals: r understand principles behind network layer services: m routing (path selection) m dealing with.
Network Layer Design Isues Store-and-Forward Packet Switching Services Provided to the Transport Layer The service should be independent of the router.
Katz, Stoica F04 EECS 122: Introduction to Computer Networks Link State and Distance Vector Routing Computer Science Division Department of Electrical.
Network Layer4-1 Chapter 4 Network Layer Computer Networking: A Top Down Approach Featuring the Internet, 2 nd edition. Jim Kurose, Keith Ross Addison-Wesley,
Announcement r Project 2 extended to 2/20 midnight r Project 3 available this weekend r Homework 3 available today, will put it online.
Rensselaer Polytechnic Institute © Shivkumar Kalvanaraman & © Biplab Sikdar1 ECSE-4730: Computer Communication Networks (CCN) Network Layer (Routing) Shivkumar.
1 EE 122: Shortest Path Routing Ion Stoica TAs: Junda Liu, DK Moon, David Zats (Materials with thanks to Vern.
4: Network Layer4a-1 14: Intro to Routing Algorithms Last Modified: 7/12/ :17:44 AM.
Network Layer4-1 Chapter 4: Network Layer r 4. 1 Introduction r 4.2 Virtual circuit and datagram networks r 4.5 Routing algorithms m Link state m Distance.
Announcement r Project 2 due next week! r Homework 3 available soon, will put it online r Recitation tomorrow on Minet and project 2.
EE 122: Intra-domain routing Ion Stoica September 30, 2002 (* this presentation is based on the on-line slides of J. Kurose & K. Rose)
Routing Algorithm March 3 rd, Routing Graph abstraction for routing algorithms: graph nodes are routers graph edges are physical links  link cost:
4: Network Layer 4a-1 14: Intro to Routing Algorithms Last Modified: 8/8/ :41:16 PM.
Computer Networking Intra-Domain Routing, Part I RIP (Routing Information Protocol)
Network Layer Goals: understand principles behind network layer services: –routing (path selection) –dealing with scale –how a router works –advanced topics:
1 Week 6 Routing Concepts. 2 Network Layer Functions transport packet from sending to receiving hosts network layer protocols in every host, router path.
Network Layer r Introduction r Datagram networks r IP: Internet Protocol m Datagram format m IPv4 addressing m ICMP r What’s inside a router r Routing.
Link-state routing  each node knows network topology and cost of each link  quasi-centralized: each router periodically broadcasts costs of attached.
4: Network Layer4a-1 Chapter 4: Network Layer Chapter goals: r understand principles behind network layer services: m routing (path selection) m dealing.
IP routing. Simple Routing Table svr 4% netstat –r n Routing tables DestinationGatewayFlagsRefcntUseInterface UGH00emd UH10lo0.
Network Layer4-1 Chapter 4: Network Layer r 4. 1 Introduction r 4.2 Virtual circuit and datagram networks r 4.3 What’s inside a router r 4.4 IP: Internet.
13 – Routing Algorithms Network Layer.
The Network Layer & Routing
1 Week 5 Lecture 2 IP Layer. 2 Network layer functions transport packet from sending to receiving hosts transport packet from sending to receiving hosts.
Overview of Internet Routing (I) Fall 2004 CS644 Advanced Topics in Networking Sue B. Moon Division of Computer Science Dept. of EECS KAIST.
Routing 1 Network Layer Network Layer goals:  understand principles behind network layer services:  routing (path selection)  how a router works  instantiation.
1 Computer Communication & Networks Lecture 21 Network Layer: Delivery, Forwarding, Routing Waleed.
Data Communications and Computer Networks Chapter 4 CS 3830 Lecture 20 Omar Meqdadi Department of Computer Science and Software Engineering University.
Internet Routing r Routing algorithms m Link state m Distance Vector m Hierarchical routing r Routing protocols m RIP m OSPF m BGP.
Transport Layer 3-1 Chapter 4 Network Layer Computer Networking: A Top Down Approach 6 th edition Jim Kurose, Keith Ross Addison-Wesley Chapter4_3.
Switching, Forwarding and Routing. Network layer functions r transport packet from sending to receiving hosts r network layer protocols in every host,
Network Layer4-1 Chapter 4 Network Layer Computer Networking: A Top Down Approach Featuring the Internet, 2 nd edition. Jim Kurose, Keith Ross Addison-Wesley,
Internet and Intranet Protocols and Applications Lecture 9 Internet Routing Algorithms and Protocols March 27, 2002 Joseph Conron Computer Science Department.
4: Network Layer4a-1 Distance Vector Routing Algorithm iterative: r continues until no nodes exchange info. r self-terminating: no “signal” to stop asynchronous:
Network Layer (2). Review Physical layer: move bits between physically connected stations Data link layer: move frames between physically connected stations.
4: Network Layer4-1 Chapter 4: Network Layer Last time: r Chapter Goals m Understand network layer principles and Internet implementation r Started routing.
CSE 421 Computer Networks. Network Layer 4-2 Chapter 4: Network Layer r 4. 1 Introduction r 4.2 Virtual circuit and datagram networks r 4.3 What’s inside.
T. S. Eugene Ngeugeneng at cs.rice.edu Rice University1 COMP/ELEC 429 Introduction to Computer Networks Lecture 10: Intra-domain routing Slides used with.
IP tutorial - #2 Routing KAIST Dept. of CS NC Lab.
Network Layer4-1 Chapter 4: Network Layer 4. 1 Introduction 4.2 Virtual circuit and datagram networks 4.3 What’s inside a router 4.4 IP: Internet Protocol.
Network Layer.
Chapter 4 Network Layer Computer Networking: A Top Down Approach 6th edition Jim Kurose, Keith Ross Addison-Wesley March 2012 CPSC 335 Data Communication.
Chapter 7 Dynamic Routing
Network Layer Introduction Datagram networks IP: Internet Protocol
Routing: Distance Vector Algorithm
Distance Vector Routing: overview
Network layer functions
Chapter 4 – The Network Layer & Routing
Road Map I. Introduction II. IP Protocols III. Transport Layer
Lecture 10 Computer Networking: A Top Down Approach 6th edition Jim Kurose, Keith Ross Addison-Wesley March 2012 CS3516: These slides are generated from.
ECE453 – Introduction to Computer Networks
CS4470 Computer Networking Protocols
COMP/ELEC 429 Introduction to Computer Networks
Chapter 4: Network Layer
ECSE-4730: Computer Communication Networks (CCN)
Network Layer (contd.) Routing
Chapter 4: Network Layer
Chapter 4: Network Layer
Network Layer.
Chapter 4: Network Layer
EE 122: Intra-domain routing: Link State
Presentation transcript:

Introduction to Networking Project 3

Routing Graph abstraction for routing algorithms: graph nodes are routers graph edges are physical links  link cost: delay, $ cost, or congestion level Goal: determine “good” path (sequence of routers) thru network from source to dest. Routing protocol A E D CB F “good” path:  typically means minimum cost path  other def’s possible

Routing Algorithm classification Global or decentralized information? Global: all routers have complete topology, link cost info “link state” algorithms Decentralized: router knows physically- connected neighbors, link costs to neighbors iterative process of computation, exchange of info with neighbors “distance vector” algorithms Static or dynamic? Static: routes change slowly over time Dynamic: routes change more quickly  periodic update  in response to link cost changes

A Link-State Routing Algorithm Dijkstra’s algorithm net topology, link costs known to all nodes  accomplished via “link state broadcast”  all nodes have same info computes least cost paths from one node (‘source”) to all other nodes  gives routing table for that node iterative: after k iterations, know least cost path to k dest.’s Notation: c(i,j): link cost from node i to j. cost infinite if not direct neighbors D(v): current value of cost of path from source to dest. V p(v): predecessor node along path from source to v, that is next v N: set of nodes whose least cost path definitively known

Dijsktra’s Algorithm 1 Initialization: 2 N = {A} 3 for all nodes v 4 if v adjacent to A 5 then D(v) = c(A,v) 6 else D(v) = infinity 7 8 Loop 9 find w not in N such that D(w) is a minimum 10 add w to N 11 update D(v) for all v adjacent to w and not in N: 12 D(v) = min( D(v), D(w) + c(w,v) ) 13 /* new cost to v is either old cost to v or known 14 shortest path cost to w plus cost from w to v */ 15 until all nodes in N

Dijkstra’s algorithm: example Step start N A AD ADE ADEB ADEBC ADEBCF D(B),p(B) 2,A D(C),p(C) 5,A 4,D 3,E D(D),p(D) 1,A D(E),p(E) infinity 2,D D(F),p(F) infinity 4,E A E D CB F

Distance Vector Routing Algorithm iterative: continues until no nodes exchange info. self-terminating: no “signal” to stop asynchronous: nodes need not exchange info/iterate in lock step! distributed: each node communicates only with directly-attached neighbors Distance Table data structure each node has its own row for each possible destination column for each directly-attached neighbor to node example: in node X, for dest. Y via neighbor Z: D (Y,Z) X distance from X to Y, via Z as next hop c(X,Z) + min {D (Y,w)} Z w = =

Distance Vector Routing Algorithm iterative: continues until no nodes exchange info. self-terminating: no “signal” to stop asynchronous: nodes need not exchange info/iterate in lock step! distributed: each node communicates only with directly-attached neighbors wait for (change in local link cost of msg from neighbor) recompute distance table if least cost path to any dest has changed, notify neighbors Each node:

Routing Lab Project 3 A distance-vector algorithm and a link-state algorithm in the context of a simple routing simulator Event-driven Simulation: event to event simulation, instead of simulating passage of time directly  main loop repeatedly pulls the earliest event from a event queue and passes it to a handler until there are no more events in the queue.

context.cc/context.h SimulationContext (Written for you) demo.topo A demonstration network topology file demo.event A demonstration event file error.h event.cc/event.h Event (Written for you) eventqueue.cc/eventqueue.h EventQueue (Written for you) link.cc/link.h Link (Written for you) Makefile messages.cc RoutingMessage (You will write this) messages.h node.cc Node (You will extend this) node.h routesim.cc main program table.cc RoutingTable (You will write this) table.h topology.cc/topology.h Topology (Written for you)

“make TYPE=GENERIC” will build a single executable “routesim”, which contains no routing algorithm. You will do TYPE=DISTANCEVECTOR and TYPE=LINKSTATE To run:./routesim topologyfile eventfile [singlestep]

Events in routesim come from the topology file, the event file, and from handlers that are executed in response to events. The topology file generally only contains events that construct the network topology (the graph)  arrival_time ADD_NODE node_num latency bandwidth  arrival_time DELETE_NODE node_num latency bandwidth  arrival_time ADD_LINK src_node_num dest_node_num latency bandwidth  arrival_time DELETE_LINK src_node_num dest_node_num latency bandwidth

The event file generally only contains events that modify link characteristics in the graph, or draw the graph, a path and etc.  arrival_time CHANGE_NODE node_num latency bandwidth  arrival_time CHANGE_LINK src_node_num dest_node_num latency bandwidth  arrival_time DRAW_TOPOLOGY  arrival_time DRAW_TREE src_node_num

Note that although each link event contains both bandwidth and latency numbers, your algorithms will determine shortest paths using only the link latencies.

The Node class (4 functions that you must implement) void Node::LinkHasBeenUpdated(const Link *l)  is called to inform you that an outgoing link connected to your node has just changed its properties. void Node::ProcessIncomingRoutingMessage(const RoutingMessage *m)  is called when a routing message arrives at a node. In response, you may send further routing messages using SendToNeighbors or SendToNeighbor. You may also update your tables. Node *Node::GetNextHop(const Node *dest) const  is called when the simulation wants to know what your node currently thinks is the next hop on the path to the destination node. You should consult your routing table and then return the correct next node for reaching the destination. Table *Node::GetRoutingTable() const  is called when the simulation wants to get a copy of your current routing table.

Your implementation will consist of implementations of the above four functions, as well as implementations of Table and RoutingMessage

The table class Mainly contains the routing table, different for DISTANCEVECTOR and LINKSTATE as discussed in the class, please refer to your lecture notes. Note that STL data structures can be quite useful here especially vector and map.  Vectors can be used to store an unbounded array.  Maps can be used to associate a value for each node in the graph, like the latency to each neighbor.  For example the cost table for LINKSTATE can be specified as map costtable which maps a double to an int. For a good reference to STL, see the recitals page. You should also know how iterators work if you plan to use these data structures.

The RoutingMessage Class Implements the routing messages which will be sent by each node to its neighbors. Need to carefully think what will go inside these routing messages depending on the routing algorithm you are implementing.  LINKSTATE routing messages contain more information than DISTANCEVECTOR routing messages.

General approach to implement a routing algorithm Understand what routesim (TYPE=GENERIC) is doing. Read the link.h file to understand the Link class. Develop a Table class. This should provide you with what you need to implement the GetNextHop() and GetRoutingTable() calls. It should also be updatable, as its contents will change with link updates and routing messages. Extend the Node data structure to include your table Implement Node::GetNextHop() and Node::GetRoutingTable() Develop your routing message. Think about where your routing message will go. Implement Node::LinkHasBeenUpdated () Implement Node::ProcessRoutingMessage() Implement Node::TimeOut(), if needed.

A number of ways to implementation The rest are some sample codes, they are only showing you some rough idea on how to implement, DO NOT directly copy them in your own implementation, the sample codes does NOT guarantee to work;

Sample code in LS LinkHasBeenUpdated(const Link *l) void Node::LinkHasBeenUpdated(const Link *l) { cerr << *this<<": Link Update: "<<*l<<endl; /***********update own lsa database*****************/ double ts = (*context).GetTime(); lsatb->update_link(l->GetSrc(), l->GetDest(), l->GetLatency(), ts); /*************Pass this to its neighbours*****************/ RoutingMessage *m = new RoutingMessage(); (*m).LSAs.push_back(lsa(l->GetSrc(), l->GetDest(), l->GetLatency(),ts)); SendToNeighbors(m); }

void Node::SendToNeighbors(const RoutingMessage *m) { cerr << "Flooding source ID: "<< number <<endl; deque *ngbr = GetNeighbors(); for(deque ::iterator i = ngbr->begin(); i!= ngbr->end(); i++) { SendToNeighbor(*i,m); } } void Node::SendToNeighbor(const Node *n, const RoutingMessage *m) { cerr number <<endl; Link l; l.SetSrc(number); l.SetDest((*n).number); Link *ml = context->FindMatchingLink(&l); assert(ml!=NULL); assert(n!=NULL); assert(m!=NULL); assert(context!=NULL); Event *e = new Event ((*context).GetTime()+(*ml).GetLatency(), ROUTING_MESSAGE_ARRIVAL,(void*)n, (void*)m); (*context).PostEvent(e); }

Sample of Table head file for LS algorithm class Table { public: Table(unsigned my_id); ostream & Print(ostream &os) const; bool update_link(const unsigned s, const unsigned d, double l, double ts); int get_next_hop(unsigned dest); Table *get_routing_table() const; protected: void dijkstra(); int find_next_hop(data curr, vector v, vector next); private: unsigned my_id; vector nodes; vector links; map routes; };

Pseudocode of Dijkstra Algorithm from Wiki

Pseudocode of B-F algorithm from Wiki