Giao thức định tuyến - Chapter 3
lượt xem 13
download
Describe the role o dy a c routing pooco sad esc be e o e of dynamic ou g protocols and place these protocols in the context of modern network design. Identify several ways to classify routing protocols. Describe how metrics are used by routing protocols and identify the metric types used by dynamic routing protocols. Determine the administrative distance of a route and describe its importance in the routing process. Identify the different elements of the routing table.
Bình luận(0) Đăng nhập để gửi bình luận!
Nội dung Text: Giao thức định tuyến - Chapter 3
- Introduction to Dynamic Routing Protocol Routing Protocols and Concepts – Chapter 3 ITE PC v4.0 1 Chapter 1 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
- Objectives Describe the role of dynamic routing protocols and esc dy place these protocols in the context of modern network design. Identify several ways to classify routing protocols. Describe how metrics are used by routing protocols Describe how metrics are used by routing protocols and identify the metric types used by dynamic routing protocols. Determine the administrative distance of a route and describe its importance in the routing process. Identify the different elements of the routing table. ITE PC v4.0 2 Chapter 1 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
- Dynamic Routing Protocols Dynamic routing protocols are usually usua used in larger networks to ease the administrative and operational overhead of using only static routes. Typically, a network uses a combination of both a dynamic routing protocol and static routes. ITE PC v4.0 3 Chapter 1 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
- The Evolution of Dynamic Routing Protocols One of the earliest routing protocols was Routing Information Protocol (RIP). –RIP has evolved into a newer version RIPv2. However, RIP –The newer version of RIP still does not scale to larger network implementations. To address the needs of larger networks, two advanced routing protocols were developed: Open Shortest Path First (OSPF) and Intermediate System-to- Intermediate System (IS-IS). (IS Cisco developed Interior Gateway Routing Protocol (IGRP) and Enhanced IGRP (EIGRP), which also scales well in larger network implementations. Additionally, there was the need to interconnect different internetworks and provide there was the need to interconnect different internetworks and provide routing among them. Border Gateway Routing (BGP) protocol is now used between ISPs as well as between ISPs and their larger private clients to exchange routing information. With the advent of numerous consumer devices using IP, the IPv4 addressing space the advent of numerous consumer devices using IP the IPv4 addressing space is nearly exhausted. Thus IPv6 has emerged. To support the communication based on IPv6, newer versions of the IP routing protocols have been developed (see the IPv6 row in the table). ITE PC v4.0 4 Chapter 1 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
- Dynamic Routing Protocols Function(s) of Dynamic Routing Protocols: -Dynamically share information between routers. -Automatically update routing table when topology changes. -Determine best path to a destination. best path to destination –Compared to static routing, dynamic routing protocols require less administrative overhead. •However, the expense of using dynamic routing protocols is dedicating part of a router's the expense of using dynamic routing protocols is dedicating part of router resources for protocol operation including CPU time and network link bandwidth. – One of the primary benefits to using a dynamic routing protocol is that routers exchange routing information whenever there is a topology change. This exchange allows routers to automatically learn about new networks and also to find alternate ll fi paths when there is a link failure to a current network. ITE PC v4.0 5 Chapter 1 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
- Dynamic Routing Protocols Despite the benefits of dynamic routing, static routing still esp be dy has its place. There are times when static routing is more appropriate and There are times when static routing is more appropriate and other times when dynamic routing is the better choice. More often than not you will find combination of both More often than not, you will find a combination of both types of routing in any network that has a moderate level of complexity. ITE PC v4.0 6 Chapter 1 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
- Dynamic Routing Protocols A routing protocol –is a set of processes, algorithms, and messages that are used to exchange routing information and populate the routing table with the routing protocol's choice of best paths The purpose of a dynamic routing protocol is to: -Discover remote networks -Maintaining up-to-date routing information -Choosing the best path to destination networks -Ability to find a new best path if the current path is no longer available fi th ITE PC v4.0 7 Chapter 1 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
- Dynamic Routing Protocols Dynamic Routing Protocols Components of a routing protocol –Data structures structures •Some routing protocols use tables and/or databases for its operations. This information is kept in RAM –Algorithm •Algorithm is a finite list of steps used in accomplishing a task •Algorithms are used for facilitating routing information and best path are used for facilitating routing information and best path determination –Routing protocol messages •These are messages for discovering neighbors and exchange of di routing information , and other tasks to learn and maintain accurate information about the network. ITE PC v4.0 8 Chapter 1 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
- Dynamic Routing Protocol Operation Dynamic Routing Protocol Operation All routing protocols have the same purpose - to learn about remote networks and to quickly adapt whenever there is a change in the topology. The method that a routing protocol uses to accomplish this depends upon the algorithm it uses and the operational characteristics of that protocol. In general, the operations of a dynamic routing protocol can be described as general the operations of dynamic routing protocol can be described as follows: –The router sends and receives routing messages on its interfaces. –The router shares routing messages and routing information with other routers that are using the same routing protocol. –Routers exchange routing information to learn about remote networks. –When a router detects a topology change the routing protocol can advertise this change to other routers. ITE PC v4.0 9 Chapter 1 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
- Dynamic Routing Protocols of dynamic routing Advantages Advantages of static routing -It can backup multiple -Administrator has less work interfaces/networks on a router maintaining the configuration when -Minimal CPU processing adding or deleting networks. -Easier for administrator to for administrator to -Protocols automatically react to the understand topology changes. -Easy to configure -Configuration is less error-prone. -No extra resources are needed extra resources are needed -More scalable, growing the network -More secure usually does not present a problem Disadvantages of static routing Disadvantages of dynamic routing dynamic routing -Network changes require manual reconfiguration -Router resources are used (CPU -Configuration and maintenance is cycles, memory and link bandwidth). time time-consuming -More administrator knowledge is -Does not scale well in large required for configuration, topologies verification, and troubleshooting. -Configuration is error-prone, especially in large networks ITE PC v4.0 10 Chapter 1 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
- Dynamic Routing Protocols ITE PC v4.0 11 Chapter 1 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
- Classifying Routing Protocols Dynamic routing protocols are grouped according to characteristics. Examples include: -RIP -IGRP -EIGRP -OSPF -IS-IS -BGP Autonomous System is a group of routers under the control of a single authority. ITE PC v4.0 12 Chapter 1 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
- Classifying Routing Protocols Dynamic routing protocols: –RIP •A distance vector interior routing protocol –IGRP •The distance vector interior routing developed by Cisco (deprecated from 12.2 IOS and later) –EIGRP •The advanced distance vector interior routing protocol developed by Cisco –OSPF •A link-state interior routing protocol –IS-IS •A link-state interior routing protocol –BGP •A path vector exterior routing protocol ITE PC v4.0 13 Chapter 1 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
- Classifying Routing Protocols Classifying Routing Protocols An autonomous system (AS) - otherwise known as a routing domain - is a collection of routers under a common administration common administration. Because the Internet is based on the ASs concept, two types of routing protocols are required: interior and exterior routing protocols. -Interior Gateway Protocols (IGP) Interior Gateway Protocols •are used for intra-autonomous system routing - routing inside an autonomous system •IGPs are used for routing within a routing domain, those networks within the control of a single organization. –An autonomous system is commonly comprised of many individual networks belonging to companies, schools, and other institutions. • IGPs for IP include RIP, IGRP, EIGRP, OSPF, and IS-IS -Exterior Gateway Protocols (EGP) Gateway Protocols •are used for inter-autonomous system routing - routing between autonomous systems that are under the control of different administrations •At the ISP level, there are often more important issues the ISP level, there are often more important issues than just choosing the fastest path. •BGP is typically used between ISPs and sometimes between a company and an ISP ITE PC v4.0 14 Chapter 1 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
- Autonomous systems An autonomous system (AS) is a collection of networks under common administration networks under a common administration sharing a common routing strategy. To the outside world, an AS is viewed as a single entity. The AS may be run by one or more operators while presenting a consistent view of routing to the external world. The American Registry of Internet Numbers (ARIN), a service provider, or an administrator assigns an identifying number to each AS. This autonomous system number is a 16 bit number. Routing protocols, such as Cisco’s IGRP, require assignment of a unique, autonomous system number. American Registry for Internet Numbers http://www.arin.net/registration/asn/index.html Autonomous System number (ASN) resource guide (ASN) http://www.apnic.net/services/asn_guide.html IS-IS ITE PC v4.0 15 Chapter 1 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
- Autonomous systems Autonomous systems Cisco system AS number: http://ws.arin.net/cgi-bin/whois.pl ITE PC v4.0 16 Chapter 1 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
- Autonomous systems Autonomous systems http://arin.net/education/asn_process/index.html RFC 1930 AS just like IP, it needs to apply from ARIN or the appropriate region and be unique on the internet. The Internet Assigned Numbers Authority (IANA) has reserved the following block of AS numbers for private use (not to be advertised on the global Internet): 64512 through 65535 ITE PC v4.0 17 Chapter 1 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
- Classifying Routing Protocols Classifying Routing Protocols IGP: Comparison of Distance Vector & Link State Routing Protocols Distance vector – routes are advertised as vectors of distance & direction. •Distance is defined in terms of a metric such as hop count (RIP) •Direction is simply the next-hop router or exit interface interface •Distance vector protocols typically use the Bellman- Ford algorithm for the best path route determination – incomplete view of network topology. view of network topology •Distance vector protocols use routers as sign posts along the path to the final destination. •Distance vector routing protocols do not have an actual map of the network topology – Generally, periodic updates. •Some distance vector protocols periodically send complete routing tables to all connected neighbors. ITE PC v4.0 18 Chapter 1 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
- Classifying Routing Protocols Classifying Routing Protocols IGP: Comparison of Distance Vector & Link State Link State Routing Protocols Protocols Link state – complete view of network topology is created. •The sign posts along the way from source to destination are not necessary, because all link- state routers are using an identical "map" of the routers are using an identical map of the network. – updates are not periodic. •After the network has converged, a link-state update only sent when there is a change in the topology. ITE PC v4.0 19 Chapter 1 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
- Classifying Routing Protocols Classifying Routing Protocols Comparison of Distance Vector & Link State Routing Protocols Di Distance vector protocols work Link-state protocols work best in best in situations where: situations where: –The network is simple and flat –The network design is hierarchical, and does not require a special usually occurring in large networks. hierarchical design. –The administrators have a good –The administrators do not have knowledge of the implemented link knowledge of the implemented link- enough knowledge to configure state routing protocol. and troubleshoot link-state –Fast convergence of the network is protocols. crucial crucial. –Specific types of networks, such as hub-and-spoke networks, are being implemented. –Worst-case convergence times in a network are not a concern. ITE PC v4.0 20 Chapter 1 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
CÓ THỂ BẠN MUỐN DOWNLOAD
-
Chương IV: Các giao thức định tuyến trên IPv6
8 p | 429 | 162
-
IP Và Định Tuyến
33 p | 388 | 156
-
Chuyển mạch nhãn đa giao thức - Trần Thị Tố Quyên
147 p | 207 | 58
-
công nghệ chuyển mạch nhãn đa giao thức, chương 9
5 p | 199 | 52
-
công nghệ chuyển mạch nhãn đa giao thức, chương 11
17 p | 121 | 36
-
MỘT SỐ GIAO THỨC ĐỊNH TUYẾN CỤ THỂ RIP IGRP
8 p | 198 | 34
-
Giải pháp định tuyến thích nghi năng lượng trong mạng cảm biến không dây
5 p | 116 | 11
-
Bài giảng Cơ sở truyền số liệu: Chương 0 - ĐH Bách Khoa Hà Nội
9 p | 41 | 5
-
Nghiên cứu về định tuyến theo Link-State và cấu hình OSPF trên thiết bị mạng của Cisco
11 p | 9 | 4
-
Tác hại của tấn công ngập lụt tới giao thức định tuyến trong mạng tùy biến di động
4 p | 12 | 4
-
Định tuyến dựa vào vị trí của Gateway trong mạng hình lưới không dây lai
4 p | 30 | 4
-
Nghiên cứu đánh giá hiệu năng giao thức định tuyến Open Shortest Path First trên nền IPv4 với IPv6
9 p | 52 | 3
-
Tác hại của tấn công mạng đối với hiệu năng giao thức AOMDV trên mạng tùy biến di động
6 p | 29 | 3
-
Nghiên cứu định tuyến đơn phát dựa trên thông tin vị trí cho mạng cảm biển không dây
6 p | 57 | 3
-
Một thuật toán cải tiến sử dụng tác tử di động nâng cao hiệu quả giao thức định tuyến AODV
8 p | 52 | 2
-
Giải pháp kết hợp giữa thước đo định tuyến chất lượng liên kết và năng lượng trong giao thức IRPL
7 p | 45 | 2
-
Nghiên cứu các vấn đề định tuyến multicast lớp ứng dụng
8 p | 21 | 1
-
Giao thức định tuyến - truyền thông minh cho dữ liệu bùng nổ trong mạng cảm biến
11 p | 1 | 0
Chịu trách nhiệm nội dung:
Nguyễn Công Hà - Giám đốc Công ty TNHH TÀI LIỆU TRỰC TUYẾN VI NA
LIÊN HỆ
Địa chỉ: P402, 54A Nơ Trang Long, Phường 14, Q.Bình Thạnh, TP.HCM
Hotline: 093 303 0098
Email: support@tailieu.vn