answersLogoWhite

0

What is the fault tolerance and the routing algorithms of all topologies?

Updated: 8/21/2019
User Avatar

IbrahimAfeeffb3170

Lvl 1
9y ago

Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is the fault tolerance and the routing algorithms of all topologies?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Does RAID 0 provide fault tolerance?

RAID 0 does not provide any fault tolerance.


Which topology has the most fault tolerance and redundancy?

The star bus topology has the most fault tolerance.


What is the importance of fault tolerance in network?

Fault tolerance refers to the ability of a computer network to continue operating properly in the event that one of its components fail. Fault tolerance is therefore important in any network.


What is the advantage of fault tolerance?

Fault Tolerance means that the system will not fail and not stop during the execution (or operation) when a fault is occurred, so fault tolerance mean the ability of handling with faults without stopping the system.


SONETs extraordinary fault tolerance results from its use of a double-ring topology over fiber-optic cable?

Fault tolerance.


Which version of raid is supported by windows xp does this raid version provide fault tolerance?

Windows XP supports spanned and striped RAID 0 volumes Hardware RAID is considered a better solution for fault tolerance than software RAID RAID 0 does not provide fault tolerance


Why is it common practice to implement more than one domain controller per domain?

to provide fault tolerance


What network topologies are most commonly used on today's networks?

star topology. Because they include a centralized connection point; can easily be moved, isolated, or interconnected with other networks; they are, therefore, scalable. For this reason, and because of their fault tolerance, the star topology has become the most popular layout used in contemporary LANs.


Does striped volume offer fault tolerance?

No


Which volume provides fault tolerance?

raid5


What raid level provides fault tolerance?

RAID 1 OR RAID 5 provide added performance as well as fault tolerance --- GAURAV TOMAR


What is dynamic routing?

Routing refers to the process of moving packets of information across a network. Static and dynamic routing are the two types of routing algorithms used for this transfer of information.The term routing encapsulates two tasks. These tasks are deciding the paths for data transferred and sending the packets on these paths. The routing is a process that is a function carried out at layer 3 of the OSI reference model. The routing algorithm decides the output line to transfer the incoming packets. The routing algorithms are based on the routing protocol that uses metrics to assess whether a particular path is the optimal path available for transfer of the data packets. The metrics used for evaluating the paths are bandwidth, delay and reliability. The routing algorithms use these protocols to determine an optimal path from the source to the destination. The routing tables maintain all the information related to routing. There are various routing algorithms and depending on these routing algorithms, the information stored in the routing table varies. Every router has its own routing table and it fills this table with the required information to calculate the optimal path between the source router and the destination router. To understand the basic points of static vs dynamic routing, let us get to know what are routing tables.Routing tableA routing table is a document stored in the router or a network computer. The routing table is stored in the form of a database or is simply a file stored in the router. The data entered in the routing table is referred to when the best possible path to transfer information across two computers in a network is to be determined. The two classifications, viz., static and dynamic routing, are based on the way in which the routing tables are updated every time they are used. The routers in which the data is stored and updated manually are called static routers. On the other hand, the routers in which the information is changed dynamically, by the router itself, are referred to as dynamic routers. Let us compare the two types of routing algorithms based on the static and dynamic routing algorithm used, in the static vs. dynamic routing section given below.Static Vs. Dynamic RoutingStatic routing manually sets up the optimal paths between the source and the destination computers. On the other hand, the dynamic routing uses dynamic protocols to update the routing table and to find the optimal path between the source and the destination computers.The routers that use the static routing algorithm do not have any controlling mechanism if any faults in the routing paths. These routers do not sense the faulty computers encountered while finding the path between two computers or routers in a network. The dynamic routing algorithms are used in the dynamic routers and these routers can sense a faulty router in the network. Also, the dynamic router eliminates the faulty router and finds out another possible optimal path from the source to the destination. If any router is down or faulty due to certain reasons, this fault is circulated in the entire network. Due to this quality of the dynamic routers, they are also called adaptive routers.The static routing is suitable for very small networks and they cannot be used in large networks. As against this, dynamic routing is used for larger networks. The manual routing has no specific routing algorithm. The dynamic routers are based on various routing algorithms like OSPF (Open Shortest Path First), IGRP (Interior Gateway Routing Protocol) and RIP (Routing Information Protocol).The static routing is the simplest way of routing the data packets from a source to a destination in a network. The dynamic routing uses complex algorithms for routing the data packets.The static routing has the advantage that it requires minimal memory. Dynamic router, however, have quite a few memory overheads, depending on the routing algorithms used.The network administrator finds out the optimal path and makes the changes in the routing table in the case of static routing. In the dynamic routing algorithm, the algorithm and the protocol is responsible for routing the packets and making the changes accordingly in the routing table.Nowadays, the static routing is seldom used. With the technological advancements, the dynamic routing is used to route the packets in the network, efficiently. Thus, the above algorithm explains routing, routing tables and static vs dynamic routing.