ECE 544 Protocol Design Project 2016

Slides:



Advertisements
Similar presentations
1 Routing Protocols I. 2 Routing Recall: There are two parts to routing IP packets: 1. How to pass a packet from an input interface to the output interface.
Advertisements

COS 461 Fall 1997 Routing COS 461 Fall 1997 Typical Structure.
IPv4 - The Internet Protocol Version 4
IP datagrams Service paradigm, IP datagrams, routing, encapsulation, fragmentation and reassembly.
CSCE 515: Computer Network Programming Chin-Tser Huang University of South Carolina.
CSCE 515: Computer Network Programming Chin-Tser Huang University of South Carolina.
CS335 Networking & Network Administration Tuesday, April 20, 2010.
Delivery, Forwarding and
S305 – Network Infrastructure Chapter 5 Network and Transport Layers.
1 Chapter 27 Internetwork Routing (Static and automatic routing; route propagation; BGP, RIP, OSPF; multicast routing)
Chapter 4: Managing LAN Traffic
1 Pertemuan 20 Teknik Routing Matakuliah: H0174/Jaringan Komputer Tahun: 2006 Versi: 1/0.
Routing and Routing Protocols Routing Protocols Overview.
10/8/2015CST Computer Networks1 IP Routing CST 415.
ECE 526 – Network Processing Systems Design Networking: protocols and packet format Chapter 3: D. E. Comer Fall 2008.
S305 – Network Infrastructure Chapter 5 Network and Transport Layers.
1 Internet Routing. 2 Terminology Forwarding –Refers to datagram transfer –Performed by host or router –Uses routing table Routing –Refers to propagation.
CS 4396 Computer Networks Lab
Networking and internetworking devices. Repeater.
Protocol Layering Chapter 11.
Computer Networks22-1 Network Layer Delivery, Forwarding, and Routing.
Spring 2000CS 4611 Routing Outline Algorithms Scalability.
RIP Routing Protocol. 2 Routing Recall: There are two parts to routing IP packets: 1. How to pass a packet from an input interface to the output interface.
Spring Routing: Part I Section 4.2 Outline Algorithms Scalability.
CS 6401 Intra-domain Routing Outline Introduction to Routing Distance Vector Algorithm.
ECE 544 Protocol Design Project 2016 Chengyao Wen Hua Deng Xiaoyu Duan.
ECE 544 Protocol Design Project 2016 Nirali Shah Thara Philipson Nithin Raju Chandy.
ECE 544 Protocol Design Project 2016 Michael Sherman Murtadha Aldeer Leonard T. Park.
ECE 544 Protocol Design Project 2016 Kiran Jatty Lasya Nandamuri Varun Vinnakota.
Kapitel 19: Routing. Kapitel 21: Routing Protocols
Instructor Materials Chapter 5: Dynamic Routing
IP - The Internet Protocol
Scaling the Network: The Internet Protocol
ECE 544 Protocol Design Project 2016
Forwarding and Routing IP Packets
COMP 3270 Computer Networks
Link-State Routing Protocols
What is a router? A router is a device that connects multiple computers together. Not to be confused with a switch Routers transmit packets of data across.
Chapter 5 Network and Transport Layers
IP - The Internet Protocol
THE NETWORK LAYER.
Routing.
Chapter 5: Dynamic Routing
ECE 544 Protocol Design Project 2016
ECE 544 Project3 Team member.
ECE 544 Protocol Design Project 2016
(How the routers’ tables are filled in)
IP - The Internet Protocol
ECE 544 Protocol Design Project 2016
ECE 544 Protocol Design Project 2016
Link-State Routing Protocols
Intradomain Routing Outline Introduction to Routing
ECE 544 Group Project : Routing
ECE 544 Software Project 3: Description and Timeline
ECE 544 Software Project 3: Description and Timeline
ECE 544 Project3 Team member: BIAO LI, BO QU, XIAO ZHANG 1 1.
Aayush Patidar Ashwin Ramakrishnan Manoj Juneja
ECE 544 Software Project 3: Description and Timeline
IP - The Internet Protocol
ECE 544 Software Project 3: Description and Timeline
Viet Nguyen Jianqing Liu Yaqin Tang
Link-State Routing Protocols
IP - The Internet Protocol
ECE 544 Software Project 3: Description and Timeline
Scaling the Network: The Internet Protocol
ECE 544 Project3 Team member.
Bridges Neil Tang 10/10/2008 CS440 Computer Networks.
Routing.
IP - The Internet Protocol
ECE 544 Project3 Dheeraj Medikonda Ravi Chandra Godavarthi 1.
Presentation transcript:

ECE 544 Protocol Design Project 2016 Minitha Jawahar Ramyaa Parthasarathy Sanjeevi Thirumurugesan

Network Service and Architecture Implementation of k-out-of-n “packet datagram” multicast. Service Objective: SOS packets generation for emergency situations.

Topology Assumptions Unreliable network with packet loss prob. per link of p Each end node is attached to only one router All links have same characteristics (i.e. hop cost 1 and same MTU 1500 bytes) Small maximum number of nodes (i.e. 50) Maximum destinations possible are 3 Packet doesn’t get corrupted while transmission Routers do not face heavy traffic, due to the nature of application Network address is statically assigned The routers are sparsely connected.

Protocol Concept The packet header contains three destination addresses Aims at sending packets to k out of n destinations through the shortest possible path, checking for common routers. Control plane runs a simple recursive algorithm (DFS) to find all the paths from the sender to the destinations. Path Vector Routing Protocol is used to update the routing table of all possible paths. Reliability is provided by individual ACKs and timeout retransmissions. Stop and wait ensures easy and reliable delivery. 4

Syntax – Packet Formats The inter-network addressing is done by a 2 byte addressing scheme. Host addresses can be differentiated from router addresses Control plane messages include Link State Messages, DFS update and ACK Packet Header: 5

Semantics The K-field is interpreted as the number of destinations out of 3 that is selected by the user. The source and destination addresses are 2 bytes long The K-field is 1 byte long.

Routing Algorithm Link state advertisements are used by routers to construct a graphical view of the network DFS update messages are then exchanged between routers, as they learn about all the possible ways to reach other destinations The routing table for each router comprises of all the possible paths computed using path vector routing and DFS( Depth First Search ) Path vector routing - finds the path to a destination and sends it back to the router. DFS - calculates all such paths.

Data Plane Forwarding If K=3, The three paths with combined effective least number of hops is selected as the optimum path for the three destinations If K=2, Out of the three paths, the two shortest ones are selected. The third address field is nulled If K=1, The shortest path is selected with the other two being nulled Whenever a split occurs, the appropriate destination address field(s) is nulled

Example Networks: Network 1 C B K=2 A D E F G At Router A A B C D E F ADECB AFGECB ABC ADEC AFGEC ABCED AD AFGED ABCE ADE AFGE ABCEGF ADEGF AF ABCEG ADEG AFG At Router B B BA BCEDA BCEGFA BADEC BAFGEC BC BAD BAFGED BCED BCEGFAD BADE BAFGE BCE BADEGF BAF BCEDAF BCEGF BADEG BAFG BCEDAFG BCEG

Forwarding Table After finding the optimum paths, the forwarding table is built. For example, at router C, when k=3 Router C Next Hop D1 - D2 E D3 Router E Next Hop D1 - D2 D3 G

Example Networks: Network 2 11

Summary The design uses a combination of DFS and path vector to update the routing table with all possible paths to the destinations from that router. It decides on the path to each destination based on combined least hop count Each router has as many columns as the total number of routers with multiple path choices in their routing table. And also has a forwarding table built with destination and next hop info. The algorithm is simple, but the Update messages could be bandwidth intensive as it advertises the whole path. But the algorithm has guaranteed minimum hop traversal. . 12