In a given network, the interaction between the various controllers determines the allocation of resources. The resources associated with resource allocation strategies are mostly buffer, bandwidth, processors and peripheral devices like printers, scanners, etc.
Resource allocation is important because:
- Fairness in resource allocation helps to ensure that the quality of service standards is met.
- Much needed isolation between different data streams can be achieved.
- From a network and system security perspective, proper resource allocation allows to ensure a high standard of security by countering different denial-of-service attacks.
To ensure good resource allocation in a network, fairness strategies are developed, such as proportional fairness, max-min fairness, utility fairness, etc. Proportional fairness calculates the resource allocation based on the resource amount and demand vector. In the case of max-min fairness, increasing demand helps in allocating a shared resource. It also ensures that the share of resource is not larger than its demand. In the case of utility fairness, the resource allocation is determined by the utility function associated with it.
Different algorithms are also developed for resource allocation, such as the simple round-robin allocation. These algorithms are developed based either on the strategies for allocating the resources or on the types of essential/prioritized resources present in the network.
0 Comments