answersLogoWhite

0

  • All packets should reach their destination (unless prevented by

other factors, e.g. congestion).

  • Data transfer should be as quick and efficient as possible. Using the

shortest or fastest route helps achieve this.

  • Routing computations should be as quick and easy as possible.
  • The algorithm should adapt to:

- Topology changes (new or removed channels).

- Changing load.

  • The algorithm should treat different users fairly
User Avatar

Wiki User

12y ago

What else can I help you with?

Continue Learning about Computer Science

What is flow-based routing?

Flow based routing considers the flow in the network; mean consider the amount of traffic in the network before deciding on which outgoing line to place the packet. The key here is to be able to characterize the nature of the traffic flows over time. The basic idea behind the algorithm, is that any given line, if the capacity and average flow are known, it is possible to compute the mean packet delay on that line from queuing theory. The routing problem thus reduces to finding the routing algorithm that produces the minimum average delay for the subnet.


How to do an algorithm effectively?

To create an effective algorithm, start by clearly defining the problem you want to solve. Break down the problem into smaller steps and outline a logical sequence of actions to achieve the desired outcome. Consider the efficiency and accuracy of your algorithm by testing it with different inputs and adjusting as needed. Document your algorithm and consider feedback from others to improve its effectiveness.


What is the method that a routing protocol uses to determine the best route to a destination network?

It depends on the routing protocol in use, for example RIP uses the hop-count to determine the best route where less hops is better, OSPF uses cost, EIGRP uses a composite metric (BW + Delay + Reliability + Load) etc.


What type of routing algorithm does BGP use?

Best Path Algorithm, also known as Path-Vector Routing Internetworking with Cisco and Microsoft Technologies pg. 297 If you are in net+ 3rd edition like me, I do not belive this protocol is mention which leads me to believe the answer we are looking for in the study guide is Distance Vector, since BGP is a distance vector protocol. It can only be one of two in this case afaik, distance vector or Link State. :)


What is the best search algorithm to use for an unsorted array?

The best search algorithm to use for an unsorted array is linear search. It involves checking each element in the array one by one until the desired element is found. This algorithm has a time complexity of O(n), where n is the number of elements in the array.

Related Questions

What is an IP routing algorithm?

An IP routing algorithm is routing used for IP networks to forward datagrams over a network. You can learn more about IP routing algorithms at the Wikipedia.


What is Non adaptive routing algorithm?

Answer: shortest path routing


Which routing protocol depends on the DUAL algorithm to calculate the shortest path to a destination?

Which routing protocol depends on the DUAL algorithm to calculate the shortest path to a destination


Where is the routing?

It is the process of forwarding packets in a network so that it reaches its intended destinations. To perform routing there are numbers of routing algorithm .


Is the routing?

It is the process of forwarding packets in a network so that it reaches its intended destinations. To perform routing there are numbers of routing algorithm .


Is shortest path routing algorithm adaptive?

yes


Which of is predetermined by an administrator and does not require a routing algorithm?

ospf and static route


A sequence of steps leading to a desired end?

Algorithm


What is the need of parallel line algorithm?

Do you mean "Why might a parallel line algorithm be needed?" or "What properties does a parallel line algorithm need to have?".


Which routing algorithm does EIGRP use to calculate the best path to a destination within a network?

DUAL


What two metrics are used by EIGRPs routing algorithm to calculate route metrics?

Delay and bandwidth


What is algorithm write properties of algorithm?

An ALGORITHM is a sequence of steps that depicts the program logic independent of the language in which it is to be implemented. An algorithm should be designed with space and time complexities in mind.