1 / 36

Computer Communication & Networks

This lecture discusses the network layer in computer communication and networks, covering topics such as logical addressing, internet protocol, delivery, forwarding, and routing. It also explores the functions of the network layer and different routing algorithms.

praymond
Télécharger la présentation

Computer Communication & Networks

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Computer Communication & Networks Lecture 21 Network Layer: Delivery, Forwarding, Routing http://web.uettaxila.edu.pk/CMS/coeCCNbsSp09/index.asp Waleed Ejaz waleed.ejaz@uettaxila.edu.pk

  2. Network Layer

  3. Network Layer Topics to Cover Logical Addressing Internet Protocol Address Mapping Delivery, Forwarding, Routing

  4. transport packet from sending to receiving hosts network layer protocols in every host, router network data link physical network data link physical network data link physical network data link physical network data link physical network data link physical network data link physical network data link physical application transport network data link physical application transport network data link physical Network layer functions - 1

  5. three important functions: path determination: route taken by packets from source to dest. Routing algorithms Switching (forwarding): move packets from router’s input to appropriate router output call setup: (optional)some network architectures require router call setup along path before data flows Network layer functions - 2

  6. Q: What service model for “channel” transporting packets from sender to receiver? guaranteed bandwidth? preservation of inter-packet timing (no jitter)? loss-free delivery? in-order delivery? congestion feedback to sender? Network service model The most important abstraction provided by network layer: ? ? virtual circuit or datagram? ? service abstraction

  7. no call setup at network layer routers: no state about end-to-end connections no network-level concept of “connection” packets typically routed using destination host ID packets between same source-dest pair may take different paths Datagram networks:the Internet model - 1

  8. application transport network data link physical application transport network data link physical Datagram networks:the Internet model - 2 1. Send data 2. Receive data

  9. Graph abstraction for routing algorithms: graph nodesare routers graph edgesare physical links link cost: delay, $ cost, or congestion level 5 3 5 2 2 1 3 1 2 1 A D E B F C Routing protocol Routing Goal: determine “good” path (sequence of routers) thru network from source to dest. • “good” path: • typically means minimum cost path • other def’s possible

  10. 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 partial info with neighbors “distance vector” algorithms Routing Algorithm classification - 1

  11. Static or dynamic? Static: routes change slowly over time Dynamic: routes change more quickly periodic update in response to link cost changes Routing Algorithm classification - 2

  12. Unicast Routing Protocols

  13. Unicast Routing Protocols • A routing table can be either static or dynamic. A static table is one with manual entries. A dynamic table is one that is updated automatically when there is a change somewhere in the Internet. A routing protocol is a combination of rules and procedures that lets routers in the Internet inform each other of changes.

  14. Autonomous systems • Autonomous system (AS) or domain is a set of routers or networks administered by a single organisation.

  15. Popular Routing Protocols

  16. Link State Routing

  17. Link-State Routing • Each node in the domain has the entire topology of the domain. • The node can use Dijekstra’s algorithm to build a routing table. • Analogous to a city map.

  18. Concept of link state routing

  19. Link state knowledge

  20. Link State • Strategy • send to all nodes (not just neighbors) • information about directly connected links (not entire routing table) • Link State Packet (LSP) • id of the node that created the LSP • cost of link to each directly connected neighbor • sequence number (SEQNO) • time-to-live (TTL) for this packet

  21. Link State • Reliable flooding • store most recent LSP from each node • forward LSP to all nodes but one that sent it • generate new LSP periodically • increment SEQNO • start SEQNO at 0 when reboot • decrement TTL of each stored LSP • discard when TTL=0

  22. Route Calculation • Dijkstra’s shortest path algorithm

  23. 2 1 3 1 2 1 1 5 2 5 3 2 3 2 1 2 1 3 3 3 3 3 3 3 1 3 1 2 6 6 6 6 6 6 6 3 5 2 4 3 4 4 4 4 4 4 4 4 1 2 3 2 2 1 2 2 2 2 2 2 2 1 3 3 1 1 5 5 5 5 5 5 5 4 5 5 2 2 3 3 1 2 1 2 3 3 4 4 2 2 1 3 1 1 3 1 5 5 2 2 3 3 1 2 1 2 3 3 4 4 Execution of Dijkstra’s algorithm         

  24. 2 1 3 1 2 1 1 5 2 5 3 2 3 1 2 3 3 3 3 3 3 3 1 2 6 6 6 6 6 6 3 4 4 4 4 4 4 4 4 2 2 1 2 2 2 2 2 2 1 3 3 1 1 5 5 5 5 5 5 5 5 2 2 3 3 1 2 1 2 3 3 4 4 2 2 1 3 1 1 3 1 5 5 2 2 3 3 1 2 1 2 3 3 4 4 Shortest Paths in Dijkstra’s Algorithm

  25. Properties of Link State • By keeping the predecessor node at every iteration, we can build the shortest path tree • Loop free • can use any cost metric, even multiple cost metric • one routing table for each metric • must use the same metric along the path, identified in the packet • needs state of every link in the network 2 1 1 3 6 2 3 4 2 2 5 • potentially faster, because nodes exchange link state and perform computation locally as opposed to Distance Vector where the computation is distributed • can compute equal cost multipath

  26. Reaction to Failure • If a link fails, • Router sets link distance to infinity & floods the network with an update packet • All routers immediately update their link database & recalculate their shortest paths • Recovery very quick • But watch out for old update messages • Add time stamp or sequence # to each update message • Check whether each received update message is new • If new, add it to database and broadcast • If older, send update message on arriving link

  27. Distance Vector Routing

  28. Distance Vector • Each node maintains a set of triples • (Destination, Cost, NextHop) • Node knows cost to each neighbor • Directly connected neighbors exchange updates • periodically (on the order of several seconds) • whenever table changes (called triggered update) • Each update is a list of pairs: • (Destination, Cost) • Update local table if receive a “better” route • smaller cost • came from next-hop • Refresh existing routes; delete if they time out

  29. Routing Table For each destination list: Next Node Distance Table Synthesis Neighbors exchange table entries Determine current best next hop Inform neighbors Periodically After changes dest next dist Distance Vector

  30. Example Destination Cost NextHop A 1 A C 1 C D 2 C E 2 A F 2 A G 3 A Node B

  31. Initialization of tables in Distance Vector Routing

  32. Distance Vector Routing Tables

  33. Note In distance vector routing, each node shares its routing table with its immediate neighbors periodically and when there is a change.

  34. Updating in Distance Vector Routing

  35. infinity 1 Dest infinity 1 Dest 3 B infinity 1 Dest 8 C 3 B 8 C 3 B 1 Dest 5 Dest infinity 5 Dest 7 E 4 A 7 E 4 A 6 E Bellman-Ford Algorithm A B source infinity infinity infinity • After n iterations, nodes at distance n hops along the shortest path have correct information 6 2 1 1 1 destination C E infinity infinity 2 5

More Related