Efficient Load Balancing in Cloud: A Practical Implementation

Size: px
Start display at page:

Download "Efficient Load Balancing in Cloud: A Practical Implementation"

Transcription

1 Efficient Load Balancing in Cloud: A Practical Implementation Shenzhen Key Laboratory of Transformation Optics and Spatial Modulation, Kuang-Chi Institute of Advanced Technology, Software Building, No. 9 Gaoxinzhong 1st Road, High- Tech Industrial Estate, Nanshan District, Shenzhen, Guangdong, P. R. China {anirban.kundu, guanxiong.xu, ruopeng.liu}@kuang-chi.org Abstract In this paper, a load balancing strategy in heterogeneous environment of a Cloud is going to be developed. It consists of several high-end servers and cluster computers. A set of Web servers is to be utilized to create the effect of Web based scenario. Load balancers are being used to control the propagation of the user oriented requests towards a specific sub-network of proposed Cloud. Exhaustive experimentations are to be exhibited in the paper to demonstrate systems' high performance. The goal of setting up the overall system network is to meet the high demand of services from the clients' devices in a concurrent manner. Experimental results have been demonstrated using proposed Cloud architecture based on space, CPU, disk, memory, and network. Test results of Windows clients are generated using freeware "Jmeter" for maximum of 2000 concurrent users. In case of Linux clients, test results are generated using freeware "ab" for maximum of 1000 concurrent users. Maximum 2000 users are used for the sake of showing the results in a concise way. Keywords: Cloud, Load Balancing, Web Server, Manager Node, Virtual Machine 1. Introduction Web server is referred to either the hardware (computer/machine) or the software (application) which is responsible for execution and delivering the Web materials accessing through the Internet [1]. Users are connected to outer world through World Wide Web (WWW). A person could fetch data from Web servers of particular organizations which are physically situated in different geographical locations within the world. Distributed computing [2] and network communication [3] are the major factors to handle this type of situations. A typical Web server is shown in Figure 1. Web server of a big organization is having number of servers for specific activities. Web pages [4] and other related documents [5] are stored in Web servers as clusters [6]. A lot of researches have been conducted in the field of Web services [7] in which Web activities are mixed with the service perspectives [8]. In case of data oriented Web activities, users' have to communicate with database servers which are situated behind the Web servers. It means users' could make queries to specific Web Search Engine, and as a result the Search Engine would communicate with the database servers to fetch datasets based on the specific users' queries. It means Web servers and database servers are very important issues in case of Web technology [9] and Web services [10]. Figure 1. Typical structure of a Web server based cluster In case of huge data related activities, communication between a number of servers is highly required in runtime. These servers typically deal with distinct phases of activities with a common goal to achieve. In this scenario, load balancing [11] concept comes into the picture for making a stable communication all along the duration of the specific users' requests. It is used to distribute a concentrated work load across a number of computers and other resources of a single network and/or International Journal of Advancements in Computing Technology(IJACT) Volume 5, Number 12, August

2 multiple networks [12]. In real-time scenario, if the computers or some other resources have workload beyond its upper threshold, then it would be dispersed among a set of the particular device to overcome a system crash due to overloading and to utilize more devices for specific activities to finish it with less time complexity [13]. Now-a-days, service oriented Web activities are popular in Web industry. It is known as Cloud. Cloud [14] means the usage of computing hardware and software based resources which are available in any geographical locations and accessible over a network such as Internet [15]. At the same time, it is not transparent to the users. Users could be able to access data storage and/or other resources of the Cloud without having knowledge of its physical locations and logical behaviors. The result of a user's query could be thrown in front of his/her desktop after executing the submitted task [16-17]. Figure 2. Typical structure of a database cluster [18] A MySQL Cluster [18-19] consists of a set of computers, known as hosts, each running one or more processes. These processes are known as nodes. These nodes are responsible for inclusion of MySQL servers to access Network Database (NDB) data, data nodes for storage of the data, one or more management servers, and other specialized data access programs. The relationship of these components in a MySQL Cluster is shown in Figure 2. All these programs work together to form a MySQL Cluster. When data is stored by the NDB storage engine, the tables and table data are stored in data nodes. Such tables are directly accessible from all other MySQL servers (SQL nodes) in the cluster. Thus, in a specific data storage application in a cluster, if one application updates any data to a MySQL server, then all other MySQL servers are also being updated based on that particular query immediately following specific scheduling strategies [20]. There are broadly three types of cluster nodes in a minimal MySQL Cluster configuration, such as Management node, Data node, and SQL node. A brief overview of these nodes are mentioned as follows: Management node - This type of node is used to manage other nodes within the particular MySQL Cluster. It is utilized to provide configuration related data, specific "start" & "stop" nodes, backup facilities, and so on. Management node is devoted to manage the configuration of other nodes. Management node should be started first before initiating other types of nodes within the cluster. Data node - This type of node is used to store cluster data. Total number of data nodes is dependent on the number of replicas, and the number of fragments. For example, four data nodes are required, if two replicas are there in the system network, and in each replica if there are two fragments. One replica is sufficient for data storage, but it does not provide redundancy. Thus, it is recommended to have 2 (or more) replicas to provide redundancy and high availability. SQL node - Cluster data is accessed using SQL nodes. In case of MySQL Cluster, an SQL node is a typical MySQL server which deals with queries. This type of node is used to designate any application which accesses MySQL Cluster data. Therefore, in this paper, an efficient load balancing technique has been shown in details along with the experimental results in practical situations. Rest of the paper is designed as follows: Section 2 describes proposed work; Section 3 depicts experimental results along with system performance and test results; Section 4 concludes the paper. 44

3 2. Proposed Work Figure 3. Proposed Framework of Cloud using Load Balancing Technique In proposed Cloud, a heterogeneous and robust network environment has been established by setting up a basic system of the databases and the servers. It is made sure that the databases and the servers within the Cloud should communicate without any error having no delays of any kind. At the same time, full-proof Cloud system having "24 X 7" online server based services has been successfully achieved. So, a number of servers is used to control each activity in the Cloud. Typically, there are several servers to be used for controlling a particular Web based activity. Similarly, database activities are also being controlled in the network using a set of servers using replication technique to avoid any type of system failure in real-time scenario. If one server fails, another server from the specific set would handle the particular case. Therefore, the overall Cloud network exhibits 100% efficiency all the time. A set of network managers are being exploited to control the load balancing of worker systems. Each worker is connected to a set of application servers which are responsible for the execution of actual user based queries. The goal of setting up a number of servers for each activity is to meet the huge demand of services from client devices at precisely the same time. It is well known that a Web server or a database server has a maximum limit based on the system configurations for processing user based queries at any time instance. So, in order to offer huge amount of responses to the particular service, more servers have been used to execute at minimal time as a balancing factor of the user requests. Manager nodes, having specific serial numbers, are connected to each other for controlling system failure. A particular manager node controls the overall distribution of user requests based on the specific applications at any particular time. All other managers at that time are in a listening state. Those managers don't react unless they receive particular error signal from the active manager. Therefore, only one manager is responsible to take decision for all the activities at any particular instance. As the active manager receives the request, it searches its mapping table to find out the specific server(s) to execute it. Initially the user does not know which server is free or busy. So, this type of generic structure is highly 45

4 required to handle and stabilize the whole system network in a balanced way. Then, manager node assigns the server(s) for the particular request/query using specific load balancing strategies. In this approach, two levels of manager nodes have been used. First level is used for general load balancing of user requests between HTTP servers and Tomcat servers. Second level of load balancing is achieved for database related queries between database servers and data nodes. Figure 3 is the pictorial representation of proposed Cloud having connections between Physical Machines, Data Storages and VM Network. VM Network consists of Web servers, MYSQL based Data Managers, MySQL based Data Servers, MySQL based Data Nodes. Virtual machine network has been utilized in the design to ease interactive operations. Related virtual machines (servers) of a particular physical machine could be easily identified using this figure. The target has been successfully achieved to handle 1000 to 2000 users' requests per second using only 3 physical machines of the high-end cluster which has 100 nodes (servers). Therefore, if all the 100 nodes are used, applying proposed methodology, then higher efficiency could be achieved. System network has been tuned as per requirements to get benefit using least number of machines. Figure 4. Storage View of Proposed Cloud Structure with SCSI Adapter and SCSI Volume (Local ATA disk) connected by Data Center Figure 4 shows the orientation of the Cloud structure mainly focused on the data storage. Data center is the hub which controls the information propagation between different nodes. Here node should be a server or data storage or SCSI device or virtual machine. If a storage system is failed to transmit data through specific path, then manager system redirects the data following another path based on runtime decision. For simplicity, only three IP addresses have been considered in this paper to show all types of activities. Interactions between separate modules for handling users' requests over Web in proposed Cloud structure are shown in Figure 5. Load balancing factor is used to balance the load on Web servers using common Internet Protocol (IP) address in Domain Name Server (DNS) of the proposed Cloud. Therefore, several Web servers (physical machines or logical machines) could be connected using the mapping between external IP address and available internal IP addresses of the Cloud. Web servers are further connected to Tomcat servers using different kinds of workers, such as, (i) load balance worker, (ii) actual worker, (iii) status worker. Load balance worker uses specific types of methods to maintain proper balance for better distribution of works among the actual workers through specific host, port 46

5 and load balance factors. Actual workers execute and control the information using specific host. Status worker shows the overall activities like a status manager of the proposed Cloud. After selection of Tomcat servers, another load balancer module selects the specific MySQL server among the list available based on the real-time load of that server. MySQL servers are connected to data nodes for handling the data transactions to store into the physical storage, or, to fetch data from the physical storage. MySQL manager is responsible to monitor the MySQL servers and MySQL data nodes for synchronization. MySQL manager nodes are connected to each other for controlling system failure. If one MySQL manager fails, then automatically the next manager would take care of the situation. In the mean time, the crashed manager could be fixed and rebooted as required. MySQL data nodes typically save data into repositories maintaining proper backup copies in different partitions of node groups as primary and/or backup replicas. Typical boot-up sequences of MySQL cluster are as follows: (i) Manager Nodes; (ii) Data Nodes; (iii) MySQL servers; Figure 5. Interactions between separate modules of proposed Cloud framework for handling users' queries Figure 6. VM Resources of Physical Machine ( ) Figure 6, Figure 7, and Figure 8 are pictorial representations of virtual resources of each considered physical machines in the cluster having specific IP addresses. Each physical machine is utilized as a set of servers of different kind. 47

6 Figure 7. VM Resources of Physical Machine ( ) Figure 8. VM Resources of Physical Machine ( ) In next section, the experimental results have been shown using proposed Cloud framework. 3. Experimental Results In this paper, experimental section deals with varieties of system parameters with different perspectives to exhibit better and suitable performance having good quality of research results. One month observation of the proposed Cloud system network has been depicted with the help of distinct graphs dealing with space, memory, usage, time, virtual machine, and physical machine. "Jmeter" and "ab" are two well known standards available in the Internet. These standards are being used to show the optimum results of the proposed Cloud System Performance Figure 9 shows the summary for the proposed data storages in terms of 'GB'. Total three data stores have been created and utilized in the proposed framework as shown in this figure. Further, Figure 10 and Figure 11 are related to CPU usage in the proposed Cloud system network. It would be possible to monitor specific CPUs in terms of '%' and/or 'MHz'. 48

7 Figure 9. Monthly Summary for proposed Data stores Figure 10. Monthly Summary of CPU (%) Usage for a Physical Server Machine in Cloud Figure 11. Monthly Summary of CPU (MHz) Usage for a Physical Server Machine in Cloud Different viewpoints of disk usage are shown in Figure 12, Figure 13, and Figure 14. Disk (KBps) usage for a physical server machine in Cloud is depicted in Figure 12. Different latencies are compared in Figure 13. Highest value of the latency is pointed out to focus on the maximum waiting time of a particular process due to queue based scheduling system. Disk usage (Number-Top 10) is another vital information for a user and also for the service provider for signifying performance during a specific period (refer Figure 14). 49

8 Figure 12. Monthly Summary of Disk (KBps) Usage for a Physical Server Machine in Cloud Figure 13. Monthly Summary of Disk (ms) Usage for a Physical Server Machine in Cloud Figure 14. Monthly Summary of Disk (Number-Top10) Usage for a Physical Server Machine in Cloud Figure 15. Monthly Summary of Memory (%) Usage for a Physical Server Machine in Cloud 50

9 Figure 16. Monthly Summary of Memory (Balloon) Usage for a Physical Server Machine in Cloud Figure 17. Monthly Summary of Memory (MBps) Usage for a Physical Server Machine in Cloud Figure 18. Monthly Summary of Network (Mbps) Usage for a Physical Server Machine in Cloud Figure 19. Space Utilization for Proposed Cloud Data stores Figure 15 shows that the maximum memory (%) usage for a physical server over a month is in between 24% to 25%. Figure 16 and Figure 17 are the representations of memory usage (balloon & MBps) for a physical server in Cloud. Memory utilization is negligible in the proposed Cloud while handling different users' requests over a specific time period. 51

10 Figure 18 is the highlight of the summary of network usage for a physical server in Cloud. Maximum 42 Mbps bandwidth is required in this case. Therefore, high bandwidth is not at all required in this load balancing approach. Figure 19 is the representation of the space utilization for the proposed Cloud data storages. Enough free spaces are available after applying load balancing. Figure 20. Virtual Machine operations within Cloud in one month Figure 20 shows the measurement of VM power on count, VM power off count, vmotion count, and storage vmotion count. Virtual machine operations within the proposed Cloud is effectively evaluated using this type of measurement Test Results Several test results have been shown in this sub-section to represent proposed Cloud superiority in different aspects. In all the graphs, the superior quality of load balancing has been demonstrated using different parameters of the Cloud system network. Figure 21. Summary Report of Jmeter Time vs. Number of Samples Figure 22. Summary Report of Jmeter Throughput per second vs. Number of Samples 52

11 Figure 21 is the graphical view between time and number of samples using "Jmeter" standard. Figure 22 shows the graph between throughput per second number of samples used in the testing. Figure 23 is the performance graph representing standard deviation and number of samples. Figure 24 and Figure 25 are the parts of aggregate reports of "Jmeter" standard. The graph using the values of median and number of samples are shown in Figure 24; whereas in Figure 25, 90% line is the major focus. Figure 23. Summary Report of Jmeter Standard Deviation vs. Number of Samples Figure 24. Aggregate Report of Jmeter Median vs. Number of Samples Figure 25. Aggregate Report of Jmeter 90% Line vs. Number of Samples "ab" benchmark tool is used in this paper to show the performance of "Apache" based Hypertext Transfer Protocol (HTTP) server. It is typically designed to show an impression of how the current Apache installation performs within servers. It shows the capability of serving number of requests per second for the Apache installation. Percentage of requests served using "ab" standard is shown in Figure 26 representing a graph of "Time" vs. "Concurrent Load". 4. Conclusion Figure 26. Percentage of requests served using "ab" standard A load balancing strategy has been proposed in heterogeneous environment of Cloud based network. Load balancers have been utilized for controlling distinct segments of the Cloud without any failure. Proposed strategy has successfully controlled propagation of user oriented requests towards a specific sub-network of Cloud network. High performance is achieved using monitoring strategy maintaining the set of computers as controllers. Users' requests have been 53

12 executed in a concurrent manner. Experimental results have been demonstrated using proposed Cloud architecture based on space, CPU, disk, memory, and network. 5. Acknowledgment The work is supported by the introduction of innovative R&D team program of Guangdong Province (No. 2011D024), Shenzhen Innovative R&D Team Program (Peacock Plan) (No. KQE A) & Shenzhen Science and Technology Plan (No. JC A). References [1] [2] A. AuYoung, B. Chun, A. Snoeren, A. Vahdat, Resource allocation in federated distributed computing infrastructures, In Proceedings of the 1st Workshop on Operating System and Architectural Support for the Ondemand IT Infrastructure (OASIS 2004), Boston, USA, October [3] Scott Pakin, The Design and Implementation of a Domain-Specific Language for Network Performance Testing, IEEE Transactions on Parallel and Distributed Systems, Vol. 18, No. 10, October [4] [5] Apostolos Antonacopoulos, Web Document Analysis: Challenges and Opportunities, World Scientific, [6] Bhuvan Urgaonkar, Prashant J. Shenoy, Sharc: Managing CPU and Network Bandwidth in Shared Clusters, IEEE Transactions on Parallel and Distributed Systems, Vol. 15, No. 1, January [7] K. Keahey, I. Foster, T. Freeman, X. Zhang, Virtual workspaces: Achieving quality of service and quality of life in the Grid, Scientific Programming, 13(4): , October [8] D. Benslimane, S. Dustdar, A. Sheth, Services Mashups: The New Generation of Web Applications, IEEE Internet Computing, 10 (5): 13 15, [9] Benjamin Eckart, Xubin He, Qishi Wu, Changsheng Xie, A Dynamic Performance-Based Flow Control Method for High-Speed Data Transfer, IEEE Transactions on Parallel and Distributed Systems, Vol. 21, No. 1, January [10] Anirban Kundu, Ruma Dutta, Debajyoti Mukhopadhyay, Generation of SMACA and its Application in Web Services, 9 th International Conference on Parallel Computing Technologies (PaCT 2007), Pereslavl-Zalessky, Russia, Lecture Notes in Computer Science, Springer-Verlag, Germany, September 3-7, [11] N. Nehra, R. Patel, Distributed parallel resource co-allocation with load balancing in grid computing, Journal of Computer Science and Network Security, [12] S. Chau, A. Wai, C. Fu, Load balancing between computing clusters, 4th Conference on Parallel and Distributed Computing Applications and Technologies, [13] V. Kun-Ming, V. Yu, C. Chou, Y. Wang, Fuzzy-based dynamic load-balancing algorithm, Journal of Information, Technology and Society, [14] Peter Wayner, Cloud versus cloud A guided tour of Amazon, Google, AppNexus and GoGrid, InfoWorld, July 21, [15] D. E. Irwin, J. S. Chase, L. E. Grit, A. R. Yumerefendi, D. Becker, K. Yocum, Sharing networked resources with brokered leases, In Proceedings of the 2006 USENIX Annual Technical Conference (USENIX 2006), Boston, USA, June [16] A. Weiss, Computing in the Clouds, NetWorker, 11(4):16-25, Dec [17] R. Buyya, C. S. Yeo, S. Venugopal, Market oriented cloud computing: Vision, hype, and reality for delivering IT services as computing utilities, In Proceedings of 10th IEEE International Conference on High Performance Computing and Communications, [18] [19] [20] Dave Dice, Ori Shalev, Nir Shavit, Transactional locking II, In Proc. International Symposium on Distributed Computing, Springer Verlag,

Manjrasoft Market Oriented Cloud Computing Platform

Manjrasoft Market Oriented Cloud Computing Platform Manjrasoft Market Oriented Cloud Computing Platform Innovative Solutions for 3D Rendering Aneka is a market oriented Cloud development and management platform with rapid application development and workload

More information

Figure 1. The cloud scales: Amazon EC2 growth [2].

Figure 1. The cloud scales: Amazon EC2 growth [2]. - Chung-Cheng Li and Kuochen Wang Department of Computer Science National Chiao Tung University Hsinchu, Taiwan 300 shinji10343@hotmail.com, kwang@cs.nctu.edu.tw Abstract One of the most important issues

More information

PERFORMANCE ANALYSIS OF PaaS CLOUD COMPUTING SYSTEM

PERFORMANCE ANALYSIS OF PaaS CLOUD COMPUTING SYSTEM PERFORMANCE ANALYSIS OF PaaS CLOUD COMPUTING SYSTEM Akmal Basha 1 Krishna Sagar 2 1 PG Student,Department of Computer Science and Engineering, Madanapalle Institute of Technology & Science, India. 2 Associate

More information

Keywords: Cloudsim, MIPS, Gridlet, Virtual machine, Data center, Simulation, SaaS, PaaS, IaaS, VM. Introduction

Keywords: Cloudsim, MIPS, Gridlet, Virtual machine, Data center, Simulation, SaaS, PaaS, IaaS, VM. Introduction Vol. 3 Issue 1, January-2014, pp: (1-5), Impact Factor: 1.252, Available online at: www.erpublications.com Performance evaluation of cloud application with constant data center configuration and variable

More information

High Performance Cluster Support for NLB on Window

High Performance Cluster Support for NLB on Window High Performance Cluster Support for NLB on Window [1]Arvind Rathi, [2] Kirti, [3] Neelam [1]M.Tech Student, Department of CSE, GITM, Gurgaon Haryana (India) arvindrathi88@gmail.com [2]Asst. Professor,

More information

Web Email DNS Peer-to-peer systems (file sharing, CDNs, cycle sharing)

Web Email DNS Peer-to-peer systems (file sharing, CDNs, cycle sharing) 1 1 Distributed Systems What are distributed systems? How would you characterize them? Components of the system are located at networked computers Cooperate to provide some service No shared memory Communication

More information

Dependency Free Distributed Database Caching for Web Applications and Web Services

Dependency Free Distributed Database Caching for Web Applications and Web Services Dependency Free Distributed Database Caching for Web Applications and Web Services Hemant Kumar Mehta School of Computer Science and IT, Devi Ahilya University Indore, India Priyesh Kanungo Patel College

More information

A Real-Time Cloud Based Model for Mass Email Delivery

A Real-Time Cloud Based Model for Mass Email Delivery A Real-Time Cloud Based Model for Mass Email Delivery Nyirabahizi Assouma, Mauricio Gomez, Seung-Bae Yang, and Eui-Nam Huh Department of Computer Engineering Kyung Hee University Suwon, South Korea {assouma,mgomez,johnhuh}@khu.ac.kr,

More information

Benchmarking the Performance of XenDesktop Virtual DeskTop Infrastructure (VDI) Platform

Benchmarking the Performance of XenDesktop Virtual DeskTop Infrastructure (VDI) Platform Benchmarking the Performance of XenDesktop Virtual DeskTop Infrastructure (VDI) Platform Shie-Yuan Wang Department of Computer Science National Chiao Tung University, Taiwan Email: shieyuan@cs.nctu.edu.tw

More information

Performance And Scalability In Oracle9i And SQL Server 2000

Performance And Scalability In Oracle9i And SQL Server 2000 Performance And Scalability In Oracle9i And SQL Server 2000 Presented By : Phathisile Sibanda Supervisor : John Ebden 1 Presentation Overview Project Objectives Motivation -Why performance & Scalability

More information

Exploiting Remote Memory Operations to Design Efficient Reconfiguration for Shared Data-Centers over InfiniBand

Exploiting Remote Memory Operations to Design Efficient Reconfiguration for Shared Data-Centers over InfiniBand Exploiting Remote Memory Operations to Design Efficient Reconfiguration for Shared Data-Centers over InfiniBand P. Balaji, K. Vaidyanathan, S. Narravula, K. Savitha, H. W. Jin D. K. Panda Network Based

More information

Auto-Scaling Model for Cloud Computing System

Auto-Scaling Model for Cloud Computing System Auto-Scaling Model for Cloud Computing System Che-Lun Hung 1*, Yu-Chen Hu 2 and Kuan-Ching Li 3 1 Dept. of Computer Science & Communication Engineering, Providence University 2 Dept. of Computer Science

More information

Objectives. Distributed Databases and Client/Server Architecture. Distributed Database. Data Fragmentation

Objectives. Distributed Databases and Client/Server Architecture. Distributed Database. Data Fragmentation Objectives Distributed Databases and Client/Server Architecture IT354 @ Peter Lo 2005 1 Understand the advantages and disadvantages of distributed databases Know the design issues involved in distributed

More information

PERFORMANCE ANALYSIS OF KERNEL-BASED VIRTUAL MACHINE

PERFORMANCE ANALYSIS OF KERNEL-BASED VIRTUAL MACHINE PERFORMANCE ANALYSIS OF KERNEL-BASED VIRTUAL MACHINE Sudha M 1, Harish G M 2, Nandan A 3, Usha J 4 1 Department of MCA, R V College of Engineering, Bangalore : 560059, India sudha.mooki@gmail.com 2 Department

More information

Group Based Load Balancing Algorithm in Cloud Computing Virtualization

Group Based Load Balancing Algorithm in Cloud Computing Virtualization Group Based Load Balancing Algorithm in Cloud Computing Virtualization Rishi Bhardwaj, 2 Sangeeta Mittal, Student, 2 Assistant Professor, Department of Computer Science, Jaypee Institute of Information

More information

A Middleware Strategy to Survive Compute Peak Loads in Cloud

A Middleware Strategy to Survive Compute Peak Loads in Cloud A Middleware Strategy to Survive Compute Peak Loads in Cloud Sasko Ristov Ss. Cyril and Methodius University Faculty of Information Sciences and Computer Engineering Skopje, Macedonia Email: sashko.ristov@finki.ukim.mk

More information

Bernie Velivis President, Performax Inc

Bernie Velivis President, Performax Inc Performax provides software load testing and performance engineering services to help our clients build, market, and deploy highly scalable applications. Bernie Velivis President, Performax Inc Load ing

More information

ENHANCED HYBRID FRAMEWORK OF RELIABILITY ANALYSIS FOR SAFETY CRITICAL NETWORK INFRASTRUCTURE

ENHANCED HYBRID FRAMEWORK OF RELIABILITY ANALYSIS FOR SAFETY CRITICAL NETWORK INFRASTRUCTURE ENHANCED HYBRID FRAMEWORK OF RELIABILITY ANALYSIS FOR SAFETY CRITICAL NETWORK INFRASTRUCTURE Chandana Priyanka G. H., Aarthi R. S., Chakaravarthi S., Selvamani K. 2 and Kannan A. 3 Department of Computer

More information

Real-Time Analysis of CDN in an Academic Institute: A Simulation Study

Real-Time Analysis of CDN in an Academic Institute: A Simulation Study Journal of Algorithms & Computational Technology Vol. 6 No. 3 483 Real-Time Analysis of CDN in an Academic Institute: A Simulation Study N. Ramachandran * and P. Sivaprakasam + *Indian Institute of Management

More information

An Introduction to Cloud Computing Concepts

An Introduction to Cloud Computing Concepts Software Engineering Competence Center TUTORIAL An Introduction to Cloud Computing Concepts Practical Steps for Using Amazon EC2 IaaS Technology Ahmed Mohamed Gamaleldin Senior R&D Engineer-SECC ahmed.gamal.eldin@itida.gov.eg

More information

The Three-level Approaches for Differentiated Service in Clustering Web Server

The Three-level Approaches for Differentiated Service in Clustering Web Server The Three-level Approaches for Differentiated Service in Clustering Web Server Myung-Sub Lee and Chang-Hyeon Park School of Computer Science and Electrical Engineering, Yeungnam University Kyungsan, Kyungbuk

More information

Big Data Mining Services and Knowledge Discovery Applications on Clouds

Big Data Mining Services and Knowledge Discovery Applications on Clouds Big Data Mining Services and Knowledge Discovery Applications on Clouds Domenico Talia DIMES, Università della Calabria & DtoK Lab Italy talia@dimes.unical.it Data Availability or Data Deluge? Some decades

More information

Manjrasoft Market Oriented Cloud Computing Platform

Manjrasoft Market Oriented Cloud Computing Platform Manjrasoft Market Oriented Cloud Computing Platform Aneka Aneka is a market oriented Cloud development and management platform with rapid application development and workload distribution capabilities.

More information

Heterogeneous Workload Consolidation for Efficient Management of Data Centers in Cloud Computing

Heterogeneous Workload Consolidation for Efficient Management of Data Centers in Cloud Computing Heterogeneous Workload Consolidation for Efficient Management of Data Centers in Cloud Computing Deep Mann ME (Software Engineering) Computer Science and Engineering Department Thapar University Patiala-147004

More information

USING VIRTUAL MACHINE REPLICATION FOR DYNAMIC CONFIGURATION OF MULTI-TIER INTERNET SERVICES

USING VIRTUAL MACHINE REPLICATION FOR DYNAMIC CONFIGURATION OF MULTI-TIER INTERNET SERVICES USING VIRTUAL MACHINE REPLICATION FOR DYNAMIC CONFIGURATION OF MULTI-TIER INTERNET SERVICES Carlos Oliveira, Vinicius Petrucci, Orlando Loques Universidade Federal Fluminense Niterói, Brazil ABSTRACT In

More information

Cloud Computing: Meet the Players. Performance Analysis of Cloud Providers

Cloud Computing: Meet the Players. Performance Analysis of Cloud Providers BASEL UNIVERSITY COMPUTER SCIENCE DEPARTMENT Cloud Computing: Meet the Players. Performance Analysis of Cloud Providers Distributed Information Systems (CS341/HS2010) Report based on D.Kassman, T.Kraska,

More information

An Experimental Study of Load Balancing of OpenNebula Open-Source Cloud Computing Platform

An Experimental Study of Load Balancing of OpenNebula Open-Source Cloud Computing Platform An Experimental Study of Load Balancing of OpenNebula Open-Source Cloud Computing Platform A B M Moniruzzaman 1, Kawser Wazed Nafi 2, Prof. Syed Akhter Hossain 1 and Prof. M. M. A. Hashem 1 Department

More information

PipeCloud : Using Causality to Overcome Speed-of-Light Delays in Cloud-Based Disaster Recovery. Razvan Ghitulete Vrije Universiteit

PipeCloud : Using Causality to Overcome Speed-of-Light Delays in Cloud-Based Disaster Recovery. Razvan Ghitulete Vrije Universiteit PipeCloud : Using Causality to Overcome Speed-of-Light Delays in Cloud-Based Disaster Recovery Razvan Ghitulete Vrije Universiteit Introduction /introduction Ubiquity: the final frontier Internet needs

More information

Grid Computing Vs. Cloud Computing

Grid Computing Vs. Cloud Computing International Journal of Information and Computation Technology. ISSN 0974-2239 Volume 3, Number 6 (2013), pp. 577-582 International Research Publications House http://www. irphouse.com /ijict.htm Grid

More information

Network-Aware Scheduling of MapReduce Framework on Distributed Clusters over High Speed Networks

Network-Aware Scheduling of MapReduce Framework on Distributed Clusters over High Speed Networks Network-Aware Scheduling of MapReduce Framework on Distributed Clusters over High Speed Networks Praveenkumar Kondikoppa, Chui-Hui Chiu, Cheng Cui, Lin Xue and Seung-Jong Park Department of Computer Science,

More information

Performance Analysis of Web based Applications on Single and Multi Core Servers

Performance Analysis of Web based Applications on Single and Multi Core Servers Performance Analysis of Web based Applications on Single and Multi Core Servers Gitika Khare, Diptikant Pathy, Alpana Rajan, Alok Jain, Anil Rawat Raja Ramanna Centre for Advanced Technology Department

More information

EWeb: Highly Scalable Client Transparent Fault Tolerant System for Cloud based Web Applications

EWeb: Highly Scalable Client Transparent Fault Tolerant System for Cloud based Web Applications ECE6102 Dependable Distribute Systems, Fall2010 EWeb: Highly Scalable Client Transparent Fault Tolerant System for Cloud based Web Applications Deepal Jayasinghe, Hyojun Kim, Mohammad M. Hossain, Ali Payani

More information

- An Essential Building Block for Stable and Reliable Compute Clusters

- An Essential Building Block for Stable and Reliable Compute Clusters Ferdinand Geier ParTec Cluster Competence Center GmbH, V. 1.4, March 2005 Cluster Middleware - An Essential Building Block for Stable and Reliable Compute Clusters Contents: Compute Clusters a Real Alternative

More information

SLA Driven Load Balancing For Web Applications in Cloud Computing Environment

SLA Driven Load Balancing For Web Applications in Cloud Computing Environment SLA Driven Load Balancing For Web Applications in Cloud Computing Environment More Amar amarmore2006@gmail.com Kulkarni Anurag anurag.kulkarni@yahoo.com Kolhe Rakesh rakeshkolhe139@gmail.com Kothari Rupesh

More information

An Efficient Use of Virtualization in Grid/Cloud Environments. Supervised by: Elisa Heymann Miquel A. Senar

An Efficient Use of Virtualization in Grid/Cloud Environments. Supervised by: Elisa Heymann Miquel A. Senar An Efficient Use of Virtualization in Grid/Cloud Environments. Arindam Choudhury Supervised by: Elisa Heymann Miquel A. Senar Index Introduction Motivation Objective State of Art Proposed Solution Experimentations

More information

@IJMTER-2015, All rights Reserved 355

@IJMTER-2015, All rights Reserved 355 e-issn: 2349-9745 p-issn: 2393-8161 Scientific Journal Impact Factor (SJIF): 1.711 International Journal of Modern Trends in Engineering and Research www.ijmter.com A Model for load balancing for the Public

More information

Rackspace Cloud Databases and Container-based Virtualization

Rackspace Cloud Databases and Container-based Virtualization Rackspace Cloud Databases and Container-based Virtualization August 2012 J.R. Arredondo @jrarredondo Page 1 of 6 INTRODUCTION When Rackspace set out to build the Cloud Databases product, we asked many

More information

CloudAnalyst: A CloudSim-based Visual Modeller for Analysing Cloud Computing Environments and Applications

CloudAnalyst: A CloudSim-based Visual Modeller for Analysing Cloud Computing Environments and Applications CloudAnalyst: A CloudSim-based Visual Modeller for Analysing Cloud Computing Environments and Applications Bhathiya Wickremasinghe 1, Rodrigo N. Calheiros 2, and Rajkumar Buyya 1 1 The Cloud Computing

More information

Chapter 19 Cloud Computing for Multimedia Services

Chapter 19 Cloud Computing for Multimedia Services Chapter 19 Cloud Computing for Multimedia Services 19.1 Cloud Computing Overview 19.2 Multimedia Cloud Computing 19.3 Cloud-Assisted Media Sharing 19.4 Computation Offloading for Multimedia Services 19.5

More information

High Availability Design Patterns

High Availability Design Patterns High Availability Design Patterns Kanwardeep Singh Ahluwalia 81-A, Punjabi Bagh, Patiala 147001 India kanwardeep@gmail.com +91 98110 16337 Atul Jain 135, Rishabh Vihar Delhi 110092 India jain.atul@wipro.com

More information

Dynamic Resource allocation in Cloud

Dynamic Resource allocation in Cloud Dynamic Resource allocation in Cloud ABSTRACT: Cloud computing allows business customers to scale up and down their resource usage based on needs. Many of the touted gains in the cloud model come from

More information

Keywords Distributed Computing, On Demand Resources, Cloud Computing, Virtualization, Server Consolidation, Load Balancing

Keywords Distributed Computing, On Demand Resources, Cloud Computing, Virtualization, Server Consolidation, Load Balancing Volume 5, Issue 1, January 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Survey on Load

More information

Market Oriented and Service Oriented Architecture of Cloud Storage

Market Oriented and Service Oriented Architecture of Cloud Storage Market Oriented and Service Oriented Architecture of Cloud Storage Ashwani Kumar, Arjun Singh and Sunita Sirohi GIMT, Kanipla, Kurukshetra e-mail: ashwani30goel@gmail.com, singh_arjun172007@rediffmail.com

More information

Chapter 7. Using Hadoop Cluster and MapReduce

Chapter 7. Using Hadoop Cluster and MapReduce Chapter 7 Using Hadoop Cluster and MapReduce Modeling and Prototyping of RMS for QoS Oriented Grid Page 152 7. Using Hadoop Cluster and MapReduce for Big Data Problems The size of the databases used in

More information

Performance Characteristics of VMFS and RDM VMware ESX Server 3.0.1

Performance Characteristics of VMFS and RDM VMware ESX Server 3.0.1 Performance Study Performance Characteristics of and RDM VMware ESX Server 3.0.1 VMware ESX Server offers three choices for managing disk access in a virtual machine VMware Virtual Machine File System

More information

Affinity Aware VM Colocation Mechanism for Cloud

Affinity Aware VM Colocation Mechanism for Cloud Affinity Aware VM Colocation Mechanism for Cloud Nilesh Pachorkar 1* and Rajesh Ingle 2 Received: 24-December-2014; Revised: 12-January-2015; Accepted: 12-January-2015 2014 ACCENTS Abstract The most of

More information

Network Performance Between Geo-Isolated Data Centers. Testing Trans-Atlantic and Intra-European Network Performance between Cloud Service Providers

Network Performance Between Geo-Isolated Data Centers. Testing Trans-Atlantic and Intra-European Network Performance between Cloud Service Providers Network Performance Between Geo-Isolated Data Centers Testing Trans-Atlantic and Intra-European Network Performance between Cloud Service Providers Published on 4/1/2015 Network Performance Between Geo-Isolated

More information

ABSTRACT. KEYWORDS: Cloud Computing, Load Balancing, Scheduling Algorithms, FCFS, Group-Based Scheduling Algorithm

ABSTRACT. KEYWORDS: Cloud Computing, Load Balancing, Scheduling Algorithms, FCFS, Group-Based Scheduling Algorithm A REVIEW OF THE LOAD BALANCING TECHNIQUES AT CLOUD SERVER Kiran Bala, Sahil Vashist, Rajwinder Singh, Gagandeep Singh Department of Computer Science & Engineering, Chandigarh Engineering College, Landran(Pb),

More information

1.0 Hardware Requirements:

1.0 Hardware Requirements: 01 - ServiceDesk Plus - Best Practices We appreciate you choosing ServiceDesk Plus for your organization to deliver world-class IT services. Before installing the product, take a few minutes to go through

More information

Efficient Data Management Support for Virtualized Service Providers

Efficient Data Management Support for Virtualized Service Providers Efficient Data Management Support for Virtualized Service Providers Íñigo Goiri, Ferran Julià and Jordi Guitart Barcelona Supercomputing Center - Technical University of Catalonia Jordi Girona 31, 834

More information

Case Study - I. Industry: Social Networking Website Technology : J2EE AJAX, Spring, MySQL, Weblogic, Windows Server 2008.

Case Study - I. Industry: Social Networking Website Technology : J2EE AJAX, Spring, MySQL, Weblogic, Windows Server 2008. Case Study - I Industry: Social Networking Website Technology : J2EE AJAX, Spring, MySQL, Weblogic, Windows Server 2008 Challenges The scalability of the database servers to execute batch processes under

More information

How To Model A System

How To Model A System Web Applications Engineering: Performance Analysis: Operational Laws Service Oriented Computing Group, CSE, UNSW Week 11 Material in these Lecture Notes is derived from: Performance by Design: Computer

More information

The International Journal Of Science & Technoledge (ISSN 2321 919X) www.theijst.com

The International Journal Of Science & Technoledge (ISSN 2321 919X) www.theijst.com THE INTERNATIONAL JOURNAL OF SCIENCE & TECHNOLEDGE Efficient Parallel Processing on Public Cloud Servers using Load Balancing Manjunath K. C. M.Tech IV Sem, Department of CSE, SEA College of Engineering

More information

EC2 Performance Analysis for Resource Provisioning of Service-Oriented Applications

EC2 Performance Analysis for Resource Provisioning of Service-Oriented Applications EC2 Performance Analysis for Resource Provisioning of Service-Oriented Applications Jiang Dejun 1,2 Guillaume Pierre 1 Chi-Hung Chi 2 1 VU University Amsterdam 2 Tsinghua University Beijing Abstract. Cloud

More information

An Implementation of Load Balancing Policy for Virtual Machines Associated With a Data Center

An Implementation of Load Balancing Policy for Virtual Machines Associated With a Data Center An Implementation of Load Balancing Policy for Virtual Machines Associated With a Data Center B.SANTHOSH KUMAR Assistant Professor, Department Of Computer Science, G.Pulla Reddy Engineering College. Kurnool-518007,

More information

Multi-level Metadata Management Scheme for Cloud Storage System

Multi-level Metadata Management Scheme for Cloud Storage System , pp.231-240 http://dx.doi.org/10.14257/ijmue.2014.9.1.22 Multi-level Metadata Management Scheme for Cloud Storage System Jin San Kong 1, Min Ja Kim 2, Wan Yeon Lee 3, Chuck Yoo 2 and Young Woong Ko 1

More information

Cloud Infrastructure Planning. Chapter Six

Cloud Infrastructure Planning. Chapter Six Cloud Infrastructure Planning Chapter Six Topics Key to successful cloud service adoption is an understanding of underlying infrastructure. Topics Understanding cloud networks Leveraging automation and

More information

be architected pool of servers reliability and

be architected pool of servers reliability and TECHNICAL WHITE PAPER GRIDSCALE DATABASE VIRTUALIZATION SOFTWARE FOR MICROSOFT SQL SERVER Typical enterprise applications are heavily reliant on the availability of data. Standard architectures of enterprise

More information

A Survey on Load Balancing and Scheduling in Cloud Computing

A Survey on Load Balancing and Scheduling in Cloud Computing IJIRST International Journal for Innovative Research in Science & Technology Volume 1 Issue 7 December 2014 ISSN (online): 2349-6010 A Survey on Load Balancing and Scheduling in Cloud Computing Niraj Patel

More information

CiteSeer x in the Cloud

CiteSeer x in the Cloud Published in the 2nd USENIX Workshop on Hot Topics in Cloud Computing 2010 CiteSeer x in the Cloud Pradeep B. Teregowda Pennsylvania State University C. Lee Giles Pennsylvania State University Bhuvan Urgaonkar

More information

MEASURING WORKLOAD PERFORMANCE IS THE INFRASTRUCTURE A PROBLEM?

MEASURING WORKLOAD PERFORMANCE IS THE INFRASTRUCTURE A PROBLEM? MEASURING WORKLOAD PERFORMANCE IS THE INFRASTRUCTURE A PROBLEM? Ashutosh Shinde Performance Architect ashutosh_shinde@hotmail.com Validating if the workload generated by the load generating tools is applied

More information

VMWARE WHITE PAPER 1

VMWARE WHITE PAPER 1 1 VMWARE WHITE PAPER Introduction This paper outlines the considerations that affect network throughput. The paper examines the applications deployed on top of a virtual infrastructure and discusses the

More information

The Key Technology Research of Virtual Laboratory based On Cloud Computing Ling Zhang

The Key Technology Research of Virtual Laboratory based On Cloud Computing Ling Zhang International Conference on Advances in Mechanical Engineering and Industrial Informatics (AMEII 2015) The Key Technology Research of Virtual Laboratory based On Cloud Computing Ling Zhang Nanjing Communications

More information

Optimization of Cluster Web Server Scheduling from Site Access Statistics

Optimization of Cluster Web Server Scheduling from Site Access Statistics Optimization of Cluster Web Server Scheduling from Site Access Statistics Nartpong Ampornaramveth, Surasak Sanguanpong Faculty of Computer Engineering, Kasetsart University, Bangkhen Bangkok, Thailand

More information

IaaS Cloud Architectures: Virtualized Data Centers to Federated Cloud Infrastructures

IaaS Cloud Architectures: Virtualized Data Centers to Federated Cloud Infrastructures IaaS Cloud Architectures: Virtualized Data Centers to Federated Cloud Infrastructures Dr. Sanjay P. Ahuja, Ph.D. 2010-14 FIS Distinguished Professor of Computer Science School of Computing, UNF Introduction

More information

Optimal Service Pricing for a Cloud Cache

Optimal Service Pricing for a Cloud Cache Optimal Service Pricing for a Cloud Cache K.SRAVANTHI Department of Computer Science & Engineering (M.Tech.) Sindura College of Engineering and Technology Ramagundam,Telangana G.LAKSHMI Asst. Professor,

More information

Configuration Management of Massively Scalable Systems

Configuration Management of Massively Scalable Systems 1 KKIO 2005 Configuration Management of Massively Scalable Systems Configuration Management of Massively Scalable Systems Marcin Jarząb, Krzysztof Zieliński, Jacek Kosiński SUN Center of Excelence Department

More information

Real Time Network Server Monitoring using Smartphone with Dynamic Load Balancing

Real Time Network Server Monitoring using Smartphone with Dynamic Load Balancing www.ijcsi.org 227 Real Time Network Server Monitoring using Smartphone with Dynamic Load Balancing Dhuha Basheer Abdullah 1, Zeena Abdulgafar Thanoon 2, 1 Computer Science Department, Mosul University,

More information

Parallels Plesk Automation

Parallels Plesk Automation Parallels Plesk Automation Contents Compact Configuration: Linux Shared Hosting 3 Compact Configuration: Mixed Linux and Windows Shared Hosting 4 Medium Size Configuration: Mixed Linux and Windows Shared

More information

Cisco Application Networking for Citrix Presentation Server

Cisco Application Networking for Citrix Presentation Server Cisco Application Networking for Citrix Presentation Server Faster Site Navigation, Less Bandwidth and Server Processing, and Greater Availability for Global Deployments What You Will Learn To address

More information

DELL s Oracle Database Advisor

DELL s Oracle Database Advisor DELL s Oracle Database Advisor Underlying Methodology A Dell Technical White Paper Database Solutions Engineering By Roger Lopez Phani MV Dell Product Group January 2010 THIS WHITE PAPER IS FOR INFORMATIONAL

More information

ZEN NETWORKS 3300 PERFORMANCE BENCHMARK SOFINTEL IT ENGINEERING, S.L.

ZEN NETWORKS 3300 PERFORMANCE BENCHMARK SOFINTEL IT ENGINEERING, S.L. ZEN NETWORKS 3300 SOFINTEL IT ENGINEERING, S.L. MAY 2014 Table of Contents 1 Benchmark scenario... 3 2 Benchmark cases... 4 2.1 HTTP Profile with HTTPS Offload Listener, 1k key ssl certificate with RC4-SHA

More information

Efficient Data Replication Scheme based on Hadoop Distributed File System

Efficient Data Replication Scheme based on Hadoop Distributed File System , pp. 177-186 http://dx.doi.org/10.14257/ijseia.2015.9.12.16 Efficient Data Replication Scheme based on Hadoop Distributed File System Jungha Lee 1, Jaehwa Chung 2 and Daewon Lee 3* 1 Division of Supercomputing,

More information

Dynamic Resource management with VM layer and Resource prediction algorithms in Cloud Architecture

Dynamic Resource management with VM layer and Resource prediction algorithms in Cloud Architecture Dynamic Resource management with VM layer and Resource prediction algorithms in Cloud Architecture 1 Shaik Fayaz, 2 Dr.V.N.Srinivasu, 3 Tata Venkateswarlu #1 M.Tech (CSE) from P.N.C & Vijai Institute of

More information

Load Balancing using DWARR Algorithm in Cloud Computing

Load Balancing using DWARR Algorithm in Cloud Computing IJIRST International Journal for Innovative Research in Science & Technology Volume 1 Issue 12 May 2015 ISSN (online): 2349-6010 Load Balancing using DWARR Algorithm in Cloud Computing Niraj Patel PG Student

More information

A REVIEW PAPER ON THE HADOOP DISTRIBUTED FILE SYSTEM

A REVIEW PAPER ON THE HADOOP DISTRIBUTED FILE SYSTEM A REVIEW PAPER ON THE HADOOP DISTRIBUTED FILE SYSTEM Sneha D.Borkar 1, Prof.Chaitali S.Surtakar 2 Student of B.E., Information Technology, J.D.I.E.T, sborkar95@gmail.com Assistant Professor, Information

More information

White Paper. Cloud Native Advantage: Multi-Tenant, Shared Container PaaS. http://wso2.com Version 1.1 (June 19, 2012)

White Paper. Cloud Native Advantage: Multi-Tenant, Shared Container PaaS. http://wso2.com Version 1.1 (June 19, 2012) Cloud Native Advantage: Multi-Tenant, Shared Container PaaS Version 1.1 (June 19, 2012) Table of Contents PaaS Container Partitioning Strategies... 03 Container Tenancy... 04 Multi-tenant Shared Container...

More information

XMPP A Perfect Protocol for the New Era of Volunteer Cloud Computing

XMPP A Perfect Protocol for the New Era of Volunteer Cloud Computing International Journal of Computational Engineering Research Vol, 03 Issue, 10 XMPP A Perfect Protocol for the New Era of Volunteer Cloud Computing Kamlesh Lakhwani 1, Ruchika Saini 1 1 (Dept. of Computer

More information

Performance Tuning and Optimizing SQL Databases 2016

Performance Tuning and Optimizing SQL Databases 2016 Performance Tuning and Optimizing SQL Databases 2016 http://www.homnick.com marketing@homnick.com +1.561.988.0567 Boca Raton, Fl USA About this course This four-day instructor-led course provides students

More information

CA ARCserve and CA XOsoft r12.5 Best Practices for protecting Microsoft SQL Server

CA ARCserve and CA XOsoft r12.5 Best Practices for protecting Microsoft SQL Server CA RECOVERY MANAGEMENT R12.5 BEST PRACTICE CA ARCserve and CA XOsoft r12.5 Best Practices for protecting Microsoft SQL Server Overview Benefits The CA Advantage The CA ARCserve Backup Support and Engineering

More information

Investor Newsletter. Storage Made Easy Cloud Appliance High Availability Options WHAT IS THE CLOUD APPLIANCE?

Investor Newsletter. Storage Made Easy Cloud Appliance High Availability Options WHAT IS THE CLOUD APPLIANCE? Investor Newsletter Storage Made Easy Cloud Appliance High Availability Options WHAT IS THE CLOUD APPLIANCE? The SME Cloud Appliance is a software platform that enables companies to enhance their existing

More information

How To Monitor A Server With Zabbix

How To Monitor A Server With Zabbix & JavaEE Platform Monitoring A Good Match? Company Facts Jesta Digital is a leading global provider of next generation entertainment content and services for the digital consumer. subsidiary of Jesta Group,

More information

ACHIEVING 100% UPTIME WITH A CLOUD-BASED CONTACT CENTER

ACHIEVING 100% UPTIME WITH A CLOUD-BASED CONTACT CENTER ACHIEVING 100% UPTIME WITH A CLOUD-BASED CONTACT CENTER Content: Introduction What is Redundancy? Defining a Hosted Contact Center V-TAG Distribution Levels of Redundancy Conclusion Fault Tolerance Scalability

More information

Exploring Oracle E-Business Suite Load Balancing Options. Venkat Perumal IT Convergence

Exploring Oracle E-Business Suite Load Balancing Options. Venkat Perumal IT Convergence Exploring Oracle E-Business Suite Load Balancing Options Venkat Perumal IT Convergence Objectives Overview of 11i load balancing techniques Load balancing architecture Scenarios to implement Load Balancing

More information

COMLINK Cloud Technical Specification Guide DEDICATED SERVER

COMLINK Cloud Technical Specification Guide DEDICATED SERVER COMLINK Cloud Technical Specification Guide DEDICATED SERVER Updated June 13, 2014 *Subject to Change* Table of Contents 1 Overview of Cloud Dedicated Server 2 Why Choose Dedicated Servers? 2-4 Features

More information

GUEST OPERATING SYSTEM BASED PERFORMANCE COMPARISON OF VMWARE AND XEN HYPERVISOR

GUEST OPERATING SYSTEM BASED PERFORMANCE COMPARISON OF VMWARE AND XEN HYPERVISOR GUEST OPERATING SYSTEM BASED PERFORMANCE COMPARISON OF VMWARE AND XEN HYPERVISOR ANKIT KUMAR, SAVITA SHIWANI 1 M. Tech Scholar, Software Engineering, Suresh Gyan Vihar University, Rajasthan, India, Email:

More information

Introduction to Big Data Training

Introduction to Big Data Training Introduction to Big Data Training The quickest way to be introduce with NOSQL/BIG DATA offerings Learn and experience Big Data Solutions including Hadoop HDFS, Map Reduce, NoSQL DBs: Document Based DB

More information

Fair Scheduling Algorithm with Dynamic Load Balancing Using In Grid Computing

Fair Scheduling Algorithm with Dynamic Load Balancing Using In Grid Computing Research Inventy: International Journal Of Engineering And Science Vol.2, Issue 10 (April 2013), Pp 53-57 Issn(e): 2278-4721, Issn(p):2319-6483, Www.Researchinventy.Com Fair Scheduling Algorithm with Dynamic

More information

DEDICATED MANAGED SERVER PROGRAM

DEDICATED MANAGED SERVER PROGRAM DEDICATED MANAGED SERVER PROGRAM At Dynamic, we understand the broad spectrum of issues that come with purchasing and managing your own hardware and connectivity. They can become costly and labor intensive

More information

A Survey Study on Monitoring Service for Grid

A Survey Study on Monitoring Service for Grid A Survey Study on Monitoring Service for Grid Erkang You erkyou@indiana.edu ABSTRACT Grid is a distributed system that integrates heterogeneous systems into a single transparent computer, aiming to provide

More information

Software-Defined Networks Powered by VellOS

Software-Defined Networks Powered by VellOS WHITE PAPER Software-Defined Networks Powered by VellOS Agile, Flexible Networking for Distributed Applications Vello s SDN enables a low-latency, programmable solution resulting in a faster and more flexible

More information

A Load Balancing Algorithm based on the Variation Trend of Entropy in Homogeneous Cluster

A Load Balancing Algorithm based on the Variation Trend of Entropy in Homogeneous Cluster , pp.11-20 http://dx.doi.org/10.14257/ ijgdc.2014.7.2.02 A Load Balancing Algorithm based on the Variation Trend of Entropy in Homogeneous Cluster Kehe Wu 1, Long Chen 2, Shichao Ye 2 and Yi Li 2 1 Beijing

More information

ZEN LOAD BALANCER EE v3.02 DATASHEET The Load Balancing made easy

ZEN LOAD BALANCER EE v3.02 DATASHEET The Load Balancing made easy ZEN LOAD BALANCER EE v3.02 DATASHEET The Load Balancing made easy OVERVIEW The global communication and the continuous growth of services provided through the Internet or local infrastructure require to

More information

ZEN LOAD BALANCER EE v3.04 DATASHEET The Load Balancing made easy

ZEN LOAD BALANCER EE v3.04 DATASHEET The Load Balancing made easy ZEN LOAD BALANCER EE v3.04 DATASHEET The Load Balancing made easy OVERVIEW The global communication and the continuous growth of services provided through the Internet or local infrastructure require to

More information

Liferay Portal Performance. Benchmark Study of Liferay Portal Enterprise Edition

Liferay Portal Performance. Benchmark Study of Liferay Portal Enterprise Edition Liferay Portal Performance Benchmark Study of Liferay Portal Enterprise Edition Table of Contents Executive Summary... 3 Test Scenarios... 4 Benchmark Configuration and Methodology... 5 Environment Configuration...

More information

Deploying Business Virtual Appliances on Open Source Cloud Computing

Deploying Business Virtual Appliances on Open Source Cloud Computing International Journal of Computer Science and Telecommunications [Volume 3, Issue 4, April 2012] 26 ISSN 2047-3338 Deploying Business Virtual Appliances on Open Source Cloud Computing Tran Van Lang 1 and

More information

Research on Job Scheduling Algorithm in Hadoop

Research on Job Scheduling Algorithm in Hadoop Journal of Computational Information Systems 7: 6 () 5769-5775 Available at http://www.jofcis.com Research on Job Scheduling Algorithm in Hadoop Yang XIA, Lei WANG, Qiang ZHAO, Gongxuan ZHANG School of

More information

High Availability Essentials

High Availability Essentials High Availability Essentials Introduction Ascent Capture s High Availability Support feature consists of a number of independent components that, when deployed in a highly available computer system, result

More information

SLA BASED SERVICE BROKERING IN INTERCLOUD ENVIRONMENTS

SLA BASED SERVICE BROKERING IN INTERCLOUD ENVIRONMENTS SLA BASED SERVICE BROKERING IN INTERCLOUD ENVIRONMENTS Foued Jrad, Jie Tao and Achim Streit Steinbuch Centre for Computing, Karlsruhe Institute of Technology, Karlsruhe, Germany {foued.jrad, jie.tao, achim.streit}@kit.edu

More information