Enhanced Best Effort QoS Routing with Multiple Prioritised Metrics Using the Analytic Hierarchy Process (AHP) Concept

Size: px
Start display at page:

Download "Enhanced Best Effort QoS Routing with Multiple Prioritised Metrics Using the Analytic Hierarchy Process (AHP) Concept"

Transcription

1 Enhanced Best Effort QoS Routing with Multiple Prioritised Metrics Using the Analytic Hierarchy Process (AHP) Concept Abdullah M. S. Alkahtani, M. E. Woodward, K. Al-Begain and Abdullah Alghannam Computing Department, University of Bradford, BD7 DP, UK Abstract:- In this paper, we propose two algorithms. The first supports Enhanced Best effort Quality of service Routing with Multiple and Prioritised Metrics (EBQRMPM). The second supports Enhanced Best effort Quality of service Routing with Multiple Metrics (EBQRMM). Both algorithms apply the concept of the Analytic Hierarchy Process (AHP) which is a well-known model in the area of decision making with multiple objectives. We show how they work in general. We will see clearly how the final path decision changes as the priorities of the metrics change. The main novelty of this paper is the application of AHP approach which provides an opportunity to consider multiple metrics in the proposed algorithms. Key-Words:- QoS routing, Best effort, Routing algorithms, Multiple prioritised metrics, Internet, Communication networks, Analytic hierarchy process (AHP), EBQRMPM, EBQRMM. Introduction Recent advances in high speed networking technology have created opportunities for the development of multimedia applications. These applications are characterised by multiple QoS requirements. One of the key issues in supporting QoS traffic is QoS routing, which is not only selecting a path for transmitting data from source to destination, but doing this to satisfy constraints dictated by the resource reservations and admission control. Because of the diverse QoS requirements, QoS based routing has been considered to be an NP-complete problem and cannot be solved by a simple and efficient algorithm []. In general, routing consists of two basic tasks [2]: collecting the state information of the network and searching this information to find feasible path, if one exists. In this paper we focus on the second task by assuming that the true state of the network is available to every node. Each link in the network is associated with multiple QoS parameters (metrics) such as residual bandwidth, loss probability, delay, delay variation (jitter) and security status. The rest of this paper is organised as follows. In section 2, we give an overview of best effort and QoS metrics and how they can be selected. In section 3, we highlight some previous works. In section 4, we give an overview of AHP.In section 5 and 6, we present our proposed algorithms (EBQRMPM and EBQRMM) and show how they work based on a given example. Section 7 and 8 contain the future and work the conclusion respectively. 2 Best Effort and QoS Metrics The Internet provides the best effort service to applications and thus cannot guarantee to meet the QoS requirements of multimedia communications. However, many research and development efforts have been made towards providing QoS guarantees, section 3. Although we generally state that QoS should be guaranteed, in practice the user should be able to specify the degree (or level) of guarantees. In general, there are three levels of guarantee [3] [4]:. Hard or deterministic guarantee: user-specified QoS should be met 00%. Hard guarantees are achieved by reserving network resources based on the peak-bit rate of a stream. This level of guarantee is also known as QoS routing with single or multiple constraints [5]. However, it has been shown that deterministic performance guarantees can be achieved without reserving resources based on the peak bit rates of streams [6]. 2. Soft or statistical guarantee: user-specified QoS should be met to a certain specified percentage. This is appropriate for continuous media because continuous media normally do not need 00% accuracy in playback. In addition, this type of guarantee uses system resources more efficiently. Resource usage can be based on statistical multiplexing: resources unused by one application can be used by other applications. 3. Best effort: no guarantee is provided and the application is executed with whatever resources

2 are available. The traditional computer/network systems operate in this mode. Different levels of guarantee are used for different types of traffic. In some cases, one connection may use different levels of guarantee for different QoS parameters. For example, the user may request that the specified bit error rate should be met 00% (hard guarantee) but the specified delay jitter value should be met 90% (soft guarantee). Various approaches have been considered to deal with QoS characterisation. Namely, by using a single metric, a single compound metric or multiple metrics. 2. Single Metric In traditional data networks, routing protocols usually characterise the network with a single metric such as hop-count or delay, and use the shortest path algorithms for path computation. However, in order to support a wide range of QoS requirements, routing protocols need to have a more complex model. 2.2 Single Compound Metric The basic idea of this is to combine several QoS parameters (metrics) in one representative value. Then use this value to take the routing decision applying any single metric algorithm. One possible approach might be to define a function and generate a single metric from multiple parameters. For example, a compound metric M may be produced with bandwidth B, delay D and loss probability L with a formula M ( p) = B( p) /( D( p) * L( p)) []. A path with a large value of M is likely to be a better choice in terms of bandwidth, delay, and loss probability. A single compound metric, however, can only be used as an indicator at best, as it does not contain sufficient information to assess whether user QoS requirements can be met or not. Another problem has to do with combining parameters of different composition rules as will be explained in the following sup-section []. 2.3 Multiple Metrics Multiple metrics can certainly model a network more accurately. However, the problem is that finding a path subject to multiple constraints is inherently hard. A simple problem with two constraints was considered as NP-complete []. Resource requirements specified by the applications are often diverse and application-dependent. Moreover, the QoS parameters themselves have different natures of composition rules. Therefore, the problem in QoS routing is much more complicated. The value of a metric over the entire path can be one of the following compositions [] [7]: Additive metrics: It can be represented mathematically as follows m ( p) = m( lk i ) () Where m(p) is the total of metric m of path (p), lk i is a link in the path (p), is the number of links in path (p) and i =,...,. Delay, Delay variation (jitter), and cost are examples of this type of composition. Various factors that determine the delay in communication networks are reviewed in [8]. Concave metrics: It can be represented mathematically as follows m p) = min( m( lk )) (2) ( i Bandwidth is an example of this type of composition. The bandwidth we are interested in here is the residual bandwidth that is available for new traffic. It can be defined as the minimum of the residual bandwidth of all links on the path or the bottleneck bandwidth. Multiplicative metrics: It can be represented mathematically as follows m ( p) = m( lk i ) ( 3) Loss probability (l), indirectly, is an example of this type of composition. Why indirectly? Loss probability metric can be easily transformed to its equivalent metric (the probability of successful transmission (st)) that follows the multiplicative composition rule []. Successful transmission (st) can be expressed as follows st( lk) = l( lk). (4) st ( p) = st( lk i ) (5) Therefore, the loss probability metric (l) can be represented mathematically as follows

3 l p) = {[ l( lk )]*[ l( lk )]*...*[ l( lk )]} (6) ( 2 3 Previous works Many research and development efforts have been made towards providing QoS guarantees in the Internet. In [6], a new bandwidth allocation mechanism (BAM) is proposed. It uses less bandwidth than the peak rate BAM, while providing the same service. In [9], the use of QoS routing to enhance the support of IP Telephony is proposed. The proposed scheme is based on QoS intradomain OSPF routing, an extension of the conventional OSPF. [0] and [3] present a good overview of QoS in the Internet. The Internet Engineering Task Force (IETF) has proposed many service models, mechanisms and frameworks to meet the demand for QoS. Among them are Resource Reservation Protocol (RSVP) [], Integrated Services (IntServ) [2], Differentiated Services (DeffServ) [3], Multiprotocol Label Switching (MPLS) [4], Aframework for QoS-based Routing in the Internet [5]. 4 The Analytic Hierarchy Process (AHP) The Analytic Hierarchy Process (AHP), a multicriteria technique developed by Saaty [6] [7], is a robust and flexible multi-criteria decision analysis methodology. AHP is a decision-support procedure for dealing with complex, unstructured, and multipleattribute decisions. Although most applications of AHP are in the area of socio-economic planning, there have been some applications in decisions related to road networks [8], petroleum pipeline networks [9], Health service [20], project management [2], and telecommunications [22] [23] [24]. There are four basic steps in using AHP [23] [24]:. The description of a complex decision problem as a hierarchy. In a typical hierarchy, the top level reflects the overall objective of the decision maker. The elements affecting the decision between alternatives are called criteria, metrics in our proposal, and they are represented at the intermediate levels. Criteria can be further divided into sub criteria for additional refinement. 2. The use of pair-wise comparisons to estimate the relative weight (importance or priority) of the various elements to each other. This gives what is called the priority weights. 3. The use of pair-wise comparisons to estimate the relative weight (importance) of the various elements on each level of the hierarchy. Every element on each level is compared with adjacent elements in respect of their importance. This gives what is called the score of each level in each element. 4. The integration of these weights, from 2 and 3, to develop an overall score of decision alternatives. Then, the alternative with maximum overall score will be selected. The final score for an alternative is the sum of the product of the criterion importance weight, step 2, times its weight, with respect to that criterion, step 3, where the sum is taken across all criteria. 5 The First Proposed Algorithm (EBQRMPM) 5. Introduction In this section we discuss situations in which the routing algorithm, EBQRMPM, chooses between different paths on the basis of how well the alternatives meet multiple and prioritised QoS metrics. Four QoS metrics are considered: Metric- Residual Bandwidth (B), Metric-2 Loss probability (L), Metric-3 End-to-End Delay (D) and Metric-4 Security (S= for secure or 0 for unsecure). 5.2 EBQRMPM Functionality in General To illustrate how the EBQRMPM works, consider the network (N) shown in Figure. It consists of 6 nodes and 8 links. Therefore, its average is 2.7. Each link has four metrics; Residual bandwidth (b), loss probability (l), delay (d) and security (s), (: secure, 0: insecure). It is required to set up a connection between two nodes s and t. It is better to consider all the four QoS metrics. On top of that, priorities of the metrics have to be considered when making the routing decision. For this example the priority order is bandwidth (), loss probability (2), delay (3) and security (4).. The following steps illustrate, in general, how EBQRMPM works and determines which path to be selected in order to consider the four QoS metrics and their prioritisation V Figure Example of a small network. StepA: EBQRMM finds all possible paths between s and t. this step includes finding the W

4 overall metrics of each path following equations () (2) (3) (4) (5) (6). As can be seen from Figure, there are seven paths from a source (s) to a destination (t). These seven paths are summarised in Table. Each path consists of more than one link. Table The seven paths from (s) to (t). Path # Links s2t 2 s234t 3 s32t 4 s34t 5 s34t 6 s32t 7 s32t Assuming that the overall metrics of each path are as given in Table 2. Table 2 Paths metrics: b (res. Bandwidth, l (loss), d (delay) and s (security). Path Metrics No# b l d s 20 3e e e e e e e-6 5 Step_B: EBQRMPM generates priority normalised weights, prnw i, (, 2, 3, 4) for the ith metric. For this example, the generated weights are shown in Table 3. The weights indicate that bandwidth (b) is the most important metric, followed by loss probability (l), delay (d), and security (s). Table 3 priority normalised weight (with prioritisation: EBQRMPM). NO# normalised weight (prnw ) Step_C: EBQRMPM will determine how well each path scores on each metric. For this example, the calculated normalised scores of each path on each metric are shown in Table4. It can be seen that path 7 best meets the metric of a high bandwidth (b), 0.24, but scores badly on all other metrics. It is worth mentioning here that these weights give accurate relative information about any path compared with all other paths. Table 4 Normalised path scores on each metric. Path No# Metrics b l d s Step_D: given the priority normalised weights (prnw) form Table 3 and the score of each path on each metric from Table 4, EBQRMPM will calculate the total score of each path using this equation: Total normalised score of path j = n prnw i * normalised score of path j in metric i (7) Computing each path s total score, we obtain the results showed in the first row of Table5. Step_E: now choose the path with the highest total score. Thus, the EBQRMPM would indicate that path 5 should be selected Effect of changing priorities If we change the priority of the metrics, the final path decision may change depending on how the total score will be after recalculations. Table5 and Figure 2 represent these changes in two different ways. Moreover, Figure 2 compares EBQRMPM algorithm, dark bars, with a modified version in which prioritisation of metrics is disabled. The modified version will be discussed in the next section. Changing priority is a natural action in order to meet some special requirements for certain traffic. For example, when routing delay sensitive traffic as in real-time applications, the delay metric will be the first priority while the loss metric will be in a lower priority level if not the least. In contrast, when routing loss sensitive traffic as in data transfer applications, the loss metric will be the first priority while the delay metric will be in a lower priority level if not the least.

5 Table 5 Effect of changing priority on the final path decision applying EBQRMPM algorithm. Priorities order Total normalised path score P P2 P3 P4 P5 P6 P7 B L D S B L S D B D L S B D S L B S L D B S D L L B D S L B S D L D B S L D S B L S D B L S B D D L B S D L S B D B L S D B S L D S B L D S L B S B L D S B D L S D B L S D L B S L B D S L D B Selected path 6 The Second Proposed Algorithm (EBQRMM) For the sake of comparison, we modified the EBQRMPM algorithm in order to disable the metric prioritisation. I.e. all metrics have the same level of importance or priority. The modified algorithm is called EBQRMM, Quality of Service Routing with Multiple Metrics. There are two possibilities in order to disable prioritisation; firstly, to remove the part of EBQRMPM algorithm that deals with the priority weighting. Secondly, to assign the same priority for all metrics, priority. Although, final results of both approaches are the same, We decided to choose the second approach because it needs less modification than the first one. Clearly, the priority normalised weights for all priorities will be /n as can be seen from Table 6, where n is the number of metrics. Table 6 priority normalised weights (no prioritisation: EBQRMM algorithm). NO# normalised weight (prnw ) The Normalised path scores on each metric will be exactly the same as EBQRMPM (See Table 4). As can be seen from Table7 and Figure 2, changing priorities has no effect on the total scores of the paths and consequently has no effect on the final path decision when applying the modified algorithm, EBQRMM. Figure 2 also presents a comparison between EBQRMPM, dark bars, and EBQRMM algorithms, bright bars.

6 Table 7 final path decision applying EBQRMM algorithm (no prioritisation). Priorities order Total normalised path score P P2 P3 P4 P5 P6 P7 Selected path B L D S B L S D B D L S B D S L B S L D B S D L L B D S L B S D L D B S L D S B L S D B L S B D D L B S D L S B D B L S D B S L D S B L D S L B S B L D S B D L S D B L S D L B S L B D S L D B E BQ R M P M : w ith prioritisation EBQRMM: without prioritisation Selected Path B L D S B L S D B D L S B D S L B S L D B S D L L B D S L B S D L D B S L D S B L S D B L S B D Priorities :(B:bandwidth, L:loss prob., D:delay, S:security). Note: priority is given by the order of letters. D L B S D L S B D B L S D B S L D S B L D S L B S B L D S B D L S D B L S D L B S L B D S L D B Figure 2 Effect of changing priority on the final path decision.

7 7 Future Work The proposed algorithm is still in its early stages of research and there are a number of issues for our future work:. Simulation experiments will be done on realistic topologies generated using well known tools, e.g. Waxman model for random network generation, in order to evaluate performance of the algorithms. The simulation will show us the behaviour of the proposed algorithms as the network size increases, scalability issue. 2. A comparison between the proposed algorithms and other proposed or published algorithms will be conducted in order to give them more credibility. Some preliminary results have been collected and they will be published nearly. 3. The algorithms applicability to wireless and mobile networks will also be investigated. For example to support QoS re-routing in the case of handover. 8 Conclusions In this paper, we proposed two algorithms. The first one supports Enhanced Best effort Quality of service Routing with Multiple and Prioritised Metrics (EBQRMPM). The second one supports Enhanced Best effort Quality of service Routing with Multiple Metrics (EBQRMM). Both algorithms apply the concept of the Analytic hierarchy process (AHP) which is a very well known model in the area of decision making with multiple objectives. We showed how they work in general. We saw clearly how the final path decision changes as the priorities of the metrics change. The main novelty of this paper is the application of AHP approach which provides a convenient way to include multiple metrics in the proposed algorithms. References [] Z. Wang and J. Crowcroft, "Quality-of-Service Routing for Supporting Multimedia Applications," IEEE Journal on Selected Areas in Communications, vol. 4, no. 7, pp , 996. [2] S. Chen and K. Nahrsted, "An Overview of Quality of Service Routing for Next-Generation High Speed Networks," IEEE Networks, vol. 2, no. 6, pp , 998. [3] G. Lu, "Issues and technologies for supporting multimedia communications over the Internet," Computer Communications, vol. 23, no. 4-5, pp , [4] B. G. Kim, "The Soft QoS Service (SQS) in the Internet," presented at 4th IEEE International Conference on ATM (ICATM 200), pp , Apr 200. [5] A. M. S. Alkahtani, M. E. Woodward, K. Al-Begain, and A. Alghannam, "QoS Routing with Multiple and Prioritised Constraints Using the Concept of the Analytic Hierarchy Process (AHP)," presented at the International Network Conference, INC2002, pp243-25, Jul [6] M. Furini and D. F. Towsley, "Real-Time Traffic Transmissions Over the Internet," IEEE Transactions on Multimedia, vol. 3, no., pp , March 200. [7] M. M. M. Al-Fawaz and M. E. Woodward, "Fast Quality of Service Routing Algorithms with Multiple Constraints," presented at 8th IFIP Workshop on ATM&IP, Ilkely, UK, pp. 0/-0/0, Jul [8] R. O. Onvural, Asynchronous transfer mode networks : performance issues, 2nd ed. Boston: Artech House, 995. [9] A. Dubrovsky, M. Gerla, S. S. Lee, and D. Cavendish, "Internet QoS Routing with IP Telephony and TCP Traffic," presented at IEEE International Conference in Communications ( ICC 2000), vol. 3, pp , [0] X. P. Xiao and L. M. Ni, "Internet QoS: A big picture," IEEE Networks, vol. 3, no. 2, pp. 8-8, 999. [] IETF: L. Zhang, S. Berson, S. Herzog, and S. Jamin, "Resource ReSerVation Protocol (RSVP)," September 997. [2] IETF: R. Braden, D. Clark, and S. Shenker, "Integrated Services in the Internet Architecture: an Overview," June 994. [3] IETF: S. Blake, D. Black, M. Carlson, E. Davies, Z. Wang, and W. Weiss, "An Architecture for Differentiated Services," December 998. [4] IETF: E. Rosen, A. Viswanathan, and R. Callon, "Multiprotocol Label Switching Architecture (MPLS)," January 200. [5] IETF: E. Crawley, R. Nair, and others, "A Framework for QoSbased Routing in the Internet," Aug998. [6] T. L. Saaty, The Analytic Hierarchy Process. New York: McGraw Hill, 980. [7] W. L. Winston, Operations Research : Applications and Algorithms, 3rd ed: International Thomson Publishing, 994. [8] P. Klungboonkrong and M. A. P. Taylor, "A microcomputerbased- system for multicriteria environmental impacts evaluation of urban road networks," Computers, Environment and Urban Systems, vol. 22, no. 5, pp , 998. [9] P. K. Dey and S. S. Gupta, "Decision-support system yields better pipeline route," Oil and Gas Journal, vol. 98, no. 22, pp , [20] N.-P. Wang, "The aplication of analytic hierarchy process in the selection of hospital," Chinese Journal of Public Health, vol. 8, no. 2, pp. 38-5, 999. [2] K. M. A.-S. Al-Harbi, "Application of the AHP in project management," International Journal of Project Management, vol. 9, no., pp. 9-27, 200. [22] N. Sato and H. Kataoka, "Selecting Network Services Based on Joint Assessment by Customer and Provider," presented at IEEE GLOBECOM 96 conference, vol., pp , 996. [23] A. A. Andijani, "Buffer management of a switch for ATM networks: A multi-objective approach," Computer Systems Science and Engineering, vol. 3, no. 6, pp , 998. [24] C. Douligeris and I. J. Pereira, "A Telecommunications Quality Study Using the Analytical Hierarchy Process," IEEE J. on S. A. in Communications, vol. 2, no. 2, pp , 994.

Resilience-Differentiated QoS Extensions to RSVP and DiffServ to Signal End-to-End IP Resilience Requirements

Resilience-Differentiated QoS Extensions to RSVP and DiffServ to Signal End-to-End IP Resilience Requirements Resilience-Differentiated QoS Extensions to RSVP and DiffServ to Signal End-to-End IP Resilience Requirements Achim Autenrieth (1) *, Andreas Kirstädter (2) (1) Munich University of Technology Institute

More information

Comparison of Shaping and Buffering for Video Transmission

Comparison of Shaping and Buffering for Video Transmission Comparison of Shaping and Buffering for Video Transmission György Dán and Viktória Fodor Royal Institute of Technology, Department of Microelectronics and Information Technology P.O.Box Electrum 229, SE-16440

More information

Cross-Layer QoS Support in the IEEE Mesh Network

Cross-Layer QoS Support in the IEEE Mesh Network Cross-Layer QoS Support in the IEEE 802.16 Mesh Network Chun-Chuan Yang, Yi-Ting Mai and Liang-Chi Tsai Multimedia and Communications Laboratory Department of Computer Science and Information Engineering

More information

Multiple Metrics-OLSR in NAN for Advanced Metering Infrastructures

Multiple Metrics-OLSR in NAN for Advanced Metering Infrastructures Multiple Metrics-OLSR in NAN for Advanced Metering Infrastructures Yakubu Tsado 1 and Kelum A. A. Gamage 1 1 Department of Engineering Lancaster University Lancaster, UK y.tsado1@lancaster.ac.uk; k.gamage@lancaster.ac.uk

More information

Optimization of the Bandwidth Distribution Scheme for Handling Topology Changes

Optimization of the Bandwidth Distribution Scheme for Handling Topology Changes In Proc. IPCCC-2004, 23 rd IEEE International Performance, Computing, and Communications Conference, Phoenix, AZ (April 2004), pp. 215-222. Optimization of the Bandwidth Distribution Scheme for Handling

More information

INTEGRATED SERVICES AND DIFFERENTIATED SERVICES: A FUNCTIONAL COMPARISON

INTEGRATED SERVICES AND DIFFERENTIATED SERVICES: A FUNCTIONAL COMPARISON INTEGRATED SERVICES AND DIFFERENTIATED SERVICES: A FUNCTIONAL COMPARON Franco Tommasi, Simone Molendini Faculty of Engineering, University of Lecce, Italy e-mail: franco.tommasi@unile.it, simone.molendini@unile.it

More information

Congestion Control and Resource Allocation

Congestion Control and Resource Allocation Problem: allocating resources Congestion control Quality of service Congestion Control and Resource Allocation Hongwei Zhang http://www.cs.wayne.edu/~hzhang The hand that hath made you fair hath made you

More information

Active Adaptation in QoS Architecture Model

Active Adaptation in QoS Architecture Model Active Adaptation in QoS Architecture Model Drago agar and Snjeana Rimac -Drlje Faculty of Electrical Engineering University of Osijek Kneza Trpimira 2b, HR-31000 Osijek, CROATIA Abstract - A new complex

More information

THE Differentiated Services (DiffServ) architecture [1] has been

THE Differentiated Services (DiffServ) architecture [1] has been Efficient Resource Management for End-to-End QoS Guarantees in DiffServ Networks Spiridon Bakiras and Victor O.K. Li Department of Electrical & Electronic Engineering The University of Hong Kong Pokfulam

More information

Improving the usage of Network Resources using MPLS Traffic Engineering (TE)

Improving the usage of Network Resources using MPLS Traffic Engineering (TE) International Journal of Current Engineering and Technology E-ISSN 2277 4106, P-ISSN 2347 5161 2015INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet Research Article Improving

More information

(Presented at the Sixteenth UK Teletraffic Symposium on "Management of Quality of Service - the New Challenge", May 2000 at Harlow, UK)

(Presented at the Sixteenth UK Teletraffic Symposium on Management of Quality of Service - the New Challenge, May 2000 at Harlow, UK) (Presented at the Sixteenth UK Teletraffic Symposium on "Management of Quality of Service - the New Challenge", 22-24 May 2000 at Harlow, UK) HIERARCHIES FOR NETWORK EVOLUTION Gill Waters The success of

More information

PERFORMANCE COMPARISON OF TRADITIONAL SCHEDULERS IN DIFFSERV ARCHITECTURE USING NS

PERFORMANCE COMPARISON OF TRADITIONAL SCHEDULERS IN DIFFSERV ARCHITECTURE USING NS PERFORMANCE COMPARISON OF TRADITIONAL SCHEDULERS IN DIFFSERV ARCHITECTURE USING NS Miklós Lengyel János Sztrik Department of Informatics Systems and Networks University of Debrecen H-4010 Debrecen, P.O.

More information

A Congestion Contribution-based Traffic Engineering Scheme using Software-Defined Networking

A Congestion Contribution-based Traffic Engineering Scheme using Software-Defined Networking A Congestion Contribution-based Traffic Engineering Scheme using Software-Defined Networking Dongjin Hong, Jinyong Kim, and Jaehoon (Paul) Jeong Department of Electrical and Computer Engineering, Sungkyunkwan

More information

PERFORMANCE ANALYSIS OF AF IN CONSIDERING LINK UTILISATION BY SIMULATION WITH DROP-TAIL

PERFORMANCE ANALYSIS OF AF IN CONSIDERING LINK UTILISATION BY SIMULATION WITH DROP-TAIL I.J.E.M.S., VOL.2 (4) 2011: 221-228 ISSN 2229-600X PERFORMANCE ANALYSIS OF AF IN CONSIDERING LINK UTILISATION BY SIMULATION WITH DROP-TAIL Jai Kumar, Jaiswal Umesh Chandra Department of Computer Science

More information

G BAM: A Generalized Bandwidth Allocation Model for IP/MPLS/DS-TE Networks

G BAM: A Generalized Bandwidth Allocation Model for IP/MPLS/DS-TE Networks International Journal of Computer Information Systems and Industrial Management Applications. ISSN 2150-7988 Volume 6 (2014) pp. 635-643 MIR Labs, www.mirlabs.net/ijcisim/index.html G BAM: A Generalized

More information

On Generalized Processor Sharing with Regulated Traffic for MPLS Traffic Engineering

On Generalized Processor Sharing with Regulated Traffic for MPLS Traffic Engineering On Generalized Processor Sharing with Regulated Traffic for MPLS Traffic Engineering Shivendra S. Panwar New York State Center for Advanced Technology in Telecommunications (CATT) Department of Electrical

More information

Resource reservation in a connectionless network

Resource reservation in a connectionless network 13 Resource reservation in a connectionless network A. Eriksson Ericsson Telecom Dialoggatan 1, S-126 25 Stockholm, Sweden phone: +46-8-719 2253, fax: +46-8-7196677 e-mail: etxaeon@kk.etx.ericsson.se Abstract

More information

Quality-of-Service Routing Antti Pietiläinen Nokia Research Center P.O. Box 422, FIN NOKIA GROUP

Quality-of-Service Routing Antti Pietiläinen Nokia Research Center P.O. Box 422, FIN NOKIA GROUP Quality-of-Service Routing Antti Pietiläinen Nokia Research Center P.O. ox 422, FIN-00045 NOKIA GROUP Abstract Quality-of-service (QoS) routing is a natural consequence of emerging QoS services. The meaning

More information

A DiffServ IntServ Integrated QoS Provision Approach in BRAHMS Satellite System

A DiffServ IntServ Integrated QoS Provision Approach in BRAHMS Satellite System A DiffServ IntServ Integrated QoS Provision Approach in BRAHMS Satellite System Guido Fraietta 1, Tiziano Inzerilli 2, Valerio Morsella 3, Dario Pompili 4 University of Rome La Sapienza, Dipartimento di

More information

QUALITY OF SERVICE ARCHITECTURES APPLICABILITY IN AN INTRANET NETWORK

QUALITY OF SERVICE ARCHITECTURES APPLICABILITY IN AN INTRANET NETWORK Quality Of Service Architectures Applicability In An Intranet Network QUALITY OF SERVICE ARCHITECTURES APPLICABILITY IN AN INTRANET NETWORK Abstract Codruţ Mitroi 1 The quality of service (QoS) concept,

More information

QoS Provisioning Using IPv6 Flow Label In the Internet

QoS Provisioning Using IPv6 Flow Label In the Internet QoS Provisioning Using IPv6 Flow Label In the Internet Xiaohua Tang, Junhua Tang, Guang-in Huang and Chee-Kheong Siew Contact: Junhua Tang, lock S2, School of EEE Nanyang Technological University, Singapore,

More information

Efficient QoS Partition and Routing in Multiservice IP Networks

Efficient QoS Partition and Routing in Multiservice IP Networks Efficient QoS Partition and Routing in Multiservice IP Networks I. Atov H. T. Tran R. J. Harris RMIT University Melbourne Box 2476V Vic. 3001, Australia Abstract This paper considers the combined problem

More information

Internet QoS Routing with IP Telephony and TCP Traffic

Internet QoS Routing with IP Telephony and TCP Traffic Internet QoS Routing with IP Telephony and TCP Traffic Alex Dubrovsky, Mario Gerla, Scott Seongwook Lee, Dirceu Cavendish Computer Science Department University of California, Los Angeles 05 Hilgard Avenue,

More information

Multiple-Metric Hybrid Routing Protocol for Heterogeneous Wireless Access Networks

Multiple-Metric Hybrid Routing Protocol for Heterogeneous Wireless Access Networks Multiple-Metric Hybrid Routing Protocol for Heterogeneous Wireless Access Networks Lijuan Cao Kashif Sharif Yu Wang Teresa Dahlberg Department of Computer Science, University of North Carolina at Charlotte,

More information

Quality of Service in MANETs

Quality of Service in MANETs Quality of Service in MANETs Part 7 Mobile Ad Hoc Networking Wuhan University Quality of Service QoS What does the Internet provide? Best-effort service Guarantee only one thing delivery of data That is,

More information

An Efficient Rerouting Scheme for MPLS-Based Recovery and Its Performance Evaluation

An Efficient Rerouting Scheme for MPLS-Based Recovery and Its Performance Evaluation Telecommunication Systems 19:3,4, 481 495, 2002 2002 Kluwer Academic Publishers. Manufactured in The Netherlands. An Efficient Rerouting Scheme for MPLS-Based Recovery and Its Performance Evaluation GAEIL

More information

Influence of Link State Update Algorithms on the Cost of QoS Path Computations

Influence of Link State Update Algorithms on the Cost of QoS Path Computations Influence of Link State Update Algorithms on the of QoS Path Computations Gonzalo Camarillo Advanced Signalling Research Laboratory Ericsson, FIN-0220 Jorvas, Finland Gonzalo.Camarillo@ericsson.com Abstract

More information

Analysis of the interoperation of the Integrated Services and Differentiated Services Architectures

Analysis of the interoperation of the Integrated Services and Differentiated Services Architectures Analysis of the interoperation of the Integrated Services and Differentiated Services Architectures M. Fabiano P.S. and M.A. R. Dantas Departamento da Ciência da Computação, Universidade de Brasília, 70.910-970

More information

PERFORMANCE OF PREMIUM SERVICE IN QOS IP NETWORK

PERFORMANCE OF PREMIUM SERVICE IN QOS IP NETWORK PERFORMANCE OF PREMIUM SERVICE IN QOS IP NETWORK Wojciech Burakowski Monika Fudala Halina Tarasiuk Institute of Telecommunications, Warsaw University of Technology ul. Nowowiejska 15/19, 00-665 Warsaw,

More information

ETSF10 Internet Protocols Transport Layer Protocols

ETSF10 Internet Protocols Transport Layer Protocols ETSF10 Internet Protocols Transport Layer Protocols 2012, Part 2, Lecture 2.2 Kaan Bür, Jens Andersson Transport Layer Protocols Special Topic: Quality of Service (QoS) [ed.4 ch.24.1+5-6] [ed.5 ch.30.1-2]

More information

Converged Networks. Objectives. References

Converged Networks. Objectives. References Converged Networks Professor Richard Harris Objectives You will be able to: Discuss what is meant by convergence in the context of current telecommunications terminology Provide a network architecture

More information

Lecture 9. Quality of Service in ad hoc wireless networks

Lecture 9. Quality of Service in ad hoc wireless networks Lecture 9 Quality of Service in ad hoc wireless networks Yevgeni Koucheryavy Department of Communications Engineering Tampere University of Technology yk@cs.tut.fi Lectured by Jakub Jakubiak QoS statement

More information

An Efficient Negotiation Protocol for Real-Time Multimedia Applications Over Wireless Networks

An Efficient Negotiation Protocol for Real-Time Multimedia Applications Over Wireless Networks An Efficient Negotiation Protocol for Real-Time Multimedia Applications Over Wireless Networks Xinbing Wang Department of Electrical and Computer Engineering North Carolina State University Raleigh, NC

More information

Source Routing Algorithms for Networks with Advance Reservations

Source Routing Algorithms for Networks with Advance Reservations Source Routing Algorithms for Networks with Advance Reservations Lars-Olof Burchard Communication and Operating Systems Technische Universitaet Berlin ISSN 1436-9915 No. 2003-3 February, 2003 Abstract

More information

Network Routing Protocol using Genetic Algorithms

Network Routing Protocol using Genetic Algorithms International Journal of Electrical & Computer Sciences IJECS-IJENS Vol:0 No:02 40 Network Routing Protocol using Genetic Algorithms Gihan Nagib and Wahied G. Ali Abstract This paper aims to develop a

More information

Quality of Service II

Quality of Service II Quality of Service II Patrick J. Stockreisser p.j.stockreisser@cs.cardiff.ac.uk Lecture Outline Common QoS Approaches Best Effort Integrated Services Differentiated Services Integrated Services Integrated

More information

Architecture for Providing QoS in an IP-based Mobile Network

Architecture for Providing QoS in an IP-based Mobile Network Architecture for Providing QoS in an IP-based Mobile Network Louise Burness 1, Eleanor Hepworth 2, Alberto López 3, Jukka Manner 4 1 BTexact Technologies, United Kingdom 2 Siemens/Roke Manor Research,

More information

Design of a Multi-layer Bandwidth Broker Architecture

Design of a Multi-layer Bandwidth Broker Architecture Design of a Multi-layer Bandwidth Broker Architecture George A. Politis, Petros Sampatakos, Dr. Iakovos S. Venieris National Technical University of Athens Greece Abstract. Internet is widely known for

More information

A HMRSVP Approach to Support QoS Challenges in Mobile Environment

A HMRSVP Approach to Support QoS Challenges in Mobile Environment IJCSNS International Journal of Computer Science and Network Security, VOL.9 No.1, January 2009 69 A HMRSVP Approach to Support QoS Challenges in Mobile Environment Aisha-Hassan A. Hashim 1, Wan H. Hassan

More information

QOS MECHANISM FOR INTSERV OVER DIFFSERV NETWORK SERVICES

QOS MECHANISM FOR INTSERV OVER DIFFSERV NETWORK SERVICES QOS MECHANISM FOR INTSERV OVER DIFFSERV NETWORK SERVICES Liana-Denisa CIRCUMARESCU 1, G. PREDUSCA 2 1 National Authority for Management and Regulation in Communications of Romania, Dambovita County Office,

More information

QoS Routing using OLSR with Optimization for Flooding

QoS Routing using OLSR with Optimization for Flooding QoS Routing using OLSR with Optimization for Flooding 1 Suman Banik, 2 Bibhash Roy, 3 Parthi Dey, 4 Nabendu Chaki, 5 Sugata Sanyal 1 Department of Election, Govt. of Tripura, India, 2 Tripura Institute

More information

Queue Management and QoS Routing for Traffic Differentiation

Queue Management and QoS Routing for Traffic Differentiation Queue Management and QoS Routing for Traffic Differentiation Marilia Curado, Ricardo Veludo, Edmundo Monteiro Laboratory of Communications and Telematics CISUC/DEI University of Coimbra Pólo II, Pinhal

More information

Investigating Bandwidth Broker s inter-domain operation for dynamic and automatic end to end provisioning

Investigating Bandwidth Broker s inter-domain operation for dynamic and automatic end to end provisioning Investigating Bandwidth Broker s inter-domain operation for dynamic and automatic end to end provisioning Christos Bouras and Dimitris Primpas Research Academic Computer Technology Institute, N.Kazantzaki

More information

Quality of Service Monitoring and Delivery Part 01. ICT Technical Update Module

Quality of Service Monitoring and Delivery Part 01. ICT Technical Update Module Quality of Service Monitoring and Delivery Part 01 ICT Technical Update Module Presentation Outline Introduction to IP-QoS IntServ Architecture DiffServ Architecture Post Graduate Certificate in Professional

More information

Interaction of RSVP with ATM for the support of shortcut QoS VCs: extension to the multicast case

Interaction of RSVP with ATM for the support of shortcut QoS VCs: extension to the multicast case Roberto Cocca, Stefano Salsano Interaction of RSVP with ATM for the support of shortcut QoS VCs: extension to the multicast case INFOCOM Department Report 004-004-1999 University of Rome La Sapienza Abstract

More information

Achieving QOS Guarantee s over IP Networks Using Differentiated Services

Achieving QOS Guarantee s over IP Networks Using Differentiated Services Achieving QOS Guarantee s over IP Networks Using Differentiated Services NagamaniKorada¹, Tatarao vana² ¹M.Tech Student, CSE Department, Raghu Engineering College ² Assistant Professor, CSE Department,

More information

Quality of Service Mechanism for MANET using Linux Semra Gulder, Mathieu Déziel

Quality of Service Mechanism for MANET using Linux Semra Gulder, Mathieu Déziel Quality of Service Mechanism for MANET using Linux Semra Gulder, Mathieu Déziel Semra.gulder@crc.ca, mathieu.deziel@crc.ca Abstract: This paper describes a QoS mechanism suitable for Mobile Ad Hoc Networks

More information

Presentation Outline. Evolution of QoS Architectures. Quality of Service Monitoring and Delivery Part 01. ICT Technical Update Module

Presentation Outline. Evolution of QoS Architectures. Quality of Service Monitoring and Delivery Part 01. ICT Technical Update Module Quality of Service Monitoring and Delivery Part 01 ICT Technical Update Module Presentation Outline Introduction to IP-QoS IntServ Architecture DiffServ Architecture Post Graduate Certificate in Professional

More information

Basics (cont.) Characteristics of data communication technologies OSI-Model

Basics (cont.) Characteristics of data communication technologies OSI-Model 48 Basics (cont.) Characteristics of data communication technologies OSI-Model Topologies Packet switching / Circuit switching Medium Access Control (MAC) mechanisms Coding Quality of Service (QoS) 49

More information

Routing Algorithms for Supporting Resource Reservation

Routing Algorithms for Supporting Resource Reservation - Routing Algorithms for Supporting Resource Reservation Zheng Wang Jon Crowcroft Department of Computer Science, University College London London WC1 6BT, United Kingdom z.wang@cs.ucl.ac.uk, j.crowcroft@cs.ucl.ac.uk

More information

Mapping the Quality of Service over Heterogeneous Networks: a proposal about architectures and bandwidth allocation

Mapping the Quality of Service over Heterogeneous Networks: a proposal about architectures and bandwidth allocation Mapping the Quality of Service over Heterogeneous Networks: a proposal about architectures and bandwidth allocation Alessandro Garibbo Marconi Selenia S.p.a. Via di Francia, 3, 649, Genova (Italy) e-mail:

More information

Dynamic service Allocation with Protection Path

Dynamic service Allocation with Protection Path www.ijcsi.org 115 Dynamic service Allocation with Protection Path Loay Alzubaidi Department of Computer Engineering & Science, Prince Muhammad bin Fahd University AL-Khobar, Saudi Arabia Abstract Path

More information

Real-Time Protocol (RTP)

Real-Time Protocol (RTP) Real-Time Protocol (RTP) Provides standard packet format for real-time application Typically runs over UDP Specifies header fields below Payload Type: 7 bits, providing 128 possible different types of

More information

Virtual Time Reference System: A Unifying Scheduling Framework for Scalable Support of Guaranteed Services

Virtual Time Reference System: A Unifying Scheduling Framework for Scalable Support of Guaranteed Services 2684 IEEE JOURNAL ON SELECTED AREAS IN COMMUNICATIONS, VOL. 18, NO. 12, DECEMBER 2000 Virtual Time Reference System: A Unifying Scheduling Framework for Scalable Support of Guaranteed Services Zhi-Li Zhang,

More information

RSVP Petri Jäppilä Nokia Telecommunications P.O Box Nokia Group, Finland

RSVP Petri Jäppilä Nokia Telecommunications P.O Box Nokia Group, Finland RSVP Petri Jäppilä Nokia Telecommunications P.O Box 330 0004 Nokia Group, Finland Email: petri.jappila@nokia.com Abstract Resource ReSerVation Protocol, RSVP, is a protocol to provide resources reservation,

More information

CS 218- QoS Routing + CAC Fall 2003

CS 218- QoS Routing + CAC Fall 2003 CS 218- QoS Routing + CAC Fall 2003 M. Gerla et al: Resource Allocation and Admission Control Styles in QoS DiffServ Networks, QoS-IP 2001, Rome, Italy. A. Dubrovsky, M. Gerla, S. S. Lee, and D. Cavendish,Internet

More information

QoS-Aware IPTV Routing Algorithms

QoS-Aware IPTV Routing Algorithms QoS-Aware IPTV Routing Algorithms Patrick McDonagh, Philip Perry, Liam Murphy. School of Computer Science and Informatics, University College Dublin, Belfield, Dublin 4. {patrick.mcdonagh, philip.perry,

More information

Design and Implementation of a New Adaptive Algorithm for Dynamic Bandwidth Allocation

Design and Implementation of a New Adaptive Algorithm for Dynamic Bandwidth Allocation Design and Implementation of a New Adaptive Algorithm for Dynamic Bandwidth Allocation Giorgio Calarco, Carla Raffaelli D.E.I.S. - University of Bologna, Viale Risorgimento 2-4036 Bologna ITALY e-mail:

More information

The Use of Hierarchical Scheduling in the Ingress Edge Router of a DiffServ Domain

The Use of Hierarchical Scheduling in the Ingress Edge Router of a DiffServ Domain INTERNATIONAL JOURNAL OF ELECTRICAL AND ELECTRONIC SYSTEMS RESEARCH, VOL.3 JUNE 21 The Use of Hierarchical Scheduling in the Ingress Edge Router of a DiffServ Domain H. Zainol Abidin, IEEE Member, N. Md

More information

Quality of Service in Wireless Networks Based on Differentiated Services Architecture

Quality of Service in Wireless Networks Based on Differentiated Services Architecture Quality of Service in Wireless Networks Based on Differentiated Services Architecture Indu Mahadevan and Krishna M. Sivalingam 1 School of Electrical Engineering and Computer Science, Washington State

More information

QoS Mapping along the Protocol Stack: Discussion and Preliminary Results

QoS Mapping along the Protocol Stack: Discussion and Preliminary Results QoS Mapping along the Protocol Stack: Discussion and Preliminary Results Luiz A. DaSilva Bradley Department of Electrical and Computer Engineering Virginia Polytechnic Institute and State University Alexandria

More information

Network Working Group Request for Comments: 2996 Category: Standards Track November 2000

Network Working Group Request for Comments: 2996 Category: Standards Track November 2000 Network Working Group Y. Bernet Request for Comments: 2996 Microsoft Category: Standards Track November 2000 Status of this Memo Format of the RSVP DCLASS Object This document specifies an Internet standards

More information

MITIGATION OF SUBSEQUENT REQUEST PROBLEM IN PROBE BASED ADMISSION CONTROL FOR MULTICAST

MITIGATION OF SUBSEQUENT REQUEST PROBLEM IN PROBE BASED ADMISSION CONTROL FOR MULTICAST MITIGATION OF SUBSEQUENT REQUEST PROBLEM IN PROBE BASED ADMISSION CONTROL FOR MULTICAST 1 I. SATHIK ALI, 2 P. SHEIK ABDUL KHADER 1 Assoc. Prof., Dept. of Computer Applications, BSA university, Vandalur,

More information

Selection of Best Web Site by Applying COPRAS-G method Bindu Madhuri.Ch #1, Anand Chandulal.J #2, Padmaja.M #3

Selection of Best Web Site by Applying COPRAS-G method Bindu Madhuri.Ch #1, Anand Chandulal.J #2, Padmaja.M #3 Selection of Best Web Site by Applying COPRAS-G method Bindu Madhuri.Ch #1, Anand Chandulal.J #2, Padmaja.M #3 Department of Computer Science & Engineering, Gitam University, INDIA 1. binducheekati@gmail.com,

More information

PERFORMANCE ANALYSIS OF AF IN CONSIDERING LINK

PERFORMANCE ANALYSIS OF AF IN CONSIDERING LINK I.J.E.M.S., VOL.2 (3) 211: 163-171 ISSN 2229-6X PERFORMANCE ANALYSIS OF AF IN CONSIDERING LINK UTILISATION BY SIMULATION Jai Kumar and U.C. Jaiswal Department of Computer Science and Engineering, Madan

More information

Automatic Service and Protection Path Computation - A Multiplexing Approach

Automatic Service and Protection Path Computation - A Multiplexing Approach Automatic Service and Protection Path Computation - A Multiplexing Approach Loay Alzubaidi 1, Ammar El Hassan 2, Jaafar Al Ghazo 3 1 Department of Computer Engineering & Science, Prince Muhammad bin Fahd

More information

An Analysis of Constraint-based Routing in MPLS

An Analysis of Constraint-based Routing in MPLS ENSC 835-3: NETWORK PROTOCOLS AND PERFORMANCE CMPT 885-3: SPECIAL TOPICS: HIGH-PERFORMANCE NETWORKS Ljiljana Trajkovic FINAL PROJECT PRESENTATION An Analysis of Constraint-based Routing in MPLS Spring

More information

ADAPTIVE PICTURE SLICING FOR DISTORTION-BASED CLASSIFICATION OF VIDEO PACKETS

ADAPTIVE PICTURE SLICING FOR DISTORTION-BASED CLASSIFICATION OF VIDEO PACKETS ADAPTIVE PICTURE SLICING FOR DISTORTION-BASED CLASSIFICATION OF VIDEO PACKETS E. Masala, D. Quaglia, J.C. De Martin Λ Dipartimento di Automatica e Informatica/ Λ IRITI-CNR Politecnico di Torino, Italy

More information

Mapping Mechanism to Enhance QoS in IP Networks

Mapping Mechanism to Enhance QoS in IP Networks Mapping Mechanism to Enhance QoS in IP Networks by Sriharsha Karamchati, Shatrunjay Rawat, Sudhir Yarram, Guru Prakash Ramaguru in The 32nd International Conference on Information Networking (ICOIN 2018)

More information

Providing Bandwidth Guarantees with OpenFlow

Providing Bandwidth Guarantees with OpenFlow Providing Bandwidth Guarantees with OpenFlow Hedi Krishna, Niels L. M. van Adrichem, and Fernando A. Kuipers Network Architectures and Services, Delft University of Technology Mekelweg 4, 2628 CD Delft,

More information

Dynamic Fair Bandwidth Allocation for DiffServ Classes

Dynamic Fair Bandwidth Allocation for DiffServ Classes Dynamic Fair Bandwidth Allocation for DiffServ Classes Hideyuki Shimonishi Ichinoshin Maki Tutomu Murase Masayuki Murata Networking Research Labs, NEC Corporation Graduate School of Engineering Science,

More information

Network dimensioning for voice over IP

Network dimensioning for voice over IP Network dimensioning for voice over IP Tuomo Hakala Oy Datatie Ab tuomo.hakala@datatie.fi Abstract This article concentrates in the issues of network dimensioning for voice over IP (VoIP). The network

More information

Video Streaming Over the Internet

Video Streaming Over the Internet Video Streaming Over the Internet 1. Research Team Project Leader: Graduate Students: Prof. Leana Golubchik, Computer Science Department Bassem Abdouni, Adam W.-J. Lee 2. Statement of Project Goals Quality

More information

Quality Differentiation with Source Shaping and Forward Error Correction

Quality Differentiation with Source Shaping and Forward Error Correction Quality Differentiation with Source Shaping and Forward Error Correction György Dán and Viktória Fodor KTH, Royal Institute of Technology, Department of Microelectronics and Information Technology, {gyuri,viktoria}@imit.kth.se

More information

Classification and Evaluation of Constraint-Based Routing Algorithms for MPLS Traffic Engineering

Classification and Evaluation of Constraint-Based Routing Algorithms for MPLS Traffic Engineering Classification and Evaluation of Constraint-Based Routing Algorithms for MPLS Traffic Engineering GET/ENST Bretagne - Département Réseaux et Services Multimédia 2 rue de la Châtaigneraie - CS 1767-35576

More information

PARAMETERS OF OPTIMUM HIERARCHY STRUCTURE IN AHP

PARAMETERS OF OPTIMUM HIERARCHY STRUCTURE IN AHP Analytic Hierarchy 014, Washington D.C., U.S.A. PARAMETERS OF OPTIMUM HIERARCHY STRUCTURE IN AHP Stan Lipovetsky GfK Custom Research North America Mineapolis, MN, USA E-mail: stan.lipovetsky@gfk.edu ABSTRACT

More information

Some words on the analytic hierarchy process and the provided ArcGIS extension ext_ahp

Some words on the analytic hierarchy process and the provided ArcGIS extension ext_ahp Some words on the analytic hierarchy process and the provided ArcGIS extension ext_ahp Extension developed by Oswald Marinoni Technische Universität Darmstadt, Institute for Applied Geosciences, Georesources

More information

QoS Targets for IP Networks & Services: Challenges and Opportunities

QoS Targets for IP Networks & Services: Challenges and Opportunities QoS Targets for IP Networks & Services: Challenges and Opportunities Dave Mustill Performance & QoS Standards BT Group Chief Technology Office Presentation Outline Speech quality in the PSTN and beyond

More information

A QoS Network Management System for Robust and Reliable Multimedia Services

A QoS Network Management System for Robust and Reliable Multimedia Services A QoS Network Management System for Robust and Reliable Multimedia Services S. Das, K. Yamada, H. Yu, S. S. Lee, and M. Gerla Computer Science Department University of California, Los Angeles Los Angeles,

More information

Telecommunication Services Engineering Lab. Roch H. Glitho

Telecommunication Services Engineering Lab. Roch H. Glitho 1 Quality of Services 1. Terminology 2. Technologies 2 Terminology Quality of service Ability to control network performance in order to meet application and/or end-user requirements Examples of parameters

More information

Simulation of Energy Efficiency in Virtual Topology

Simulation of Energy Efficiency in Virtual Topology Simulation of Energy Efficiency in Virtual Topology 1 Nanda Kumar. S, 2 Selva Ra. P Department. of Information Technology, SRM University, Chennai, India 1 nanda6488@gmail.com, 2 selvara.p@ktr.srmuniv.ac.in

More information

HSM: A Hybrid Streaming Mechanism for Delay-tolerant Multimedia Applications Annanda Th. Rath 1 ), Saraswathi Krithivasan 2 ), Sridhar Iyer 3 )

HSM: A Hybrid Streaming Mechanism for Delay-tolerant Multimedia Applications Annanda Th. Rath 1 ), Saraswathi Krithivasan 2 ), Sridhar Iyer 3 ) HSM: A Hybrid Streaming Mechanism for Delay-tolerant Multimedia Applications Annanda Th. Rath 1 ), Saraswathi Krithivasan 2 ), Sridhar Iyer 3 ) Abstract Traditionally, Content Delivery Networks (CDNs)

More information

Selection of Defuzzification method for routing metrics in MPLS network to obtain better crisp values for link optimization

Selection of Defuzzification method for routing metrics in MPLS network to obtain better crisp values for link optimization Selection of Defuzzification method for routing metrics in MPLS network to obtain better crisp values for link optimization ARIANIT MARAJ, BESNIK SHATRI, SKENDER RUGOVA Telecommunication Department Post

More information

New Signaling approach Improving the VoIP Quality of Service in Ad hoc Network

New Signaling approach Improving the VoIP Quality of Service in Ad hoc Network New Signaling approach Improving the VoIP Quality of Service in Ad hoc Network Salma Rattal EEA&TI Laboratory Faculty of sciences and techniques Hassan 2nd University Mohammedia-Casablanca Morocco Abdelmajid

More information

Lecture 13. Quality of Service II CM0256

Lecture 13. Quality of Service II CM0256 Lecture 13 Quality of Service II CM0256 Types of QoS Best Effort Services Integrated Services -- resource reservation network resources are assigned according to the application QoS request and subject

More information

A QoS Control Method Cooperating with a Dynamic Load Balancing Mechanism

A QoS Control Method Cooperating with a Dynamic Load Balancing Mechanism A QoS Control Method Cooperating with a Dynamic Load Balancing Mechanism Akiko Okamura, Koji Nakamichi, Hitoshi Yamada and Akira Chugo Fujitsu Laboratories Ltd. 4-1-1, Kamikodanaka, Nakahara, Kawasaki,

More information

Clustering-Based Distributed Precomputation for Quality-of-Service Routing*

Clustering-Based Distributed Precomputation for Quality-of-Service Routing* Clustering-Based Distributed Precomputation for Quality-of-Service Routing* Yong Cui and Jianping Wu Department of Computer Science, Tsinghua University, Beijing, P.R.China, 100084 cy@csnet1.cs.tsinghua.edu.cn,

More information

Quality of Service in the Internet

Quality of Service in the Internet Quality of Service in the Internet Problem today: IP is packet switched, therefore no guarantees on a transmission is given (throughput, transmission delay, ): the Internet transmits data Best Effort But:

More information

Server-Based Inter-Domain QoS Routing: Cost Evaluation and Decision Enforcement 1

Server-Based Inter-Domain QoS Routing: Cost Evaluation and Decision Enforcement 1 Server-Based Inter-Domain QoS Routing: Cost Evaluation and Decision Enforcement 1 Server-Based Inter-Domain QoS Routing: Cost Evaluation and Decision Enforcement Manzoor Hashmani, Koichi Tajima, Junichiro

More information

Performance Analysis of Cell Switching Management Scheme in Wireless Packet Communications

Performance Analysis of Cell Switching Management Scheme in Wireless Packet Communications Performance Analysis of Cell Switching Management Scheme in Wireless Packet Communications Jongho Bang Sirin Tekinay Nirwan Ansari New Jersey Center for Wireless Telecommunications Department of Electrical

More information

QoS Services with Dynamic Packet State

QoS Services with Dynamic Packet State QoS Services with Dynamic Packet State Ion Stoica Carnegie Mellon University (joint work with Hui Zhang and Scott Shenker) Today s Internet Service: best-effort datagram delivery Architecture: stateless

More information

Call Admission Control in IP networks with QoS support

Call Admission Control in IP networks with QoS support Call Admission Control in IP networks with QoS support Susana Sargento, Rui Valadas and Edward Knightly Instituto de Telecomunicações, Universidade de Aveiro, P-3810 Aveiro, Portugal ECE Department, Rice

More information

Multi-Criteria Decision Making 1-AHP

Multi-Criteria Decision Making 1-AHP Multi-Criteria Decision Making 1-AHP Introduction In our complex world system, we are forced to cope with more problems than we have the resources to handle We a framework that enable us to think of complex

More information

Quality of Service in the Internet

Quality of Service in the Internet Quality of Service in the Internet Problem today: IP is packet switched, therefore no guarantees on a transmission is given (throughput, transmission delay, ): the Internet transmits data Best Effort But:

More information

DIFFERENTIATED SERVICES ENSURING QOS ON INTERNET

DIFFERENTIATED SERVICES ENSURING QOS ON INTERNET DIFFERENTIATED SERVICES ENSURING QOS ON INTERNET Pawansupreet Kaur 1, Monika Sachdeva 2 and Gurjeet Kaur 3 1 Department of Computer Engineering, SBS State Technical Campus, Ferozpur, Punjab Meens399@gmail.com

More information

Internet Service Quality: A Survey and Comparison of the IETF Approaches

Internet Service Quality: A Survey and Comparison of the IETF Approaches Internet Service Quality: A Survey and Comparison of the IETF Approaches María E. Villapol and Jonathan Billington Cooperative Research Centre for Satellite Systems University of South Australia SPRI Building,

More information

QoS Performance Analysis in Deployment of DiffServ-aware MPLS Traffic Engineering

QoS Performance Analysis in Deployment of DiffServ-aware MPLS Traffic Engineering Eighth ACIS International Conference on Software Engineering, Artificial Intelligence, Networking, and Parallel/Distributed Computing QoS Performance Analysis in Deployment of DiffServ-aware MPLS Traffic

More information

IMPROVING QUALITY OF EXPERIENCE FOR MULTIMEDIA SERVICES BY QOS ARBITRATION ON A QOE FRAMEWORK

IMPROVING QUALITY OF EXPERIENCE FOR MULTIMEDIA SERVICES BY QOS ARBITRATION ON A QOE FRAMEWORK IMPROVING QUALITY OF EXPERIENCE FOR MULTIMEDIA SERVICES BY QOS ARBITRATION ON A QOE FRAMEWORK Mario Siller and John Woods University of Essex Wivenhoe Park Colchester CO4 3SQ, UK ABSTRACT This contribution

More information

Simulation Study on the Effect of the trtcm Parameters

Simulation Study on the Effect of the trtcm Parameters Simulation Study on the Effect of the trtcm Parameters Hakyong Kim, Changmo Yoo, and Woo-Young Jung Research and Development Center Corecess Inc., Seoul, Korea hykim@ieee.org, fcmyoo and wyjungg@corecess.com

More information

An Admission Control and Deployment Optimization Algorithm for an Implemented Distributed Bandwidth Broker in a Simulation Environment

An Admission Control and Deployment Optimization Algorithm for an Implemented Distributed Bandwidth Broker in a Simulation Environment An Admission Control and Deployment Optimization Algorithm for an Implemented Distributed Bandwidth Broker in a Simulation Environment Christos Bouras and Dimitris Primpas Research Academic Computer Technology

More information