answersLogoWhite

0

Still curious? Ask our experts.

Chat with our AI personalities

MaxineMaxine
I respect you enough to keep it real.
Chat with Maxine
RafaRafa
There's no fun in playing it safe. Why not try something a little unhinged?
Chat with Rafa
CoachCoach
Success isn't just about winning—it's about vision, patience, and playing the long game.
Chat with Coach

Add your answer:

Earn +20 pts
Q: Routing that is done without guides is known as what kind of routing?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Computer Science

The process of determining the best path from Point A on one network to Point B on another is known as?

This is known as routing.


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.


A manufacturer receives Internet orders via two different routing systems The time between orders for each routing system in a typical day is known to be exponential distribution with a mean of 3?

1. A manufacturer receives Internet orders via two different routing systems. The time between orders for each routing system in a typical day is known to be exponential distribution with a mean of 3.2 minutes. Both systems operate independently.(a) What is the probability that no orders will be received in a 5 minute period? (4 points)(b) What is the probability that both systems receive two orders between 10 and 15 minutes after the site is officially open for business? (4 points)


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. :)


How many physical interfaces are required to perform inter-VLAN routing with traditional inter-VLAN routing?

In traditional inter-VLAN routing (also known as "router-on-a-stick"), only one physical interface is required on the router. However, this single physical interface needs to be configured with multiple sub interfaces, each corresponding to a different VLAN. The router uses these sub interfaces to route traffic between VLANs. The configuration involves: One physical interface on the router (e.g., GigabitEthernet0/1). Multiple sub interfaces (e.g., GigabitEthernet0/1.10, GigabitEthernet0/1.20) corresponding to different VLANs. Each sub interface is assigned an IP address in the respective VLAN's subnet. This setup enables inter-VLAN routing by allowing the router to route traffic between the VLANs using a single physical interface.