During a peak usage period following a power outage, the network of a community center began operating using packet switching, where data is divided into small packets and transmitted across the network, and bandwidth is provided on demand.
The infrastructure is composed of devices (nodes) such as routers, switches, and computers, interconnected by links (edges) with limited capacities. Each link has a maximum transmission capacity in (MB/s), representing how much data can be transmitted. For the transmission to continue operating normally, all links must receive greater than 0 MB/s of flow.
The main objective of the system is to maximize the total flow of data (packets) sent from S to T.
Since packets can follow different paths to reach the destination, the network can be modeled as a directed graph, where:
- each device is a node;
- each link is an edge with a maximum transmission capacity.
To ensure the best possible performance, we aim to determine the maximum flow of packets that can be transmitted from the source to the destination. For this purpose, the Ford-Fulkerson algorithm is used.
Note: This is a fictional scenario created for this question.
a)
b)
Good question. I took it, simplified a bit.
ReplyDelete