Modeling and Performance Analysis of an OGSA-based Resource Sharing Environment in NGN

Size: px
Start display at page:

Download "Modeling and Performance Analysis of an OGSA-based Resource Sharing Environment in NGN"

Transcription

1 Modeling and Performance Analysis of an OGSA-based Resource Sharing Environment in NGN Li Li, Fangchun Yang State Key Laboratory of Networking and Switching Technology Beijing University of Posts and Telecommunications P.O. Box 187, BUPT, Beijing, P.R.CHINA Abstract: - This paper researches the resource sharing problem in Next Generation Network (NGN). GRSENan OGSA-based Resource Sharing Environment in NGN is proposed which is divided into four layers: resource layer, service layer, virtual service and virtual organization layer (VSVOL) and the user/application layer. GRSEN wraps all the resources in NGN including network capability resources, service resources into grid services. With the help of VSVOL, GRSEN realizes the transparency of the access to grid service in NGN. A multiserver multiqueue (MSMQ) based scheduling system of GRSEN and a priority-based scheduling algorithm are proposed. The proposed scheduling system is modeled by Stochastic Petri Net and simulation experiments are done. The results of experiments verify that the scheduling system and algorithm can achieve the goal that scheduling service requests of GRSEN according to the priority and getting large throughput. Key-Words: - OGSA, Resource sharing, Next Generation Network, Scheduling scheme, Multiserver multiqueue, Stochastic Petri Net 1 Introduction With the convergence of the telecommunication networks and packet-switch data networks, the socalled Next-Generation Networks (NGN) [1] comes into being. How to share these resources in NGN is an important and meaningful work. There are lots of equipments and resources in NGN, including network resource, service resource, etc. With the help of open API such as Parlay/OSA API [2], the network capability in NGN can be opened to the outside third party. But there are still a lot of other kinds of resources need to be open and shared. For instance, there are many Application Servers, SCPs, and on these service nodes, running a lot of valueadded services. All these services and service nodes are important resources to be shared. Grid computing [3] is concerned with coordinated resource sharing and problem solving in dynamic, multi-institutional virtual organizations. With the evolving of Open Grid Services Architecture (OGSA), Web Services emerges as a standard interoperable technology for grid systems. According to [4], the service abstraction may be used to specify access to computational resources, storage resources, and networks, in a unified way. How the actual service is implemented is hidden from the user through the service interface. So, with the help of OGSA, we can solve the resource sharing problem in NGN. All the resources in NGN can be wrapped into the grid service. The service virtualization enables consistent NGN resource access across multiple heterogeneous platforms, and many services with the same function set are classified into one type of virtual service. Virtualization strengthens the ability to map common service semantics seamlessly onto diverse specific service implementations. When the user requests are scheduled, virtualization helps the grid system locate the most suitable actual service and resource. This paper proposes an OGSA-enabled Resource Sharing Environment in NGN (GRSEN). We put forward a multiserver multiqueue (MSMQ) based scheduling system to describe the service request selecting and dispatching on GRSEN, and propose a modeling and analysis method based on Stochastic Petri Net (SPN). We also propose a priority-based Advanced Shortest Expected Delay First scheduling algorithm (P-ASED) which makes scheduling decision according to the priorities of requests and the weighted average of the expected delay and relative queue length of service nodes. The rest of the paper is organized as follows: Section 2 describes the related work. Section 3 presents GRSEN and its scheduling system. Section 4 models the scheduling system of GRSEN using SPN and describes the scheduling policy of P- ASED algorithm. The simulation experiments are

2 discussed in Section 5. Section 6 concludes the paper. 2 Related Work Based on Grid and Web Services, Open Grid Services Architecture (OGSA) is an important progress. A basic premise of OGSA is that everything is represented by a Grid service. It defines standard mechanism for creating, naming and discovering Grid Service instances. OGSA defines the semantics of Grid Service. Its service model emphasizes the service virtualization, service integration ability and message based communication structure [4, 5]. All these have the same view with NGN service characteristics. [6] proposes a Parlay and OGSA based NGN service convergence architecture. [7] proposes a new Parlay/OSA service architecture based on OGSA, named Parlay Grid Services. These researches show that it is an interesting research direction by applying Grid related technologies to telecom. But they are mainly focuses on the service convergence study in NGN. These researches do not solve the resource sharing problem in NGN. 3 GRSEN- an OGSA based Resource Sharing Environment in NGN 3.1 Overview of GRSEN GRSEN is an OGSA-based service grid system. As shown in Fig.1, the whole architecture of GRSEN is divided into four layers: resource layer, service layer, virtual service and virtual organization layer and the user/application layer. Fig. 1. The Architecture of GRSEN Parlay/OSA gateway, Parlay Application Server (Parlay AS), SCP of Intelligent network, SIP Application Server etc. The network capability resource is the abstraction of the network capability in NGN such as the generic call control capability, multi-party call control, etc. The service resources are the value-added services running on the service node, such as Parlay AS, SCP, etc. There are other servers in the Resource Layer contains resources, such as computing resource, data resource, etc. The service layer of GRSEN wrapped the NGN resources in resource layer into grid service, and provides the NGN grid service execution environment. There are two kinds of entities in this layer: Grid Enabling Gateway (GEGW) and Gridenabled Open Service Supporting Environment (GOSSEN). GEGW is gateway converting the value-added services running on existing service nodes (Parlay AS, SCP, etc.) into grid service, so as to protect the service resource in the current network. GOSSEN is a newly proposed system in which the services in NGN are created and hosting directly in the form of grid service. GOSSEN provides the environment for the creation, running and management of the NGN grid service. Users and application access NGN grid services by the virtual service and virtual organization layer (VSVOL) which is implemented upon special portal. In GRSEN, the virtual service is a set of grid service with the same functions. Before real services are published, the corresponding virtual service is published first with the WSDL schema. In additional, the service-scheduling function is also provided at VSVOL. Now a priority-based scheduling algorithm is provided at the portal which will described in the latter parts of this paper. With VSVOL, GRSEN realizes the transparency of the access to grid service. VSVOL helps the users to search the suitable services and create a VO for its request based on policies and agreements. When the portal, which represents the user, negotiates successfully with the corresponding service node, the user request will be scheduled to it. The VO management is provided to create, manage and destroy VO for user request. Service coordination function can compose many services from various service domains for a complex user request. 3.2 Scheduling System of GRSEN In this section, we propose a MSMQ-based scheduling system in GRSEN as Fig. 2 shown. The resource layer contains the sharing resources in NGN. The resources layer entities include

3 4 SPN Modeling Fig. 2. MSMQ-based scheduling system in GRSEN. The MSMQ-based scheduling system in GRSEN is composed of multiple grid service nodes (GOSSENs or GEGWs) and Grid Scheduler. The service nodes locate possibly in different administrative domains, and each node contains a grid service server. In the scheduling system of GRSEN, service requests are classified into multiple categories and assign different priorities. In this way, GRSEN can provide differentiated QoS to different users or service requests. Specifically, the Grid Scheduler receives the incoming requests and classifies them into several categories based on their importance, for example, some requests may have more stringent real-time requirements, or some users may have paid more money for their grid services. Different categories of requests are assigned different priorities and are processed accordingly. The Grid Scheduler located in the portal acts as a first-level scheduler of GRSEN and has control on the scheduling of all incoming service requests. The Grid Scheduler provides a set of request waiting queues, one for each priority level. Service requests of the same priority level join the same waiting queue and are scheduled in a first-come-first-served (FCFS) manner. A threshold is set for each waiting queue to limit the maximum number of waiting tasks. The Grid Scheduler is firstly responsible for selecting a waiting request from the multiple queues according to a request-selecting policy. It can then dispatch requests to any node according to a request-dispatching policy. The Grid Scheduler can consider many factors in the request dispatching, such as the requirements and preferences of the users or tasks, the status of the resources, the current load of the server, the location of the resource server, etc. Each service node has a local scheduler. One of the primary differences between a Grid scheduler and a local resource scheduler is that the former does not own the local resources and does not have control over them. So there are no assumptions to the behavior of the service node scheduler. For the Grid Scheduler, a service node is just like a singlequeue singleserver system. 4.1 System Model In this section, we will model the scheduling system of GRSEN described in Section 3 using SPN [8, 9]. The following assumptions are made in our SPN modeling: 1. There are n service nodes, the i-th service node is denoted by GN i ( 1 i n). Its mean service rate is at µ i ; 2. Each service node has an internal request queue to buffer the request. There are n internal queues, the i-th queue in the i-th service node is denoted by q i. The capacity of q i is nbuffer i ; 3. The service requests are classified into m categories and assigned m priority levels accordingly. Requests of priority j are denoted by t j. Service requests t j are submitted according to the Poisson process with mean rate λ j. These requests can be processed by service node. The Grid Scheduler contains m requests queues, one for each priority level. Requests in the same waiting queue have the same priority and are executed in a FCFS manner; 4. The execution time of service requests in different waiting queues is assumed to be exponentially distributed. Fig. 3 shows the SPN model of the scheduling system of GRSEN. In this model, the rectangles denote timed transitions and the black bars denote immediate transitions. The circles denote places, and they contain tokens denoted by black dots. Tokens in the model can represent either service requests or server resources. Request queues are represented by places, and the numbers of waiting requests in the queues are represented by the marking of those places. c1 p1 d1 q1 s1 r 1 so 1 c2 p2 r2 cm pm so 2 r m f o 1 d q 2 2 s2 so m o n Fig. 3. SPN model of scheduling system in GRSEN. dn qn o 2 sn

4 The meanings of the transitions and places in Fig. 3 are described in the following ( 1 j m, 1 i n): Transitions: c j : models the arrival of requests t j at rate λ j. r j : models selecting the request t j to be dispatched. It can be associated with enabling predicate and firing probabilities. so j : models the requests filtering of the waiting queue of t j when the queue is overload. It can be associated with the enabling predicate and firing probability. d i : models dispatching requests to node GN i. It can be associated with the enabling predicate and firing probability. s i : models executing requests by service node GN i. Its mean service rate is at µ i. o i : models the requests filtering of service node GN i when overload occurs. It can be associated with the enabling predicate and firing probability. Places: p j : models the request waiting queue of requests t j in the Grid Scheduler with capacity sbuffer j. f : models the judgment function of the Grid Scheduler to determine which service node should the request be dispatched to. f makes its decision according to the enabling predicate and firing probability of d i. q i : models the request waiting queue of service node GN i with capacity nbuffer i. 4.2 Scheduling Policy Based on the scheduling system shown in Fig. 2, here we propose a priority-based Advanced Shortest Expected Delay First scheduling algorithm (P- ASED) in GRSEN. The P-ASED algorithm is composed of two steps: the first step is the priority based request selecting; the second step is request dispatching according to the weighted average of the relative queue length and the expected delay Request-selecting Policy In the request selecting step of P-ASED, requests with higher priority will be firstly selected than the requests with lower priority. As for the MSMQbased scheduling system in GRSEN, the requests in the request queue with higher priority will be selected firstly than the requests in the request queue with lower priority. The strategy of the priority-based requestselecting policy can be described in the enabling predicate and firing probability of transition r j and so j in Fig. 3. The enabling predicate of r j is y j : ( M( pj) > 0) ( k,1 k < j, M( pk) = 0). Specially, the enabling predicate of r 1 is simply M( p 1) > 0. The firing probability of r j is 1, if j R1 ( M ) Pr ( j ) = Where 0, else R1( M) = { l ( M( p l ) > 0) ( M( p k ) = 0), k,1 k < l m} Specially, the firing probability of r 1 is 1, if M ( p1 ) > 0 Pr ( 1) = 0, if M ( p1 ) = 0 The enabling predicate of so j is y j : M(p j ) sbuffer j. The firing probability of so j is 0, if Μ( p j ) < sbufferj Pso ( j ) = 1, else Request-dispatching Policy In the request dispatching step, the selected request in the request selecting step will be dispatched to the service node according to the dispatching policy. In order to promote the throughput of GRSEN, we propose a new request dispatching algorithm Advanced Shortest Expected Delay First algorithm (ASED) which is used in the request dispatching step of P-ASED. ASED makes its dispatching decision according to the Node Selection Factor (NSF) which is a weighted average of the Relative Queue Length (RQL) and the Expected Delay (ED). Based on the SPN model in Fig. 3, we give the following definitions. Definition 1. The relative queue length (RQL) of a service node is the quotient of the exact length of the waiting request queue and the capacity of the queue. The RQL of the i-th service node is M ( qi ) RQL() i =. nbufferi Definition 2. The expected delay (ED) of a service node is the exact length of the waiting request queue and the service time of one request. The ED of the i-th service node is M ( qi ) ED() i =. µ i Definition3. The Node Selection Factor (NSF) of a service node is the weighted average of the RQL and ED. Given the weight of RQL and ED is w 1 and w 2 separately, and w 1 + w 2 = 1, the NSF of the i-th service node is NSF() i = w1 * RQL() i + w2 * ED() i. The strategy of the ASED request-dispatching policy can be described in the enabling predicate and firing probability of transition d i and o i in Fig.

5 3. The enabling predicate of d i is: y :( M ( q ) < nbuffer ) ( k i, NSF( i) NSF( k)) i i i ( k i, M ( qk) = nbufferk) The firing probability of d i is 1, if i ASED( M ); pd ( ) = ASED( M ) Where i 0, else. ASED( M ) = { k NSF( k) = min( NSF(1), NSF(2),..., NSF( n)) and( M ( q ) < nbuffer )} k Definition 4. overload i nbuffer i is the upper limit of the service node GN i is not overloaded. The enabling predicate of o i is y i : M(q i ) overload i The firing probability of o i is 0, if Μ( qi) < overloadi Po ( i ) =. 1, else 5 Simulation Experiment We use the software package SPNP [10] to analyze the SPN model in Fig. 3 and the proposed P-ASED algorithm. Two experiments are designed. Experiment 1 is designed to verify the proposed model and algorithm can schedule the service requests based on the priority. Experiment 2 is designed to verify the proposed P-ASED algorithm can promote the throughput of GRSEN. We only consider a GRSEN consisting of three service nodes and the requests are assigned two priority levels. Specifically, class 1 requests are attached with a high priority and class 2 requests are attached with a low priority. The arrival rates of class1 and class 2 requests monotonically increase from 5.0 to 27.5 reqs/s, and λ 1 = λ 2. This results in a maximum combined requests rate λ = λ1+ λ2 =55 reqs/s. The selecting rate of Grid scheduler and the request filtering rate when overloaded are large enough compared to the request arrival rate. We also assume the three service nodes are heterogeneous. The parameters of the experiments are listed in Table 1. The unit of place in SPN is reqs; the unit of transition is reqs/s. Table 1. Experiments parameters table Parameter sbuffer 1 sbuffer 2 nbuffer 1 w 1 Value Parameter nbuffer 2 nbuffer 3 µ 1 µ 2 µ 3 w 2 Value k Fig. 4 plots the throughput of service requests in reqs/s as a function of the total request arrival rate. TH1 is the throughput of the class 1 requests with high priority. TH2 is the throughput of the class 2 requests with low priority. TH is the throughput of the entire system including class 1 and class 2 requests. Throughput(reqs/s) TH TH1 TH Request arrival rate(reqs/s) Fig. 4. Throughput of the P-ASED algorithm As shown in Fig. 4, the performance difference in throughput is conspicuous between the high-priority and low-priority requests. At low request arrival rates (the total arrival rate is less than 30 reqs/s), the throughput TH1, TH2 and TH are all equal to the arrival rates. As the arrival rates increases, the servers capacity is almost exhausted at around 35 reqs/s. At this point the low-priority requests start to be rejected while the high-priority requests do not experience any rejections until the very end of the experiment at 55 reqs/s. Fig. 4 shows the throughput TH2 reaches a maximum at 16 reqs/s and then continue to drop despite the increasing request rate, whereas the throughput TH1 is very well protected all the time as it appears as a straight line and always equals to the request arrival rate. From experiment 1, we can see that the proposed scheduling system and P-ASED algorithm can do schedule the service request according to the priorities. 5.2 Numerical results of Experiment 2 In order to verify the throughput promotion of P- ASED, we select the other three algorithms to make the comparison: P-SEDR, P-SQR and P-RR. The request-selecting policies of these four algorithms are all priority-based policy. And the requestdispatching policies are ASED, SEDR, SQR and RR separately [11]. Fig. 5 plots the throughput comparison of service requests in reqs/s as a function of the total request arrival rate. 5.1 Numerical results of Experiment 1

6 Throughput(reqs/s) P-ASED P-SEDR P-SQR P-RR Request arrival rate(reqs/s) Fig. 5. Throughput comparison As shown in Fig. 5, the throughput of P-ASED is always larger than any other three algorithms. At low request rates, the difference between P-ASED and P-SEDR is not much. As the requests arrival rates increases, the throughput of P-ASED gets larger and larger than that of P-SEDR. From experiment 2, we can see that the proposed P-ASED algorithm can do promote the throughput of GRSEN. 6 Conclusion In this paper, we have proposed an OGSA-enabled resource sharing environment in Next Generation Network-GRSEN. GRSEN is divided into four layers: Resource Layer, Service Layer, Virtual Service and Virtual Organization Layer and User/Application Layer. Resources in the Resource Layer are wrapped into grid services, and services can be deployed on some resources. VSVOL helps users to search the suitable services and create a VO for its request based on policies and agreements. We also propose a MSMQ based scheduling system to describe the service request selecting and dispatching of GRSEN, and propose a modeling and analysis method based on SPN. Due to the cost and resources consumed are different for difference Grid Service requests, the multiple priority queues is designed in the grid scheduler of the proposed scheduling system. We also propose a priority-based Advanced Shortest Expected Delay First scheduling algorithm (P-ASED) which is consists of two steps: the first step is request-selecting according to the priority of requests; and the second step is requestdispatching according to the weighted average of the expected delay and relative queue length of the service node. Based on the proposed SPN model, the simulation experiments verify that the proposed MSMQ-based scheduling system and the P-ASED algorithm can schedule service request according to request priority and promote the throughput of GRSEN. References: [1] A. R. Seshadri and S. Mohan, Control and management in next generation networks: challenges and opportunities, IEEE Communications Magazine, Vol.38, No.10, 2000, pp [2] A.-J.Moerdijk and L. Klostermann, Opening the networks with Parlay/OSA: standards and aspects behind the APIs, IEEE Network, Vol. 17, No.3, 2003, pp [3] I. Foster, C. Kesselman, and S. Tuecke, The Anatomy of the Grid, International Journal of Supercomputer Applications, Vol. 15, No.3, 2001, pp [4] I. Foster, C. Kesselman, J. M. Nick, and S. Tuecke, The Physiology of the Grid: An Open Grid Services Architecture for Distributed Systems Integration, Downloadable at: pdf, [5] I Foster, C. Kesselman, J. M. Nick, and S. Tuecke, Grid services for distributed system integration, IEEE Computer, Vol. 35, No.6,2002, pp [6] Zhen Liu, Jing Yang and Guo-Qing Zhang, Towards a Parlay-Grid Communication Model for NGN Service Convergence. Proceedings of IEEE GLOBECOM 2005, Nov pp [7] Shao-yang RAO and Fang-chun YANG, Parlay Grid Services: new generation service architecture based on OGSA. Journal of Beijing University of Posts and Telecommunications, Vol. 28, No.4, 2005, pp [8] T. Murata, Petri Nets: Properties, Analysis and Applications, Proceedings of the IEEE, 1989, Vol. 77, No. 4, pp [9] G. Ciardo, and K. S. Trivedi, A Decomposition Approach for Stochastic Reward Net Models, Performance Evaluation, Vol. 18, No.1, 1993, pp [10] G. Ciardo, J. Muppala, K.S. Trivedi, SPNP: stochastic Petri net package, Proceedings of the Petri nets and performance models, pp [11] Chuang Lin, Shiqiang Yang, Performance Analysis of Scheduling Schemes in Multiserver Muiltqueue Systems, ACTA ELECTRONICA SINICA, Vol. 28, No.5, 2000, pp

Integration of analytic model and simulation model for analysis on system survivability

Integration of analytic model and simulation model for analysis on system survivability 6 Integration of analytic model and simulation model for analysis on system survivability Jang Se Lee Department of Computer Engineering, Korea Maritime and Ocean University, Busan, Korea Summary The objective

More information

Performance Modeling and Analysis for Resource Scheduling in Data Grids 1

Performance Modeling and Analysis for Resource Scheduling in Data Grids 1 Performance Meling and Analysis for Resource Scheduling in Data Grids Yajuan Li Chuang Lin Quanlin Li 2 Zhiguang Shan 3 Department of Computer Science and Technology Tsinghua University Being 00084 China

More information

A Finite State Mobile Agent Computation Model

A Finite State Mobile Agent Computation Model A Finite State Mobile Agent Computation Model Yong Liu, Congfu Xu, Zhaohui Wu, Weidong Chen, and Yunhe Pan College of Computer Science, Zhejiang University Hangzhou 310027, PR China Abstract In this paper,

More information

Optimization of Multi-server Configuration for Profit Maximization using M/M/m Queuing Model

Optimization of Multi-server Configuration for Profit Maximization using M/M/m Queuing Model International Journal of Computer Sciences and Engineering Open Access Research Paper Volume-2, Issue-8 E-ISSN: 2347-2693 Optimization of Multi-server Configuration for Profit Maximization using M/M/m

More information

THE VEGA PERSONAL GRID: A LIGHTWEIGHT GRID ARCHITECTURE

THE VEGA PERSONAL GRID: A LIGHTWEIGHT GRID ARCHITECTURE THE VEGA PERSONAL GRID: A LIGHTWEIGHT GRID ARCHITECTURE Wei Li, Zhiwei Xu, Bingchen Li, Yili Gong Institute of Computing Technology of Chinese Academy of Sciences Beijing China, 100080 {zxu, liwei, libingchen,

More information

Simulating a Finite State Mobile Agent System

Simulating a Finite State Mobile Agent System Simulating a Finite State Mobile Agent System Liu Yong, Xu Congfu, Chen Yanyu, and Pan Yunhe College of Computer Science, Zhejiang University, Hangzhou 310027, P.R. China Abstract. This paper analyzes

More information

The Analysis of the Loss Rate of Information Packet of Double Queue Single Server in Bi-directional Cable TV Network

The Analysis of the Loss Rate of Information Packet of Double Queue Single Server in Bi-directional Cable TV Network Applied Mechanics and Materials Submitted: 2014-06-18 ISSN: 1662-7482, Vol. 665, pp 674-678 Accepted: 2014-07-31 doi:10.4028/www.scientific.net/amm.665.674 Online: 2014-10-01 2014 Trans Tech Publications,

More information

Simple Quality-of-Service Path First Protocol and Modeling Analysis*

Simple Quality-of-Service Path First Protocol and Modeling Analysis* Simple Quality-of-Service Path First Protocol and Modeling Analysis* Lin Shen, Mingwei Xu, Ke Xu, Yong Cui, Youjian Zhao Department of Computer Science, Tsinghua University, Beijing, P.R.China, 100084

More information

Performance Analysis of the Reactor Pattern in Network Services

Performance Analysis of the Reactor Pattern in Network Services Performance Analysis of the Reactor Pattern in Network Services Swapna Gokhale 1, Aniruddha Gokhale 2, Jeff Gray 3, Paul Vandal 1, Upsorn Praphamontripong 1 1 University of Connecticut 2 Vanderbilt University

More information

Telecommunication Services Engineering Lab. Roch H. Glitho

Telecommunication Services Engineering Lab. Roch H. Glitho 1 Introduction Signaling protocol neutral service engineering technology Service architecture applicable to NGNs using any signalling protocol Next Generation signalling protocols SIP H.323 Example already

More information

Performance analysis and overload control of an open service access (OSA) architecture

Performance analysis and overload control of an open service access (OSA) architecture Performance analysis and overload control of an open service access (OSA) architecture Jens K. Andersson *, Christian Nyberg and Maria Kihl Department of Communication Systems, Lund Institute of Technology

More information

Performance analysis and modelling of an OSA gateway

Performance analysis and modelling of an OSA gateway Performance analysis and modelling of an OSA gateway Andersson, Jens K; Nyberg, Christian; Kihl, Maria Published in: Personal Wireless Communications / Lecture Notes in Computer Science Published: 23-1-1

More information

A Distributed Media Service System Based on Globus Data-Management Technologies1

A Distributed Media Service System Based on Globus Data-Management Technologies1 A Distributed Media Service System Based on Globus Data-Management Technologies1 Xiang Yu, Shoubao Yang, and Yu Hong Dept. of Computer Science, University of Science and Technology of China, Hefei 230026,

More information

A Resource Discovery Algorithm in Mobile Grid Computing Based on IP-Paging Scheme

A Resource Discovery Algorithm in Mobile Grid Computing Based on IP-Paging Scheme A Resource Discovery Algorithm in Mobile Grid Computing Based on IP-Paging Scheme Yue Zhang 1 and Yunxia Pei 2 1 Department of Math and Computer Science Center of Network, Henan Police College, Zhengzhou,

More information

Resource Load Balancing Based on Multi-agent in ServiceBSP Model*

Resource Load Balancing Based on Multi-agent in ServiceBSP Model* Resource Load Balancing Based on Multi-agent in ServiceBSP Model* Yan Jiang 1, Weiqin Tong 1, and Wentao Zhao 2 1 School of Computer Engineering and Science, Shanghai University 2 Image Processing and

More information

Characterising Resource Management Performance in Kubernetes. Appendices.

Characterising Resource Management Performance in Kubernetes. Appendices. Characterising Resource Management Performance in Kubernetes. Appendices. Víctor Medel a, Rafael Tolosana-Calasanz a, José Ángel Bañaresa, Unai Arronategui a, Omer Rana b a Aragon Institute of Engineering

More information

Optimal Workload Allocation in Fog-Cloud Computing Toward Balanced Delay and Power Consumption

Optimal Workload Allocation in Fog-Cloud Computing Toward Balanced Delay and Power Consumption Optimal Workload Allocation in Fog-Cloud Computing Toward Balanced Delay and Power Consumption Ruilong Deng 1,4, Rongxing Lu 1, Chengzhe Lai 2, Tom H. Luan 3, and Hao Liang 4 1: Nanyang Technological University,

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

Two-Level Dynamic Load Balancing Algorithm Using Load Thresholds and Pairwise Immigration

Two-Level Dynamic Load Balancing Algorithm Using Load Thresholds and Pairwise Immigration Two-Level Dynamic Load Balancing Algorithm Using Load Thresholds and Pairwise Immigration Hojiev Sardor Qurbonboyevich Department of IT Convergence Engineering Kumoh National Institute of Technology, Daehak-ro

More information

A New Call Admission Control scheme for Real-time traffic in Wireless Networks

A New Call Admission Control scheme for Real-time traffic in Wireless Networks A New Call Admission Control scheme for Real-time traffic in Wireless Networks Maneesh Tewari and H.S. Jamadagni Center for Electronics Design and Technology, Indian Institute of Science, Bangalore, 5612

More information

Integrating Network QoS and Web QoS to Provide End-to-End QoS

Integrating Network QoS and Web QoS to Provide End-to-End QoS Integrating Network QoS and Web QoS to Provide End-to-End QoS Wang Fei Wang Wen-dong Li Yu-hong Chen Shan-zhi State Key Lab of Networking and Switching, Beijing University of Posts & Telecommunications,

More information

An Introduction to the Grid

An Introduction to the Grid 1 An Introduction to the Grid 1.1 INTRODUCTION The Grid concepts and technologies are all very new, first expressed by Foster and Kesselman in 1998 [1]. Before this, efforts to orchestrate wide-area distributed

More information

ICENI: An Open Grid Service Architecture Implemented with Jini Nathalie Furmento, William Lee, Anthony Mayer, Steven Newhouse, and John Darlington

ICENI: An Open Grid Service Architecture Implemented with Jini Nathalie Furmento, William Lee, Anthony Mayer, Steven Newhouse, and John Darlington ICENI: An Open Grid Service Architecture Implemented with Jini Nathalie Furmento, William Lee, Anthony Mayer, Steven Newhouse, and John Darlington ( Presentation by Li Zao, 01-02-2005, Univercité Claude

More information

Introduction to Grid Technology

Introduction to Grid Technology Introduction to Grid Technology B.Ramamurthy 1 Arthur C Clarke s Laws (two of many) Any sufficiently advanced technology is indistinguishable from magic." "The only way of discovering the limits of the

More information

International Conference on Advances in Mechanical Engineering and Industrial Informatics (AMEII 2015)

International Conference on Advances in Mechanical Engineering and Industrial Informatics (AMEII 2015) International Conference on Advances in Mechanical Engineering and Industrial Informatics (AMEII 2015) A Cross Traffic Estimate Model for Optical Burst Switching Networks Yujue WANG 1, Dawei NIU 2, b,

More information

WiMax-based Handovers in Next Generation Networks

WiMax-based Handovers in Next Generation Networks WiMax-based Handovers in Next Generation Networks Nadine Akkari Department of Computer Science Faculty of Computing and Information Technology King Abdulaziz University, Saudi Arabia nakkari@kau.edu.sa

More information

Dynamic Control and Optimization of Buffer Size for Short Message Transfer in GPRS/UMTS Networks *

Dynamic Control and Optimization of Buffer Size for Short Message Transfer in GPRS/UMTS Networks * Dynamic Control and Optimization of for Short Message Transfer in GPRS/UMTS Networks * Michael M. Markou and Christos G. Panayiotou Dept. of Electrical and Computer Engineering, University of Cyprus Email:

More information

PETRI NET MODELLING OF CONCURRENCY CONTROL IN DISTRIBUTED DATABASE SYSTEM

PETRI NET MODELLING OF CONCURRENCY CONTROL IN DISTRIBUTED DATABASE SYSTEM PETRI NET MODELLING OF CONCURRENCY CONTROL IN DISTRIBUTED DATABASE SYSTEM Djoko Haryono, Jimmy Tirtawangsa, Bayu Erfianto Abstract- The life time of transaction is divided into two stages: executing stage

More information

Grid Resources Search Engine based on Ontology

Grid Resources Search Engine based on Ontology based on Ontology 12 E-mail: emiao_beyond@163.com Yang Li 3 E-mail: miipl606@163.com Weiguang Xu E-mail: miipl606@163.com Jiabao Wang E-mail: miipl606@163.com Lei Song E-mail: songlei@nudt.edu.cn Jiang

More information

Performance of Cloud Computing Centers with Multiple Priority Classes

Performance of Cloud Computing Centers with Multiple Priority Classes Performance of Cloud Computing Centers with Multiple Priority Classes Wendy Ellens, Miroslav Živković, Jacob Akkerboom, Remco Litjens, Hans van den Berg Performance of Networks and Systems TNO Delft, the

More information

An authorization Framework for Grid Security using GT4

An authorization Framework for Grid Security using GT4 www.ijcsi.org 310 An authorization Framework for Grid Security using GT4 Debabrata Singh 1, Bhupendra Gupta 2,B.M.Acharya 3 4, Sarbeswar Hota S O A University, Bhubaneswar Abstract A Grid system is a Virtual

More information

Personal Grid Running at the Edge of Internet *

Personal Grid Running at the Edge of Internet * Personal Grid Running at the Edge of Internet * Bingchen Li 1, Wei Li 1, Zhiwei Xu 1 1 Institute of Computing Technology, Chinese Academy of Sciences, Beijing, 100080, China Email: {libingchen, liwei,

More information

Survey: Grid Computing and Semantic Web

Survey: Grid Computing and Semantic Web ISSN (Online): 1694-0784 ISSN (Print): 1694-0814 1 Survey: Grid Computing and Semantic Web Belén Bonilla-Morales 1, Xavier Medianero-Pasco 2 and Miguel Vargas-Lombardo 3 1, 2, 3 Technological University

More information

Description of a Lightweight Bartering Grid Architecture

Description of a Lightweight Bartering Grid Architecture Description of a Lightweight Bartering Grid Architecture Cyril Briquet and Pierre-Arnoul de Marneffe Department of Electrical Engineering & Computer Science, University of Liège, Montefiore Institute,

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

An Efficient Queuing Model for Resource Sharing in Cloud Computing

An Efficient Queuing Model for Resource Sharing in Cloud Computing The International Journal Of Engineering And Science (IJES) Volume 3 Issue 10 Pages 36-43 2014 ISSN (e): 2319 1813 ISSN (p): 2319 1805 An Efficient Queuing Model for Resource Sharing in Cloud Computing

More information

A Dynamic TDMA Protocol Utilizing Channel Sense

A Dynamic TDMA Protocol Utilizing Channel Sense International Conference on Electromechanical Control Technology and Transportation (ICECTT 2015) A Dynamic TDMA Protocol Utilizing Channel Sense ZHOU De-min 1, a, LIU Yun-jiang 2,b and LI Man 3,c 1 2

More information

Model-Driven Performance Analysis Methodology for Distributed Software Systems

Model-Driven Performance Analysis Methodology for Distributed Software Systems Model-Driven Performance Analysis Methodology for Distributed Software Systems Swapna S. Gokhale Aniruddha Gokhale Jeffrey Gray Paul Vandal Dimple Kaul, Arundhati Kogekar Yuehua Lin Dept. of CSE Dept.

More information

ON ANALYTICAL MODELING OF IMS CONFERENCING SERVER

ON ANALYTICAL MODELING OF IMS CONFERENCING SERVER ON ANALYTICAL MODELING OF IMS CONFEENCING SEVE Pavel Abaev Vitaly Beschastny Alexey Tsarev Department of Applied Probability and Informatics Peoples Friendship University of ussia Mikluho-Maklaya str.,

More information

IBM Research Report. Meeting Service Level Agreements In a Commercial Grid

IBM Research Report. Meeting Service Level Agreements In a Commercial Grid RC22650 (W0211-226) November 22, 2002 Computer Science IBM Research Report Meeting Service Level Agreements In a Commercial Grid Avraham Leff, James T. Rayfield IBM Research Division Thomas J. Watson Research

More information

Research on the Interoperability Architecture of the Digital Library Grid

Research on the Interoperability Architecture of the Digital Library Grid Research on the Interoperability Architecture of the Digital Library Grid HaoPan Department of information management, Beijing Institute of Petrochemical Technology, China, 102600 bjpanhao@163.com Abstract.

More information

CS 556 Advanced Computer Networks Spring Solutions to Midterm Test March 10, YOUR NAME: Abraham MATTA

CS 556 Advanced Computer Networks Spring Solutions to Midterm Test March 10, YOUR NAME: Abraham MATTA CS 556 Advanced Computer Networks Spring 2011 Solutions to Midterm Test March 10, 2011 YOUR NAME: Abraham MATTA This test is closed books. You are only allowed to have one sheet of notes (8.5 11 ). Please

More information

Hierarchical Agent-Based Secure and Reliable Multicast in Wireless Mesh Networks

Hierarchical Agent-Based Secure and Reliable Multicast in Wireless Mesh Networks Hierarchical Agent-Based Secure and Reliable Multicast in Wireless Mesh Networks Yinan Li, Ing-Ray Chen Abstract We propose and analyze a hierarchical agent-based secure and reliable multicast (HASRM)

More information

The Design of Supermarket Electronic Shopping Guide System Based on ZigBee Communication

The Design of Supermarket Electronic Shopping Guide System Based on ZigBee Communication The Design of Supermarket Electronic Shopping Guide System Based on ZigBee Communication Yujie Zhang, Liang Han, and Yuanyuan Zhang College of Electrical and Information Engineering, Shaanxi University

More information

Resource Sharing for QoS in Agile All Photonic Networks

Resource Sharing for QoS in Agile All Photonic Networks Resource Sharing for QoS in Agile All Photonic Networks Anton Vinokurov, Xiao Liu, Lorne G Mason Department of Electrical and Computer Engineering, McGill University, Montreal, Canada, H3A 2A7 E-mail:

More information

Sensitivity Analysis of Cloud under Transient Conditions

Sensitivity Analysis of Cloud under Transient Conditions www.ijcsi.org 256 Sensitivity Analysis of Cloud under Transient Conditions Satyanarayana.A, Dr. P. Suresh Varma 2, Dr.M.V.Rama Sundari 3, Dr.P Sarada Varma 4 Computer Science Department, Adikavi Nannaya

More information

An agent-based peer-to-peer grid computing architecture

An agent-based peer-to-peer grid computing architecture University of Wollongong Research Online Faculty of Informatics - Papers (Archive) Faculty of Engineering and Information Sciences 2005 An agent-based peer-to-peer grid computing architecture J. Tang University

More information

Delayed reservation decision in optical burst switching networks with optical buffers

Delayed reservation decision in optical burst switching networks with optical buffers Delayed reservation decision in optical burst switching networks with optical buffers G.M. Li *, Victor O.K. Li + *School of Information Engineering SHANDONG University at WEIHAI, China + Department of

More information

Toward Low Cost Workload Distribution for Integrated Green Data Centers

Toward Low Cost Workload Distribution for Integrated Green Data Centers Toward Low Cost Workload Distribution for Integrated Green Data Centers 215 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses, in any current or

More information

Chapter 5. Minimization of Average Completion Time and Waiting Time in Cloud Computing Environment

Chapter 5. Minimization of Average Completion Time and Waiting Time in Cloud Computing Environment Chapter 5 Minimization of Average Completion Time and Waiting Time in Cloud Computing Cloud computing is the use of the Internet for the tasks the users performing on their computer. Cloud computing, also

More information

International Journal of Software and Web Sciences (IJSWS) Web service Selection through QoS agent Web service

International Journal of Software and Web Sciences (IJSWS)   Web service Selection through QoS agent Web service International Association of Scientific Innovation and Research (IASIR) (An Association Unifying the Sciences, Engineering, and Applied Research) ISSN (Print): 2279-0063 ISSN (Online): 2279-0071 International

More information

Research on the Key Technologies of Geospatial Information Grid Service Workflow System

Research on the Key Technologies of Geospatial Information Grid Service Workflow System Research on the Key Technologies of Geospatial Information Grid Service Workflow System Lin Wan *, Zhong Xie, Liang Wu Faculty of Information Engineering China University of Geosciences Wuhan, China *

More information

A Fair Queuing Technique for Efficient Content Delivery Over 3G and 4 G Networks in Varying Load Condition

A Fair Queuing Technique for Efficient Content Delivery Over 3G and 4 G Networks in Varying Load Condition A Fair Queuing Technique for Efficient Content Delivery Over 3G and 4 G Networks in Varying Load Condition B.K Mishra Principal, Thakur College of Engineering and Technology Thakur Village,Kandivali (East)

More information

Contents Introduction Petri Net Toolbox at a First Glance... 4

Contents Introduction Petri Net Toolbox at a First Glance... 4 Learning about Petri Ne t Toolbox For Use with MATLAB Version 2.1 Mihaela-Hanako Matcovschi Cristian Mahulea Octavian Pastravanu 2005 Contents Contents... 2 Introduction Petri Net Toolbox at a First Glance...

More information

Delay Evaluation of OpenFlow Network Based on Queueing Model

Delay Evaluation of OpenFlow Network Based on Queueing Model Delay Evaluation of OpenFlow Network Based on Queueing Model arxiv:1608.06491v1 [cs.dc] 23 Aug 2016 Abstract As one of the most popular south-bound protocol of software-defined networking(sdn), OpenFlow

More information

Open Access Research on the Prediction Model of Material Cost Based on Data Mining

Open Access Research on the Prediction Model of Material Cost Based on Data Mining Send Orders for Reprints to reprints@benthamscience.ae 1062 The Open Mechanical Engineering Journal, 2015, 9, 1062-1066 Open Access Research on the Prediction Model of Material Cost Based on Data Mining

More information

Read Chapter 4 of Kurose-Ross

Read Chapter 4 of Kurose-Ross CSE 422 Notes, Set 4 These slides contain materials provided with the text: Computer Networking: A Top Down Approach,5th edition, by Jim Kurose and Keith Ross, Addison-Wesley, April 2009. Additional figures

More information

Integration of Network Services Interface version 2 with the JUNOS Space SDK

Integration of Network Services Interface version 2 with the JUNOS Space SDK Integration of Network Services Interface version 2 with the JUNOS Space SDK Radosław Krzywania, Michał Balcerkiewicz, Bartosz Belter Poznan Supercomputing and Networking Center, ul. Z. Noskowskiego 12/14,

More information

A Resource Discovery Algorithm in Mobile Grid Computing based on IP-paging Scheme

A Resource Discovery Algorithm in Mobile Grid Computing based on IP-paging Scheme A Resource Discovery Algorithm in Mobile Grid Computing based on IP-paging Scheme Yue Zhang, Yunxia Pei To cite this version: Yue Zhang, Yunxia Pei. A Resource Discovery Algorithm in Mobile Grid Computing

More information

Performance Modeling of Queuing Techniques for Enhance QoS Support for Uniform and Exponential VoIP & Video based Traffic Distribution

Performance Modeling of Queuing Techniques for Enhance QoS Support for Uniform and Exponential VoIP & Video based Traffic Distribution Performance Modeling of Queuing Techniques for Enhance QoS Support for Uniform and Exponential VoIP & Video based Traffic Distribution B.K Mishra Principal, Thakur College of Engineering and Technology,Thakur

More information

Performance Analysis of Integrated Voice and Data Systems Considering Different Service Distributions

Performance Analysis of Integrated Voice and Data Systems Considering Different Service Distributions Performance Analysis of Integrated Voice and Data Systems Considering Different Service Distributions Eser Gemikonakli University of Kyrenia, Kyrenia, Mersin 10, Turkey Abstract In this study, the aim

More information

A SURVEY OF VARIOUS SCHEDULING ALGORITHM IN CLOUD COMPUTING ENVIRONMENT

A SURVEY OF VARIOUS SCHEDULING ALGORITHM IN CLOUD COMPUTING ENVIRONMENT A SURVEY OF VARIOUS SCHEDULING ALGORITHM IN CLOUD COMPUTING ENVIRONMENT Pinal Salot M.E, Computer Engineering, Alpha College of Engineering, Gujarat, India, pinal.salot@gmail.com Abstract computing is

More information

Chunyan Wang Electrical and Computer Engineering Dept. National University of Singapore

Chunyan Wang Electrical and Computer Engineering Dept. National University of Singapore Chunyan Wang Electrical and Computer Engineering Dept. engp9598@nus.edu.sg A Framework of Integrating Network QoS and End System QoS Chen Khong Tham Electrical and Computer Engineering Dept. eletck@nus.edu.sg

More information

Admission Control in Time-Slotted Multihop Mobile Networks

Admission Control in Time-Slotted Multihop Mobile Networks dmission ontrol in Time-Slotted Multihop Mobile Networks Shagun Dusad and nshul Khandelwal Information Networks Laboratory Department of Electrical Engineering Indian Institute of Technology - ombay Mumbai

More information

LDAP-based IOT Object Information Management Scheme

LDAP-based IOT Object Information Management Scheme ISSN 2409-2665 Journal of Logistics, Informatics and Service Science Vol. 1 (2014) No. 1, pp. 11-22 LDAP-based IOT Object Information Management Scheme Li Hai 1*, Fan Chunxiao 1, Wu Yuexin 1, Liu Jie 1,

More information

Methods of Technical Risk Assessment in a Regional Context

Methods of Technical Risk Assessment in a Regional Context Methods of Technical Risk Assessment in a Regional Context Wolfgang Kröger, Professor and Head of former Laboratory for Safety Analysis (www.lsa.ethz.ch) Founding Rector of International Risk Governance

More information

Vortex Whitepaper. Simplifying Real-time Information Integration in Industrial Internet of Things (IIoT) Control Systems

Vortex Whitepaper. Simplifying Real-time Information Integration in Industrial Internet of Things (IIoT) Control Systems Vortex Whitepaper Simplifying Real-time Information Integration in Industrial Internet of Things (IIoT) Control Systems www.adlinktech.com 2017 Table of Contents 1. Introduction........ P 3 2. Iot and

More information

All Rights Reserved 2017 IJARCET

All Rights Reserved 2017 IJARCET END-TO-END DELAY WITH MARKOVIAN QUEUING BASED OPTIMUM ROUTE ALLOCATION FOR MANETs S. Sudha, Research Scholar Mrs. V.S.LAVANYA M.Sc(IT)., M.C.A., M.Phil., Assistant Professor, Department of Computer Science,

More information

Simulation Analysis of Linear Programming Based Load Balancing Algorithms for Routers

Simulation Analysis of Linear Programming Based Load Balancing Algorithms for Routers Simulation Analysis of Linear Programming Based Load Balancing Algorithms for Routers School of Computer Science & IT Devi Ahilya University, Indore ABSTRACT The work in this paper is the extension of

More information

QoS-aware resource allocation and load-balancing in enterprise Grids using online simulation

QoS-aware resource allocation and load-balancing in enterprise Grids using online simulation QoS-aware resource allocation and load-balancing in enterprise Grids using online simulation * Universität Karlsruhe (TH) Technical University of Catalonia (UPC) Barcelona Supercomputing Center (BSC) Samuel

More information

Modeling Systems Using Design Patterns

Modeling Systems Using Design Patterns Modeling Systems Using Design Patterns Jaroslav JAKUBÍK Slovak University of Technology Faculty of Informatics and Information Technologies Ilkovičova 3, 842 16 Bratislava, Slovakia jakubik@fiit.stuba.sk

More information

A Quality of Service Decision Model for ATM-LAN/MAN Interconnection

A Quality of Service Decision Model for ATM-LAN/MAN Interconnection A Quality of Service Decision for ATM-LAN/MAN Interconnection N. Davies, P. Francis-Cobley Department of Computer Science, University of Bristol Introduction With ATM networks now coming of age, there

More information

Modeling and Analysis to Estimate the End-System Performance Bottleneck for High-Speed Data Transfer

Modeling and Analysis to Estimate the End-System Performance Bottleneck for High-Speed Data Transfer 55 Modeling and Analysis to Estimate the End-System Performance Bottleneck for High-Speed Data Transfer Amitabha Banerjee, Biswanath Mukherjee, and Dipak Ghosal Department of Computer Science, University

More information

Framework for Preventing Deadlock : A Resource Co-allocation Issue in Grid Environment

Framework for Preventing Deadlock : A Resource Co-allocation Issue in Grid Environment Framework for Preventing Deadlock : A Resource Co-allocation Issue in Grid Environment Dr. Deepti Malhotra Department of Computer Science and Information Technology Central University of Jammu, Jammu,

More information

WEEK 5 - APPLICATION OF PETRI NETS. 4.4 Producers-consumers problem with priority

WEEK 5 - APPLICATION OF PETRI NETS. 4.4 Producers-consumers problem with priority 4.4 Producers-consumers problem with priority The net shown in Fig. 27 represents a producers-consumers system with priority, i.e., consumer A has priority over consumer B in the sense that A can consume

More information

Lecture 5: Performance Analysis I

Lecture 5: Performance Analysis I CS 6323 : Modeling and Inference Lecture 5: Performance Analysis I Prof. Gregory Provan Department of Computer Science University College Cork Slides: Based on M. Yin (Performability Analysis) Overview

More information

Interoperability and eservices

Interoperability and eservices Interoperability and eservices Aphrodite Tsalgatidou and Eleni Koutrouli Department of Informatics & Telecommunications, National & Kapodistrian University of Athens, Greece {atsalga, ekou}@di.uoa.gr Abstract.

More information

A Timer-based Session Setup Procedure in Cellular-WLAN Integrated Systems

A Timer-based Session Setup Procedure in Cellular-WLAN Integrated Systems his paper was presented as part of the Mobility Management in the Networks of the Future World (MobiWorld) Workshop at A -based Session Setup Procedure in Cellular-WLAN Integrated Systems Gwangwoo Park,

More information

Modeling and Performance Evaluation of ATM Switches

Modeling and Performance Evaluation of ATM Switches Modeling and Performance Evaluation of ATM Switches KHALIL SHIHAB Department of Computer Science, Sultan Qaboos University, P.O. Box 36, Al-Khod 123, Oman Abstract: - In this work, we present a Colored

More information

Research on Multi-service Unified Bearing Electric Power Communication Access Network Bao Feng1,a, Yang Li1, Yang Hu1, Yan Long2, Yongzhong Xie3

Research on Multi-service Unified Bearing Electric Power Communication Access Network Bao Feng1,a, Yang Li1, Yang Hu1, Yan Long2, Yongzhong Xie3 4th International Conference on Mechatronics, Materials, Chemistry and Computer Engineering (ICMMCCE 2015) Research on Multi-service Unified Bearing Electric Power Communication Access Bao Feng1,a, Yang

More information

A Call Admission Protocol for Wireless Cellular Multimedia Networks

A Call Admission Protocol for Wireless Cellular Multimedia Networks A Call Admission Protocol for Wireless Cellular Multimedia Networks Mokhtar A. Aboleaze Dept. of Computer Science and Engineering York University Toronto, ON. Canada aboelaze@cs.yorku.ca Fadi A. Aloul

More information

IBM Research Report. A Web-Services-Based Deployment Framework in Grid Computing Environment

IBM Research Report. A Web-Services-Based Deployment Framework in Grid Computing Environment RC 22470 (W0205-219) May 31, 2002 IBM Research Report A Web--Based Deployment Framework in Grid Computing Environment Zongwei Luo, Shyh-Kwei Chen, Santhosh Kumaran, Liang-Jie Zhang, Jen-Yao Chung, Henry

More information

DynaGrid: A dynamic service deployment and resource migration framework for WSRF-compliant applications

DynaGrid: A dynamic service deployment and resource migration framework for WSRF-compliant applications Parallel Computing 33 (2007) 328 338 www.elsevier.com/locate/parco DynaGrid: A dynamic service deployment and resource migration framework for WSRF-compliant applications Eun-Kyu Byun *, Jin-Soo Kim Division

More information

ANALYSIS OF A DYNAMIC LOAD BALANCING IN MULTIPROCESSOR SYSTEM

ANALYSIS OF A DYNAMIC LOAD BALANCING IN MULTIPROCESSOR SYSTEM International Journal of Computer Science Engineering and Information Technology Research (IJCSEITR) ISSN 2249-6831 Vol. 3, Issue 1, Mar 2013, 143-148 TJPRC Pvt. Ltd. ANALYSIS OF A DYNAMIC LOAD BALANCING

More information

Research on Information Integration Oriented Supply Chain of Telecom Value-added Service

Research on Information Integration Oriented Supply Chain of Telecom Value-added Service Research on Information Integration Oriented Supply Chain of Telecom Value-added Guoli Wang and Shoulian Tang Economics and Management School, Beijing University of Posts and Telecommunications, Beijing

More information

A Scheme of Dynamic Bandwidth Allocation for Switching FC-AE-1553 Network

A Scheme of Dynamic Bandwidth Allocation for Switching FC-AE-1553 Network 4th Internatio Conference on Machinery, Materials and Computing Technology (ICMMCT 2016) A Scheme of Dynamic Bandwidth Allocation for Switching FC-AE-1553 Network Shaojun WU1,3*, Liqian WANG2,Yueying ZHAN1,

More information

Introduction to GT3. Introduction to GT3. What is a Grid? A Story of Evolution. The Globus Project

Introduction to GT3. Introduction to GT3. What is a Grid? A Story of Evolution. The Globus Project Introduction to GT3 The Globus Project Argonne National Laboratory USC Information Sciences Institute Copyright (C) 2003 University of Chicago and The University of Southern California. All Rights Reserved.

More information

Adaptive Data Burst Assembly in OBS Networks

Adaptive Data Burst Assembly in OBS Networks Adaptive Data Burst Assembly in OBS Networks Mohamed A.Dawood 1, Mohamed Mahmoud 1, Moustafa H.Aly 1,2 1 Arab Academy for Science, Technology and Maritime Transport, Alexandria, Egypt 2 OSA Member muhamed.dawood@aast.edu,

More information

Performance Analysis of the Signaling Channels of OBS Switches

Performance Analysis of the Signaling Channels of OBS Switches 296 Performance Analysis of the ignaling Channels of OB witches Hulusi YAHYAGİL A.Halim ZAİM M.Ali AYDIN Ö.Can TURNA İstanbul University, Computer Engineering Department, Avcılar İstanbul, TURKEY Abstract

More information

ADAPTIVE LINK WEIGHT ASSIGNMENT AND RANDOM EARLY BLOCKING ALGORITHM FOR DYNAMIC ROUTING IN WDM NETWORKS

ADAPTIVE LINK WEIGHT ASSIGNMENT AND RANDOM EARLY BLOCKING ALGORITHM FOR DYNAMIC ROUTING IN WDM NETWORKS ADAPTIVE LINK WEIGHT ASSIGNMENT AND RANDOM EARLY BLOCKING ALGORITHM FOR DYNAMIC ROUTING IN WDM NETWORKS Ching-Lung Chang, Yan-Ying, Lee, and Steven S. W. Lee* Department of Electronic Engineering, National

More information

Security Research for Software Defined Network

Security Research for Software Defined Network , pp.87-93 http://dx.doi.org/10.14257/astl.2016.134.15 Security Research for Software Defined Network 1 Jianfei Zhou, 2 Na Liu 1 Admission and Employment Office, Chongqing Industry Polytechnic College

More information

Towards New Heterogeneous Data Stream Clustering based on Density

Towards New Heterogeneous Data Stream Clustering based on Density , pp.30-35 http://dx.doi.org/10.14257/astl.2015.83.07 Towards New Heterogeneous Data Stream Clustering based on Density Chen Jin-yin, He Hui-hao Zhejiang University of Technology, Hangzhou,310000 chenjinyin@zjut.edu.cn

More information

Enhanced SLA-Tree Algorithm to Support Incremental Tree Building

Enhanced SLA-Tree Algorithm to Support Incremental Tree Building Enhanced SLA-Tree Algorithm to Support Incremental Tree Building Rohit Gupta 1, Tushar Champaneria 2 Abstract Cloud computing is revolutionize technology which make it possible to deliver computing service

More information

Can Multiple Subchannels Improve the Delay Performance of RTS/CTS-based MAC Schemes?

Can Multiple Subchannels Improve the Delay Performance of RTS/CTS-based MAC Schemes? Can Multiple Subchannels Improve the Delay Performance of RTS/CTS-based MAC Schemes? By: Jing Deng, Yunghsiang S. Han, and Sanjeev R. Kulkarni. J. Deng, Y. S. Han, and S. R. Kulkarni, "Can Multiple Subchannels

More information

Adaptive packet scheduling for requests delay guaranties in packetswitched computer communication network

Adaptive packet scheduling for requests delay guaranties in packetswitched computer communication network Paweł Świątek Institute of Computer Science Wrocław University of Technology Wybrzeże Wyspiańskiego 27 50-370 Wrocław, Poland Email: pawel.swiatek@pwr.wroc.pl Adam Grzech Institute of Computer Science

More information

A Consumer Premises End User Interface for OSA/Parlay Applications Thabo Machethe

A Consumer Premises End User Interface for OSA/Parlay Applications Thabo Machethe A Consumer Premises End User Interface for OSA/Parlay Applications Thabo Machethe A project report submitted to the Faculty of Engineering, University of the Witwatersrand, Johannesburg, in partial fulfilment

More information

NGSON: Features, State of the Art, and Realization

NGSON: Features, State of the Art, and Realization NEXT GENERATION SERVICE OVERLAY NETWORKS (NGSON) NGSON: Features, State of the Art, and Realization Seung-Ik Lee and Shin-Gak Kang, Standards Research Center, Electronics and Telecommunications Research

More information

Improved Load Balancing in Distributed Service Architectures

Improved Load Balancing in Distributed Service Architectures Improved Load Balancing in Distributed Service Architectures LI-CHOO CHEN, JASVAN LOGESWAN, AND AZIAH ALI Faculty of Engineering, Multimedia University, 631 Cyberjaya, MALAYSIA. Abstract: - The advancement

More information

Improving Congestion Control in Data Communication Network Using Queuing Theory Model.

Improving Congestion Control in Data Communication Network Using Queuing Theory Model. IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 11, Issue 2 Ver. I (Mar. Apr. 2016), PP 49-53 www.iosrjournals.org Improving Congestion Control

More information

Transport Stratum Services in NGN: a SOA-oriented design

Transport Stratum Services in NGN: a SOA-oriented design Transport Stratum Services in NGN: a SOA-oriented design Giovanni Branca, Paolo Anedda, Luigi Atzori, Senior Member, IEEE Department of Electrical and Electronic Engineering - University of Cagliari, 09123

More information