Router used to make communication between different type of network ,for this purpose router use routing protocol and routed protocol. Routed protocol for source and destination address and routing protocol for path selection.
The document provides information about IP routing, including static and dynamic routing. It discusses:
- The basics of routing including destination addresses, neighbor routers, routes, and maintaining routing information.
- The benefits and disadvantages of static routing, including less overhead but requiring manual configuration.
- Dynamic routing protocols like RIP, IGRP, and OSPF that automatically share routing information.
- Configuring and verifying static routes, as well as troubleshooting connection issues.
- Key aspects of distance vector protocols like RIP and IGRP, including updates, loops, metrics, and timers.
1. Enable the OSPF routing process with a process ID. This groups related OSPF commands.
2. Configure OSPF areas. Areas organize groups of networks/links in the OSPF domain.
3. Associate networks with their corresponding areas using the network command. This establishes OSPF neighbor relationships between routers on the network.
This document discusses routing protocols and strategies. It covers direct and indirect delivery methods. For indirect delivery, routers maintain routing tables to select the best path. There are four routing strategies - fixed, flooding, random, and adaptive routing. Adaptive routing uses routing tables and updates them dynamically based on network changes. Common routing protocols include RIP, IGRP, EIGRP, OSPF, and IS-IS. Distance vector protocols advertise routes as vectors while link state protocols share link information.
This document discusses distance vector routing protocols. It provides an example of distance vector routing with 5 routers connected by 6 links. Initially, each router only knows about directly connected networks. Routers periodically exchange routing tables, allowing each to learn paths to all networks. After a few iterations, the routing tables converge with each router having an optimal path to every network. Distance vector protocols work by routers broadcasting their routing tables to neighbors and updating paths based on received distances.
Routing is the process of selecting the best paths in a network. It is performed for many kinds of networks like telephone, electronic data, and transportation networks. Routers are networking devices that forward data packets between different computer networks. Routing involves using IP addresses to identify hosts, protocols like RIP, EIGRP, OSPF and BGP to exchange routing information between routers, and algorithms to determine the optimal path to send packets through a network. Routing tables stored in routers and switches determine the path for packets to travel based on metrics like bandwidth and reliability.
The document discusses routing and routing protocols. It defines routing as the process routers use to forward packets toward their destination network based on the destination IP address. It describes static routing, where network administrators manually configure routes, as well as dynamic routing protocols, where routers automatically share information to build and update routing tables. It outlines common routing protocols including RIP, IGRP, EIGRP, OSPF, and BGP and their key characteristics such as the metrics and timers they use.
Tcil_Concept of Routing_n_protocols.pptxVINAYTANWAR18
油
Routing allows data to be transferred between different networks and subnets. Routers use routing tables to determine the best path for packets to travel. Routing tables can be populated through static or dynamic routing protocols. Dynamic routing protocols use metrics like hop count or bandwidth to calculate the optimal route and update routing tables automatically based on network changes. Common routing protocols include RIP, OSPF, and BGP.
The document discusses routing and routing protocols. It defines routing as the process routers use to forward packets toward their destination network based on the destination IP address. Routers can use either dynamic or static routing. Dynamic routing requires routers to learn routes from other routers, while static routing involves an administrator manually configuring routes. The document then covers topics like configuring static routes, administrative distance, verifying routes, and troubleshooting static route configuration. It also discusses distance vector routing protocols like RIP and IGRP, link-state protocols like OSPF, and the border gateway protocol BGP used between autonomous systems.
Routing of netwok protocls and how .pptxsayidkhalif
油
This document provides an overview of routing and routers. It discusses what a router is and its main functions, including joining multiple networks, assigning IP addresses, and selecting the best path. The document describes how routers work by examining packet headers to make routing decisions using routing tables. It also covers the various ports found on routers and the different types of memory.
This chapter focuses on IP routing, which is the process of moving packets between networks using routers. It discusses the key components of a routing table that allow routers to determine the best path for packets. It also explains the step-by-step IP routing process that occurs when a host on one network attempts to communicate with a host on another network, including how the routing table is used to determine the appropriate interface to forward the packet out of. The chapter aims to provide readers with a firm understanding of the fundamentals of IP routing.
This chapter covers IP routing and routing basics. It discusses the components of a routing table and how a router makes forwarding decisions. It also explains static and dynamic routing configuration. The document then details the IP routing process, describing how a packet travels from one host to another on different networks, including the roles of ARP, switching, routing tables, and protocols like ICMP and IP. It uses diagrams and examples to illustrate routing concepts.
Lecture number 5 Theory.pdf(machine learning)ZainabShahzad9
油
This document discusses computer networks and routing protocols. It provides an overview of key topics including:
- The difference between routed protocols like IPv4 and IPv6 that transfer user data, and routing protocols like RIP and OSPF that send route update packets.
- Common routing and routed protocols including IGPs, EGPs, RIP, OSPF, EIGRP and BGP.
- Desirable properties of routing algorithms such as correctness, robustness, stability, fairness and efficiency.
- Types of routing including fixed, flooding, dynamic and default routing. Characteristics of distance vector and link state routing protocols are also outlined.
This document discusses considerations for selecting switching and routing protocols for network design. It covers switching options like transparent bridging, multilayer switching, and Spanning Tree Protocol enhancements. For routing, it examines static, dynamic, distance-vector, and link-state protocols. Selection criteria include network characteristics, scalability, and ability to adapt to changes. The document provides examples of protocols like RIP, OSPF, IS-IS, and BGP and contrasts their features and use cases.
This document provides an overview of routing and routing protocols. It discusses static and dynamic routing, and how routes can be configured statically or learned dynamically from other routers. It also summarizes different routing protocol types, including distance vector protocols like RIP and IGRP, link-state protocols like OSPF, and exterior protocols like BGP. The document compares routing protocol characteristics and how they are used in interior versus exterior routing scenarios.
Routing is the process of moving information across an internetwork from a source to a destination. There are two types of routing: direct delivery where the source and destination are on the same network, and indirect delivery where packets travel through multiple routers to reach the destination on a different network. Distance vector routing protocols like RIP use hop count as the metric and periodically share routing tables with neighboring routers to allow all routers to learn the optimal paths. However, this can cause instability issues like two-node and three-node loops where routers incorrectly update their routing tables.
This document discusses static and dynamic routing. It begins by defining static routing as manually configured routes that cannot automatically react to network changes. Dynamic routing protocols allow routers to share network information and automatically find alternate paths if the primary path fails. The document then covers key concepts for dynamic routing, including autonomous systems, interior routing protocols used within an autonomous system, and exterior routing protocols used between autonomous systems. Metrics and algorithms used by routing protocols to determine the best path are also discussed.
The document discusses static and dynamic IP routing. It defines static routes as manually entered routes, while dynamic routes are automatically adjusted by routing protocols. It describes how distance vector protocols like RIP and IGRP work by sharing routing tables between neighbors, and how link state protocols like OSPF calculate the shortest path to all destinations. It also addresses issues like routing loops that can occur with distance vector protocols.
Routers add directly connected subnets to their routing table if the interface has an IP address in the up-up state. Static routes can be added to a router's table to learn routes to non-connected networks. Dynamic routing protocols allow routers to automatically exchange route information so that routes are learned without manual configuration.
The document discusses different routing methods used in computer networks, including:
- Network-specific routing which treats all hosts on the same network as a single entity in the routing table.
- Host-specific routing which explicitly defines routes to individual host addresses in the routing table.
- Default routing which uses a single default route for all unknown destinations.
It also covers routing protocols like RIP and OSPF, explaining how they establish and maintain routing tables dynamically as the network changes. Distance vector protocols like RIP propagate full routing tables between routers, while link-state protocols like OSPF flood link state information to build independent views of the network topology.
A router forwards packets between networks based on network layer information in its routing tables. It operates at layer 3 and can connect different networks, whether local or global. Routers have two primary functions: determining the best path and sharing routing details with other routers. Routers boot up by verifying components and can be configured through commands or graphical interfaces to perform functions like routing, switching, and network address translation.
This PPT focuses on the basic concepts of routing protocols including the executive summary of basic computer networks.
Regarding to the routing protocol concepts, it gives us a brief information of routing, protocol, routing protocol, types of routing protocol, metrics of a routing protocol algorithms...
This document discusses distance vector routing protocols. It provides an example of distance vector routing with 5 routers connected by 6 links. Initially, each router only knows about directly connected networks. Routers periodically exchange routing tables, allowing each to learn paths to all networks. After a few iterations, the routing tables converge with each router having an optimal path to every network. Distance vector protocols work by routers broadcasting their routing tables to neighbors and updating paths based on received distances.
Routing is the process of selecting the best paths in a network. It is performed for many kinds of networks like telephone, electronic data, and transportation networks. Routers are networking devices that forward data packets between different computer networks. Routing involves using IP addresses to identify hosts, protocols like RIP, EIGRP, OSPF and BGP to exchange routing information between routers, and algorithms to determine the optimal path to send packets through a network. Routing tables stored in routers and switches determine the path for packets to travel based on metrics like bandwidth and reliability.
The document discusses routing and routing protocols. It defines routing as the process routers use to forward packets toward their destination network based on the destination IP address. It describes static routing, where network administrators manually configure routes, as well as dynamic routing protocols, where routers automatically share information to build and update routing tables. It outlines common routing protocols including RIP, IGRP, EIGRP, OSPF, and BGP and their key characteristics such as the metrics and timers they use.
Tcil_Concept of Routing_n_protocols.pptxVINAYTANWAR18
油
Routing allows data to be transferred between different networks and subnets. Routers use routing tables to determine the best path for packets to travel. Routing tables can be populated through static or dynamic routing protocols. Dynamic routing protocols use metrics like hop count or bandwidth to calculate the optimal route and update routing tables automatically based on network changes. Common routing protocols include RIP, OSPF, and BGP.
The document discusses routing and routing protocols. It defines routing as the process routers use to forward packets toward their destination network based on the destination IP address. Routers can use either dynamic or static routing. Dynamic routing requires routers to learn routes from other routers, while static routing involves an administrator manually configuring routes. The document then covers topics like configuring static routes, administrative distance, verifying routes, and troubleshooting static route configuration. It also discusses distance vector routing protocols like RIP and IGRP, link-state protocols like OSPF, and the border gateway protocol BGP used between autonomous systems.
Routing of netwok protocls and how .pptxsayidkhalif
油
This document provides an overview of routing and routers. It discusses what a router is and its main functions, including joining multiple networks, assigning IP addresses, and selecting the best path. The document describes how routers work by examining packet headers to make routing decisions using routing tables. It also covers the various ports found on routers and the different types of memory.
This chapter focuses on IP routing, which is the process of moving packets between networks using routers. It discusses the key components of a routing table that allow routers to determine the best path for packets. It also explains the step-by-step IP routing process that occurs when a host on one network attempts to communicate with a host on another network, including how the routing table is used to determine the appropriate interface to forward the packet out of. The chapter aims to provide readers with a firm understanding of the fundamentals of IP routing.
This chapter covers IP routing and routing basics. It discusses the components of a routing table and how a router makes forwarding decisions. It also explains static and dynamic routing configuration. The document then details the IP routing process, describing how a packet travels from one host to another on different networks, including the roles of ARP, switching, routing tables, and protocols like ICMP and IP. It uses diagrams and examples to illustrate routing concepts.
Lecture number 5 Theory.pdf(machine learning)ZainabShahzad9
油
This document discusses computer networks and routing protocols. It provides an overview of key topics including:
- The difference between routed protocols like IPv4 and IPv6 that transfer user data, and routing protocols like RIP and OSPF that send route update packets.
- Common routing and routed protocols including IGPs, EGPs, RIP, OSPF, EIGRP and BGP.
- Desirable properties of routing algorithms such as correctness, robustness, stability, fairness and efficiency.
- Types of routing including fixed, flooding, dynamic and default routing. Characteristics of distance vector and link state routing protocols are also outlined.
This document discusses considerations for selecting switching and routing protocols for network design. It covers switching options like transparent bridging, multilayer switching, and Spanning Tree Protocol enhancements. For routing, it examines static, dynamic, distance-vector, and link-state protocols. Selection criteria include network characteristics, scalability, and ability to adapt to changes. The document provides examples of protocols like RIP, OSPF, IS-IS, and BGP and contrasts their features and use cases.
This document provides an overview of routing and routing protocols. It discusses static and dynamic routing, and how routes can be configured statically or learned dynamically from other routers. It also summarizes different routing protocol types, including distance vector protocols like RIP and IGRP, link-state protocols like OSPF, and exterior protocols like BGP. The document compares routing protocol characteristics and how they are used in interior versus exterior routing scenarios.
Routing is the process of moving information across an internetwork from a source to a destination. There are two types of routing: direct delivery where the source and destination are on the same network, and indirect delivery where packets travel through multiple routers to reach the destination on a different network. Distance vector routing protocols like RIP use hop count as the metric and periodically share routing tables with neighboring routers to allow all routers to learn the optimal paths. However, this can cause instability issues like two-node and three-node loops where routers incorrectly update their routing tables.
This document discusses static and dynamic routing. It begins by defining static routing as manually configured routes that cannot automatically react to network changes. Dynamic routing protocols allow routers to share network information and automatically find alternate paths if the primary path fails. The document then covers key concepts for dynamic routing, including autonomous systems, interior routing protocols used within an autonomous system, and exterior routing protocols used between autonomous systems. Metrics and algorithms used by routing protocols to determine the best path are also discussed.
The document discusses static and dynamic IP routing. It defines static routes as manually entered routes, while dynamic routes are automatically adjusted by routing protocols. It describes how distance vector protocols like RIP and IGRP work by sharing routing tables between neighbors, and how link state protocols like OSPF calculate the shortest path to all destinations. It also addresses issues like routing loops that can occur with distance vector protocols.
Routers add directly connected subnets to their routing table if the interface has an IP address in the up-up state. Static routes can be added to a router's table to learn routes to non-connected networks. Dynamic routing protocols allow routers to automatically exchange route information so that routes are learned without manual configuration.
The document discusses different routing methods used in computer networks, including:
- Network-specific routing which treats all hosts on the same network as a single entity in the routing table.
- Host-specific routing which explicitly defines routes to individual host addresses in the routing table.
- Default routing which uses a single default route for all unknown destinations.
It also covers routing protocols like RIP and OSPF, explaining how they establish and maintain routing tables dynamically as the network changes. Distance vector protocols like RIP propagate full routing tables between routers, while link-state protocols like OSPF flood link state information to build independent views of the network topology.
A router forwards packets between networks based on network layer information in its routing tables. It operates at layer 3 and can connect different networks, whether local or global. Routers have two primary functions: determining the best path and sharing routing details with other routers. Routers boot up by verifying components and can be configured through commands or graphical interfaces to perform functions like routing, switching, and network address translation.
This PPT focuses on the basic concepts of routing protocols including the executive summary of basic computer networks.
Regarding to the routing protocol concepts, it gives us a brief information of routing, protocol, routing protocol, types of routing protocol, metrics of a routing protocol algorithms...
CLASSES AND OBJECT IN python or c++ ppt.shawwalrashed
油
This document discusses classes and objects in C++, including an introduction to classes and objects, syntax for defining classes, access specifiers like private, public and protected, and how they control access to class members, as well as data abstraction and encapsulation.
Video Games and Artificial-Realities.pptxHadiBadri1
油
刻 #GameDevs, #AIteams, #DesignStudios Id love for you to check it out.
This is where play meets precision. Lets break the fourth wall of slides, together.
Kevin Corke Spouse Revealed A Deep Dive Into His Private Life.pdfMedicoz Clinic
油
Kevin Corke, a respected American journalist known for his work with Fox News, has always kept his personal life away from the spotlight. Despite his public presence, details about his spouse remain mostly private. Fans have long speculated about his marital status, but Corke chooses to maintain a clear boundary between his professional and personal life. While he occasionally shares glimpses of his family on social media, he has not publicly disclosed his wifes identity. This deep dive into his private life reveals a man who values discretion, keeping his loved ones shielded from media attention.
Forensic Science Digital Forensics Digital Evidence The Digital Forensi...ManiMaran230751
油
Forensic Science Digital Forensics Digital Evidence The Digital Forensics Process Introduction The
Identification Phase The Collection Phase The Examination Phase The Analysis Phase The
Presentation Phase.
Module4: Ventilation
Definition, necessity of ventilation, functional requirements, various system & selection criteria.
Air conditioning: Purpose, classification, principles, various systems
Thermal Insulation: General concept, Principles, Materials, Methods, Computation of Heat loss & heat gain in Buildings
DIY Gesture Control ESP32 LiteWing Drone using PythonCircuitDigest
油
Build a gesture-controlled LiteWing drone using ESP32 and MPU6050. This presentation explains components, circuit diagram, assembly steps, and working process.
Read more : https://circuitdigest.com/microcontroller-projects/diy-gesture-controlled-drone-using-esp32-and-python-with-litewing
Ideal for DIY drone projects, robotics enthusiasts, and embedded systems learners. Explore how to create a low-cost, ESP32 drone with real-time wireless gesture control.
Expansive soils (ES) have a long history of being difficult to work with in geotechnical engineering. Numerous studies have examined how bagasse ash (BA) and lime affect the unconfined compressive strength (UCS) of ES. Due to the complexities of this composite material, determining the UCS of stabilized ES using traditional methods such as empirical approaches and experimental methods is challenging. The use of artificial neural networks (ANN) for forecasting the UCS of stabilized soil has, however, been the subject of a few studies. This paper presents the results of using rigorous modelling techniques like ANN and multi-variable regression model (MVR) to examine the UCS of BA and a blend of BA-lime (BA + lime) stabilized ES. Laboratory tests were conducted for all dosages of BA and BA-lime admixed ES. 79 samples of data were gathered with various combinations of the experimental variables prepared and used in the construction of ANN and MVR models. The input variables for two models are seven parameters: BA percentage, lime percentage, liquid limit (LL), plastic limit (PL), shrinkage limit (SL), maximum dry density (MDD), and optimum moisture content (OMC), with the output variable being 28-day UCS. The ANN model prediction performance was compared to that of the MVR model. The models were evaluated and contrasted on the training dataset (70% data) and the testing dataset (30% residual data) using the coefficient of determination (R2), Mean Absolute Error (MAE), and Root Mean Square Error (RMSE) criteria. The findings indicate that the ANN model can predict the UCS of stabilized ES with high accuracy. The relevance of various input factors was estimated via sensitivity analysis utilizing various methodologies. For both the training and testing data sets, the proposed model has an elevated R2 of 0.9999. It has a minimal MAE and RMSE value of 0.0042 and 0.0217 for training data and 0.0038 and 0.0104 for testing data. As a result, the generated model excels the MVR model in terms of UCS prediction.
UNIT-1-PPT-Introduction about Power System Operation and ControlSridhar191373
油
Power scenario in Indian grid National and Regional load dispatching centers requirements of good power system - necessity of voltage and frequency regulation real power vs frequency and reactive power vs voltage control loops - system load variation, load curves and basic concepts of load dispatching - load forecasting - Basics of speed governing mechanisms and modeling - speed load characteristics - regulation of two generators in parallel.
UNIT-4-PPT UNIT COMMITMENT AND ECONOMIC DISPATCHSridhar191373
油
Statement of unit commitment problem-constraints: spinning reserve, thermal unit constraints, hydro constraints, fuel constraints and other constraints. Solution methods: priority list methods, forward dynamic programming approach. Numerical problems only in priority list method using full load average production cost. Statement of economic dispatch problem-cost of generation-incremental cost curve co-ordination equations without loss and with loss- solution by direct method and lamda iteration method (No derivation of loss coefficients)
This presentation showcases a detailed catalogue of testing solutions aligned with ISO 4548-9, the international standard for evaluating the anti-drain valve performance in full-flow lubricating oil filters used in internal combustion engines.
Topics covered include:
Department of Environment (DOE) Mix Design with Fly Ash.MdManikurRahman
油
Concrete Mix Design with Fly Ash by DOE Method. The Department of Environmental (DOE) approach to fly ash-based concrete mix design is covered in this study.
The Department of Environment (DOE) method of mix design is a British method originally developed in the UK in the 1970s. It is widely used for concrete mix design, including mixes that incorporate supplementary cementitious materials (SCMs) such as fly ash.
When using fly ash in concrete, the DOE method can be adapted to account for its properties and effects on workability, strength, and durability. Here's a step-by-step overview of how the DOE method is applied with fly ash.
This presentation provides a comprehensive overview of air filter testing equipment and solutions based on ISO 5011, the globally recognized standard for performance testing of air cleaning devices used in internal combustion engines and compressors.
Key content includes:
2. Basic Routing Concepts
What is routing?
The term routing refers to taking a packet from one
device and sending it through the network to
another device on a different network.
List of the minimum factors a router must
know to be able to affectively route packets:
Destination address
Neighbor routers from which it can learn about
remote networks
Possible routes to all remote networks
The best route to each remote network
How to maintain and verify routing information
3. Routing types
There are several ways to configure the routing
tables to include all the networks in your
internetwork so that packets will be properly
forwarded. Understanding the different types of
routing will be really helpful when choosing the
best solution for your specific environment and
business requirements.
Static routing
Default routing
Dynamic routing
4. Static Routing
Static routing is the process that ensures when
you manually add routes in each routers routing
table. Predictably, there are pros and cons to static
routing, but thats true for all routing approaches.
There is no overhead on the router CPU, which means
you could probably make do with a cheaper router than
you would need for dynamic routing.
There is no bandwidth usage between routers, saving
you money on WAN links as well as minimizing overhead
on the router since youre not using a routing protocol.
It adds security because you, the administrator, can be
very exclusive and choose to allow routing access to
certain networks only.
5. Static Routing
And here are the cons:
Whoever the administrator is must have a vault-tight
knowledge of the internetwork and how each router is
connected in order to configure routes correctly. If you
dont have a good, accurate map of your internetwork,
things will get very messy quickly!
If you add a network to the internetwork, you have to
tediously add a route to it on all routers by hand, which
only gets increasingly insane as the network grows.
Due to the last point, its just not feasible to use it in
most large networks because maintaining it would be a
full-time job in and of itself.
6. Static Routing
Heres the command syntax you use to add a static route to
a routing table from global config:
ip route [ destination_network ] [ mask ] [ next-hop_address or
exitinterface ] [ administrative_distance ] [permanent]
This list describes each command in the string:
ip route The command used to create the static route.
destination_network The network youre placing in the routing
table.
mask The subnet mask being used on the network.
next-hop_address This is the IP address of the next-hop router that
will receive packets and forward them to the remote network, which
must signify a router interface thats on a directly connected
network. You must be able to successfully ping the router interface
before you can add the route. Important note to self is that if you
type in the wrong next-hop address or the interface to the correct
router is down, the static route will show up in the routers
configuration but not in the routing table.
7. Static Routing
Heres the command syntax you use to add a static route
to a routing table from global config:
ip route [ destination_network ] [ mask ] [ next-hop_address
or exitinterface ] [ administrative_distance ] [permanent]
This list describes each command in the string:
exitinterface Used in place of the next-hop address if you want
and shows up as a directly connected route.
administrative_distance By default, static routes have an
administrative distance of 1 or 0 if you use an exit interface
instead of a next-hop address. You can change the default value
by adding an administrative weight at the end of the command.
permanent If the interface is shut down or the router cant
communicate to the next-hop router, the route will automatically
be discarded from the routing table by default. Choosing the
permanent option keeps the entry in the routing table no matter
what happens.
8. Default Routing
A stub network indicates that the networks in this design have
only one way out to reach all other networks, which means that
instead of creating multiple static routes, we can just use a
single default route. This default route is used by IP to forward
any packet with a destination not found in the routing table,
which is why it is also called a gateway of last resort.
ip route 0.0.0.0 0.0.0.0 s0/0
Configuring a default route is a lot easier than typing a bunch of
static routes! Everything the router receives with a destination
not found in the routing table will be forwarded to 172.16.10.5.
You need to be careful where you place default routes because
you can easily create a network loop!
9. Dynamic Routing
With dynamic routing, protocols are used to
find networks and update routing tables on
routers. This is a whole lot easier than using
static or default routing, but it will cost you in
terms of router CPU processing and bandwidth
on network links.
A routing protocol defines the set of rules used
by a router when it communicates routing
information between neighboring routers.
Common routing protocols include RIP, EIGRP,
and OSPF.
10. Types of Routing Protocols
There are two basic types of routing protocols:
Distance-vector protocols
Link-state protocols
11. Distance Vector
The distance-vector protocols in use today find
the best path to a remote network by judging
distance.
In RIP routing, each instance where a packet
goes through a router is called a hop, and the
route with the least number of hops to the
network will be chosen as the best one. The
vector indicates the direction to the remote
network.
RIP is a distance-vector routing protocol and
periodically sends out the entire routing table
to directly connected neighbors.
12. (a) A network.
(b) Input from A, I, H, K, and the new routing table for J.
Distance Vector Routing
13. Distance Vector
Concerns:
Low speed links
Slow Convergence
Count to infinity
The simplicity and maturity of distance vector
protocols has led to their popularity. The
primary drawback of traditional
implementation of distance vector protocols is
slow convergence
15. Link State
In link-state protocols, also called shortest-path-first
protocols, the routers each create three separate
tables.
One of these tables keeps track of directly attached
neighbors,
One determines the topology of the entire internetwork
And one is used as the routing table.
Routers running link-state protocols do not exchange
routing tables as distance vector protocols do. Rather,
they exchange information about adjacent neighbors
and networks and include metric information
associated with the connection.
16. Administrative Distance
The administrative distance (AD) is used to rate the trustworthiness
of routing information received on a router from a neighbor router.
An administrative distance is represented by an integer from 0 to
255, where 0 is the most trusted and 255 means no traffic will be
passed via this route.
If a router receives two updates listing the same remote network, the
first thing the router checks is the AD. If one of the advertised routes
has a lower AD than the other, then the route with the lowest AD will
be chosen and placed in the routing table.
If both advertised routes to the same network have the same AD,
then routing protocol metrics like hop count and/or bandwidth of the
lines will be used to find the best path to the remote network. The
advertised route with the lowest metric will be placed in the routing
table.
But if both advertised routes have the same AD as well as the same
metrics, then the routing protocol will load-balance to the remote
network, meaning the protocol will send data down each link.
17. Administrative Distance
Table shows the default administrative distances that a Cisco
router uses to decide which route to take to a remote
network.
18. Split Horizon
Split horizon is a type of distance-vector
routing rule used to prevent routing loops in
distant-vector routing protocols. When a
router learns a route update from a neighbor,
the router will not advertise the update back
out the interface on which it was received.
19. Metric
Often referred to as routing metric, a metric
is a measurement used by a routing protocol
to calculate the best path to a remote
network. Each routing protocol uses a
different metric to calculate the best path.
20. Next Hop
Next hop refers to the next closest router a
packet will go through on its way to its
destination.
#2: The term routing refers to taking a packet from one device and sending it through the network to another device on a different network. Routers dont really care about hosts they only care about networks and the best path to each one of them. The logical network address of the destination host is key to get packets through a routed network.
#3: if a network isnt directly connected to the router, the router must use one of two ways to learn how to get to the remote network. The static routing method requires someone to hand-type all network locations into the routing table, which can be a pretty daunting task when used on all but the smallest of networks! Conversely, when dynamic routing is used, a protocol on one router communicates with the same protocol running on neighboring routers. The routers then update each other about all the networks they know about and place this information into the routing table. If a change occurs in the network, the dynamic routing protocols automatically inform all routers about the event. If static routing is used, the administrator is responsible for updating all changes by hand onto all routers.