Package org.cloudbus.cloudsim.hosts

Provides Host implementations that represent a Physical Machine (PM) is used to run Vm from different cloud customers (represented by a DatacenterBroker).

As each Host can run several VMs, the scheduling of such VMs on the Host's CPU cores (Pe) is defined by a VmScheduler.

The most basic Host is the HostSimple.

Specific Host implementations can be power- or network-aware, enabling the simulation of power consumption and network communication. For more information see org.cloudbus.cloudsim.datacenters package documentation.

Author:
Manoel Campos da Silva Filho