Research Article

Performance of Resource Management Techniques for Weather-Impacted Satellite Networks

Algorithm 1

CAC algorithm.
(1)Given: New RT or NRT connection arrives with capacity request
(2)if New connection = RT then
(3)if and then
(4)  accept RT connection
(5)else
(6)  play game to extract capacity from ongoing NRT connections
(7)  if enough capacity is extracted then
(8)   accept RT connection request
(9)  else
(10)   reject RT connection request
(11)  end if
(12)end if
(13)else
(14)if then
(15)  accept NRT connection request
(16)else
(17)  reject NRT connection request
(18)end if
(19)end if