Router Essentials
Số trang: 8
Loại file: pdf
Dung lượng: 747.78 KB
Lượt xem: 6
Lượt tải: 0
Xem trước 2 trang đầu tiên của tài liệu này:
Thông tin tài liệu:
Every time we teach a class to get students started with Cisco and networking technologies, there are always some common things that bug and stop students from getting some basic topics.We, as instructors, are always asked if there is a basic to the basic course they are taking. That’s why we are putting this router training white paper out—to help students with some of those “basic of the basic concepts.” This paper won’t attempt to answer all your questions, but it will definitely help with some of those concepts to make your class experiencemore enjoyable....
Nội dung trích xuất từ tài liệu:
Router EssentialsExpert Reference Series of White Papers Router Essentials1-800-COURSES www.globalknowledge.comRouter EssentialsDheeraj (Raj) Tolani, CCSI, CCENT, CCNA, CCDA, CCNP, CCDP, CCIP, CCVPIntroductionEvery time we teach a class to get students started with Cisco and networking technologies, there are alwayssome common things that bug and stop students from getting some basic topics. We, as instructors, are alwaysasked if there is a basic to the basic course they are taking. That’s why we are putting this router trainingwhite paper out—to help students with some of those “basic of the basic concepts.” This paper won’t attemptto answer all your questions, but it will definitely help with some of those concepts to make your class experi-ence more enjoyable. After reading this white paper, you should be ready for more complex concepts found inICND1 followed by ICND2 (or the CCNA Boot Camp).Router BasicsA router is a device that allows you to move packets between networks. This forwarding of packets occursusing the best path. Now, what is the best path? The best path depends on the routing protocols you’re usingon your routers.I like to think of best path determination as asking multiple people how to go from point A to point B. Somemight give me an option to start walking from A to B, while others might ask me to use the public bus service.Keep in mind that there might be multiple public buses, so if I choose the public bus option, I must then pickthe best bus line to get from point A to point B. Initially, I have to choose the person to trust: the one askingme to walk or the one giving me the bus line information. I can listen to all possible directions, and then focusonly on the directions from the individual I trust.Routers do the same kind of thing. Multiple routing protocols could be running on routers, especially when youare migrating from a non-Cisco environment to Cisco-only environments or for other political reasons in yourorganization. We need a method to pick the best routing protocol from all the routing protocols running. And,since that best protocol might have multiple paths, we have to pick the best one among all the paths.The parameters these protocols use to determine their best path will vary. For example, some protocols willonly consider the number of hops between two points, as with Routing Information Protocol (RIP), while otherprotocols will consider multiple items including bandwidth, as with Cisco’s proprietary protocol EnhancedInterior Gateway Routing Protocol (EIGRP) or the industry-standard Open Shortest Path First (OSPF), which alsoconsiders the bandwidth. These things that are considered for path determination by these routing protocolsare known as metrics. If there is a change in the metrics, then these paths will be recalculated. Therefore, wecall these dynamic routing protocols since they have the capability to adapt with the changes in your network.Some routing protocols, called distance vector protocols, periodically exchange these routing protocol tableswith other routers running the same protocols, and other protocols, called link state routing protocols, onlyCopyright ©2008 Global Knowledge Training LLC. All rights reserved. Page 2send the path information when something changes and don’t have a periodic exchange of routes other thansome hellos to ensure that their other neighbor routers running the same routing protocols are still out there.So, as we said earlier, we pick these routing protocols based on the criteria/metric (hops or bandwidth, forexample) they use, and then only the best path (i.e., the one with the lower hop count or the better band-width) from the best routing protocol goes in the routing table. That is, a table used for forwarding these IPpackets.Cisco routers have a method of picking the preferred protocol using administrative distance. As explained onCisco’s web site, “administrative distance defines the reliability of a routing protocol. Each routing protocol isprioritized in order of most to least reliable (believable) with the help of an administrative distance value.”Cisco assigns a number to the routing protocols on a scale of 0-255, where the protocol with the lower num-ber is preferred. And, yes, you can change those numbers. Once we pick the best routing protocol, then weneed to see all the different paths available using that routing protocol. At that point, the consideration is thebest path among all possibilities using the lowest metric for that protocol (as in our example of picking thebest bus line from all other buses).This table of all the best routes is kept in the router’s Random Access Memory (RAM). RAM is a volatile part ofthe router, meaning that, if you lose power, you lose the contents of RAM. So, if you lost power, you’d lose thisrouting table, and you ...
Nội dung trích xuất từ tài liệu:
Router EssentialsExpert Reference Series of White Papers Router Essentials1-800-COURSES www.globalknowledge.comRouter EssentialsDheeraj (Raj) Tolani, CCSI, CCENT, CCNA, CCDA, CCNP, CCDP, CCIP, CCVPIntroductionEvery time we teach a class to get students started with Cisco and networking technologies, there are alwayssome common things that bug and stop students from getting some basic topics. We, as instructors, are alwaysasked if there is a basic to the basic course they are taking. That’s why we are putting this router trainingwhite paper out—to help students with some of those “basic of the basic concepts.” This paper won’t attemptto answer all your questions, but it will definitely help with some of those concepts to make your class experi-ence more enjoyable. After reading this white paper, you should be ready for more complex concepts found inICND1 followed by ICND2 (or the CCNA Boot Camp).Router BasicsA router is a device that allows you to move packets between networks. This forwarding of packets occursusing the best path. Now, what is the best path? The best path depends on the routing protocols you’re usingon your routers.I like to think of best path determination as asking multiple people how to go from point A to point B. Somemight give me an option to start walking from A to B, while others might ask me to use the public bus service.Keep in mind that there might be multiple public buses, so if I choose the public bus option, I must then pickthe best bus line to get from point A to point B. Initially, I have to choose the person to trust: the one askingme to walk or the one giving me the bus line information. I can listen to all possible directions, and then focusonly on the directions from the individual I trust.Routers do the same kind of thing. Multiple routing protocols could be running on routers, especially when youare migrating from a non-Cisco environment to Cisco-only environments or for other political reasons in yourorganization. We need a method to pick the best routing protocol from all the routing protocols running. And,since that best protocol might have multiple paths, we have to pick the best one among all the paths.The parameters these protocols use to determine their best path will vary. For example, some protocols willonly consider the number of hops between two points, as with Routing Information Protocol (RIP), while otherprotocols will consider multiple items including bandwidth, as with Cisco’s proprietary protocol EnhancedInterior Gateway Routing Protocol (EIGRP) or the industry-standard Open Shortest Path First (OSPF), which alsoconsiders the bandwidth. These things that are considered for path determination by these routing protocolsare known as metrics. If there is a change in the metrics, then these paths will be recalculated. Therefore, wecall these dynamic routing protocols since they have the capability to adapt with the changes in your network.Some routing protocols, called distance vector protocols, periodically exchange these routing protocol tableswith other routers running the same protocols, and other protocols, called link state routing protocols, onlyCopyright ©2008 Global Knowledge Training LLC. All rights reserved. Page 2send the path information when something changes and don’t have a periodic exchange of routes other thansome hellos to ensure that their other neighbor routers running the same routing protocols are still out there.So, as we said earlier, we pick these routing protocols based on the criteria/metric (hops or bandwidth, forexample) they use, and then only the best path (i.e., the one with the lower hop count or the better band-width) from the best routing protocol goes in the routing table. That is, a table used for forwarding these IPpackets.Cisco routers have a method of picking the preferred protocol using administrative distance. As explained onCisco’s web site, “administrative distance defines the reliability of a routing protocol. Each routing protocol isprioritized in order of most to least reliable (believable) with the help of an administrative distance value.”Cisco assigns a number to the routing protocols on a scale of 0-255, where the protocol with the lower num-ber is preferred. And, yes, you can change those numbers. Once we pick the best routing protocol, then weneed to see all the different paths available using that routing protocol. At that point, the consideration is thebest path among all possibilities using the lowest metric for that protocol (as in our example of picking thebest bus line from all other buses).This table of all the best routes is kept in the router’s Random Access Memory (RAM). RAM is a volatile part ofthe router, meaning that, if you lose power, you lose the contents of RAM. So, if you lost power, you’d lose thisrouting table, and you ...
Tìm kiếm theo từ khóa liên quan:
công nghệ thông tin tin học internet computer network microsoft officeTài liệu liên quan:
-
52 trang 432 1 0
-
Top 10 mẹo 'đơn giản nhưng hữu ích' trong nhiếp ảnh
11 trang 319 0 0 -
74 trang 303 0 0
-
96 trang 297 0 0
-
Báo cáo thực tập thực tế: Nghiên cứu và xây dựng website bằng Wordpress
24 trang 291 0 0 -
Đồ án tốt nghiệp: Xây dựng ứng dụng di động android quản lý khách hàng cắt tóc
81 trang 284 0 0 -
EBay - Internet và câu chuyện thần kỳ: Phần 1
143 trang 277 0 0 -
Tài liệu dạy học môn Tin học trong chương trình đào tạo trình độ cao đẳng
348 trang 269 1 0 -
Tài liệu hướng dẫn sử dụng thư điện tử tài nguyên và môi trường
72 trang 268 0 0 -
64 trang 265 0 0