Amazing technological breakthrough possible @S-Logix pro@slogix.in

Office Address

  • #5, First Floor, 4th Street Dr. Subbarayan Nagar Kodambakkam, Chennai-600 024 Landmark : Samiyar Madam
  • pro@slogix.in
  • +91- 81240 01111

Social List

How to configure the network topology in CloudSim?

  • //Load the network topology file
    NetworkTopology.buildNetworkTopology(“topology.brite”);
    //maps CloudSim entities to BRITE entities
    //PowerDatacenter will correspond to BRITE node 0
    Int briteNode=0;
    NetworkTopology.mapNode(datacenter0.getId(),briteNode);