Introduction To Networking

Slides:



Advertisements
Similar presentations
Chapter 22 Network Layer: Delivery, Forwarding, and Routing.
Advertisements

Networking Essentials Chapter 10 Fall, IGPs are used… EGPs are used…
CISCO NETWORKING ACADEMY Chabot College ELEC Routed and Routing Protocols.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Introduction to Dynamic Routing Protocol Routing Protocols and Concepts – Chapter.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.1 Routing Working at a Small-to-Medium Business or ISP – Chapter 6.
Mod 10 – Routing Protocols
1 Basics of Dynamic Routing Presented by Aaron Jarvis Network Engineer.
Routing and Routing Protocols
Lecture Week 3 Introduction to Dynamic Routing Protocol Routing Protocols and Concepts.
1 Semester 2 Module 6 Routing and Routing Protocols YuDa college of business James Chen
Fundamentals of Networking Discovery 2, Chapter 6 Routing.
Introduction to networking Dynamic routes. Objectives  Define dynamic routing and its properties  Describe the classes of routing protocols  Describe.
6: Routing Working at a Small to Medium Business.
Dynamic Routing Protocols  Function(s) of Dynamic Routing Protocols: – Dynamically share information between routers (Discover remote networks). – Automatically.
Click to edit Master subtitle style Chapter 10: Routing Protocols Instructor:
CCNA Guide to Cisco Networking Chapter 8: Routing Protocols and Network Address Translation.
Routing/Routed Protocols. Remember: A Routed Protocol – defines logical addressing. Most notable example on the test – IP A Routing Protocol – fills the.
Routing and Routing Protocols Routing Protocols Overview.
1 Chapter Overview Routing Principles Building Routing Tables.
M.Menelaou CCNA2 ROUTING. M.Menelaou ROUTING Routing is the process that a router uses to forward packets toward the destination network. A router makes.
1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 Module 6 Routing and Routing Protocols.
Dynamic Routing Chapter 9. powered by DJ 1. C HAPTER O BJECTIVES At the end of this Chapter you will be able to:  Explain Dynamic Routing  Identify.
Introduction to Dynamic Routing Protocol
Routing -2 Dynamic Routing
1 Chapter 27 Internetwork Routing (Static and automatic routing; route propagation; BGP, RIP, OSPF; multicast routing)
Introduction to Classless Routing
CCNA 1 Module 10 Routing Fundamentals and Subnets.
Interior Gateway Protocol. Introduction An IGP (Interior Gateway Protocol) is a protocol for exchanging routing information between gateways (hosts with.
Chapter 9. Implementing Scalability Features in Your Internetwork.
1 Internet Routing. 2 Terminology Forwarding –Refers to datagram transfer –Performed by host or router –Uses routing table Routing –Refers to propagation.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Routing Protocols and Concepts Introduction to Dynamic Routing Protocol.
Page 110/27/2015 A router ‘knows’ only of networks attached to it directly – unless you configure a static route or use routing protocols Routing protocols.
CCNA 2 Week 6 Routing Protocols. Copyright © 2005 University of Bolton Topics Static Routing Dynamic Routing Routing Protocols Overview.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Introduction to Dynamic Routing Protocol Routing Protocols and Concepts.
6: Routing Working at a Small to Medium Business.
1 7-Jan-16 S Ward Abingdon and Witney College Dynamic Routing CCNA Exploration Semester 2 Chapter 3.
Routing protocols. 1.Introduction A routing protocol is the communication used between routers. A routing protocol allows routers to share information.
Routing and Routing Protocols PJC CCNA Semester 2 Ver. 3.0 by William Kelly.
© 2002, Cisco Systems, Inc. All rights reserved..
Routing Protocols Brandon Wagner.
Click to edit Master subtitle style Chapter 10: Routing Protocols.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.1 Routing Working at a Small-to-Medium Business or ISP – Chapter 6.
Prof. Alfred J Bird, Ph.D., NBCT Office – McCormick 3rd floor 607 Office Hours – Monday 3:00 to 4:00 and.
Routing and Routing Protocols CCNA 2 v3 – Module 6.
Lec4: Introduction to Dynamic Routing Protocol
Introduction to Dynamic Routing Protocol
Working at a Small-to-Medium Business or ISP – Chapter 6
Computer Networks Routing Algorithms.
Теми: Routing Concepts Static Routing Dynamic Routing
Click to edit Master subtitle style
BGP 1. BGP Overview 2. Multihoming 3. Configuring BGP.
Routing and Routing Protocols: Routing Static
Prof. Ashraf Abdelaziz Taha
Routing/Routed Protocols
Introduction to Networks
CCNA 2 v3.1 Module 6 Routing and Routing Protocols
Working at a Small-to-Medium Business or ISP – Chapter 6
Introduction to Dynamic Routing Protocol
Chapter 5: Dynamic Routing
Network Layer Path Determination.
Routing and Routing Protocols: Routing Static
Introduction to Dynamic Routing Protocol
CCNA 3 v3 JEOPARDY Module 1 CCNA3 v3 Module 1 K. Martin.
After 3.2 Revised
Routing Protocols Charles Warren.
CIT 384: Network Administration
Routing Fundamentals and Subnets
Working at a Small-to-Medium Business or ISP – Chapter 6
Computer Networks Protocols
CCNA 2 JEOPARDY Module 6.
Presentation transcript:

Introduction To Networking Routing Protocols

RIP RIP (Routing Information Protocol) is one of the earliest routing protocols RIP used for routing within an autonomous system (e.g., an IGP) RIP is a distance vector routing protocol, meaning every router shares its entire routing table with every neighbor at every routing update RIP uses hop count as the metric RIP networks are limited in size to a maximum of 15 hops between any two networks. A network with a hop count of 16 indicates an unreachable network RIP v1 is a classful protocol (Does not support Variable Length Subnet Masks, VLSM); RIP v2 is a classless protocol (supports VLSM) RIP is best suited for small private networks

EIGPR Enhanced Interior Gateway Routing Protocol (EIGRP) is an IGP protocol developed by Cisco EIGRP is considered a hybrid protocol, or an advanced distance vector routing protocol since it uses distance vector with some extra features to increase reliability EIGRP uses a complex formula for the metric, taking into account bandwidth, load, delay and reliability, as well as administrator set values EIGRP is a classless protocol so it supports VLSM EIGRP is best suited for medium to large private networks

OSPF Open Shortest Path First (OSPF) is an IGP routing protocol OSPF is a link-state routing protocol, so each router floods the network with its local networks when it is time to update OSPF uses relative link cost based on bandwidth for the metric OSPF is a classless protocol, supporting VLSM OSPF divides a large network into areas OSPF is best suited for large private networks

OSPF Areas Each autonomous system requires an area 0 that identifies the network backbone All areas must connect to area 0, either directly or indirectly through another area Routes between areas must pass through area 0 Routers are classified into one of three types Internal routers share routes within an area area border routers share routes between areas autonomous system boundary routers share routes outside of the AS A router is the boundary between one area and another area

IS-IS Intermediate System to Intermediate System (IS-IS) is an IGP routing protocol IS-IS is a link-state routing protocol, so each router floods the network with its local networks when it is time to update IS-IS uses relative link values defined by network admins for the metric IS-IS is a classless protocol, supporting VLSM IS-IS divides a large network into areas like OSPF IS-IS is best suited for large private networks; it supports larger networks than OSPF. IS-IS is typically used within an ISP and easily supports IPv6 routing

IS-IS Areas While IS-IS divides a large network into areas, there is no area 0 requirement, and IS-IS provides greater flexibility than OSPF for creating and connecting areas Routers are classified into one of three types: L1 routers share routes within an area L2 routers share routes between areas L1/L2 router can share routes with both L1 and L2 routers L1 routers will only share information between L1 routers, and L2 routers will only share information betweens L2 routers, which is why L1/L2 routers are necessary A network link is the boundary between one area and another area.

BGP Border Gateway Protocol (BGP) is an exterior gateway protocol (EGP) used for routing between autonomous systems BGP is an advanced distance vector protocol (also sometimes called a path vector protocol) and is classless BGP uses paths, rules, and policies instead of a metric for making routing decisions Internal BGP (iBGP) is used within an autonomous system; External BGP (eBGP) is used between autonomous systems. BGP is the protocol used on the Internet; ISPs use BGP to identify routes between autonomous systems. Very large networks can use BGP internally, but typically share routes on the Internet only if the AS has two (or more) connections to the Internet through different ISPs

Commands to Set Up Routing To set up a static route Ip route [IP ADDRESS] [SUBNET MASK] [PHYSICAL PORT] To set up OSPF Router ospf [PROCESS NUMBER] The Process Number is just an id number for the router, and has no bearing on routing Followed by Network [IP ADDRESS] [WILDCARD MASK] area [AREA NUMBER] A wildcard mask is basically an inverse Subnet mask For Example IP Route 100.100.100.0 255.255.255.0 s0/0/0 Router ospf 100 Network 10.10.10.0 0.0.0.255 area 0