Question about Network Flow + Calculus

A research data center needs to transfer data to a remote backup facility during a 4‑hour maintenance window. The data transfer process is modeled as a directed network, where nodes represent logical components (functional stages) of the data transfer pipeline, and edges represent logical communication channels, with limited capacity.

In this model, node A represents the point where data is generated in the primary data center. The intermediate nodes (B, C, D) represent functional stages of the transfer process, such as internal processing, aggregation, or interfaces to external networks. And the node E represents the logical destination where data is finally stored at the backup site.

All edges have constant transmission capacity, except for one critical link, whose capacity varies over time due to shared usage with other services. The network is described as follows, with capacities measured in GB/hour:

\( A→B: Capacity = 8 \)

\( B→C: Capacity = 4 + 2sin(\frac{πt}{4}) \)

\( C→E: Capacity = 7 \)

\( A→D: Capacity = 3 \)

\( D→E: Capacity = 3 \)

Which of the following alternatives represents approximately the maximum total amount of data (in GB) that can be transferred from A to E during the maintenance window?

a) 5

b) 12

c) 28

d) 33

e) None

 

Original idea by: Ingrid Barbosa




  

Comments

  1. Good question! I took it. Had to modify it a bit, to get an integral answer.

    ReplyDelete

Post a Comment

Popular posts from this blog

Question about Graph Theory - Ingrid Barbosa - 06/03/2026 - MO412

Question about DFS - Ingrid Barbosa - 13/03/2026 - MO412

Question about Kosaraju-Sharir Algorithm