Network Layer CS176A Ramya Raghavendra. Routing table [Q1] Destination Address Range Link Interface 10000000 00000000 00000000 00000000 Through0 10000000.

Slides:



Advertisements
Similar presentations
1 IP Forwarding Relates to Lab 3. Covers the principles of end-to-end datagram delivery in IP networks.
Advertisements

Computer Networking A Top-Down Approach Chapter 4.7.
Addressing the Network IPv4
UNIT-IV Computer Network Network Layer. Network Layer Prepared by - ROHIT KOSHTA In the seven-layer OSI model of computer networking, the network layer.
Routing So how does the network layer do its business?
CMPE 150- Introduction to Computer Networks 1 CMPE 150 Fall 2005 Lecture 23 Introduction to Computer Networks.
7/3/2015 Unit-3 : Network Layer 1 CS 1302 Computer Networks — Unit - 3 — — Network Layer — Text Book Behrouz.A. Forouzan, “Data communication and Networking”,
EECC694 - Shaaban #1 lec #7 Spring The OSI Reference Model Network Layer.
CSE123A discussion session 2007/03/08 Ryo Sugihara.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 Chapter 14 Multicasting And Multicast Routing Protocols.
Network Redundancy Multiple paths may exist between systems. Redundancy is not a requirement of a packet switching network. Redundancy was part of the.
ARP Scenarios CIS 81 and CST 311 Rick Graziani Fall 2005.
© Janice Regan, CMPT 128, CMPT 371 Data Communications and Networking Multicast routing.
22.1 Chapter 22 Network Layer: Delivery, Forwarding, and Routing Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Using Dijkstra’s Algorithm to Find a Shortest Path from a to z 1.
Routing and Routing Protocols Routing Protocols Overview.
Routers. What is a Router? A multi-port connectivity device Can connect different types of LANs as well as WANS Works at Layer 3 – Network Layer using.
NUS.SOC.CS2105 Ooi Wei Tsang Application Transport Network Link Physical you are here.
Multicast Routing Algorithms n Multicast routing n Flooding and Spanning Tree n Forward Shortest Path algorithm n Reversed Path Forwarding (RPF) algorithms.
Chapter 22 Network Layer: Delivery, Forwarding, and Routing Part 5 Multicasting protocol.
Chapter 15 Multicasting and Multicast Routing
1 Routing Table  The seven fields Mask: for finding (sub)network address of the destination l Host-specific routing: (/32) l Default routing:
Microsoft Windows Server 2003 TCP/IP Protocols and Services Technical Reference Slide: 1 Lesson 7 Internet Protocol (IP) Routing.
CS4550 Computer Networks II IP : internet protocol, part 2 : packet formats, routing, routing tables, ICMP read feit chapter 6.
The Routing Table Last Update Copyright Kenneth M. Chipps Ph.D.
Distance-vector Multicast Routing Protocol (DVMRP)
The Network Layer.
Network Layer4-1 Datagram networks r no call setup at network layer r routers: no state about end-to-end connections m no network-level concept of “connection”
Networking and internetworking devices. Repeater.
Network Layer by peterl. forwarding table routing protocols path selection RIP, OSPF, BGP IP protocol addressing conventions datagram format packet handling.
Routing Algorithms and IP Addressing Routing Algorithms must be ▪ Correctness ▪ Simplicity ▪ Robustness ▪ Stability ▪ Fairness ▪ Optimality.
Cisco Confidential © 2013 Cisco and/or its affiliates. All rights reserved. 1 Cisco Networking Training (CCENT/CCT/CCNA R&S) Rick Rowe Ron Giannetti.
Ch 22. Routing Direct and Indirect Delivery.
Fundamentals of Computer Networks ECE 478/578
Computer Networks 0110-IP Gergely Windisch
 Medium for communication between entities connected to it  “Entities” are referred to as hosts  Is the Internet a network?  In simplest terms, yes.
22.1 Network Layer Delivery, Forwarding, and 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.
UNIT 4 NETWORK LAYER. Position of network layer 7/8/2016 UNIT-3 : NETWORK LAYER 2.
1 Computer Networks Chapter 5. Network layer The network layer is concerned with getting packets from the source all the way to the destination. Getting.
Configuration for routing example
ROUTING.
Scaling the Network Chapters 3-4 Part 2
MAC Address Tables on Connected Switches
Networking CS 3470, Section 1 Sarah Diesburg
Semester 2 JEOPARDY CHAPTERS 12 & 13 REVIEW S2C13 Jeopardy Review.
Forwarding and Routing IP Packets
PART IV Network Layer.
COMP 3270 Computer Networks
IP Forwarding Covers the principles of end-to-end datagram delivery in IP networks.
Link-State Routing Protocols
Network Layer.
IST 220 Lectures for: Dec. 8, 2009 Dec. 10, 2009
CS 1302 Computer Networks — Unit - 3 — — Network Layer —
THE NETWORK LAYER.
IP Forwarding Relates to Lab 3.
UNIT III ROUTING.
IP Forwarding Relates to Lab 3.
Link-State Routing Protocols
Networking CS 3470 Sarah Diesburg
Lecture 8: The Network Layer.
Chapter 22. Network Layer: Routing
Link-State Routing Protocols
CMPE 252A : Computer Networks
IP Multicast COSC /5/2019.
Networking CS 3470 Sarah Diesburg
Figure 6.11 Configuration for Example 4
Figure 6.6 Default routing
Review of Internet Protocols Network Layer
OSPF Protocol.
Presentation transcript:

Network Layer CS176A Ramya Raghavendra

Routing table [Q1] Destination Address Range Link Interface Through Through Through Otherwise 3

Subnetting [Q2] A B C D E F

Subnetting / N bits – 2 n addresses : 8 bits – 256 etc Each router: subnet (A,B or C) + 2 of (D, E, F) Longest Prefix matching (Examples) – : A – : D

NAT Translation Table [Q3] NAT translation table WAN sideLAN side , , , , , , , ,4001

Dijkstra’s Algorithm Have some fun:

Link State Routing [Q6] u 5 6

Reverse Path Forwarding [Q7] Controlled flooding Router receives a broadcast packet Checks if the packet came on the “shortest unicast link” to the source –Path used to send a unicast packet to source If so, forwards it on all other links Else discards it

Illustration of RPF

Questions on Extra Credit? - Is it easy? Yes me!