Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Project Details: Input: us backbone topology which consists of 2 4 nodes an edges is given as input. The input file contains adjace bandwidth, delay,
Project Details:
Input: us backbone topology which consists of nodes an edges is given as input. The input file contains adjace bandwidth, delay, and reliability matrices. The relation between each node in these matrices is separated by : matrix is separated by an empty row.
In the neighborhood matrix, link distances are unifc distributed between and
The bandwidth matrix uniform distribution is between
The delay matrix is uniformly distributed between and
The reliability matrix is between and
Request: A request will have source node id destination id and bandwidth requirement information.
Solution: The function, called Solution, will take the txt file and the defined request. With the information take parameters, it is desired to find the shortest path between points source and destination by satisfying the follc constraints.
You have to do the requirement. When you add delay and reliabi constraints to the solution, you can get additional points.
Constraints: The solution must be within the range of specified constraints.
Bandwidth demand must be required
Delay threshold must be less than extra poin
Reliability threshold must be greater than points
Algorithm: Three of the following algorithms must be use solve the problem.
Dijkstra Algorithm
BellmanFord Algorithm
Algorithm
FlodyWarshall Algorithm
Additional points will be awarded for solving the problem with of the metaheuristic algorithms specified. extra points
Simulated Annealing Algorithm
Tabu Search Algorithm
Ant Colony Algorithm
Bee Colony Algorithm
Firefly Algorithm
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started