CT1306 Rehab AlFallaj.

Slides:



Advertisements
Similar presentations
Ver 1,12/09/2012Kode :CIJ 340,Jaringan Komputer Lanjut FASILKOM Routing Protocols and Concepts – Chapter 3 Introduction to Dynamic Routing Protocol CCNA.
Advertisements

Chapter 6: Static Routing
Chapter 22 Network Layer: Delivery, Forwarding, and Routing.
Routing Basics By Craig Lindstrom. Overview Routing Process Routing Process Default Routing Default Routing Static Routing Static Routing Dynamic Routing.
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.
© 2006 Cisco Systems, Inc. All rights reserved. ICND v2.3—3-1 Determining IP Routes Introducing Routing.
CS Summer 2003 CS672: MPLS Architecture, Applications and Fault-Tolerance.
CCNA 2 v3.1 Module 6.
Routing and Routing Protocols Introduction to Static Routing.
Routing and Routing Protocols
Routing Protocols Heng Sovannarith
Lecture Week 3 Introduction to Dynamic Routing Protocol Routing Protocols and Concepts.
OSPF To route, a router needs to do the following: Know the destination address Identify the sources it can learn from Discover possible.
© 2007 Cisco Systems, Inc. All rights reserved.ICND1 v1.0—5-1 WAN Connections Enabling Static Routing.
Chapter 7: Routing Dynamically
Introduction to Routing and Routing Protocols By Ashar Anwar.
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Chapter 3: Routing Dynamically Routing Protocols Assist. Prof. Pongpisit.
Routing and Routing Protocols 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.
1 Introducing Routing 1. Dynamic routing - information is learned from other routers, and routing protocols adjust routes automatically. 2. Static routing.
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 © 2004, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.1 Module 6 Routing and Routing Protocols.
Introduction to Dynamic Routing Protocol
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Chapter 6: Static Routing Routing Protocols.
1. 2 Anatomy of an IP Packet IP packets consist of the data from upper layers plus an IP header. The IP header consists of the following:
© 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.
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Chapter 6: Static Routing Routing and Switching Essentials.
© 2002, Cisco Systems, Inc. All rights reserved. 1 Routing 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.
1 7-Jan-16 S Ward Abingdon and Witney College Dynamic Routing CCNA Exploration Semester 2 Chapter 3.
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Chapter 6: Static Routing Routing and Switching Essentials.
Routing and Routing Protocols PJC CCNA Semester 2 Ver. 3.0 by William Kelly.
+ Routing Concepts 1 st semester Objectives  Describe the primary functions and features of a router.  Explain how routers use information.
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Chapter 6: Static Routing Routing Protocols.
University of the Western Cape Chapter 12: Routing Protocols Interior and Exterior Routing Protocols Aleksandar Radovanovic.
CHAPTER 6: STATIC ROUTING Static Routing 2 nd semester
Static Routing CCNA Routing and Switching Semester 2 Chapter 6
Routing and Routing Protocols CCNA 2 v3 – Module 6.
+ Dynamic Routing Protocols 2 nd semester
Lec4: Introduction to Dynamic Routing Protocol
Introduction to Dynamic Routing Protocol
Working at a Small-to-Medium Business or ISP – Chapter 6
Network layer Jarkom Dasar – Week 6 Aisyatul Karima, 2012.
Routing and Routing Protocols: Routing Static
COMP 3270 Computer Networks
Chapter 4: Routing Concepts
Chapter 2: Static Routing
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
Chapter 3: Dynamic Routing
Network Layer Path Determination.
Chapter 2: Static Routing
Chapter 7: Routing Dynamically
Chapter 3: Dynamic Routing
Routing and Routing Protocols: Routing Static
Introduction to Dynamic Routing Protocol
Dynamic Routing Protocols
Chapter 2: Static Routing
Static Routing 1st semester
After 3.2 Revised
Introduction To ROUTING PROTOCOLS
Routing Protocols Charles Warren.
Dynamic Routing Protocols
Working at a Small-to-Medium Business or ISP – Chapter 6
Static Routing 2nd semester
CCNA 2 JEOPARDY Module 6.
Presentation transcript:

CT1306 Rehab AlFallaj

Dynamic Routing Protocols Interior Gateway Protocols Distance victor RIP IGRP Link State Protocols OSPF ISIS Exterior Gateway Protocols Border Gateway Protocols Static Routing Protocols Static Default

Static Routing Protocols Is a form of routing that occurs when a router uses a manually-configured routing entry, usually manually configured by a network administrator. Advantages: Fixed. Do not change if the network is changed or reconfigured. Security. Control of resources.

Static Routing Protocols Disadvantages: Time-consuming. Error-prone, Administrator intervention is required to maintain changing route information. Does not scale well with growing networks; maintenance becomes cumbersome. Requires complete knowledge of the whole network for proper implementation.

Static Routing Protocols When to use static routing: In stub networks. To provide a gateway of last resort. Create a backup route in case a primary route link fails

Static Routing Protocols ip routenetworkmask {next-hop-ip | exit-intf } Default Static Route used when the routing table does not contain a path for a destination network. ip route 0.0.0.0 0.0.0.0 {exit-intf | next-hop-ip}

Dynamic Routing Protocols Used by routers to share information about the reachability and status of remote networks. Performs network discovery and maintaining routing tables.

Dynamic Routing Protocols Open Shortest Path First: Router(config)# router ospf process_ID Router(config-router)# network IP_address wildcard_mask area area_#

Open Shortest Path First Components of OSPF 8.1.1.3 9 Open Shortest Path First Components of OSPF OSPF Routers Exchange Packets - These packets are used to discover neighboring routers and also to exchange routing information to maintain accurate information about the network.