2015
DOI: 10.1007/978-3-319-27140-8_38
|View full text |Cite
|
Sign up to set email alerts
|

Evaluation and Analysis of Three Typical Resource Allocation Algorithms in Virtual Router Platform

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1

Citation Types

0
3
0

Year Published

2016
2016
2016
2016

Publication Types

Select...
1
1

Relationship

1
1

Authors

Journals

citations
Cited by 2 publications
(3 citation statements)
references
References 10 publications
0
3
0
Order By: Relevance
“…However, unreasonable mapping relationship between router instances and virtual router platform may result in low resource utilization and increase the failure possibility of creation of router instances. We had explored it in our previous works [12].…”
Section: Related Workmentioning
confidence: 99%
See 2 more Smart Citations
“…However, unreasonable mapping relationship between router instances and virtual router platform may result in low resource utilization and increase the failure possibility of creation of router instances. We had explored it in our previous works [12].…”
Section: Related Workmentioning
confidence: 99%
“…In worst-fit mapping algorithm, it selects migrated router instance from the last to the first in F-allocated list and s e l e c t ; //search the first resource block (8) while ( < ){ (9) i f ( ( ) ≥ ( ) ) { (10) m o v e to ( ) ; (11) B r e a k ; (12) } (13) } //determine whether or not VR-Cluster meets (14) while ( < ){ (15) i f ( s e l e c t ; //search the first resource block (10) while ( < ){ (11) i f ( ( ) ≥ ( ) ) { (12) m o v e to ( ) ; (13) sort F-idle list from smallest to largest; (14) b r e a k ; (15) } (16) } //determine whether or not VR-Cluster meets (17) while ( < ){ (18) i f ( ( ) ≥ ( ) ){ (19) sort F-idle list from smallest to largest; (20) return SUCESS; searches the first resource block including enough remaining resources for migrated router instance in F-idle list. Once one router instance is moved, worst-fit mapping algorithm determines whether or not VR-Cluster can allocate new router instance: if not, best-fit mapping algorithm will dynamically move router instance again until VR-Cluster can establish new router instance or there is no unmoved router instance.…”
Section: Worst-fit Algorithmmentioning
confidence: 99%
See 1 more Smart Citation