Introduction to Networking

Slides:



Advertisements
Similar presentations
1 Chapter 22 Network layer Delivery, Forwarding and Routing.
Advertisements

Routing and Routing Protocols Introduction to Static Routing.
ROUTING PROTOCOL IGRP. REVIEW 4 Purpose of Router –determine best path to destination –pass the frames to the destination 4 Protocols –routed - used by.
1 Routing Introduction to Routing Static Routing.
Introduction to Routing and Routing Protocols By Ashar Anwar.
CCNA – Cisco Certified Network Associates Routing and Static Routes By Roshan Chaudhary Lecturer Islington College.
Copyright © Lopamudra Roychoudhuri
CMPT 471 Networking II Address Resolution IPv4 ARP RARP 1© Janice Regan, 2012.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Introduction to Routing and Packet Forwarding Routing Protocols and.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 Chapter 6 Delivery and Routing of IP Packets.
Delivery, Forwarding, and Routing of IP Packets
The Routing Table Last Update Copyright Kenneth M. Chipps Ph.D.
Routing and Routing Protocols
Internet Protocol: Routing IP Datagrams Chapter 8.
Routing Basics Chapter 8. powered by DJ 1. C HAPTER O BJECTIVES At the end of this Chapter you will be able to:  Understand routing basics. powered by.
Chapter 5. An IP address is simply a series of binary bits (ones and zeros). How many binary bits are used? 32.
Cisco Routers Routers collectively provide the main feature of the network layer—the capability to forward packets end-to-end through a network. routers.
1 28-Sep-16 S Ward Abingdon and Witney College CCNA Exploration Semester 1 OSI network layer CCNA Exploration Semester 1 Chapter 5.
Configuration for routing example
ROUTING.
Behrouz A. Forouzan TCP/IP Protocol Suite, 3rd Ed.
Kapitel 19: Routing. Kapitel 21: Routing Protocols
Working at a Small-to-Medium Business or ISP – Chapter 6
Chapter 5 Network and Transport Layers
Chapter 6 Delivery & Forwarding of IP Packets
Internet Protocol Address
Routing and routing tables
MAC Address Tables on Connected Switches
Static and Default Routing
Network layer Jarkom Dasar – Week 6 Aisyatul Karima, 2012.
Basic Router Troubleshooting
Click to edit Master subtitle style
Forwarding and Routing IP Packets
Chapter 6 – Routing.
Chapter 6 Delivery & Forwarding of IP Packets
Chapter 4: Routing Concepts
Routing and routing tables
Introduction to Networking
Troubleshooting IP Communications
Chapter 2: Static Routing
Introduction to Networking
Introduction to Networking
Virtual LANs.
Troubleshooting IP Addressing
Net 323: NETWORK Protocols
Chapter 3: Dynamic Routing
CS 457 – Lecture 10 Internetworking and IP
Chapter 2: Static Routing
Chapter 6 Delivery & Forwarding of IP Packets
Chapter 3: Dynamic Routing
Chapter 3: Dynamic Routing
Routing Protocols and Concepts – Chapter 5
Dynamic Routing Protocols
Delivery and Routing of IP Packets
Delivery and Routing of IP Packets
2 - IP Routing.
Chapter 2: Static Routing
Routing Protocols and Concepts – Chapter 5
Static and Default Routing
70-293: MCSE Guide to Planning a Microsoft Windows Server 2003 Network, Enhanced Chapter 4: Planning and Configuring Routing and Switching.
Introduction to networking (Yarnfield)
Dynamic Routing Protocols
Routing Protocols and Concepts – Chapter 5
Click to edit Master subtitle style
Working at a Small-to-Medium Business or ISP – Chapter 6
Delivery, Forwarding, and Routing of IP Packets
Routing Protocols and Concepts – Chapter 5
CCE1030 Computer Networking
Example 9 (Continued) 1. The first mask (/26) is applied to the destination address. The result is , which does not match the corresponding network.
Figure 6.11 Configuration for Example 4
Presentation transcript:

Introduction to Networking Routers

Routing Routing is the process of moving packets of data from one network to another Packets will bounce from router to router along a path to the destination host until it hits a router directly connected to the network the destination host is in Routers make forwarding decisions based on its routing table. The routing table lists all known destination networks along with the interface connected, the next router in the path and a value that identifies the cost to reach the destination network

Routing Table For directly connected networks the routing table will just store the network address and the interface connected. That is all we need to know to send a packet to an address on that network For remote networks we also need to know the next hop router. This allows us to send the packet we receive to the next router so it can handle it If we connect to the internet we’ll also want to know the default route

Frame Structure and Routing When a host is trying to send a message outside of its network, it will create a packet with its IP address, and the IP address of its destination. It will then wrap the packet in a frame that contains its mac address and the mac address of its default gateway as the destination The router will see its own MAC address and strip the frame header to analyze the packet. It will then compare the destination IP address to its routing table to identify the destination network If it is not a local network, the router will wrap the packet in a new frame with the MAC address of the port it is using as the source MAC, and the next hop router’s MAC address as the destination Eventually the local router will get the frame, and then the destination MAC address of the host will be used, and the packet will be delivered

Building the Routing Table The router will be able to poll any network it is local to to build its routing table, but how do we get our routing table remote entries? There are two ways Static The information is manually entered The network entries will remain in the routing table until manually removed, which means that these entries must be modified, added or removed in response to network changes Dynamic We can use a protocol to allow routers to share information with other routers to help each other build their routing table The protocols will define the information contained in the table, how messages are routed from one network to another How topology changes are communicated between routers. This can take time as the change information spreads through the network. When all routers have a consistent network view it is called “convergence”

Static Routing vs Dynamic Routing You can have both dynamic and static entries in the same routing table based on your needs Dynamic entries are usually used for larger private networks to minimize work for the network administrators Static entries must be used for a private network connected to the internet. You may want to configure your private network with dynamic entries, but you won’t want to share your private network information over the network, and you don’t want to try to create a routing table for the entirety of the internet Instead you would make a special static entry called the default route

Default Route The default route is the destination to send any packet addressed to a network that the router doesn’t know If there is no default route the packet would be dropped The default route entry has a network address of 0.0.0.0 and a mask of 0.0.0.0 For a router connected to the internet, this default entry will typically be a router belonging to an ISP. The ISP router would then use its routing table to send the message through the internet

Dynamic Entries When configuring a dynamic routing protocol you must first enable the protocol on the router You then identify which interfaces will use the protocol to dynamically learn routing information For instance, if I was configuring the router on the boundary between my network and the internet, and wanted to dynamically learn my private network but not the internet, I would enable only the interfaces connecting to my network