# In this example, the network topology looks like below: # # compRes1 # | # 1MB/s # | # |----------R2---------| # GridUsers---1MB/s---R1---1MB/s 1MB/s---R5---1MB/s---dataRes1 # |---R3---1MB/s---R4---| # | # 1MB/s # | # compRes2 # total number of Routers 5 # specifies each router name R1 R2 R3 R4 R5 # total number of connections(links) between Routers 5 # specify the link between two routers # The format is: # router_name1 router_name2 baud_rate(GB/s) prop_delay(ms) mtu(byte) R1 R2 0.01 300 1500000 R2 R5 0.01 300 1500000 R1 R3 0.01 300 1500000 R3 R4 0.01 300 1500000 R4 R5 0.01 300 1500000 # total number of Resources 3 # specify the link between resource and router # The format is: # resource_name router_name baud_rate(GB/s) prop_delay(ms) mtu(byte) COMPUTING_RESOURCE_0 R2 0.01 300 1500000 COMPUTING_RESOURCE_1 R4 0.01 300 1500000 COMPUTING_RESOURCE_2 R5 0.01 300 1500000 # total number of Users 1 # specify the link between user and router # The format is: # user_name router_name baud_rate(GB/s) prop_delay(ms) mtu(byte) COMPUTING_GRID_0 R1 0.001 300 1500000