# In this example, the network topology looks like below: # # dataRes1 # | # 10MB/s # | # |----------R2----------| # GridUsers---10MB/s---R1---10MB/s 10MB/s---R5---10MB/s---compRes1 # |---R3---10MB/s---R4---| # | # 10MB/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) compRes1 R5 0.01 300 1500000 compRes2 R4 0.01 300 1500000 dataRes1 R2 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) BrokerInterfaceEntity R1 0.01 300 1500000