Having this concepts
crystal clear, the next lesson is the 3 capacity models:
- Demand based > dynamic
- Allocation based > static
- A combination of demand and allocation models
With the first method,
demand, the resources are assigned to the objects based on their demand and
with the second mode, allocation, the resources are assigned to objects in
static way.
Usually the allocation model is used for production environments (and the other both for test environments). The main objective is maximize the density optimizing the use of the resources based on demand.
The allocation model reduce the risk of insufficient capacity based on teh assigned resources for objects.