



A transportation network has 10 nodes. Distances of roads between nodes are shown in Table 1....
4. Given a network of 8 nodes and the distance between each node as shown in Figure 1: 4 1 7 0 4 4 6 6 Figure 1: Network graph of 8 nodes a) Find the shortest path tree of node 1 to all the other nodes (node 0, 2, 3, 4, 5, 6 and 7) using Dijkstra's algorithm. b) Design the Matlab code to implement Dijkstra's algorithm
4. Given a network of 8 nodes and the distance between each...
Solve using Excel
The following network shows the major roads that would be part
of the hurricane evacuation
routes for Charleston, South Carolina:
The destination is the interchange of Interstate 26 and
Interstate 526, north of Charleston. The
nodes represent road intersections, and the values at the nodes
are the traffic capacities, in thousands
of cars. Determine the maximum flow of cars that can leave
Charleston during a hurricane
evacuation and the optimal flow along each road segment (branch
1)....
Figure 1: Network for Problem 4 and 5 4. [10 pointsj: Link-state routing: (a) Explain how link-state routing works. Give an example of an Internet routing protocol based on link-state routing. b) Apply Dijkstra's algorithm to obtain the routing table for node a in the network given in Figure 1 5. [10 points Apply distance-vector routing to the subnetwork of the network shown in Figure 1 con sisting of only nodes fa, b, c, d (a) Write the initial distance-vector...
Problem 2 A transportation network is shown in the attached figure. Perform traffic assignment for a demand of 3000 vehicles from zone 3 to zone 5 as follows: (1) Find the shortest path between these two zones using the minimum path algorithm discussed in class, and assign 50% of the traffic to the path. (2) Update the travel time for each links with a traffic load by a factor of 1.2 (ie, 20% increase) and assign another 50% of the...
A network map is given in the Excel file. a) Use the table in
the Excel file to find the fastest route from point A to point H.
For full credit, you must include the completed table in your
answer and show all possible solved and unsolved nodes in each step
until you solve for point H. b) What nodes do you pass through
along the fastest route from A to point H?
1 Problem 2 Network Map (all node...
2. Table 1 shows the daily quantities of work units moving between five (5) work stations. Draw a network diagram for the information shown and state which operations are: i. Repeated operation, ii. In-sequence moves, ii. By-pass moves and iv. Backflow moves. [10mks Table J Daily Quantitses of work nits moved between five (3) Work Stations To operation j 10 30 17 10 30 From operation 3 10 20 25 50 15
2. Table 1 shows the daily quantities of...
1. (20 points) Consider the network shown below, and assume that each node initially knows the costs to each of its neighbors. Consider the distance-vector algorithm and show the distance table entries at each node iteration by iteration until the algorithm converges at all nodes. 10 Iteration 0 Iteration 1 Iteration 2 Iteration n (trust me, n won't be crazily too large)
1. The United States Department of Agriculture (USDA), in conjunction with the Forest Service, publishes information to assist companies in estimating the cost of building a temporary road for such activities as a timber sale. Such roads are generally built for one or two seasons of use for limited traffic and are designed with the goal of reestablishing vegetative cover on the roadway and adjacent disturbed area within ten years after the termination of the contract, permit, or lease. The...
Router R has the table shown below listing five destinations A-E, and three neighbor routers S, T, U. It updates its table using the usual distance-vector algorithm, where dist is the distance in hops. Original table: net dist nexthop A 5 S B 4 U C 6 T D 7 T E 8 S Suppose R receives the table below as its next distance-vector report from neighbor S. net dist A 3 B 5 C 4 D 6 E 10...