Research Article

Evaluation of Power Saving and Feasibility Study of Migrations Solutions in a Virtual Router Network

Algorithm 1

Maximum energy efficiency.
(1)  /*LSP set up phase*/
(2)  map  each virtual router on the corresponding physical node
(3)  set up  LSPs in the MPLS network carrying traffic incoming/outgoing
  to/from according to capacity constraints and a mapping policy
(4)  /*Physical node turning off phase*/
(5)  while     do
(6)   find  
(7)   
(8)   while     do
(9)    find  
(10)   if   (LSPs to/from
    carrying the traffic to/from can be set
   up according to capacity constraints and a mapping
   policy)  then
(11)    map   into
(12)    turn off  
(13)    for  each   do
(14)     update  
(15)    end for
(16)    update   and
(17)    if     then
(18)    
(19)    end if
(20)    for  each   do
(21)     if     then
(22)     
(23)     end if
(24)    end for
(25)    go to line  (30)
(26)   else
(27)    
(28)   end if
(29)  end while
(30)  
(31) end while