SlideShare a Scribd company logo
International Journal of Trend in Scientific Research and Development (IJTSRD)
Volume 5 Issue 4, May-June 2021 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470
@ IJTSRD | Unique Paper ID – IJTSRD41249 | Volume – 5 | Issue – 4 | May-June 2021 Page 377
A Study on Replication and Failover
Cluster to Maximize System Uptime
Miss Pratiksha Bhagawati1, Mrs. Priya N2
1MCA Scholar, 2Assistant Professor,
1,2School of CS & IT, Department of MCA, Jain (Deemed-to-be) University, Bangalore, Karnataka, India
ABSTRACT
Different types of clients over the globe uses Cloud services because cloud
computing involves various features and advantages such as building cost-
effectives solutions for business, scaleresourcesupanddownaccordingtothe
current demand and many more. But from the cloud-provider point of view,
there are many challenges that need to be faced in order to ensure a hassle
free service delivery to the clients. One such problem is to maintain high
availability of services. This project aims at presenting a high available (HA)
solution for business continuity and disaster recovery through configuration
of various other services such as load balancing, elasticity and replication.
KEYWORDS: Cloud services, cloud-provider, highavailability, businesscontinuity,
disaster recovery, load balancing, elasticity, replication
How to cite this paper: Miss Pratiksha
Bhagawati | Mrs. Priya N "A Study on
Replication and Failover Cluster to
Maximize System
Uptime"Publishedin
International Journal
of Trend in Scientific
Research and
Development
(ijtsrd), ISSN: 2456-
6470, Volume-5 |
Issue-4, June 2021, pp.377-379, URL:
www.ijtsrd.com/papers/ijtsrd41249.pdf
Copyright © 2021 by author(s) and
International Journal ofTrendinScientific
Research and Development Journal. This
is an Open Access article distributed
under the terms of
the Creative
Commons Attribution
License (CC BY 4.0)
(http://creativecommons.org/licenses/by/4.0)
I. INTRODUCTION
The major concerns of cloud computing involves Reliability
and High availability of resources. From the cloud provider
point of view, it has been always an essential job to provide
the customers with on-demand services ensuring they are
reliable, secured and available on time. Without these, the
customers or the clients are tend to face revenue losses in
the business end hampering their continuity of business
plans. Service downtime not only effectsuser experienceina
bad way but also directly translates into money loss. To
eliminate these kind of outages, cloud providers have been
focusing on finding ways to enhance theirinfrastructureand
management strategies to achieve high available services.
For something like this, it’s not just enough to havea failover
cluster but also we need multiple redundant energy sources
and even to have replication between multiple locations in
case of disasters. It is mainly seen that only multinational
companies could afford such a setup. But with the help of
IaaS and PaaS, however, the cost of building such a service
have decreased dramatically.
This project aims on building a High Availability (HA)
architecture to host websites in a reliable manner. The
websites should be scalable, fault tolerant, have a disaster
recovery plan and at any point of time the customer should
not be facing a problem or a connectivity issue.
II. Literature Review
1. In this paper, the author uses Digital Media Distribution
platform to deliver multimedia content.Theauthorhere
presents a modern solution for server less platform of
digital media for distribution of media content on
Amzon Web Services (AWS). ThisplatformusesAmazon
AWS services for storage, content deliveryoptimization,
lambda execution, media transcoding, authentication
and logging.
2. This paper states that an user experience and the costs
of providing the same video streaming service can vary
when using different cloud CDNs. There are users over
the internet who would be using video streaming and
those users are then emulated to find the best Content
Delivery Network among many such as AWS Cloud
Front, Microsft Azure Verizon CDN and Google Cloud
CDN over a platform known as PlanetLab. Quality of
Experience (QoE) is evalutated.
3. In this paper the author demonstrates an approach on
how to expedite the auto-scaling strategy for their use
case: public transportation web sites using the AWS
application suite. If Social network monitoring and auto
scaling frameworks are combined, this approach can be
greatly used to reduce OpEx impact of over-provisiong
and under-provisioning as well can reduce the business
cost later.
4. In this paper, the authorhasintroduceda measurement-
driven methodology for evaluating the impact of
replication on the QoS of relational DBaaS offerings.The
methodology builds upon an analytical model
representing the database cluster configurations
IJTSRD41249
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD41249 | Volume – 5 | Issue – 4 | May-June 2021 Page 378
combined with an environment model to represent the
transient replication stages. This model thus represents
how a cloud database can achieve HighAvailability(HA)
when data is automatically replicated on multiples
nodes.
5. In this paper, the author proposes a schemecalledPDFE
where they use Parallel State MachineReplication which
allows execution of ordered commands in a flexible
manner. There are two kind of threads namely the work
thread and ordered threads. The binding betweenthese
threads can be dynamic and hence any thread that faces
high work load can be executed first. Such flexibilitycan
help achieve load balancing.
6. In this paper, the author proposes a waytominimizethe
power consumption while transfer of data called SWIN
(Sliding Window replica strategy) which is data aware.
It minimizes the amount of data transferred and the
storage needed also cutting costtosome extent.Thiscan
be applied not only to data grids but also cloud
computing systems.
7. Over the years, distributed storage clusters are being
widely used. But replication in such cluster have been a
concern since the internal bandwidth of the cluster is
sometimes low. If any replication is misplaced then it
might effect the overall performance of the cluster. In
order to reduce the internal network traffic and to
improve the load balancing, the author has proposed a
centralized replication managementscheme.Itcaptures
replica location and network traffic. It uses 0-1
programming scheme to locate replicas.
8. In this paper, the author discusses the usage of artificial
intelligence for high availability of resources. After the
training of artificial neural networks , it can choose the
best node possible for resource group fall over. The
above scheme helps us to choose the best possible
failover node in the cluster through ANN.
9. The author says that traditionally used hardware
firewalls had many disadvantages due to its limitations
in physical deployment. These problems thus can be
mitigated through Network Function Virtualizations
NVF by implementing various network functions in
software. It provides various synchronizationstrategies
that allows sharing of connection states among the
cluster to maintain high availability and scalability.
10. In this paper the author proposes an architecture which
is helpful for intensive trace analysis. This architecture
contains essential techniques that amalgamate
SolrCloud, Apache Spark, and SMW. The architecture
provides a waytodevelopcloudmonitoringapplications
with advance algorithms for forecasting data and
identifying workload patterns.
III. Methodologies/ Algorithms
Cloud CDN: Amazon Cloud Front is a web service that gives
business and web application developers an easy and cost
effective way to distribute content with lowlatencyandhigh
data transfer speed. It also helps to protect websites against
some common malicious attacks such as Distributed Denial
of Service (DDoS) attacks. Cloud Front comes withtwotypes
namely Web and RTMP. RTMP is mainly used for streaming
media files using Adobe Flash Media whereas Web is used
for normal contents example .html, .css, .php and graphic
files which used HTTP and HTTPs for distribution. The one
that we use in this architecture is Web.
State Machine Replication: Itisa method/approachusedin
distributed computing for building fault tolerant systems.
State machine at any point stores a state of the system. It
receives a set of commands or inputs and it applies these
commands in a sequential order using a transition function
to generate an output. An example of State Machine
Replication is the Bitcoin ledger. In a fault tolerant state
machine replication, instead of maintaining a single server,
this system uses multiple server replicas some of which can
be faulty. The consolidation of several servers are
represented as the same interface asthatofa singleserverto
the client. However one main disadvantage of this algorithm
is that it doesn’t necessarily guarantee the increase of
service throughput.
Back Propagation Neural Network: BPNN algorithm is a
multi layer network and is one of the widely applied neural
network models. It can be used to store mappingrelationsof
input-output models. This algorithm works by computing
the gradient of the loss function with respect to each weight.
The central idea is to get the smallest error though adjusting
the weight of network. That is, using gradient search
technology to make the square error values minimum
between the actual output of network and expectation.
Markov Decision Process: MDP is a discrete time control
process. It provides a mathematical framework for
versioning decisionmakingsituationswheresomeoutcomes
are partly random and while other are under the control ofa
decision maker. This algorithm can be used to determine
whether to migrate a service or not in case of failovercluster
during any disaster or when needed.
Sliding Window Protocol:TheSliding WindowProtocol isa
well known method which can be used for reliable and
effective transfer of data over various undependable
channels that can lose, re-assemble and duplicate messages.
There are mainly two components: the sender and the
receiver. They are mostly used in case that needs high
reliability of data transmission.
IV. Scope
The objectives of the project is as follow:
To build a scalable environment.
To have a disaster recovery plan.
To have an environment which is highly available.
To enhance the trust and satisfaction of customers.
To ensure business continuity.
To have a backup plan available.
To configure various replications in different regions
which will ensure fault tolerance.
The scope of the project is limited to the following points:
In case of failure, if all the regions fails, data would be
lost. So it is always better to ensure that one of the both
(or both) sites is working properly.
As the traffic grows, the cost of using Cloud Front can
increase very rapidly.
V. Conclusions
As far as the proceedings have been done, it is clear that a
proper planned architecture for data replicationandfailover
cluster is a necessary thing to do since it helps us to plan and
control the flow of data maintaining a backup system for
data safety in case of disaster recovery. This project on
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD41249 | Volume – 5 | Issue – 4 | May-June 2021 Page 379
building a High Availability (HA) architecture to host
websites in a reliable manner has thus become a perfect
solution in order to keep customer’s trust. The websites is
thus scalable, fault tolerant, have a disaster recovery plan
and at any point of time the customer shall not face a
problem or a connectivity issue.
VI. References
[1] Dinca, Alexandru, Marius., Angelescu,Nicoleta.,
Dragomir, Radu., Puchianu, Constantin, Dan., Caciula,
Ion. (2019). “Digital Media Distribution Platform
Using Amazon Web Services”, International
Conference – 11th Edition Electronics, Computers and
Artificial Intelligence.
[2] Wang, Chen., Jayaseelan, Andal., Kim, Hyong., (2018).
“Comparing Cloud Content Delivery Networks for
Adaptive Video Streaming”, 2018 IEEE 11th
International Conference on Cloud Computing.
[3] Smith,Peter., Gonzalez–Velez, Horacio., Caton, Simon.
(2018). “Social Auto-Scaling”, 26th Euromicro
International Conference on Parallel, Distributed, and
Network-Based Processing.
[4] Osman, Rasha., F. Perez, Juan., Casale, Giuliano.,
(2016). “Quantifying the Impact of Replication on the
Quality-of-Service in Cloud Databases”, 2016 IEEE
International Conference on Software Quality,
Reliability and Security.
[5] Wu, Lihui., Wu*, Weigang., Huang, Ning., Chen,
Zhiguang. (2018). “PDFE: Flexible Parallel State
Machine Replication forCloudComputing”,2018IEEE
International Conference on Cluster Computing.
[6] V. Vrbsky, Susan., Lei, Ming., Smith, Karl., Byrd, Jeff.
(2010). “Data Replication and Power Consumptionin
Data Grids”, 2010 2nd IEEE International Conference
on Cloud Computing Technology and Science.
[7] Huang, Kangxian., Li, Dagang., Sun, Yongyue. (2014).
“CRMS: a Centralized Replication Management
Scheme for Cloud Storage System”, IEEE/CIC ICCC
2014 Symposium on Social Networks and Big Data.
[8] R Yerravalli, Venkateswar., Tharigonda, Aditya.
(2015). “High AvailabilityClusterFailoverMechanism
Using Artificial Neural Networks”, 2015 IEEE
International Conference on Cloud Computing in
Emerging Markets.
[9] Gray*, Nicholas., Lorenz†, Claas., Mussig ¨ ∗,
vAlexander.,Gebert∗,Steffen.,Zinner∗, Thomas.,Tran-
Gia∗, Phuoc. (2017). “A Priori State Synchronization
for Fast Failover of Stateful Firewall VNFs”, 2017
International Conference on Networked Systems
(NetSys).
[10] Singh, Samneet., Liu, Yan. (2016). “A Cloud Service
Architecture for Analyzing Big Monitoring Data”,
Tsinghua science and technology.

More Related Content

What's hot

Cost-Minimizing Dynamic Migration of Content Distribution Services into Hybri...
Cost-Minimizing Dynamic Migration of Content Distribution Services into Hybri...Cost-Minimizing Dynamic Migration of Content Distribution Services into Hybri...
Cost-Minimizing Dynamic Migration of Content Distribution Services into Hybri...
1crore projects
 
Iaetsd effective fault toerant resource allocation with cost
Iaetsd effective fault toerant resource allocation with costIaetsd effective fault toerant resource allocation with cost
Iaetsd effective fault toerant resource allocation with cost
Iaetsd Iaetsd
 
Paper id 41201624
Paper id 41201624Paper id 41201624
Paper id 41201624
IJRAT
 
A Novel Approach for Workload Optimization and Improving Security in Cloud Co...
A Novel Approach for Workload Optimization and Improving Security in Cloud Co...A Novel Approach for Workload Optimization and Improving Security in Cloud Co...
A Novel Approach for Workload Optimization and Improving Security in Cloud Co...
IOSR Journals
 
Ieeepro techno solutions 2014 ieee java project - assessing collaboration f...
Ieeepro techno solutions   2014 ieee java project - assessing collaboration f...Ieeepro techno solutions   2014 ieee java project - assessing collaboration f...
Ieeepro techno solutions 2014 ieee java project - assessing collaboration f...
hemanthbbc
 
E5 05 ijcite august 2014
E5 05 ijcite august 2014E5 05 ijcite august 2014
E5 05 ijcite august 2014
ijcite
 
A Study of A Method To Provide Minimized Bandwidth Consumption Using Regenera...
A Study of A Method To Provide Minimized Bandwidth Consumption Using Regenera...A Study of A Method To Provide Minimized Bandwidth Consumption Using Regenera...
A Study of A Method To Provide Minimized Bandwidth Consumption Using Regenera...
IJERA Editor
 
BEST FINAL YEAR PROJECT IEEE 2015 BY SPECTRUM SOLUTIONS PONDICHERRY
BEST FINAL YEAR PROJECT IEEE 2015 BY SPECTRUM SOLUTIONS PONDICHERRYBEST FINAL YEAR PROJECT IEEE 2015 BY SPECTRUM SOLUTIONS PONDICHERRY
BEST FINAL YEAR PROJECT IEEE 2015 BY SPECTRUM SOLUTIONS PONDICHERRY
Raushan Kumar Singh
 
Fast Synchronization In IVR Using REST API For HTML5 And AJAX
Fast Synchronization In IVR Using REST API For HTML5 And AJAXFast Synchronization In IVR Using REST API For HTML5 And AJAX
Fast Synchronization In IVR Using REST API For HTML5 And AJAX
IJERA Editor
 
MCCVA: A NEW APPROACH USING SVM AND KMEANS FOR LOAD BALANCING ON CLOUD
MCCVA: A NEW APPROACH USING SVM AND KMEANS FOR LOAD BALANCING ON CLOUDMCCVA: A NEW APPROACH USING SVM AND KMEANS FOR LOAD BALANCING ON CLOUD
MCCVA: A NEW APPROACH USING SVM AND KMEANS FOR LOAD BALANCING ON CLOUD
ijccsa
 
COST-MINIMIZING DYNAMIC MIGRATION OF CONTENT DISTRIBUTION SERVICES INTO HYBR...
 COST-MINIMIZING DYNAMIC MIGRATION OF CONTENT DISTRIBUTION SERVICES INTO HYBR... COST-MINIMIZING DYNAMIC MIGRATION OF CONTENT DISTRIBUTION SERVICES INTO HYBR...
COST-MINIMIZING DYNAMIC MIGRATION OF CONTENT DISTRIBUTION SERVICES INTO HYBR...
Nexgen Technology
 
Cloud colonography distributed medical testbed over cloud
Cloud colonography distributed medical testbed over cloudCloud colonography distributed medical testbed over cloud
Cloud colonography distributed medical testbed over cloud
Venkat Projects
 
F233842
F233842F233842
F233842
irjes
 
Job scheduling in hybrid cloud using deep reinforcement learning for cost opt...
Job scheduling in hybrid cloud using deep reinforcement learning for cost opt...Job scheduling in hybrid cloud using deep reinforcement learning for cost opt...
Job scheduling in hybrid cloud using deep reinforcement learning for cost opt...
ArchanaKalapgar
 
Ieee projects-2014-bulk-ieee-projects-2015-title-list-for-me-be-mphil-final-y...
Ieee projects-2014-bulk-ieee-projects-2015-title-list-for-me-be-mphil-final-y...Ieee projects-2014-bulk-ieee-projects-2015-title-list-for-me-be-mphil-final-y...
Ieee projects-2014-bulk-ieee-projects-2015-title-list-for-me-be-mphil-final-y...
birdsking
 

What's hot (15)

Cost-Minimizing Dynamic Migration of Content Distribution Services into Hybri...
Cost-Minimizing Dynamic Migration of Content Distribution Services into Hybri...Cost-Minimizing Dynamic Migration of Content Distribution Services into Hybri...
Cost-Minimizing Dynamic Migration of Content Distribution Services into Hybri...
 
Iaetsd effective fault toerant resource allocation with cost
Iaetsd effective fault toerant resource allocation with costIaetsd effective fault toerant resource allocation with cost
Iaetsd effective fault toerant resource allocation with cost
 
Paper id 41201624
Paper id 41201624Paper id 41201624
Paper id 41201624
 
A Novel Approach for Workload Optimization and Improving Security in Cloud Co...
A Novel Approach for Workload Optimization and Improving Security in Cloud Co...A Novel Approach for Workload Optimization and Improving Security in Cloud Co...
A Novel Approach for Workload Optimization and Improving Security in Cloud Co...
 
Ieeepro techno solutions 2014 ieee java project - assessing collaboration f...
Ieeepro techno solutions   2014 ieee java project - assessing collaboration f...Ieeepro techno solutions   2014 ieee java project - assessing collaboration f...
Ieeepro techno solutions 2014 ieee java project - assessing collaboration f...
 
E5 05 ijcite august 2014
E5 05 ijcite august 2014E5 05 ijcite august 2014
E5 05 ijcite august 2014
 
A Study of A Method To Provide Minimized Bandwidth Consumption Using Regenera...
A Study of A Method To Provide Minimized Bandwidth Consumption Using Regenera...A Study of A Method To Provide Minimized Bandwidth Consumption Using Regenera...
A Study of A Method To Provide Minimized Bandwidth Consumption Using Regenera...
 
BEST FINAL YEAR PROJECT IEEE 2015 BY SPECTRUM SOLUTIONS PONDICHERRY
BEST FINAL YEAR PROJECT IEEE 2015 BY SPECTRUM SOLUTIONS PONDICHERRYBEST FINAL YEAR PROJECT IEEE 2015 BY SPECTRUM SOLUTIONS PONDICHERRY
BEST FINAL YEAR PROJECT IEEE 2015 BY SPECTRUM SOLUTIONS PONDICHERRY
 
Fast Synchronization In IVR Using REST API For HTML5 And AJAX
Fast Synchronization In IVR Using REST API For HTML5 And AJAXFast Synchronization In IVR Using REST API For HTML5 And AJAX
Fast Synchronization In IVR Using REST API For HTML5 And AJAX
 
MCCVA: A NEW APPROACH USING SVM AND KMEANS FOR LOAD BALANCING ON CLOUD
MCCVA: A NEW APPROACH USING SVM AND KMEANS FOR LOAD BALANCING ON CLOUDMCCVA: A NEW APPROACH USING SVM AND KMEANS FOR LOAD BALANCING ON CLOUD
MCCVA: A NEW APPROACH USING SVM AND KMEANS FOR LOAD BALANCING ON CLOUD
 
COST-MINIMIZING DYNAMIC MIGRATION OF CONTENT DISTRIBUTION SERVICES INTO HYBR...
 COST-MINIMIZING DYNAMIC MIGRATION OF CONTENT DISTRIBUTION SERVICES INTO HYBR... COST-MINIMIZING DYNAMIC MIGRATION OF CONTENT DISTRIBUTION SERVICES INTO HYBR...
COST-MINIMIZING DYNAMIC MIGRATION OF CONTENT DISTRIBUTION SERVICES INTO HYBR...
 
Cloud colonography distributed medical testbed over cloud
Cloud colonography distributed medical testbed over cloudCloud colonography distributed medical testbed over cloud
Cloud colonography distributed medical testbed over cloud
 
F233842
F233842F233842
F233842
 
Job scheduling in hybrid cloud using deep reinforcement learning for cost opt...
Job scheduling in hybrid cloud using deep reinforcement learning for cost opt...Job scheduling in hybrid cloud using deep reinforcement learning for cost opt...
Job scheduling in hybrid cloud using deep reinforcement learning for cost opt...
 
Ieee projects-2014-bulk-ieee-projects-2015-title-list-for-me-be-mphil-final-y...
Ieee projects-2014-bulk-ieee-projects-2015-title-list-for-me-be-mphil-final-y...Ieee projects-2014-bulk-ieee-projects-2015-title-list-for-me-be-mphil-final-y...
Ieee projects-2014-bulk-ieee-projects-2015-title-list-for-me-be-mphil-final-y...
 

Similar to A Study on Replication and Failover Cluster to Maximize System Uptime

International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
IJERD Editor
 
IRJET- Improving Data Availability by using VPC Strategy in Cloud Environ...
IRJET-  	  Improving Data Availability by using VPC Strategy in Cloud Environ...IRJET-  	  Improving Data Availability by using VPC Strategy in Cloud Environ...
IRJET- Improving Data Availability by using VPC Strategy in Cloud Environ...
IRJET Journal
 
D017212027
D017212027D017212027
D017212027
IOSR Journals
 
N1803048386
N1803048386N1803048386
N1803048386
IOSR Journals
 
Efficient fault tolerant cost optimized approach for scientific workflow via ...
Efficient fault tolerant cost optimized approach for scientific workflow via ...Efficient fault tolerant cost optimized approach for scientific workflow via ...
Efficient fault tolerant cost optimized approach for scientific workflow via ...
IAESIJAI
 
Hybrid Based Resource Provisioning in Cloud
Hybrid Based Resource Provisioning in CloudHybrid Based Resource Provisioning in Cloud
Hybrid Based Resource Provisioning in Cloud
Editor IJCATR
 
ENERGY EFFICIENCY IN CLOUD COMPUTING
ENERGY EFFICIENCY IN CLOUD COMPUTINGENERGY EFFICIENCY IN CLOUD COMPUTING
ENERGY EFFICIENCY IN CLOUD COMPUTING
Associate Professor in VSB Coimbatore
 
Dynamic resource allocation using virtual machines for cloud computing enviro...
Dynamic resource allocation using virtual machines for cloud computing enviro...Dynamic resource allocation using virtual machines for cloud computing enviro...
Dynamic resource allocation using virtual machines for cloud computing enviro...
IEEEFINALYEARPROJECTS
 
JAVA 2013 IEEE PARALLELDISTRIBUTION PROJECT Dynamic resource allocation using...
JAVA 2013 IEEE PARALLELDISTRIBUTION PROJECT Dynamic resource allocation using...JAVA 2013 IEEE PARALLELDISTRIBUTION PROJECT Dynamic resource allocation using...
JAVA 2013 IEEE PARALLELDISTRIBUTION PROJECT Dynamic resource allocation using...
IEEEGLOBALSOFTTECHNOLOGIES
 
Cooperative Schedule Data Possession for Integrity Verification in Multi-Clou...
Cooperative Schedule Data Possession for Integrity Verification in Multi-Clou...Cooperative Schedule Data Possession for Integrity Verification in Multi-Clou...
Cooperative Schedule Data Possession for Integrity Verification in Multi-Clou...
IJMER
 
Cloud computing What Why How
Cloud computing What Why HowCloud computing What Why How
Cloud computing What Why How
Asian Institute of Technology (AIT)
 
M.E Computer Science Cloud Computing Projects
M.E Computer Science Cloud Computing ProjectsM.E Computer Science Cloud Computing Projects
M.E Computer Science Cloud Computing Projects
Vijay Karan
 
Flaw less coding and authentication of user data using multiple clouds
Flaw less coding and authentication of user data using multiple cloudsFlaw less coding and authentication of user data using multiple clouds
Flaw less coding and authentication of user data using multiple clouds
IRJET Journal
 
M.Phil Computer Science Cloud Computing Projects
M.Phil Computer Science Cloud Computing ProjectsM.Phil Computer Science Cloud Computing Projects
M.Phil Computer Science Cloud Computing Projects
Vijay Karan
 
M.Phil Computer Science Cloud Computing Projects
M.Phil Computer Science Cloud Computing ProjectsM.Phil Computer Science Cloud Computing Projects
M.Phil Computer Science Cloud Computing Projects
Vijay Karan
 
Parallel and distributed system projects for java and dot net
Parallel and distributed system projects for java and dot netParallel and distributed system projects for java and dot net
Parallel and distributed system projects for java and dot net
redpel dot com
 
Ms cloud design patterns infographic 2015
Ms cloud design patterns infographic 2015Ms cloud design patterns infographic 2015
Ms cloud design patterns infographic 2015
Kesavan Munuswamy
 
MS Cloud Design Patterns Infographic 2015
MS Cloud Design Patterns Infographic 2015MS Cloud Design Patterns Infographic 2015
MS Cloud Design Patterns Infographic 2015James Tramel
 
Virtual Machine Migration and Allocation in Cloud Computing: A Review
Virtual Machine Migration and Allocation in Cloud Computing: A ReviewVirtual Machine Migration and Allocation in Cloud Computing: A Review
Virtual Machine Migration and Allocation in Cloud Computing: A Review
ijtsrd
 

Similar to A Study on Replication and Failover Cluster to Maximize System Uptime (20)

International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
IRJET- Improving Data Availability by using VPC Strategy in Cloud Environ...
IRJET-  	  Improving Data Availability by using VPC Strategy in Cloud Environ...IRJET-  	  Improving Data Availability by using VPC Strategy in Cloud Environ...
IRJET- Improving Data Availability by using VPC Strategy in Cloud Environ...
 
D017212027
D017212027D017212027
D017212027
 
N1803048386
N1803048386N1803048386
N1803048386
 
Efficient fault tolerant cost optimized approach for scientific workflow via ...
Efficient fault tolerant cost optimized approach for scientific workflow via ...Efficient fault tolerant cost optimized approach for scientific workflow via ...
Efficient fault tolerant cost optimized approach for scientific workflow via ...
 
Hybrid Based Resource Provisioning in Cloud
Hybrid Based Resource Provisioning in CloudHybrid Based Resource Provisioning in Cloud
Hybrid Based Resource Provisioning in Cloud
 
ENERGY EFFICIENCY IN CLOUD COMPUTING
ENERGY EFFICIENCY IN CLOUD COMPUTINGENERGY EFFICIENCY IN CLOUD COMPUTING
ENERGY EFFICIENCY IN CLOUD COMPUTING
 
Dynamic resource allocation using virtual machines for cloud computing enviro...
Dynamic resource allocation using virtual machines for cloud computing enviro...Dynamic resource allocation using virtual machines for cloud computing enviro...
Dynamic resource allocation using virtual machines for cloud computing enviro...
 
JAVA 2013 IEEE PARALLELDISTRIBUTION PROJECT Dynamic resource allocation using...
JAVA 2013 IEEE PARALLELDISTRIBUTION PROJECT Dynamic resource allocation using...JAVA 2013 IEEE PARALLELDISTRIBUTION PROJECT Dynamic resource allocation using...
JAVA 2013 IEEE PARALLELDISTRIBUTION PROJECT Dynamic resource allocation using...
 
Performance Evaluation of Virtualization Technologies for Server
Performance Evaluation of Virtualization Technologies for ServerPerformance Evaluation of Virtualization Technologies for Server
Performance Evaluation of Virtualization Technologies for Server
 
Cooperative Schedule Data Possession for Integrity Verification in Multi-Clou...
Cooperative Schedule Data Possession for Integrity Verification in Multi-Clou...Cooperative Schedule Data Possession for Integrity Verification in Multi-Clou...
Cooperative Schedule Data Possession for Integrity Verification in Multi-Clou...
 
Cloud computing What Why How
Cloud computing What Why HowCloud computing What Why How
Cloud computing What Why How
 
M.E Computer Science Cloud Computing Projects
M.E Computer Science Cloud Computing ProjectsM.E Computer Science Cloud Computing Projects
M.E Computer Science Cloud Computing Projects
 
Flaw less coding and authentication of user data using multiple clouds
Flaw less coding and authentication of user data using multiple cloudsFlaw less coding and authentication of user data using multiple clouds
Flaw less coding and authentication of user data using multiple clouds
 
M.Phil Computer Science Cloud Computing Projects
M.Phil Computer Science Cloud Computing ProjectsM.Phil Computer Science Cloud Computing Projects
M.Phil Computer Science Cloud Computing Projects
 
M.Phil Computer Science Cloud Computing Projects
M.Phil Computer Science Cloud Computing ProjectsM.Phil Computer Science Cloud Computing Projects
M.Phil Computer Science Cloud Computing Projects
 
Parallel and distributed system projects for java and dot net
Parallel and distributed system projects for java and dot netParallel and distributed system projects for java and dot net
Parallel and distributed system projects for java and dot net
 
Ms cloud design patterns infographic 2015
Ms cloud design patterns infographic 2015Ms cloud design patterns infographic 2015
Ms cloud design patterns infographic 2015
 
MS Cloud Design Patterns Infographic 2015
MS Cloud Design Patterns Infographic 2015MS Cloud Design Patterns Infographic 2015
MS Cloud Design Patterns Infographic 2015
 
Virtual Machine Migration and Allocation in Cloud Computing: A Review
Virtual Machine Migration and Allocation in Cloud Computing: A ReviewVirtual Machine Migration and Allocation in Cloud Computing: A Review
Virtual Machine Migration and Allocation in Cloud Computing: A Review
 

More from YogeshIJTSRD

Cosmetic Science An Overview
Cosmetic Science An OverviewCosmetic Science An Overview
Cosmetic Science An Overview
YogeshIJTSRD
 
Standardization and Formulations of Calotropis Procera
Standardization and Formulations of Calotropis ProceraStandardization and Formulations of Calotropis Procera
Standardization and Formulations of Calotropis Procera
YogeshIJTSRD
 
Review of the Diagnosis and Treatment of Paralysis
Review of the Diagnosis and Treatment of ParalysisReview of the Diagnosis and Treatment of Paralysis
Review of the Diagnosis and Treatment of Paralysis
YogeshIJTSRD
 
Comparative Analysis of Forced Draft Cooling Tower Using Two Design Methods A...
Comparative Analysis of Forced Draft Cooling Tower Using Two Design Methods A...Comparative Analysis of Forced Draft Cooling Tower Using Two Design Methods A...
Comparative Analysis of Forced Draft Cooling Tower Using Two Design Methods A...
YogeshIJTSRD
 
Criminology Educators Triumphs and Struggles
Criminology Educators Triumphs and StrugglesCriminology Educators Triumphs and Struggles
Criminology Educators Triumphs and Struggles
YogeshIJTSRD
 
A Review Herbal Drugs Used in Skin Disorder
A Review Herbal Drugs Used in Skin DisorderA Review Herbal Drugs Used in Skin Disorder
A Review Herbal Drugs Used in Skin Disorder
YogeshIJTSRD
 
Automatic Query Expansion Using Word Embedding Based on Fuzzy Graph Connectiv...
Automatic Query Expansion Using Word Embedding Based on Fuzzy Graph Connectiv...Automatic Query Expansion Using Word Embedding Based on Fuzzy Graph Connectiv...
Automatic Query Expansion Using Word Embedding Based on Fuzzy Graph Connectiv...
YogeshIJTSRD
 
A New Proposal for Smartphone Based Drowsiness Detection and Warning System f...
A New Proposal for Smartphone Based Drowsiness Detection and Warning System f...A New Proposal for Smartphone Based Drowsiness Detection and Warning System f...
A New Proposal for Smartphone Based Drowsiness Detection and Warning System f...
YogeshIJTSRD
 
Data Security by AES Advanced Encryption Standard
Data Security by AES Advanced Encryption StandardData Security by AES Advanced Encryption Standard
Data Security by AES Advanced Encryption Standard
YogeshIJTSRD
 
Antimicrobial and Phytochemical Screening of Phyllantus Niruri
Antimicrobial and Phytochemical Screening of Phyllantus NiruriAntimicrobial and Phytochemical Screening of Phyllantus Niruri
Antimicrobial and Phytochemical Screening of Phyllantus Niruri
YogeshIJTSRD
 
Heat Sink for Underground Pipe Line
Heat Sink for Underground Pipe LineHeat Sink for Underground Pipe Line
Heat Sink for Underground Pipe Line
YogeshIJTSRD
 
Newly Proposed Multi Channel Fiber Optic Cable Core
Newly Proposed Multi Channel Fiber Optic Cable CoreNewly Proposed Multi Channel Fiber Optic Cable Core
Newly Proposed Multi Channel Fiber Optic Cable Core
YogeshIJTSRD
 
Security Sector Reform toward Professionalism of Military and Police
Security Sector Reform toward Professionalism of Military and PoliceSecurity Sector Reform toward Professionalism of Military and Police
Security Sector Reform toward Professionalism of Military and Police
YogeshIJTSRD
 
Stress An Undetachable Condition of Life
Stress An Undetachable Condition of LifeStress An Undetachable Condition of Life
Stress An Undetachable Condition of Life
YogeshIJTSRD
 
Comparative Studies of Diabetes in Adult Nigerians Lipid Profile and Antioxid...
Comparative Studies of Diabetes in Adult Nigerians Lipid Profile and Antioxid...Comparative Studies of Diabetes in Adult Nigerians Lipid Profile and Antioxid...
Comparative Studies of Diabetes in Adult Nigerians Lipid Profile and Antioxid...
YogeshIJTSRD
 
To Assess the Severity and Mortality among Covid 19 Patients after Having Vac...
To Assess the Severity and Mortality among Covid 19 Patients after Having Vac...To Assess the Severity and Mortality among Covid 19 Patients after Having Vac...
To Assess the Severity and Mortality among Covid 19 Patients after Having Vac...
YogeshIJTSRD
 
Novel Drug Delivery System An Overview
Novel Drug Delivery System An OverviewNovel Drug Delivery System An Overview
Novel Drug Delivery System An Overview
YogeshIJTSRD
 
Security Issues Related to Biometrics
Security Issues Related to BiometricsSecurity Issues Related to Biometrics
Security Issues Related to Biometrics
YogeshIJTSRD
 
Comparative Analysis of Different Numerical Methods for the Solution of Initi...
Comparative Analysis of Different Numerical Methods for the Solution of Initi...Comparative Analysis of Different Numerical Methods for the Solution of Initi...
Comparative Analysis of Different Numerical Methods for the Solution of Initi...
YogeshIJTSRD
 
Evaluation of Different Paving Mixes Using Optimum Stabilizing Content
Evaluation of Different Paving Mixes Using Optimum Stabilizing ContentEvaluation of Different Paving Mixes Using Optimum Stabilizing Content
Evaluation of Different Paving Mixes Using Optimum Stabilizing Content
YogeshIJTSRD
 

More from YogeshIJTSRD (20)

Cosmetic Science An Overview
Cosmetic Science An OverviewCosmetic Science An Overview
Cosmetic Science An Overview
 
Standardization and Formulations of Calotropis Procera
Standardization and Formulations of Calotropis ProceraStandardization and Formulations of Calotropis Procera
Standardization and Formulations of Calotropis Procera
 
Review of the Diagnosis and Treatment of Paralysis
Review of the Diagnosis and Treatment of ParalysisReview of the Diagnosis and Treatment of Paralysis
Review of the Diagnosis and Treatment of Paralysis
 
Comparative Analysis of Forced Draft Cooling Tower Using Two Design Methods A...
Comparative Analysis of Forced Draft Cooling Tower Using Two Design Methods A...Comparative Analysis of Forced Draft Cooling Tower Using Two Design Methods A...
Comparative Analysis of Forced Draft Cooling Tower Using Two Design Methods A...
 
Criminology Educators Triumphs and Struggles
Criminology Educators Triumphs and StrugglesCriminology Educators Triumphs and Struggles
Criminology Educators Triumphs and Struggles
 
A Review Herbal Drugs Used in Skin Disorder
A Review Herbal Drugs Used in Skin DisorderA Review Herbal Drugs Used in Skin Disorder
A Review Herbal Drugs Used in Skin Disorder
 
Automatic Query Expansion Using Word Embedding Based on Fuzzy Graph Connectiv...
Automatic Query Expansion Using Word Embedding Based on Fuzzy Graph Connectiv...Automatic Query Expansion Using Word Embedding Based on Fuzzy Graph Connectiv...
Automatic Query Expansion Using Word Embedding Based on Fuzzy Graph Connectiv...
 
A New Proposal for Smartphone Based Drowsiness Detection and Warning System f...
A New Proposal for Smartphone Based Drowsiness Detection and Warning System f...A New Proposal for Smartphone Based Drowsiness Detection and Warning System f...
A New Proposal for Smartphone Based Drowsiness Detection and Warning System f...
 
Data Security by AES Advanced Encryption Standard
Data Security by AES Advanced Encryption StandardData Security by AES Advanced Encryption Standard
Data Security by AES Advanced Encryption Standard
 
Antimicrobial and Phytochemical Screening of Phyllantus Niruri
Antimicrobial and Phytochemical Screening of Phyllantus NiruriAntimicrobial and Phytochemical Screening of Phyllantus Niruri
Antimicrobial and Phytochemical Screening of Phyllantus Niruri
 
Heat Sink for Underground Pipe Line
Heat Sink for Underground Pipe LineHeat Sink for Underground Pipe Line
Heat Sink for Underground Pipe Line
 
Newly Proposed Multi Channel Fiber Optic Cable Core
Newly Proposed Multi Channel Fiber Optic Cable CoreNewly Proposed Multi Channel Fiber Optic Cable Core
Newly Proposed Multi Channel Fiber Optic Cable Core
 
Security Sector Reform toward Professionalism of Military and Police
Security Sector Reform toward Professionalism of Military and PoliceSecurity Sector Reform toward Professionalism of Military and Police
Security Sector Reform toward Professionalism of Military and Police
 
Stress An Undetachable Condition of Life
Stress An Undetachable Condition of LifeStress An Undetachable Condition of Life
Stress An Undetachable Condition of Life
 
Comparative Studies of Diabetes in Adult Nigerians Lipid Profile and Antioxid...
Comparative Studies of Diabetes in Adult Nigerians Lipid Profile and Antioxid...Comparative Studies of Diabetes in Adult Nigerians Lipid Profile and Antioxid...
Comparative Studies of Diabetes in Adult Nigerians Lipid Profile and Antioxid...
 
To Assess the Severity and Mortality among Covid 19 Patients after Having Vac...
To Assess the Severity and Mortality among Covid 19 Patients after Having Vac...To Assess the Severity and Mortality among Covid 19 Patients after Having Vac...
To Assess the Severity and Mortality among Covid 19 Patients after Having Vac...
 
Novel Drug Delivery System An Overview
Novel Drug Delivery System An OverviewNovel Drug Delivery System An Overview
Novel Drug Delivery System An Overview
 
Security Issues Related to Biometrics
Security Issues Related to BiometricsSecurity Issues Related to Biometrics
Security Issues Related to Biometrics
 
Comparative Analysis of Different Numerical Methods for the Solution of Initi...
Comparative Analysis of Different Numerical Methods for the Solution of Initi...Comparative Analysis of Different Numerical Methods for the Solution of Initi...
Comparative Analysis of Different Numerical Methods for the Solution of Initi...
 
Evaluation of Different Paving Mixes Using Optimum Stabilizing Content
Evaluation of Different Paving Mixes Using Optimum Stabilizing ContentEvaluation of Different Paving Mixes Using Optimum Stabilizing Content
Evaluation of Different Paving Mixes Using Optimum Stabilizing Content
 

Recently uploaded

Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdfAdversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Po-Chuan Chen
 
Embracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic ImperativeEmbracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic Imperative
Peter Windle
 
Honest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptxHonest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptx
timhan337
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
Vikramjit Singh
 
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th SemesterGuidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Atul Kumar Singh
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
Celine George
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
Celine George
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
Jean Carlos Nunes Paixão
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
Levi Shapiro
 
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
Nguyen Thanh Tu Collection
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
TechSoup
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
Ashokrao Mane college of Pharmacy Peth-Vadgaon
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
vaibhavrinwa19
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
Sandy Millin
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
Jisc
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
BhavyaRajput3
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
EugeneSaldivar
 
The Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptxThe Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptx
DhatriParmar
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
RaedMohamed3
 

Recently uploaded (20)

Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdfAdversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
 
Embracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic ImperativeEmbracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic Imperative
 
Honest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptxHonest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptx
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
 
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th SemesterGuidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th Semester
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
 
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
 
The Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptxThe Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptx
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
 

A Study on Replication and Failover Cluster to Maximize System Uptime

  • 1. International Journal of Trend in Scientific Research and Development (IJTSRD) Volume 5 Issue 4, May-June 2021 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470 @ IJTSRD | Unique Paper ID – IJTSRD41249 | Volume – 5 | Issue – 4 | May-June 2021 Page 377 A Study on Replication and Failover Cluster to Maximize System Uptime Miss Pratiksha Bhagawati1, Mrs. Priya N2 1MCA Scholar, 2Assistant Professor, 1,2School of CS & IT, Department of MCA, Jain (Deemed-to-be) University, Bangalore, Karnataka, India ABSTRACT Different types of clients over the globe uses Cloud services because cloud computing involves various features and advantages such as building cost- effectives solutions for business, scaleresourcesupanddownaccordingtothe current demand and many more. But from the cloud-provider point of view, there are many challenges that need to be faced in order to ensure a hassle free service delivery to the clients. One such problem is to maintain high availability of services. This project aims at presenting a high available (HA) solution for business continuity and disaster recovery through configuration of various other services such as load balancing, elasticity and replication. KEYWORDS: Cloud services, cloud-provider, highavailability, businesscontinuity, disaster recovery, load balancing, elasticity, replication How to cite this paper: Miss Pratiksha Bhagawati | Mrs. Priya N "A Study on Replication and Failover Cluster to Maximize System Uptime"Publishedin International Journal of Trend in Scientific Research and Development (ijtsrd), ISSN: 2456- 6470, Volume-5 | Issue-4, June 2021, pp.377-379, URL: www.ijtsrd.com/papers/ijtsrd41249.pdf Copyright © 2021 by author(s) and International Journal ofTrendinScientific Research and Development Journal. This is an Open Access article distributed under the terms of the Creative Commons Attribution License (CC BY 4.0) (http://creativecommons.org/licenses/by/4.0) I. INTRODUCTION The major concerns of cloud computing involves Reliability and High availability of resources. From the cloud provider point of view, it has been always an essential job to provide the customers with on-demand services ensuring they are reliable, secured and available on time. Without these, the customers or the clients are tend to face revenue losses in the business end hampering their continuity of business plans. Service downtime not only effectsuser experienceina bad way but also directly translates into money loss. To eliminate these kind of outages, cloud providers have been focusing on finding ways to enhance theirinfrastructureand management strategies to achieve high available services. For something like this, it’s not just enough to havea failover cluster but also we need multiple redundant energy sources and even to have replication between multiple locations in case of disasters. It is mainly seen that only multinational companies could afford such a setup. But with the help of IaaS and PaaS, however, the cost of building such a service have decreased dramatically. This project aims on building a High Availability (HA) architecture to host websites in a reliable manner. The websites should be scalable, fault tolerant, have a disaster recovery plan and at any point of time the customer should not be facing a problem or a connectivity issue. II. Literature Review 1. In this paper, the author uses Digital Media Distribution platform to deliver multimedia content.Theauthorhere presents a modern solution for server less platform of digital media for distribution of media content on Amzon Web Services (AWS). ThisplatformusesAmazon AWS services for storage, content deliveryoptimization, lambda execution, media transcoding, authentication and logging. 2. This paper states that an user experience and the costs of providing the same video streaming service can vary when using different cloud CDNs. There are users over the internet who would be using video streaming and those users are then emulated to find the best Content Delivery Network among many such as AWS Cloud Front, Microsft Azure Verizon CDN and Google Cloud CDN over a platform known as PlanetLab. Quality of Experience (QoE) is evalutated. 3. In this paper the author demonstrates an approach on how to expedite the auto-scaling strategy for their use case: public transportation web sites using the AWS application suite. If Social network monitoring and auto scaling frameworks are combined, this approach can be greatly used to reduce OpEx impact of over-provisiong and under-provisioning as well can reduce the business cost later. 4. In this paper, the authorhasintroduceda measurement- driven methodology for evaluating the impact of replication on the QoS of relational DBaaS offerings.The methodology builds upon an analytical model representing the database cluster configurations IJTSRD41249
  • 2. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD41249 | Volume – 5 | Issue – 4 | May-June 2021 Page 378 combined with an environment model to represent the transient replication stages. This model thus represents how a cloud database can achieve HighAvailability(HA) when data is automatically replicated on multiples nodes. 5. In this paper, the author proposes a schemecalledPDFE where they use Parallel State MachineReplication which allows execution of ordered commands in a flexible manner. There are two kind of threads namely the work thread and ordered threads. The binding betweenthese threads can be dynamic and hence any thread that faces high work load can be executed first. Such flexibilitycan help achieve load balancing. 6. In this paper, the author proposes a waytominimizethe power consumption while transfer of data called SWIN (Sliding Window replica strategy) which is data aware. It minimizes the amount of data transferred and the storage needed also cutting costtosome extent.Thiscan be applied not only to data grids but also cloud computing systems. 7. Over the years, distributed storage clusters are being widely used. But replication in such cluster have been a concern since the internal bandwidth of the cluster is sometimes low. If any replication is misplaced then it might effect the overall performance of the cluster. In order to reduce the internal network traffic and to improve the load balancing, the author has proposed a centralized replication managementscheme.Itcaptures replica location and network traffic. It uses 0-1 programming scheme to locate replicas. 8. In this paper, the author discusses the usage of artificial intelligence for high availability of resources. After the training of artificial neural networks , it can choose the best node possible for resource group fall over. The above scheme helps us to choose the best possible failover node in the cluster through ANN. 9. The author says that traditionally used hardware firewalls had many disadvantages due to its limitations in physical deployment. These problems thus can be mitigated through Network Function Virtualizations NVF by implementing various network functions in software. It provides various synchronizationstrategies that allows sharing of connection states among the cluster to maintain high availability and scalability. 10. In this paper the author proposes an architecture which is helpful for intensive trace analysis. This architecture contains essential techniques that amalgamate SolrCloud, Apache Spark, and SMW. The architecture provides a waytodevelopcloudmonitoringapplications with advance algorithms for forecasting data and identifying workload patterns. III. Methodologies/ Algorithms Cloud CDN: Amazon Cloud Front is a web service that gives business and web application developers an easy and cost effective way to distribute content with lowlatencyandhigh data transfer speed. It also helps to protect websites against some common malicious attacks such as Distributed Denial of Service (DDoS) attacks. Cloud Front comes withtwotypes namely Web and RTMP. RTMP is mainly used for streaming media files using Adobe Flash Media whereas Web is used for normal contents example .html, .css, .php and graphic files which used HTTP and HTTPs for distribution. The one that we use in this architecture is Web. State Machine Replication: Itisa method/approachusedin distributed computing for building fault tolerant systems. State machine at any point stores a state of the system. It receives a set of commands or inputs and it applies these commands in a sequential order using a transition function to generate an output. An example of State Machine Replication is the Bitcoin ledger. In a fault tolerant state machine replication, instead of maintaining a single server, this system uses multiple server replicas some of which can be faulty. The consolidation of several servers are represented as the same interface asthatofa singleserverto the client. However one main disadvantage of this algorithm is that it doesn’t necessarily guarantee the increase of service throughput. Back Propagation Neural Network: BPNN algorithm is a multi layer network and is one of the widely applied neural network models. It can be used to store mappingrelationsof input-output models. This algorithm works by computing the gradient of the loss function with respect to each weight. The central idea is to get the smallest error though adjusting the weight of network. That is, using gradient search technology to make the square error values minimum between the actual output of network and expectation. Markov Decision Process: MDP is a discrete time control process. It provides a mathematical framework for versioning decisionmakingsituationswheresomeoutcomes are partly random and while other are under the control ofa decision maker. This algorithm can be used to determine whether to migrate a service or not in case of failovercluster during any disaster or when needed. Sliding Window Protocol:TheSliding WindowProtocol isa well known method which can be used for reliable and effective transfer of data over various undependable channels that can lose, re-assemble and duplicate messages. There are mainly two components: the sender and the receiver. They are mostly used in case that needs high reliability of data transmission. IV. Scope The objectives of the project is as follow: To build a scalable environment. To have a disaster recovery plan. To have an environment which is highly available. To enhance the trust and satisfaction of customers. To ensure business continuity. To have a backup plan available. To configure various replications in different regions which will ensure fault tolerance. The scope of the project is limited to the following points: In case of failure, if all the regions fails, data would be lost. So it is always better to ensure that one of the both (or both) sites is working properly. As the traffic grows, the cost of using Cloud Front can increase very rapidly. V. Conclusions As far as the proceedings have been done, it is clear that a proper planned architecture for data replicationandfailover cluster is a necessary thing to do since it helps us to plan and control the flow of data maintaining a backup system for data safety in case of disaster recovery. This project on
  • 3. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD41249 | Volume – 5 | Issue – 4 | May-June 2021 Page 379 building a High Availability (HA) architecture to host websites in a reliable manner has thus become a perfect solution in order to keep customer’s trust. The websites is thus scalable, fault tolerant, have a disaster recovery plan and at any point of time the customer shall not face a problem or a connectivity issue. VI. References [1] Dinca, Alexandru, Marius., Angelescu,Nicoleta., Dragomir, Radu., Puchianu, Constantin, Dan., Caciula, Ion. (2019). “Digital Media Distribution Platform Using Amazon Web Services”, International Conference – 11th Edition Electronics, Computers and Artificial Intelligence. [2] Wang, Chen., Jayaseelan, Andal., Kim, Hyong., (2018). “Comparing Cloud Content Delivery Networks for Adaptive Video Streaming”, 2018 IEEE 11th International Conference on Cloud Computing. [3] Smith,Peter., Gonzalez–Velez, Horacio., Caton, Simon. (2018). “Social Auto-Scaling”, 26th Euromicro International Conference on Parallel, Distributed, and Network-Based Processing. [4] Osman, Rasha., F. Perez, Juan., Casale, Giuliano., (2016). “Quantifying the Impact of Replication on the Quality-of-Service in Cloud Databases”, 2016 IEEE International Conference on Software Quality, Reliability and Security. [5] Wu, Lihui., Wu*, Weigang., Huang, Ning., Chen, Zhiguang. (2018). “PDFE: Flexible Parallel State Machine Replication forCloudComputing”,2018IEEE International Conference on Cluster Computing. [6] V. Vrbsky, Susan., Lei, Ming., Smith, Karl., Byrd, Jeff. (2010). “Data Replication and Power Consumptionin Data Grids”, 2010 2nd IEEE International Conference on Cloud Computing Technology and Science. [7] Huang, Kangxian., Li, Dagang., Sun, Yongyue. (2014). “CRMS: a Centralized Replication Management Scheme for Cloud Storage System”, IEEE/CIC ICCC 2014 Symposium on Social Networks and Big Data. [8] R Yerravalli, Venkateswar., Tharigonda, Aditya. (2015). “High AvailabilityClusterFailoverMechanism Using Artificial Neural Networks”, 2015 IEEE International Conference on Cloud Computing in Emerging Markets. [9] Gray*, Nicholas., Lorenz†, Claas., Mussig ¨ ∗, vAlexander.,Gebert∗,Steffen.,Zinner∗, Thomas.,Tran- Gia∗, Phuoc. (2017). “A Priori State Synchronization for Fast Failover of Stateful Firewall VNFs”, 2017 International Conference on Networked Systems (NetSys). [10] Singh, Samneet., Liu, Yan. (2016). “A Cloud Service Architecture for Analyzing Big Monitoring Data”, Tsinghua science and technology.