Open access peer-reviewed conference paper

Traffic Management by Admission Control in IMS Networks

Written By

Ivan Baroňák, Michal Čuba, Chien-Ming Chen and Ladislav Beháň

Published: 02 November 2017

DOI: 10.5772/intechopen.71098

From the Proceeding

Proceedings of the 3rd Czech-China Scientific Conference 2017

Edited by Jaromir Gottvald and Petr Praus

Chapter metrics overview

1,180 Chapter Downloads

View Full Metrics

Abstract

The paper deals with traffic management in IP multimedia subsystem (IMS) networks. The aim of this article is ensuring quality of service (QoS) in IMS network. Admission control (AC) is used to manage incoming traffic and to prevent the network congestion. The main function of AC is to maximize the utilization of network resources and to ensure the level of QoS. AC was applied on constant bit rate (CBR) and variable bit rate (VBR) traffic. Three methods were chosen for VBR traffic and they were compared. The last part of the article deals with simulations CBR and VBR traffic before and after application of AC.

Keywords

  • admission control
  • CBR
  • IMS
  • VBR
  • QoS

1. Introduction

Nowadays, besides using basic services like telephony, SMS, and MMS, it is trend to link voice and data communication. IP multimedia subsystem (IMS) allows combining various multimedia services and access from mobile and fixed devices. Because of that, it seems to be the key element to achieve network convergence. The main advantage of IMS network is a guaranty of quality of service (QoS); this is especially important for real-time applications [1]. Admission control (AC) methods are used for that purpose [2].

Advertisement

2. Admission control

Admission control is a significant process from the point of view of ensuring of QoS [3]. The main function of AC is to estimate capacity for the incoming traffic. Additionally, it has to decide if it is possible to ensure this capacity without any negative impact on QoS of the existing traffic [47]. It is a decision-making algorithm. It decides if a new connection is supposed to be allowed or denied within available network resources and guaranteed QoS [811].

The way how it works is shown in Figure 1 [8]. If the new connection with a request of transmitting enters the node, the AC method determines a decisive criterion. The new connection is allowed or denied according to this criterion. The AC methods and specific algorithms are described in the next part. The admission control depends on type of source of traffic.

Figure 1.

Management of incoming traffic by AC method.

2.1. Constant bit rate (CBR)

The AC is a simple process in the case of constant bit rate traffic. Every source enters the node with constant bit rate, and it is simple to predict what capacity has to be allocated. Bit rate of every source is constant at the level of peak bit rate during connection. The AC has to keep the following condition:

i=1Npi+pi+1C,E1

where pi is peak bit rate of ith connection, pi + 1 is peak bit rate of new connection, N is number of existing connections, and C is a total capacity of output line, and it will be in all following equations [8].

2.2. Variable bit rate (VBR)

The AC is a complicated process in the case of variable bit rate traffic. The sources can transmit at the level of peak bit rate but also at the lower level. It would be ineffective to allocate the capacity at the level of peak bit rate for all connections. For reaching the maximal utilization of line capacity, the admission control methods, which are described in the next section, are used.

Advertisement

3. Admission control methods

Many admission control methods are known nowadays. They can be divided in general into measurement-based admission control (MBAC) and parameter-based admission control (PBAC). All of these methods are based on the following condition, which has to be respected:

Pi=1NritC<ε.E2

Probability that the sum of the immediate bit rate ri(t) of all N existing connections exceeds the total capacity C has to be lower than the defined bound ε [2, 3, 8, 9].

Good AC methods should keep these conditions:

  • Keep QoS of the incoming connection without influencing other connections.

  • To react and to decide within a short time to minimize the delay.

  • Effectively allocate bandwidth to maximize utilization of the available capacity.

All of these methods should be simply implementable with the possibility of change and maintenance [8, 9].

3.1. Measured sum algorithm

This algorithm belongs among simple measurement-based methods. These methods acquire the necessary parameters by online measurement. The new connection is accepted according to the following condition:

Cm+rN+1<μC,E3

where Cm is a measured load of the existing traffic; rN + 1 is bit rate of the new connection; parameter μ expresses utilization of the line capacity from interval <0, 1>, in our case it is 0.95 (95%) and C is the total capacity of output line [12, 13].

3.2. Hoeffding bound

As it is mentioned in [12], the main parameter used by this method is the parameter of Hoeffding bound CH, which is described by this equation:

CH=v+ln1εi=1Npi22,E4

where v is a measured average capacity, which is utilized by the existing connections; pi is peak bit rate of ith connection; and N is a number of existing connections. According to this parameter, the method decides whether the new connection will be accepted or rejected. The new connection will be accepted according to the following condition:

CH+pN+1μC,E5

where parameters μ and C are the same as in Eq. (3).

3.3. Peak rate allocation (PRA)

This method belongs to the group of nonstatistical methods. It is quite simple because it allocates the needed capacity at the level of peak bit rate for every connection. It does not depend on the fact, if the source transmits at the level of the peak bit rate or not.

The decision is made according to this condition:

i=1Npi+pN+1<μC.E6

The new connection is accepted, if the sum of peak bit rates pi of existing connections along with the peak bit rate of the new connection pN + 1 is lower than the total capacity of the output line C.

The advantage of this method is that packet loss is very rare. The disadvantage of this method is that if sources do not transmit at the level of peak bit rate, the allocated capacity is not used effectively.

Advertisement

4. Simulations

The simulations were made in software Matlab. The scheme of the network node with AC is shown in Figure 2.

Figure 2.

Network topology.

Every source represents user equipment. They create requirements using VBR or CBR. Requirements from users represent various data services. Sources are characterized by M × N matrix, where M is a number of sources and N is bit rates of these sources. The number of sources is 120, and they are connected to the node (router). There is one common line on its output with the capacity of 25 Mbit . s−1. We consider the model that one user is connected by every second.

4.1. Constant bit rate (CBR)

In the case of the CBR, bit rates of sources are at the level of 250 kbit . s−1. Figure 3 shows when connecting of all sources would be allowed. As we can see, the capacity would be overloaded and QoS would be decreased.

Figure 3.

Expected utilization of line, when all sources are connected.

This problem can be solved by using AC. In this case AC is a simple process. If condition (1) is accepted, the capacity will not be overloaded. Expected utilization of line using AC is shown in Figure 4.

Figure 4.

Accepted 95% utilization of line using AC.

Expected utilization of output line is under output capacity (red line). Maximum number of accepted connections is 95, and QoS is ensured for every source. This is achieved by admission control.

4.2. Variable bit rate (VBR)

In the case of the VBR, bit rates of sources are randomly generated from the interval from 0 to 512 kbit . s−1. Figure 5 shows expected utilization of the line, when all of the sources would be connected. As we can see in Figure 5, the capacity would be overloaded. That would cause packet loss or packet sequencing to the queue, and the delay would be increased. QoS of all connections would be negatively affected.

Figure 5.

Expected utilization of line, when all sources are connected.

We are trying to prevent situations like that by using AC methods. If the connection of the new source causes a line overload, the connection request will be rejected.

4.2.1. Measured sum

This method measures and sums bit rates of connected sources. The new connection is accepted or rejected due to the condition (3). Figure 6 shows the accepted utilization of the line by the measured sum method.

Figure 6.

Accepted utilization of line by the measured sum method.

It is obvious from Figure 6 that when the method is applied, utilization of the line (green line) reaches the bound of the output capacity. The number of accepted connections is 90, which is the most of the compared simulated methods. The method maximizes utilization of the line capacity. Figure 6 shows that the output capacity can be overloaded in some points. The decision of the method depends on the immediate bit rates of the existing connections.

4.2.2. Peak rate allocation (PRA)

The new connection is accepted or rejected according to the condition (6). The accepted line utilization is shown in Figure 7.

Figure 7.

Accepted utilization of line by PRA method.

In comparison with the measured sum method, the number of accepted connections is 46, which is half of the accepted connections by the measured sum method. PRA method is basically the opposite of the measured sum method [14]. It is caused by the fact that the PRA method allocates the capacity at the level of peak bit rate for every source. As we used VBR sources with randomly generated bit rates from the interval 0 to 512 kbit . s−1 with uniform distrubution, the average bit rate is at the level of half of the peak bit rate. Due to this, the capacity of the output line is not utilized effectively. The method is more appropriate for the CBR traffic or for the traffic where the bit rates are close to the peak bit rates. On the other hand, QoS of the existing connections would be decreased rarely.

4.2.3. Hoeffding bound

The Hoeffding bound is computed according to Eq. (4). The decision-making about accepting or rejecting the new connection is made according to the condition (5). The accepted utilization of the line is shown in Figure 8.

Figure 8.

Accepted utilization of line by Hoeffding bound method.

The specification of the decision-making criterion depends on an appropriate width of the measured interval. An interval, which is too small can cause a nonobjective decision-making. If we include all samples, computational difficulty would be very high [14, 15]. Dynamical sliding of the measured interval solved this problem. The number of accepted connections is 80, which is more than PBAC and PRA methods, but less than the measured sum method [16].

Figure 8 shows that overload of the capacity was minimized. This method seems to be the most appropriate one from all of the simulated methods. It is kind of a compromise between the number of accepted connections and the capacity overload of the output line.

Advertisement

5. VBR method comparison

The accepted utilization of line by every VBR simulated method is shown in Figure 9.

Figure 9.

Accepted utilization of line by AC methods.

Table 1 shows the number of accepted connections by every method.

MethodNumber of accepted connections
Measured sum90
Hoeffding bound80
PRA46

Table 1.

Number of accepted connections by every method.

From Figure 9 and Table 1, it is obvious that the most accepted connections were achieved by the measured sum method. On the other hand, this method has the most overloads of the output line capacity. It would cause a decreasing QoS. The second highest number of accepted connections is Hoeffding bound method. The overload capacity is minimal. Thanks to that this method seems to be the most appropriate one. The least accepted connections achieved the PRA method. It seems to be the least appropriate one for this kind of traffic.

Advertisement

6. Conclusion

Based on these results, we can claim that the AC methods are appropriate mechanisms for ensuring QoS in IMS networks. All known methods have the same function: to prevent overload and congestion. They have to decide whether the new connection will be accepted or rejected. From the simulations it is obvious that every method has advantages and disadvantages. The right choice of the method is very important for various specific kinds of traffic.

Advertisement

Acknowledgments

This article was created with the support of the Ministry of Education, Science, Research, and Sport of the Slovak Republic within the KEGA agency project 007STU4/2016 Progressive educational methods in the field of telecommunications multiservice networks and VEGA agency project – 1/0462/17 Modeling of qualitative parameters in IMS networks.

References

  1. 1. Voznak M, Kovac A, Halas M. Effective packet loss estimation on VoIP jitter buffer. In: Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics). 2012;7291:157-162. DOI: 10.1007/978-3-642-30039-4_21
  2. 2. Chromy E, Jadron M, Kavacky M, Klucik S. Admission control in IMS networks. Advances in Electrical and Electronic Engineering. 2013;11(5):373-379. ISSN 1804-3119
  3. 3. Mičuch J, Baroňák I. Preventive methods supporting QoS in IP. Journal EE. 2009;15:133-137. ISSN 1335-2547
  4. 4. Frnda J, Voznak M, Rozhon J, Mehic M. Prediction model of QoS for triple play services. 21st Telecommunications Forum Telfor, TELFOR 2013 – Proceedings of Papers. 2013. Art. No. 6716334, pp. 733–736. DOI: 10.1109/TELFOR.2013.6716334
  5. 5. Frnda J, Voznak M, Sevcik L. Network performance QoS prediction. Advances in Intelligent Systems and Computing. 2014;297:165-174. DOI: 10.1007/978-3-319-07776-5_18
  6. 6. De Rango F, Tropea M, Fazio P, Marano S. Call admission control with statistical multiplexing for aggregate MPEG traffic in a DVB-RCS satellite network, GLOBECOM ’05. IEEE Global Telecommunications Conference, 2005, St. Louis, MO, 2005, pp. 3231–3236
  7. 7. Fazio P, Tropea M, Veltri F, Marano S. A novel rate adaptation scheme for dynamic bandwidth management in wireless networks, 2012 IEEE 75th Vehicular Technology Conference (VTC Spring), Yokohama. 2012, pp. 1–5
  8. 8. Baroňák I, Trška R, Kvačkaj P. CAC – Connection admission control in ATM networks. Journal of Electrical Engineering. 2005;56(5–6):162-164. ISSN 1335-3632
  9. 9. Yeganeh H, Shakiba M, Darvishan A. NGN functional architecture for resource allocation and admission control. International Journal of Hybrid Information Technology. 2009;2(3):533-539. DOI: 10.1109/TELSKS.2009.5339452
  10. 10. Chamraz F, Baronak I. Contribution to the management of traffic in networks. Advances in electrical and Electronic Engineering. 2014;12(4):334-340. DOI: 10.15598/aeee.v12i4.1213
  11. 11. Chamraz F, Baronak I. Impact of admission control methods to the traffic management. Advances in Electrical and Electronic Engineering. 2015;13(4):280-288
  12. 12. Chromy E, Behul T. Measurement-based admission control methods in IP networks. International Journal of Information Technology and Computer Science. 2013;5(10):1-8. DOI: 10.5815/ijitcs.2013.10.01
  13. 13. Gergoulas S, Trimintzios P, Kin-Hon H. Measurement-based admission control for realtime traffic in IP differentiated services networks. In: Proceedings of IEEE International Conference on Telecommunications (ICT2005). Capetown, South Africa: IEEE; May 2005
  14. 14. Halas M, Kováč A, Orgoň M, Bešťák I. Computationally efficient e-model improvement of MOS estimate including jitter and buffer losses, (25% podiel). In: 35th International Conference on Telecommunications and Signal Processing (TSP 2012): Proceedings. [CD-ROM]. Czech Republic, July 3–4, 2012, Brno University of Technology. 2012. pp. 86-90. ISBN 978-1-4673-1116-8. DOI: 10.1109/TSP.2012.6256258
  15. 15. Breslau L, Jamin S, Shenker S. Comments on the performance of measurement-based admission control algorithms. INFOCOM 2000. Nineteenth Annual Joint Conference of the IEEE Computer and Communications Societies. 2000. pp. 1233–1242
  16. 16. Callaway RD, Devetsikiotis M. Design and implementation of measurement based resource allocation schemes within the realtime traffic flow measurement architecture. IEEE International Conference on Communications. 2004;2:1118-1122

Written By

Ivan Baroňák, Michal Čuba, Chien-Ming Chen and Ladislav Beháň

Published: 02 November 2017