SlideShare a Scribd company logo
1 of 6
Download to read offline
International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2163
Issue 04, Volume 4 (April 2017) www.ijirae.com
___________________________________________________________________________________________________
IJIRAE: Impact Factor Value – SJIF: Innospace, Morocco (2016): 3.916 | PIF: 2.469 | Jour Info: 4.085 |
ISRAJIF (2016): 3.715 | Indexcopernicus: (ICV 2015): 47.91
IJIRAE © 2014- 17, All Rights Reserved Page -22
An Algorithm to synchronize the local database with cloud
Database
1
Saurav kumar Jha, 2
Shoney Sebastian.
1
Department of Computer Science, Christ University Bangalore,
2
Department of Computer Science, Christ University, Bangalore,
Manuscript History
Number: IJIRAE/RS/Vol.04/Issue04/APAE10091
Received: 25, March 2017
Final Correction: 11, April 2017
Final Accepted: 11, April 2017
Published: April 2017
Abstract - Since the cloud computing [1] platform is widely accepted by the industry, variety of applications are designed
targeting to a cloud platform. Database as a Service (DaaS) is one of the powerful platform of cloud computing. There
are many research issues in DaaS platform and one among them is the data synchronization issue. There are many
approaches suggested in the literature to synchronise a local database by being in cloud environment. Unfortunately,
very few work only available in the literature to synchronise a cloud database by being in the local database. The aim of
this paper is to provide an algorithm to solve the problem of data synchronization from local database to cloud database.
Keywords: Cloud computing, distributed system, database synchronization, Platform as a Service
I. INTRODUCTION
Cloud computing [14] is getting popular and IT giants such as Google, Amazon, Microsoft, IBM have started their cloud
computing infrastructure. Data synchronization [1, 19] is the technique to maintain consistency among the data from source
located at one place to a target located at another place and vice versa. Window Azure [8] is cloud based services which
offers various platform independent services. With cloud environment you can quickly create database solutions that are
built on the SQL Server (RDBMS) database engine. You can create a new SQL database then configure it later. You can
decide whether to use an existing SQL database server or create a new one when you create your new database you can also
import a saved database from Binary Large Object (BLOB) storage into SQL Database. Once you’ve created your new
database, create new tables, import data, create and stored. Your data is safe on cloud server because it’s stored in one
primary data centre and two replica data centres.
In distributed system design [11],data synchronization is one of the major striking aspect of the distributed system users as
the overall system consist multiple clients and a single server and whatever changes are made in client/server side database
or vice versa should properly synchronized over time in order to maintain data integrity. Synchronization techniques are
applied to synchronize the data between the two systems. In computer science field, synchronization generally refers to the
idea of maintaining data integrity or keeping multiple copies of a data set in coherence with one another. Data
synchronization is usually implemented using process synchronization primitives. Few research works has carried out in
this area and very few algorithms have been developed to synchronize data from local database to cloud based database. In
the proposed work we have suggested an algorithm to synchronize a local data base with a cloud copy and incase the server
is unavailable, the suggested algorithm ensure the synchronization whenever the server reconnect, without any data loss.
Traditional data storage techniques [4, 13] like client-server architecture has many drawbacks such as more infrastructure
cost, high possibility of data loss, less availability and Congestion in network. All these problems are overcome with cloud
storage approach. In this case, data will be stored in the cloud providers space which can be accessed from anywhere in the
world with adequate security provide a kind of comfort to the data users.
A HIERARCHICAL VIEW OF CLOUD COMPUTING
Cloud computing employs a service-driven business model. In other words, hardware and platform-level resources are
provided as services on an on-demand basis. However, in practice, cloud services can be grouped into three categories:
infrastructure as a service (IaaS). Platform as a service (PaaS) and Software as a Service (SaaS).
International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2163
Issue 04, Volume 4 (April 2017) www.ijirae.com
___________________________________________________________________________________________________
IJIRAE: Impact Factor Value – SJIF: Innospace, Morocco (2016): 3.916 | PIF: 2.469 | Jour Info: 4.085 |
ISRAJIF (2016): 3.715 | Indexcopernicus: (ICV 2015): 47.91
IJIRAE © 2014- 17, All Rights Reserved Page -23
Infrastructure as a Service: Built on top of data centers layer, IaaS layer virtualizes computing power, storage and network
connectivity of the data centers, and offers it as provisioned services to consumers. Users can scale up and down these
computing resources on demand dynamically. Typically, multiple tenants coexist on the same infrastructure resources.
Examples of this layer include Amazon EC2, Microsoft Azure Platform. Platform as a Service: PaaS [7, 14], often referred
as cloudware, provides a development platform with a set of services to assist application design, development, testing,
deployment, monitoring, hosting on the cloud. It usually requires no software download or installation, and supports
geographically distributed teams to work on projects collaboratively. Google App Engine, Microsoft Azure, Amazon Map
Reduce/Simple Storage Service are among examples of this layer. Software as a Service: In SaaS [7, 14], Software is
presented to the end users as services on demand, usually in a browser. It saves the users from the troubles of software
deployment and maintenance. The software is often shared by multiple tenants, automatically updated from the clouds, and
no additional license needs to be purchased. Features can be requested on demand, and are rolled out more frequently.
Because of its service characteristics, SaaS can often be easily integrated with othermashup applications. An example of
SaaS is Google Maps, and supports multi-tenancy feature by utilizing single application instance model. The isolation
among tenants is taken care by the underline design. Other services include subscription management, federated ID
management, application firewall, etc.
II. LITERATURE REVIEW
There are some research work found related to my selected area of study. Followings are under here.
In paper [11] C.Dutta et al.; describes synchronization algorithms of mobile database in cloud environment. This paper
suggests SAMD (Synchronization Algorithms based on Message Digest) in order to resolve the problem described in paper
[11]. SAMD resolves synchronization problems using only standard SQL queries as certified by the ISO (International
Organization for Standardization). This is followed by a possible synchronization of any data combination regardless of the
kind of database of server side or mobile database. The SAMD algorithm[11],[21] makes the images at the server-side
database and the mobile database uses message digest tables to compare two images in order to select the rows needed for
synchronization. If the two images are different, the synchronization progresses according to synchronization policy. In
conclusion, the SAMD is effective solution for mobile database synchronization in cloud environment.
In paper [2] S. V. Krishna proposed an algorithm to synchronize the file between user devices and cloud storage when they
are connected to internet. In this project, the user can upload file from mobile or PC to the cloud storage. These uploaded
file will be automatically synchronized to the user’s devices when they are connected to internet. So, user files can be
viewed from anywhere by any device. In the existing system, we need to download files manually. This paradigm provides
the user to synchronize data automatically between devices. As a test case they have implemented this algorithm for
windows platform.
In this paper [15] I. Shabani et al.; presented an algorithm for data synchronization based on Web Services (WS). This
algorithm allows software applications to work well on both configurations "Online" and “Offline”, in the absence of the
network. This algorithm are suitable in a scenario of uncertain supply of electricity, disconnecting the network and for other
reasons which are not under the control of professional staff that manages the performance of running application, has
interruption to the online work. In order to continue working in such conditions, are founded adequate solutions to work in
offline mode and later data synchronization in normal conditions.
In this paper [18] authors (S. G. Zucker and S.Wang,) had explained that Data synchronization is required for supply chain
management in the B2B e-commerce environment. This case study examined the impact of the adoption of data
synchronization on three large consumer product goods organizations. The study identified process and structural
inadequacies that developed as the result of the implementation, as well as how these organizations recognized benefits and
future opportunities after data synchronization adoption. The findings revealed the significance of internal alignment
around data cleansing and accuracy, as well as opportunities for improved external alignment from a systems perspective.
The synergy created between product item management, data synchronization, and internal champions existed at all three
companies. The workflow re-design, process improvements and standards development imposed on these organizations by
the clean data requirement of data synchronization provided the greatest benefits from the data synchronization process.
This paper [20] K.Donkena and S. Gannamani attempt a method to evaluate performance of cloud database and traditional
database in term of response time while retrieving the data. There has been an exponential growth in the size of the
databases in the recent times and the same amount of growth is expected in the future. There has been a firm drop in the
storage cost followed by a rapid increase in the storage capacity. The entry of Cloud in the recent times has changed the
equations. The Performance of the Database plays a vital role in the competition. In this research, an attempt has been made
toevaluate and compares the performance of the traditional database and the Cloud Database.
III. PROPOSED TO WORK
Microsoft window azure cloud platform is based on a unique, unified, and integrated approach, which is used as cloud data
storage. In order to address the problem of data synchronization from local database to cloud database we have used
Microsoft Window Azure as cloud service provider.
International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2163
Issue 04, Volume 4 (April 2017) www.ijirae.com
___________________________________________________________________________________________________
IJIRAE: Impact Factor Value – SJIF: Innospace, Morocco (2016): 3.916 | PIF: 2.469 | Jour Info: 4.085 |
ISRAJIF (2016): 3.715 | Indexcopernicus: (ICV 2015): 47.91
IJIRAE © 2014- 17, All Rights Reserved Page -24
ALGORITHM STEPS ARE UNDER HERE.
A. CONNECT TO SERVER
1. Check the availability of server
2. If not available then
{
Create a server
}
3. Check the availability of database and operational table.
4.If not available then
{
Create database and operational table as well as one temporary table with two column (ID, Timestamp)
}
B. CREATION OF STORED PROCEDURE ()
1. Setup linked server to link between local database server and clod database server.
2. Create a stored procedure using SQL
3. Fetch the latest data from the operational table by joining with temporary table ID and timestamp column.
4. Return the latest un-matched record.
5.Insert latest record to cloud database table.
C. CREATE SQL AGENT
1. Create the SQL server agent.
2. Create a new job set the stored procedure to the job.
3. Schedule the job to run.
IV. EXPERIMENT AND RESULTS
For performing test cases and getting results we have considered Microsoft window azure as cloud service provider and
SQL server as relational database.
Following steps are essential in order to perform test cases.
Log on to manage.windowsazure.com and select SQL database option. Create database and table structure in window
azure. The database and table structure should be the same as local database.
1. Click the New button found on the upper left-hand corner of the Azure portal.
2. Select Databases from the new page, and select SQL Database from the Databases page.
3. Fill out the SQL Database form with the required information upper left-hand corner of the Azure portal
• Database name: mySampleDatabase
• Resource group: myResourceGroup
• Source:Sample (AdventureWorksLT)
4. Click Server to create and configure a new server for your new database. Fill out the new server form specifying
a globally unique server name, provide a name for the Server admin login, and then specify the password of your
choice.
5. Click Apply.
6. Click Create to provision the database. Provisioning takes a few minutes.
7. On the toolbar, click Notifications to monitor the deployment process.
CREATE A SERVER-LEVEL FIREWALL RULE
Follow these steps to create a SQL Database server-level firewall rule for your client's IP address and enable external
connectivity through the SQL Database firewall for your IP address only.
1. Click Set server firewall on the toolbar The Firewall settings page for the SQL Database server opens.
2. Click Add client IP on the toolbar and then click Save. A server-level firewall rule is created for your current IP
address.
After the deployment completes, click SQL databases from the left-hand menu and click your new database, mySample
Database, on the SQL databases page.
After followed above steps, test the connection of window azure database from local SQL server using following
credential.
SERVER NAME, LOGIN AND PASSWORD.
FOLLOW THESE STEPS TO SETUP JOB IN LOCAL DATABASE:
1. Create linked servers on local database to link between local database server and window azure database server.
2. Create a stored procedure on local database then just do a normal select query with a join with temporary table.
3. Fetch the latest data from the operational table by joining with temporary table ID and timestamp column.
4. Within stored procedure write a INSERT statement to insert fetched local data to cloud database.
International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2163
Issue 04, Volume 4 (April 2017) www.ijirae.com
___________________________________________________________________________________________________
IJIRAE: Impact Factor Value – SJIF: Innospace, Morocco (2016): 3.916 | PIF: 2.469 | Jour Info: 4.085 |
ISRAJIF (2016): 3.715 | Indexcopernicus: (ICV 2015): 47.91
IJIRAE © 2014- 17, All Rights Reserved Page -25
Figure 1
5. Expand Sql server agent in SQL database engine.
6. Right-click Jobs, and then click New Job.
7. On the General page, in the Name box, type a name for the job.
8. Clear the Enabled check box if you do not want the job to be run immediately following its creation. For example,
if you want to test a job before it is scheduled to run, disable the job.
9. Then, you can choose which logins you decided to authorize and category also choose what we needed.
10. Click new and give new name, then what type of language is to be selected. I am selecting T-SQL.
11. After selecting this, you have to insert your queries like this or by using open button; you have to browse your stored
procedure.
12. If job is a failure, what's next? You can run another job or quiet the job.
13. Also, you can save that success or failure in a T-SQL format set path for output.
14. After completing all these steps which login to perform this job, so you choose logins.
15. Click ok, and then click on the SCHEDULING tab. Set the one hour interval.
16. Give the name that you already created, time, occurs, time, date for user option.
17. Finally click on OK to finish the configuration.
Note: If any transaction fails during synchronization this SQL agent will send data to cloud database in next time slot.
RESULTS:
CASE1: LOCAL DATABASE TABLE DATA
After invoked Sql agent check window azure database table.
REPEAT THE SAME STEPS AFTER ONE HOUR
International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2163
Issue 04, Volume 4 (April 2017) www.ijirae.com
___________________________________________________________________________________________________
IJIRAE: Impact Factor Value – SJIF: Innospace, Morocco (2016): 3.916 | PIF: 2.469 | Jour Info: 4.085 |
ISRAJIF (2016): 3.715 | Indexcopernicus: (ICV 2015): 47.91
IJIRAE © 2014- 17, All Rights Reserved Page -26
Case 2: Local Database table data
After invoked Sql agent check window azure database table. Updated record is now inserted to cloud database.
CONCLUSION AND FUTURE WORK
The objective of the research is to provide an algorithm to solve the problem that when all clients are reliant on a single
server or local database. Data synchronization between local database and cloud database makes data accessible across the
world but this research has limitation that it will sink data from local database to cloud database at scheduled time. We have
tested these algorithms with SQL server database but this algorithm can be fit to other relational database like Oracle,
PostgreSQL, MySQL etc. In the future, researcher solved the problem of data synchronization from local database to
cloud database at real time. And also researcher will solve the problem of data synchronization between local–non
relational database and cloud non-relational database.
REFERENCES:
[1]. Wikipedia –“Introduction of Cloud Computing”, available at: https://en.wikipedia.org/wiki/Cloud_computing
[2]. S. V. Krishna, and S.Kumar M “Data Synchronization Using Cloud Storage” International Journal of Advanced
Research in Computer Science and Software Engineering, Volume 2, Issue 11, November 2012,Available at
:https://www.ijarcsse.com/docs/papers/11_November2012/Volume_2_issue_11_November2012/V2I11-0144.pdf
[3]. Christian Vecchiola, Xingchen Chu, and R. Buyya, "Aneka: A Software Platform for.NET-based Cloud Computing,"
in High Speed and Large Scale Scientific Computing, 2010.
[4]. R. Buyya and Chee Shin Yeo, "Cloud Computing and Emerging IT Platforms: Vision, Hype, and Reality for
Delivering Computing as the 5th Utility," Future Generation Computer Systems, pp. 599-616, 2009.
[5]. R. S. Dhakar, A. Gupta, A. Vijay “Cloud Computing Architecture” Volume 12,2011. Available at :
http://www.chinacloud.cn/upload/2011-12/11121111092246.pdf
[6]. J. Varia ,“Amazon Web Services - Architecting for The Cloud: Best Practices”, Amazon, January 2011. Available at:
https://media.amazonwebservices.com/AWS_Cloud_Best_Practices.pdf
[7]. Pooja and A. Pandey “Cloud Computing – An on Demand Service Platform” International Journal of Computer
Applications® (IJCA), Volume (0975 – 8887), 2013. Available
at:http://research.ijcaonline.org/icamt/number1/icamt1004.pdf
[8]. D. Chappell and Associates“Introducing the Azure Services Platform” Microsoft Corporation March-2009, Available
at : http://www.odbms.org/wp-content/uploads/2013/11/Windows-Azure-David-Chappell-White-Paper-March-09.pdf
[9]. Hua Gu , Lei Huang ,Jing Liu Qiuli Qin “Research on the Data Synchronization of Cloud Stroke based on JSON”
International Journal of Grid and Distributed Computing, Vol. 9, No. 7 (2016), pp.201-210.Available at :
http://www.sersc.org/journals/IJGDC/vol9_no7/21.pdf
[10]. Understanding the Cloud Computing Stack”, Available at: https://support.rackspace.com/white-paper/understanding-
the-cloud-computing-stack-saas-paas-iaas/
[11]. R. Singh and C. Dutta “A Synchronization Algorithm of Mobile Database for Cloud Computing” International
Journal of Application or Innovation in Engineering & Management, Volume 2, Issue3, March 2013, Available at :
http://www.ijaiem.org/Volume2Issue3/IJAIEM-2013-03-20-051.pdf
International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2163
Issue 04, Volume 4 (April 2017) www.ijirae.com
___________________________________________________________________________________________________
IJIRAE: Impact Factor Value – SJIF: Innospace, Morocco (2016): 3.916 | PIF: 2.469 | Jour Info: 4.085 |
ISRAJIF (2016): 3.715 | Indexcopernicus: (ICV 2015): 47.91
IJIRAE © 2014- 17, All Rights Reserved Page -27
[12]. H. Kim, Y. El-Khamra, S.Jha , M. Parashar “Chapter 25, Exploring the use of hybrid HPC –Grids/Clouds
infrastructure for science and engineering” in Cloud Computing: Methodology , Syst., and applications , Ed 1st
, CRC
press, 2011, pp.583-611.
[13]. Datapipe Managed Hybrid Cloud Connect® for AWS Available
at:https://www.datapipe.com/cloud/managed_aws/hybrid_cloud_connect/
[14]. P. Mell and T. Grance “NIST Definition of Cloud Computing” National Institute of Standards and Technology
(NIST), Volume 800-145. Available at :http://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-145.pdf
[15]. I. Shabani , B. Cico and A. Dika “Solving Problems in Software Applications through Data Synchronization in Case
of Absence of the Network”, IJCSI International Journal of Computer Science Issues, Vol. 9, Issue 1, No 3, January
2012 .Available at: http://www.ijcsi.org/papers/IJCSI-9-1-3-10-16.pdf
[16]. M.Y.Choi, Eun-Ae Cho, Dae-Ha Park, Chang-Joo Moon, Doo-Kwon Baik “A Database Synchronization Algorithm
for Mobile Device”sIEEE Transactions on Consumer lectronics, Vol. 56, No. 2, May 2010.
[17]. Wu Jie-Ming, Yu Li-ping “Research and Design of Smart Client Data Synchronization Engine” Proceedings of the
2009 International Workshop on Information Security and Application (IWISA 2009)Qingdao, China, November 21-
22, 2009.
[18]. Susan G. Zucker & Shouhong Wang, “the impact of Data synchronization adoption on organizations: a Case study”
Journal of Electronic Commerce in Organizations”, Volume 7, Issue 3.
[19]. Muhsin Shodiq, Rini Wongso, Rendy Setya Pratama, Eko Rhenardo, Kevin “Implementation of Data Synchronization
with Data Marker using Web Service Data”Volume 59, 2015, Pages 366-372.Available at : http://ac.els-
cdn.com/S1877050915020670/1-s2.0-S1877050915020670-main.pdf
[20]. K. Donkena and S. Gannamani “Performance Evaluation of Cloud Database and Traditional Database in terms of
Response Time while Retrieving the Data” , December 2012.Available at : https://www.diva-
portal.org/smash/get/diva2:829184/FULLTEXT01.pdf
[21]. V. Balakumar and I. Sakthidevi, “An efficient database synchronization algorithm for mobile devices based on
secured message digest,” in 2012 International Conference on Computing, Electronics and Electrical Technologies,
ICCEET 2012, 2012, pp. 937–942.

More Related Content

What's hot

Cloak-Reduce Load Balancing Strategy for Mapreduce
Cloak-Reduce Load Balancing Strategy for MapreduceCloak-Reduce Load Balancing Strategy for Mapreduce
Cloak-Reduce Load Balancing Strategy for MapreduceAIRCC Publishing Corporation
 
IMPROVEMENT OF ENERGY EFFICIENCY IN CLOUD COMPUTING BY LOAD BALANCING ALGORITHM
IMPROVEMENT OF ENERGY EFFICIENCY IN CLOUD COMPUTING BY LOAD BALANCING ALGORITHMIMPROVEMENT OF ENERGY EFFICIENCY IN CLOUD COMPUTING BY LOAD BALANCING ALGORITHM
IMPROVEMENT OF ENERGY EFFICIENCY IN CLOUD COMPUTING BY LOAD BALANCING ALGORITHMAssociate Professor in VSB Coimbatore
 
DATA PROVENENCE IN PUBLIC CLOUD
DATA PROVENENCE IN PUBLIC CLOUDDATA PROVENENCE IN PUBLIC CLOUD
DATA PROVENENCE IN PUBLIC CLOUDijsrd.com
 
NEURO-FUZZY SYSTEM BASED DYNAMIC RESOURCE ALLOCATION IN COLLABORATIVE CLOUD C...
NEURO-FUZZY SYSTEM BASED DYNAMIC RESOURCE ALLOCATION IN COLLABORATIVE CLOUD C...NEURO-FUZZY SYSTEM BASED DYNAMIC RESOURCE ALLOCATION IN COLLABORATIVE CLOUD C...
NEURO-FUZZY SYSTEM BASED DYNAMIC RESOURCE ALLOCATION IN COLLABORATIVE CLOUD C...ijccsa
 
Neuro-Fuzzy System Based Dynamic Resource Allocation in Collaborative Cloud C...
Neuro-Fuzzy System Based Dynamic Resource Allocation in Collaborative Cloud C...Neuro-Fuzzy System Based Dynamic Resource Allocation in Collaborative Cloud C...
Neuro-Fuzzy System Based Dynamic Resource Allocation in Collaborative Cloud C...neirew J
 
A Survey: Hybrid Job-Driven Meta Data Scheduling for Data storage with Intern...
A Survey: Hybrid Job-Driven Meta Data Scheduling for Data storage with Intern...A Survey: Hybrid Job-Driven Meta Data Scheduling for Data storage with Intern...
A Survey: Hybrid Job-Driven Meta Data Scheduling for Data storage with Intern...dbpublications
 
Comparative Analysis, Security Aspects & Optimization of Workload in Gfs Base...
Comparative Analysis, Security Aspects & Optimization of Workload in Gfs Base...Comparative Analysis, Security Aspects & Optimization of Workload in Gfs Base...
Comparative Analysis, Security Aspects & Optimization of Workload in Gfs Base...IOSR Journals
 
Analysis of SOFTWARE DEFINED STORAGE (SDS)
Analysis of SOFTWARE DEFINED STORAGE (SDS)Analysis of SOFTWARE DEFINED STORAGE (SDS)
Analysis of SOFTWARE DEFINED STORAGE (SDS)Kaushik Rajan
 
DISTRIBUTED SCHEME TO AUTHENTICATE DATA STORAGE SECURITY IN CLOUD COMPUTING
DISTRIBUTED SCHEME TO AUTHENTICATE DATA STORAGE SECURITY IN CLOUD COMPUTINGDISTRIBUTED SCHEME TO AUTHENTICATE DATA STORAGE SECURITY IN CLOUD COMPUTING
DISTRIBUTED SCHEME TO AUTHENTICATE DATA STORAGE SECURITY IN CLOUD COMPUTINGijcsit
 
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 - deadline based resource p...
Ieeepro techno solutions   2014 ieee java project - deadline based resource p...Ieeepro techno solutions   2014 ieee java project - deadline based resource p...
Ieeepro techno solutions 2014 ieee java project - deadline based resource p...hemanthbbc
 
Cloud Computing: A Perspective on Next Basic Utility in IT World
Cloud Computing: A Perspective on Next Basic Utility in IT World Cloud Computing: A Perspective on Next Basic Utility in IT World
Cloud Computing: A Perspective on Next Basic Utility in IT World IRJET Journal
 
An efficient resource sharing technique for multi-tenant databases
An efficient resource sharing technique for multi-tenant databases An efficient resource sharing technique for multi-tenant databases
An efficient resource sharing technique for multi-tenant databases IJECEIAES
 
An Efficient Queuing Model for Resource Sharing in Cloud Computing
	An Efficient Queuing Model for Resource Sharing in Cloud Computing	An Efficient Queuing Model for Resource Sharing in Cloud Computing
An Efficient Queuing Model for Resource Sharing in Cloud Computingtheijes
 

What's hot (15)

Cloak-Reduce Load Balancing Strategy for Mapreduce
Cloak-Reduce Load Balancing Strategy for MapreduceCloak-Reduce Load Balancing Strategy for Mapreduce
Cloak-Reduce Load Balancing Strategy for Mapreduce
 
H017554148
H017554148H017554148
H017554148
 
IMPROVEMENT OF ENERGY EFFICIENCY IN CLOUD COMPUTING BY LOAD BALANCING ALGORITHM
IMPROVEMENT OF ENERGY EFFICIENCY IN CLOUD COMPUTING BY LOAD BALANCING ALGORITHMIMPROVEMENT OF ENERGY EFFICIENCY IN CLOUD COMPUTING BY LOAD BALANCING ALGORITHM
IMPROVEMENT OF ENERGY EFFICIENCY IN CLOUD COMPUTING BY LOAD BALANCING ALGORITHM
 
DATA PROVENENCE IN PUBLIC CLOUD
DATA PROVENENCE IN PUBLIC CLOUDDATA PROVENENCE IN PUBLIC CLOUD
DATA PROVENENCE IN PUBLIC CLOUD
 
NEURO-FUZZY SYSTEM BASED DYNAMIC RESOURCE ALLOCATION IN COLLABORATIVE CLOUD C...
NEURO-FUZZY SYSTEM BASED DYNAMIC RESOURCE ALLOCATION IN COLLABORATIVE CLOUD C...NEURO-FUZZY SYSTEM BASED DYNAMIC RESOURCE ALLOCATION IN COLLABORATIVE CLOUD C...
NEURO-FUZZY SYSTEM BASED DYNAMIC RESOURCE ALLOCATION IN COLLABORATIVE CLOUD C...
 
Neuro-Fuzzy System Based Dynamic Resource Allocation in Collaborative Cloud C...
Neuro-Fuzzy System Based Dynamic Resource Allocation in Collaborative Cloud C...Neuro-Fuzzy System Based Dynamic Resource Allocation in Collaborative Cloud C...
Neuro-Fuzzy System Based Dynamic Resource Allocation in Collaborative Cloud C...
 
A Survey: Hybrid Job-Driven Meta Data Scheduling for Data storage with Intern...
A Survey: Hybrid Job-Driven Meta Data Scheduling for Data storage with Intern...A Survey: Hybrid Job-Driven Meta Data Scheduling for Data storage with Intern...
A Survey: Hybrid Job-Driven Meta Data Scheduling for Data storage with Intern...
 
Comparative Analysis, Security Aspects & Optimization of Workload in Gfs Base...
Comparative Analysis, Security Aspects & Optimization of Workload in Gfs Base...Comparative Analysis, Security Aspects & Optimization of Workload in Gfs Base...
Comparative Analysis, Security Aspects & Optimization of Workload in Gfs Base...
 
Analysis of SOFTWARE DEFINED STORAGE (SDS)
Analysis of SOFTWARE DEFINED STORAGE (SDS)Analysis of SOFTWARE DEFINED STORAGE (SDS)
Analysis of SOFTWARE DEFINED STORAGE (SDS)
 
DISTRIBUTED SCHEME TO AUTHENTICATE DATA STORAGE SECURITY IN CLOUD COMPUTING
DISTRIBUTED SCHEME TO AUTHENTICATE DATA STORAGE SECURITY IN CLOUD COMPUTINGDISTRIBUTED SCHEME TO AUTHENTICATE DATA STORAGE SECURITY IN CLOUD COMPUTING
DISTRIBUTED SCHEME TO AUTHENTICATE DATA STORAGE SECURITY IN CLOUD COMPUTING
 
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 - deadline based resource p...
Ieeepro techno solutions   2014 ieee java project - deadline based resource p...Ieeepro techno solutions   2014 ieee java project - deadline based resource p...
Ieeepro techno solutions 2014 ieee java project - deadline based resource p...
 
Cloud Computing: A Perspective on Next Basic Utility in IT World
Cloud Computing: A Perspective on Next Basic Utility in IT World Cloud Computing: A Perspective on Next Basic Utility in IT World
Cloud Computing: A Perspective on Next Basic Utility in IT World
 
An efficient resource sharing technique for multi-tenant databases
An efficient resource sharing technique for multi-tenant databases An efficient resource sharing technique for multi-tenant databases
An efficient resource sharing technique for multi-tenant databases
 
An Efficient Queuing Model for Resource Sharing in Cloud Computing
	An Efficient Queuing Model for Resource Sharing in Cloud Computing	An Efficient Queuing Model for Resource Sharing in Cloud Computing
An Efficient Queuing Model for Resource Sharing in Cloud Computing
 

Similar to An Algorithm to synchronize the local database with cloud Database

Efficient and reliable hybrid cloud architecture for big database
Efficient and reliable hybrid cloud architecture for big databaseEfficient and reliable hybrid cloud architecture for big database
Efficient and reliable hybrid cloud architecture for big databaseijccsa
 
Review and Classification of Cloud Computing Research
Review and Classification of Cloud Computing ResearchReview and Classification of Cloud Computing Research
Review and Classification of Cloud Computing Researchiosrjce
 
ANALYSIS OF ATTACK TECHNIQUES ON CLOUD BASED DATA DEDUPLICATION TECHNIQUES
ANALYSIS OF ATTACK TECHNIQUES ON CLOUD BASED DATA DEDUPLICATION TECHNIQUESANALYSIS OF ATTACK TECHNIQUES ON CLOUD BASED DATA DEDUPLICATION TECHNIQUES
ANALYSIS OF ATTACK TECHNIQUES ON CLOUD BASED DATA DEDUPLICATION TECHNIQUESijccsa
 
ANALYSIS OF ATTACK TECHNIQUES ON CLOUD BASED DATA DEDUPLICATION TECHNIQUES
ANALYSIS OF ATTACK TECHNIQUES ON CLOUD BASED DATA DEDUPLICATION TECHNIQUESANALYSIS OF ATTACK TECHNIQUES ON CLOUD BASED DATA DEDUPLICATION TECHNIQUES
ANALYSIS OF ATTACK TECHNIQUES ON CLOUD BASED DATA DEDUPLICATION TECHNIQUESijccsa
 
ANALYSIS OF ATTACK TECHNIQUES ON CLOUD BASED DATA DEDUPLICATION TECHNIQUES
ANALYSIS OF ATTACK TECHNIQUES ON CLOUD BASED DATA DEDUPLICATION TECHNIQUESANALYSIS OF ATTACK TECHNIQUES ON CLOUD BASED DATA DEDUPLICATION TECHNIQUES
ANALYSIS OF ATTACK TECHNIQUES ON CLOUD BASED DATA DEDUPLICATION TECHNIQUESijccsa
 
Guaranteed Availability of Cloud Data with Efficient Cost
Guaranteed Availability of Cloud Data with Efficient CostGuaranteed Availability of Cloud Data with Efficient Cost
Guaranteed Availability of Cloud Data with Efficient CostIRJET Journal
 
Management of context aware software resources deployed in a cloud environmen...
Management of context aware software resources deployed in a cloud environmen...Management of context aware software resources deployed in a cloud environmen...
Management of context aware software resources deployed in a cloud environmen...ijdpsjournal
 
ANALYSIS OF THE COMPARISON OF SELECTIVE CLOUD VENDORS SERVICES
ANALYSIS OF THE COMPARISON OF SELECTIVE CLOUD VENDORS SERVICESANALYSIS OF THE COMPARISON OF SELECTIVE CLOUD VENDORS SERVICES
ANALYSIS OF THE COMPARISON OF SELECTIVE CLOUD VENDORS SERVICESijccsa
 
LOCALITY SIM: CLOUD SIMULATOR WITH DATA LOCALITY
LOCALITY SIM: CLOUD SIMULATOR WITH DATA LOCALITY LOCALITY SIM: CLOUD SIMULATOR WITH DATA LOCALITY
LOCALITY SIM: CLOUD SIMULATOR WITH DATA LOCALITY ijccsa
 
Locality Sim : Cloud Simulator with Data Locality
Locality Sim : Cloud Simulator with Data LocalityLocality Sim : Cloud Simulator with Data Locality
Locality Sim : Cloud Simulator with Data Localityneirew J
 
Distributed Scheme to Authenticate Data Storage Security in Cloud Computing
Distributed Scheme to Authenticate Data Storage Security in Cloud ComputingDistributed Scheme to Authenticate Data Storage Security in Cloud Computing
Distributed Scheme to Authenticate Data Storage Security in Cloud ComputingAIRCC Publishing Corporation
 
DISTRIBUTED SCHEME TO AUTHENTICATE DATA STORAGE SECURITY IN CLOUD COMPUTING
DISTRIBUTED SCHEME TO AUTHENTICATE DATA STORAGE SECURITY IN CLOUD COMPUTINGDISTRIBUTED SCHEME TO AUTHENTICATE DATA STORAGE SECURITY IN CLOUD COMPUTING
DISTRIBUTED SCHEME TO AUTHENTICATE DATA STORAGE SECURITY IN CLOUD COMPUTINGAIRCC Publishing Corporation
 
Cloud computing-ieee-2014-projects
Cloud computing-ieee-2014-projectsCloud computing-ieee-2014-projects
Cloud computing-ieee-2014-projectsVijay Karan
 
Cloud Computing IEEE 2014 Projects
Cloud Computing IEEE 2014 ProjectsCloud Computing IEEE 2014 Projects
Cloud Computing IEEE 2014 ProjectsVijay Karan
 
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 Reviewijtsrd
 
Cyber forensics in cloud computing
Cyber forensics in cloud computingCyber forensics in cloud computing
Cyber forensics in cloud computingAlexander Decker
 
11.cyber forensics in cloud computing
11.cyber forensics in cloud computing11.cyber forensics in cloud computing
11.cyber forensics in cloud computingAlexander Decker
 

Similar to An Algorithm to synchronize the local database with cloud Database (20)

Efficient and reliable hybrid cloud architecture for big database
Efficient and reliable hybrid cloud architecture for big databaseEfficient and reliable hybrid cloud architecture for big database
Efficient and reliable hybrid cloud architecture for big database
 
Review and Classification of Cloud Computing Research
Review and Classification of Cloud Computing ResearchReview and Classification of Cloud Computing Research
Review and Classification of Cloud Computing Research
 
ANALYSIS OF ATTACK TECHNIQUES ON CLOUD BASED DATA DEDUPLICATION TECHNIQUES
ANALYSIS OF ATTACK TECHNIQUES ON CLOUD BASED DATA DEDUPLICATION TECHNIQUESANALYSIS OF ATTACK TECHNIQUES ON CLOUD BASED DATA DEDUPLICATION TECHNIQUES
ANALYSIS OF ATTACK TECHNIQUES ON CLOUD BASED DATA DEDUPLICATION TECHNIQUES
 
ANALYSIS OF ATTACK TECHNIQUES ON CLOUD BASED DATA DEDUPLICATION TECHNIQUES
ANALYSIS OF ATTACK TECHNIQUES ON CLOUD BASED DATA DEDUPLICATION TECHNIQUESANALYSIS OF ATTACK TECHNIQUES ON CLOUD BASED DATA DEDUPLICATION TECHNIQUES
ANALYSIS OF ATTACK TECHNIQUES ON CLOUD BASED DATA DEDUPLICATION TECHNIQUES
 
ANALYSIS OF ATTACK TECHNIQUES ON CLOUD BASED DATA DEDUPLICATION TECHNIQUES
ANALYSIS OF ATTACK TECHNIQUES ON CLOUD BASED DATA DEDUPLICATION TECHNIQUESANALYSIS OF ATTACK TECHNIQUES ON CLOUD BASED DATA DEDUPLICATION TECHNIQUES
ANALYSIS OF ATTACK TECHNIQUES ON CLOUD BASED DATA DEDUPLICATION TECHNIQUES
 
WJCAT2-13707877
WJCAT2-13707877WJCAT2-13707877
WJCAT2-13707877
 
Guaranteed Availability of Cloud Data with Efficient Cost
Guaranteed Availability of Cloud Data with Efficient CostGuaranteed Availability of Cloud Data with Efficient Cost
Guaranteed Availability of Cloud Data with Efficient Cost
 
Management of context aware software resources deployed in a cloud environmen...
Management of context aware software resources deployed in a cloud environmen...Management of context aware software resources deployed in a cloud environmen...
Management of context aware software resources deployed in a cloud environmen...
 
ANALYSIS OF THE COMPARISON OF SELECTIVE CLOUD VENDORS SERVICES
ANALYSIS OF THE COMPARISON OF SELECTIVE CLOUD VENDORS SERVICESANALYSIS OF THE COMPARISON OF SELECTIVE CLOUD VENDORS SERVICES
ANALYSIS OF THE COMPARISON OF SELECTIVE CLOUD VENDORS SERVICES
 
CLOUD COMPUTING_proposal
CLOUD COMPUTING_proposalCLOUD COMPUTING_proposal
CLOUD COMPUTING_proposal
 
LOCALITY SIM: CLOUD SIMULATOR WITH DATA LOCALITY
LOCALITY SIM: CLOUD SIMULATOR WITH DATA LOCALITY LOCALITY SIM: CLOUD SIMULATOR WITH DATA LOCALITY
LOCALITY SIM: CLOUD SIMULATOR WITH DATA LOCALITY
 
Locality Sim : Cloud Simulator with Data Locality
Locality Sim : Cloud Simulator with Data LocalityLocality Sim : Cloud Simulator with Data Locality
Locality Sim : Cloud Simulator with Data Locality
 
Distributed Scheme to Authenticate Data Storage Security in Cloud Computing
Distributed Scheme to Authenticate Data Storage Security in Cloud ComputingDistributed Scheme to Authenticate Data Storage Security in Cloud Computing
Distributed Scheme to Authenticate Data Storage Security in Cloud Computing
 
DISTRIBUTED SCHEME TO AUTHENTICATE DATA STORAGE SECURITY IN CLOUD COMPUTING
DISTRIBUTED SCHEME TO AUTHENTICATE DATA STORAGE SECURITY IN CLOUD COMPUTINGDISTRIBUTED SCHEME TO AUTHENTICATE DATA STORAGE SECURITY IN CLOUD COMPUTING
DISTRIBUTED SCHEME TO AUTHENTICATE DATA STORAGE SECURITY IN CLOUD COMPUTING
 
D017212027
D017212027D017212027
D017212027
 
Cloud computing-ieee-2014-projects
Cloud computing-ieee-2014-projectsCloud computing-ieee-2014-projects
Cloud computing-ieee-2014-projects
 
Cloud Computing IEEE 2014 Projects
Cloud Computing IEEE 2014 ProjectsCloud Computing IEEE 2014 Projects
Cloud Computing IEEE 2014 Projects
 
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
 
Cyber forensics in cloud computing
Cyber forensics in cloud computingCyber forensics in cloud computing
Cyber forensics in cloud computing
 
11.cyber forensics in cloud computing
11.cyber forensics in cloud computing11.cyber forensics in cloud computing
11.cyber forensics in cloud computing
 

More from AM Publications

DEVELOPMENT OF TODDLER FAMILY CADRE TRAINING BASED ON ANDROID APPLICATIONS IN...
DEVELOPMENT OF TODDLER FAMILY CADRE TRAINING BASED ON ANDROID APPLICATIONS IN...DEVELOPMENT OF TODDLER FAMILY CADRE TRAINING BASED ON ANDROID APPLICATIONS IN...
DEVELOPMENT OF TODDLER FAMILY CADRE TRAINING BASED ON ANDROID APPLICATIONS IN...AM Publications
 
TESTING OF COMPOSITE ON DROP-WEIGHT IMPACT TESTING AND DAMAGE IDENTIFICATION ...
TESTING OF COMPOSITE ON DROP-WEIGHT IMPACT TESTING AND DAMAGE IDENTIFICATION ...TESTING OF COMPOSITE ON DROP-WEIGHT IMPACT TESTING AND DAMAGE IDENTIFICATION ...
TESTING OF COMPOSITE ON DROP-WEIGHT IMPACT TESTING AND DAMAGE IDENTIFICATION ...AM Publications
 
THE USE OF FRACTAL GEOMETRY IN TILING MOTIF DESIGN
THE USE OF FRACTAL GEOMETRY IN TILING MOTIF DESIGNTHE USE OF FRACTAL GEOMETRY IN TILING MOTIF DESIGN
THE USE OF FRACTAL GEOMETRY IN TILING MOTIF DESIGNAM Publications
 
TWO-DIMENSIONAL INVERSION FINITE ELEMENT MODELING OF MAGNETOTELLURIC DATA: CA...
TWO-DIMENSIONAL INVERSION FINITE ELEMENT MODELING OF MAGNETOTELLURIC DATA: CA...TWO-DIMENSIONAL INVERSION FINITE ELEMENT MODELING OF MAGNETOTELLURIC DATA: CA...
TWO-DIMENSIONAL INVERSION FINITE ELEMENT MODELING OF MAGNETOTELLURIC DATA: CA...AM Publications
 
USING THE GENETIC ALGORITHM TO OPTIMIZE LASER WELDING PARAMETERS FOR MARTENSI...
USING THE GENETIC ALGORITHM TO OPTIMIZE LASER WELDING PARAMETERS FOR MARTENSI...USING THE GENETIC ALGORITHM TO OPTIMIZE LASER WELDING PARAMETERS FOR MARTENSI...
USING THE GENETIC ALGORITHM TO OPTIMIZE LASER WELDING PARAMETERS FOR MARTENSI...AM Publications
 
ANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISES
ANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISESANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISES
ANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISESAM Publications
 
REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS
REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS
REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS AM Publications
 
EVALUATE THE STRAIN ENERGY ERROR FOR THE LASER WELD BY THE H-REFINEMENT OF TH...
EVALUATE THE STRAIN ENERGY ERROR FOR THE LASER WELD BY THE H-REFINEMENT OF TH...EVALUATE THE STRAIN ENERGY ERROR FOR THE LASER WELD BY THE H-REFINEMENT OF TH...
EVALUATE THE STRAIN ENERGY ERROR FOR THE LASER WELD BY THE H-REFINEMENT OF TH...AM Publications
 
HMM APPLICATION IN ISOLATED WORD SPEECH RECOGNITION
HMM APPLICATION IN ISOLATED WORD SPEECH RECOGNITIONHMM APPLICATION IN ISOLATED WORD SPEECH RECOGNITION
HMM APPLICATION IN ISOLATED WORD SPEECH RECOGNITIONAM Publications
 
PEDESTRIAN DETECTION IN LOW RESOLUTION VIDEOS USING A MULTI-FRAME HOG-BASED D...
PEDESTRIAN DETECTION IN LOW RESOLUTION VIDEOS USING A MULTI-FRAME HOG-BASED D...PEDESTRIAN DETECTION IN LOW RESOLUTION VIDEOS USING A MULTI-FRAME HOG-BASED D...
PEDESTRIAN DETECTION IN LOW RESOLUTION VIDEOS USING A MULTI-FRAME HOG-BASED D...AM Publications
 
EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...
EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...
EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...AM Publications
 
UTILIZATION OF IMMUNIZATION SERVICES AMONG CHILDREN UNDER FIVE YEARS OF AGE I...
UTILIZATION OF IMMUNIZATION SERVICES AMONG CHILDREN UNDER FIVE YEARS OF AGE I...UTILIZATION OF IMMUNIZATION SERVICES AMONG CHILDREN UNDER FIVE YEARS OF AGE I...
UTILIZATION OF IMMUNIZATION SERVICES AMONG CHILDREN UNDER FIVE YEARS OF AGE I...AM Publications
 
REPRESENTATION OF THE BLOCK DATA ENCRYPTION ALGORITHM IN AN ANALYTICAL FORM F...
REPRESENTATION OF THE BLOCK DATA ENCRYPTION ALGORITHM IN AN ANALYTICAL FORM F...REPRESENTATION OF THE BLOCK DATA ENCRYPTION ALGORITHM IN AN ANALYTICAL FORM F...
REPRESENTATION OF THE BLOCK DATA ENCRYPTION ALGORITHM IN AN ANALYTICAL FORM F...AM Publications
 
OPTICAL CHARACTER RECOGNITION USING RBFNN
OPTICAL CHARACTER RECOGNITION USING RBFNNOPTICAL CHARACTER RECOGNITION USING RBFNN
OPTICAL CHARACTER RECOGNITION USING RBFNNAM Publications
 
DETECTION OF MOVING OBJECT
DETECTION OF MOVING OBJECTDETECTION OF MOVING OBJECT
DETECTION OF MOVING OBJECTAM Publications
 
SIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENT
SIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENTSIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENT
SIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENTAM Publications
 
PREPARATION AND EVALUATION OF WOOL KERATIN BASED CHITOSAN NANOFIBERS FOR AIR ...
PREPARATION AND EVALUATION OF WOOL KERATIN BASED CHITOSAN NANOFIBERS FOR AIR ...PREPARATION AND EVALUATION OF WOOL KERATIN BASED CHITOSAN NANOFIBERS FOR AIR ...
PREPARATION AND EVALUATION OF WOOL KERATIN BASED CHITOSAN NANOFIBERS FOR AIR ...AM Publications
 
ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...
ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...
ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...AM Publications
 
A MODEL BASED APPROACH FOR IMPLEMENTING WLAN SECURITY
A MODEL BASED APPROACH FOR IMPLEMENTING WLAN SECURITY A MODEL BASED APPROACH FOR IMPLEMENTING WLAN SECURITY
A MODEL BASED APPROACH FOR IMPLEMENTING WLAN SECURITY AM Publications
 

More from AM Publications (20)

DEVELOPMENT OF TODDLER FAMILY CADRE TRAINING BASED ON ANDROID APPLICATIONS IN...
DEVELOPMENT OF TODDLER FAMILY CADRE TRAINING BASED ON ANDROID APPLICATIONS IN...DEVELOPMENT OF TODDLER FAMILY CADRE TRAINING BASED ON ANDROID APPLICATIONS IN...
DEVELOPMENT OF TODDLER FAMILY CADRE TRAINING BASED ON ANDROID APPLICATIONS IN...
 
TESTING OF COMPOSITE ON DROP-WEIGHT IMPACT TESTING AND DAMAGE IDENTIFICATION ...
TESTING OF COMPOSITE ON DROP-WEIGHT IMPACT TESTING AND DAMAGE IDENTIFICATION ...TESTING OF COMPOSITE ON DROP-WEIGHT IMPACT TESTING AND DAMAGE IDENTIFICATION ...
TESTING OF COMPOSITE ON DROP-WEIGHT IMPACT TESTING AND DAMAGE IDENTIFICATION ...
 
THE USE OF FRACTAL GEOMETRY IN TILING MOTIF DESIGN
THE USE OF FRACTAL GEOMETRY IN TILING MOTIF DESIGNTHE USE OF FRACTAL GEOMETRY IN TILING MOTIF DESIGN
THE USE OF FRACTAL GEOMETRY IN TILING MOTIF DESIGN
 
TWO-DIMENSIONAL INVERSION FINITE ELEMENT MODELING OF MAGNETOTELLURIC DATA: CA...
TWO-DIMENSIONAL INVERSION FINITE ELEMENT MODELING OF MAGNETOTELLURIC DATA: CA...TWO-DIMENSIONAL INVERSION FINITE ELEMENT MODELING OF MAGNETOTELLURIC DATA: CA...
TWO-DIMENSIONAL INVERSION FINITE ELEMENT MODELING OF MAGNETOTELLURIC DATA: CA...
 
USING THE GENETIC ALGORITHM TO OPTIMIZE LASER WELDING PARAMETERS FOR MARTENSI...
USING THE GENETIC ALGORITHM TO OPTIMIZE LASER WELDING PARAMETERS FOR MARTENSI...USING THE GENETIC ALGORITHM TO OPTIMIZE LASER WELDING PARAMETERS FOR MARTENSI...
USING THE GENETIC ALGORITHM TO OPTIMIZE LASER WELDING PARAMETERS FOR MARTENSI...
 
ANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISES
ANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISESANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISES
ANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISES
 
REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS
REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS
REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS
 
EVALUATE THE STRAIN ENERGY ERROR FOR THE LASER WELD BY THE H-REFINEMENT OF TH...
EVALUATE THE STRAIN ENERGY ERROR FOR THE LASER WELD BY THE H-REFINEMENT OF TH...EVALUATE THE STRAIN ENERGY ERROR FOR THE LASER WELD BY THE H-REFINEMENT OF TH...
EVALUATE THE STRAIN ENERGY ERROR FOR THE LASER WELD BY THE H-REFINEMENT OF TH...
 
HMM APPLICATION IN ISOLATED WORD SPEECH RECOGNITION
HMM APPLICATION IN ISOLATED WORD SPEECH RECOGNITIONHMM APPLICATION IN ISOLATED WORD SPEECH RECOGNITION
HMM APPLICATION IN ISOLATED WORD SPEECH RECOGNITION
 
PEDESTRIAN DETECTION IN LOW RESOLUTION VIDEOS USING A MULTI-FRAME HOG-BASED D...
PEDESTRIAN DETECTION IN LOW RESOLUTION VIDEOS USING A MULTI-FRAME HOG-BASED D...PEDESTRIAN DETECTION IN LOW RESOLUTION VIDEOS USING A MULTI-FRAME HOG-BASED D...
PEDESTRIAN DETECTION IN LOW RESOLUTION VIDEOS USING A MULTI-FRAME HOG-BASED D...
 
INTELLIGENT BLIND STICK
INTELLIGENT BLIND STICKINTELLIGENT BLIND STICK
INTELLIGENT BLIND STICK
 
EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...
EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...
EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...
 
UTILIZATION OF IMMUNIZATION SERVICES AMONG CHILDREN UNDER FIVE YEARS OF AGE I...
UTILIZATION OF IMMUNIZATION SERVICES AMONG CHILDREN UNDER FIVE YEARS OF AGE I...UTILIZATION OF IMMUNIZATION SERVICES AMONG CHILDREN UNDER FIVE YEARS OF AGE I...
UTILIZATION OF IMMUNIZATION SERVICES AMONG CHILDREN UNDER FIVE YEARS OF AGE I...
 
REPRESENTATION OF THE BLOCK DATA ENCRYPTION ALGORITHM IN AN ANALYTICAL FORM F...
REPRESENTATION OF THE BLOCK DATA ENCRYPTION ALGORITHM IN AN ANALYTICAL FORM F...REPRESENTATION OF THE BLOCK DATA ENCRYPTION ALGORITHM IN AN ANALYTICAL FORM F...
REPRESENTATION OF THE BLOCK DATA ENCRYPTION ALGORITHM IN AN ANALYTICAL FORM F...
 
OPTICAL CHARACTER RECOGNITION USING RBFNN
OPTICAL CHARACTER RECOGNITION USING RBFNNOPTICAL CHARACTER RECOGNITION USING RBFNN
OPTICAL CHARACTER RECOGNITION USING RBFNN
 
DETECTION OF MOVING OBJECT
DETECTION OF MOVING OBJECTDETECTION OF MOVING OBJECT
DETECTION OF MOVING OBJECT
 
SIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENT
SIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENTSIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENT
SIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENT
 
PREPARATION AND EVALUATION OF WOOL KERATIN BASED CHITOSAN NANOFIBERS FOR AIR ...
PREPARATION AND EVALUATION OF WOOL KERATIN BASED CHITOSAN NANOFIBERS FOR AIR ...PREPARATION AND EVALUATION OF WOOL KERATIN BASED CHITOSAN NANOFIBERS FOR AIR ...
PREPARATION AND EVALUATION OF WOOL KERATIN BASED CHITOSAN NANOFIBERS FOR AIR ...
 
ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...
ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...
ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...
 
A MODEL BASED APPROACH FOR IMPLEMENTING WLAN SECURITY
A MODEL BASED APPROACH FOR IMPLEMENTING WLAN SECURITY A MODEL BASED APPROACH FOR IMPLEMENTING WLAN SECURITY
A MODEL BASED APPROACH FOR IMPLEMENTING WLAN SECURITY
 

Recently uploaded

Easter Eggs From Star Wars and in cars 1 and 2
Easter Eggs From Star Wars and in cars 1 and 2Easter Eggs From Star Wars and in cars 1 and 2
Easter Eggs From Star Wars and in cars 1 and 217djon017
 
RadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdfRadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdfgstagge
 
How we prevented account sharing with MFA
How we prevented account sharing with MFAHow we prevented account sharing with MFA
How we prevented account sharing with MFAAndrei Kaleshka
 
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一fhwihughh
 
NO1 Certified Black Magic Specialist Expert Amil baba in Lahore Islamabad Raw...
NO1 Certified Black Magic Specialist Expert Amil baba in Lahore Islamabad Raw...NO1 Certified Black Magic Specialist Expert Amil baba in Lahore Islamabad Raw...
NO1 Certified Black Magic Specialist Expert Amil baba in Lahore Islamabad Raw...Amil Baba Dawood bangali
 
科罗拉多大学波尔得分校毕业证学位证成绩单-可办理
科罗拉多大学波尔得分校毕业证学位证成绩单-可办理科罗拉多大学波尔得分校毕业证学位证成绩单-可办理
科罗拉多大学波尔得分校毕业证学位证成绩单-可办理e4aez8ss
 
Predicting Salary Using Data Science: A Comprehensive Analysis.pdf
Predicting Salary Using Data Science: A Comprehensive Analysis.pdfPredicting Salary Using Data Science: A Comprehensive Analysis.pdf
Predicting Salary Using Data Science: A Comprehensive Analysis.pdfBoston Institute of Analytics
 
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样vhwb25kk
 
NLP Project PPT: Flipkart Product Reviews through NLP Data Science.pptx
NLP Project PPT: Flipkart Product Reviews through NLP Data Science.pptxNLP Project PPT: Flipkart Product Reviews through NLP Data Science.pptx
NLP Project PPT: Flipkart Product Reviews through NLP Data Science.pptxBoston Institute of Analytics
 
2006_GasProcessing_HB (1).pdf HYDROCARBON PROCESSING
2006_GasProcessing_HB (1).pdf HYDROCARBON PROCESSING2006_GasProcessing_HB (1).pdf HYDROCARBON PROCESSING
2006_GasProcessing_HB (1).pdf HYDROCARBON PROCESSINGmarianagonzalez07
 
Identifying Appropriate Test Statistics Involving Population Mean
Identifying Appropriate Test Statistics Involving Population MeanIdentifying Appropriate Test Statistics Involving Population Mean
Identifying Appropriate Test Statistics Involving Population MeanMYRABACSAFRA2
 
Student profile product demonstration on grades, ability, well-being and mind...
Student profile product demonstration on grades, ability, well-being and mind...Student profile product demonstration on grades, ability, well-being and mind...
Student profile product demonstration on grades, ability, well-being and mind...Seán Kennedy
 
Defining Constituents, Data Vizzes and Telling a Data Story
Defining Constituents, Data Vizzes and Telling a Data StoryDefining Constituents, Data Vizzes and Telling a Data Story
Defining Constituents, Data Vizzes and Telling a Data StoryJeremy Anderson
 
Multiple time frame trading analysis -brianshannon.pdf
Multiple time frame trading analysis -brianshannon.pdfMultiple time frame trading analysis -brianshannon.pdf
Multiple time frame trading analysis -brianshannon.pdfchwongval
 
20240419 - Measurecamp Amsterdam - SAM.pdf
20240419 - Measurecamp Amsterdam - SAM.pdf20240419 - Measurecamp Amsterdam - SAM.pdf
20240419 - Measurecamp Amsterdam - SAM.pdfHuman37
 
Advanced Machine Learning for Business Professionals
Advanced Machine Learning for Business ProfessionalsAdvanced Machine Learning for Business Professionals
Advanced Machine Learning for Business ProfessionalsVICTOR MAESTRE RAMIREZ
 
Student Profile Sample report on improving academic performance by uniting gr...
Student Profile Sample report on improving academic performance by uniting gr...Student Profile Sample report on improving academic performance by uniting gr...
Student Profile Sample report on improving academic performance by uniting gr...Seán Kennedy
 
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024thyngster
 
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)jennyeacort
 
While-For-loop in python used in college
While-For-loop in python used in collegeWhile-For-loop in python used in college
While-For-loop in python used in collegessuser7a7cd61
 

Recently uploaded (20)

Easter Eggs From Star Wars and in cars 1 and 2
Easter Eggs From Star Wars and in cars 1 and 2Easter Eggs From Star Wars and in cars 1 and 2
Easter Eggs From Star Wars and in cars 1 and 2
 
RadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdfRadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdf
 
How we prevented account sharing with MFA
How we prevented account sharing with MFAHow we prevented account sharing with MFA
How we prevented account sharing with MFA
 
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
 
NO1 Certified Black Magic Specialist Expert Amil baba in Lahore Islamabad Raw...
NO1 Certified Black Magic Specialist Expert Amil baba in Lahore Islamabad Raw...NO1 Certified Black Magic Specialist Expert Amil baba in Lahore Islamabad Raw...
NO1 Certified Black Magic Specialist Expert Amil baba in Lahore Islamabad Raw...
 
科罗拉多大学波尔得分校毕业证学位证成绩单-可办理
科罗拉多大学波尔得分校毕业证学位证成绩单-可办理科罗拉多大学波尔得分校毕业证学位证成绩单-可办理
科罗拉多大学波尔得分校毕业证学位证成绩单-可办理
 
Predicting Salary Using Data Science: A Comprehensive Analysis.pdf
Predicting Salary Using Data Science: A Comprehensive Analysis.pdfPredicting Salary Using Data Science: A Comprehensive Analysis.pdf
Predicting Salary Using Data Science: A Comprehensive Analysis.pdf
 
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
 
NLP Project PPT: Flipkart Product Reviews through NLP Data Science.pptx
NLP Project PPT: Flipkart Product Reviews through NLP Data Science.pptxNLP Project PPT: Flipkart Product Reviews through NLP Data Science.pptx
NLP Project PPT: Flipkart Product Reviews through NLP Data Science.pptx
 
2006_GasProcessing_HB (1).pdf HYDROCARBON PROCESSING
2006_GasProcessing_HB (1).pdf HYDROCARBON PROCESSING2006_GasProcessing_HB (1).pdf HYDROCARBON PROCESSING
2006_GasProcessing_HB (1).pdf HYDROCARBON PROCESSING
 
Identifying Appropriate Test Statistics Involving Population Mean
Identifying Appropriate Test Statistics Involving Population MeanIdentifying Appropriate Test Statistics Involving Population Mean
Identifying Appropriate Test Statistics Involving Population Mean
 
Student profile product demonstration on grades, ability, well-being and mind...
Student profile product demonstration on grades, ability, well-being and mind...Student profile product demonstration on grades, ability, well-being and mind...
Student profile product demonstration on grades, ability, well-being and mind...
 
Defining Constituents, Data Vizzes and Telling a Data Story
Defining Constituents, Data Vizzes and Telling a Data StoryDefining Constituents, Data Vizzes and Telling a Data Story
Defining Constituents, Data Vizzes and Telling a Data Story
 
Multiple time frame trading analysis -brianshannon.pdf
Multiple time frame trading analysis -brianshannon.pdfMultiple time frame trading analysis -brianshannon.pdf
Multiple time frame trading analysis -brianshannon.pdf
 
20240419 - Measurecamp Amsterdam - SAM.pdf
20240419 - Measurecamp Amsterdam - SAM.pdf20240419 - Measurecamp Amsterdam - SAM.pdf
20240419 - Measurecamp Amsterdam - SAM.pdf
 
Advanced Machine Learning for Business Professionals
Advanced Machine Learning for Business ProfessionalsAdvanced Machine Learning for Business Professionals
Advanced Machine Learning for Business Professionals
 
Student Profile Sample report on improving academic performance by uniting gr...
Student Profile Sample report on improving academic performance by uniting gr...Student Profile Sample report on improving academic performance by uniting gr...
Student Profile Sample report on improving academic performance by uniting gr...
 
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
 
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
 
While-For-loop in python used in college
While-For-loop in python used in collegeWhile-For-loop in python used in college
While-For-loop in python used in college
 

An Algorithm to synchronize the local database with cloud Database

  • 1. International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2163 Issue 04, Volume 4 (April 2017) www.ijirae.com ___________________________________________________________________________________________________ IJIRAE: Impact Factor Value – SJIF: Innospace, Morocco (2016): 3.916 | PIF: 2.469 | Jour Info: 4.085 | ISRAJIF (2016): 3.715 | Indexcopernicus: (ICV 2015): 47.91 IJIRAE © 2014- 17, All Rights Reserved Page -22 An Algorithm to synchronize the local database with cloud Database 1 Saurav kumar Jha, 2 Shoney Sebastian. 1 Department of Computer Science, Christ University Bangalore, 2 Department of Computer Science, Christ University, Bangalore, Manuscript History Number: IJIRAE/RS/Vol.04/Issue04/APAE10091 Received: 25, March 2017 Final Correction: 11, April 2017 Final Accepted: 11, April 2017 Published: April 2017 Abstract - Since the cloud computing [1] platform is widely accepted by the industry, variety of applications are designed targeting to a cloud platform. Database as a Service (DaaS) is one of the powerful platform of cloud computing. There are many research issues in DaaS platform and one among them is the data synchronization issue. There are many approaches suggested in the literature to synchronise a local database by being in cloud environment. Unfortunately, very few work only available in the literature to synchronise a cloud database by being in the local database. The aim of this paper is to provide an algorithm to solve the problem of data synchronization from local database to cloud database. Keywords: Cloud computing, distributed system, database synchronization, Platform as a Service I. INTRODUCTION Cloud computing [14] is getting popular and IT giants such as Google, Amazon, Microsoft, IBM have started their cloud computing infrastructure. Data synchronization [1, 19] is the technique to maintain consistency among the data from source located at one place to a target located at another place and vice versa. Window Azure [8] is cloud based services which offers various platform independent services. With cloud environment you can quickly create database solutions that are built on the SQL Server (RDBMS) database engine. You can create a new SQL database then configure it later. You can decide whether to use an existing SQL database server or create a new one when you create your new database you can also import a saved database from Binary Large Object (BLOB) storage into SQL Database. Once you’ve created your new database, create new tables, import data, create and stored. Your data is safe on cloud server because it’s stored in one primary data centre and two replica data centres. In distributed system design [11],data synchronization is one of the major striking aspect of the distributed system users as the overall system consist multiple clients and a single server and whatever changes are made in client/server side database or vice versa should properly synchronized over time in order to maintain data integrity. Synchronization techniques are applied to synchronize the data between the two systems. In computer science field, synchronization generally refers to the idea of maintaining data integrity or keeping multiple copies of a data set in coherence with one another. Data synchronization is usually implemented using process synchronization primitives. Few research works has carried out in this area and very few algorithms have been developed to synchronize data from local database to cloud based database. In the proposed work we have suggested an algorithm to synchronize a local data base with a cloud copy and incase the server is unavailable, the suggested algorithm ensure the synchronization whenever the server reconnect, without any data loss. Traditional data storage techniques [4, 13] like client-server architecture has many drawbacks such as more infrastructure cost, high possibility of data loss, less availability and Congestion in network. All these problems are overcome with cloud storage approach. In this case, data will be stored in the cloud providers space which can be accessed from anywhere in the world with adequate security provide a kind of comfort to the data users. A HIERARCHICAL VIEW OF CLOUD COMPUTING Cloud computing employs a service-driven business model. In other words, hardware and platform-level resources are provided as services on an on-demand basis. However, in practice, cloud services can be grouped into three categories: infrastructure as a service (IaaS). Platform as a service (PaaS) and Software as a Service (SaaS).
  • 2. International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2163 Issue 04, Volume 4 (April 2017) www.ijirae.com ___________________________________________________________________________________________________ IJIRAE: Impact Factor Value – SJIF: Innospace, Morocco (2016): 3.916 | PIF: 2.469 | Jour Info: 4.085 | ISRAJIF (2016): 3.715 | Indexcopernicus: (ICV 2015): 47.91 IJIRAE © 2014- 17, All Rights Reserved Page -23 Infrastructure as a Service: Built on top of data centers layer, IaaS layer virtualizes computing power, storage and network connectivity of the data centers, and offers it as provisioned services to consumers. Users can scale up and down these computing resources on demand dynamically. Typically, multiple tenants coexist on the same infrastructure resources. Examples of this layer include Amazon EC2, Microsoft Azure Platform. Platform as a Service: PaaS [7, 14], often referred as cloudware, provides a development platform with a set of services to assist application design, development, testing, deployment, monitoring, hosting on the cloud. It usually requires no software download or installation, and supports geographically distributed teams to work on projects collaboratively. Google App Engine, Microsoft Azure, Amazon Map Reduce/Simple Storage Service are among examples of this layer. Software as a Service: In SaaS [7, 14], Software is presented to the end users as services on demand, usually in a browser. It saves the users from the troubles of software deployment and maintenance. The software is often shared by multiple tenants, automatically updated from the clouds, and no additional license needs to be purchased. Features can be requested on demand, and are rolled out more frequently. Because of its service characteristics, SaaS can often be easily integrated with othermashup applications. An example of SaaS is Google Maps, and supports multi-tenancy feature by utilizing single application instance model. The isolation among tenants is taken care by the underline design. Other services include subscription management, federated ID management, application firewall, etc. II. LITERATURE REVIEW There are some research work found related to my selected area of study. Followings are under here. In paper [11] C.Dutta et al.; describes synchronization algorithms of mobile database in cloud environment. This paper suggests SAMD (Synchronization Algorithms based on Message Digest) in order to resolve the problem described in paper [11]. SAMD resolves synchronization problems using only standard SQL queries as certified by the ISO (International Organization for Standardization). This is followed by a possible synchronization of any data combination regardless of the kind of database of server side or mobile database. The SAMD algorithm[11],[21] makes the images at the server-side database and the mobile database uses message digest tables to compare two images in order to select the rows needed for synchronization. If the two images are different, the synchronization progresses according to synchronization policy. In conclusion, the SAMD is effective solution for mobile database synchronization in cloud environment. In paper [2] S. V. Krishna proposed an algorithm to synchronize the file between user devices and cloud storage when they are connected to internet. In this project, the user can upload file from mobile or PC to the cloud storage. These uploaded file will be automatically synchronized to the user’s devices when they are connected to internet. So, user files can be viewed from anywhere by any device. In the existing system, we need to download files manually. This paradigm provides the user to synchronize data automatically between devices. As a test case they have implemented this algorithm for windows platform. In this paper [15] I. Shabani et al.; presented an algorithm for data synchronization based on Web Services (WS). This algorithm allows software applications to work well on both configurations "Online" and “Offline”, in the absence of the network. This algorithm are suitable in a scenario of uncertain supply of electricity, disconnecting the network and for other reasons which are not under the control of professional staff that manages the performance of running application, has interruption to the online work. In order to continue working in such conditions, are founded adequate solutions to work in offline mode and later data synchronization in normal conditions. In this paper [18] authors (S. G. Zucker and S.Wang,) had explained that Data synchronization is required for supply chain management in the B2B e-commerce environment. This case study examined the impact of the adoption of data synchronization on three large consumer product goods organizations. The study identified process and structural inadequacies that developed as the result of the implementation, as well as how these organizations recognized benefits and future opportunities after data synchronization adoption. The findings revealed the significance of internal alignment around data cleansing and accuracy, as well as opportunities for improved external alignment from a systems perspective. The synergy created between product item management, data synchronization, and internal champions existed at all three companies. The workflow re-design, process improvements and standards development imposed on these organizations by the clean data requirement of data synchronization provided the greatest benefits from the data synchronization process. This paper [20] K.Donkena and S. Gannamani attempt a method to evaluate performance of cloud database and traditional database in term of response time while retrieving the data. There has been an exponential growth in the size of the databases in the recent times and the same amount of growth is expected in the future. There has been a firm drop in the storage cost followed by a rapid increase in the storage capacity. The entry of Cloud in the recent times has changed the equations. The Performance of the Database plays a vital role in the competition. In this research, an attempt has been made toevaluate and compares the performance of the traditional database and the Cloud Database. III. PROPOSED TO WORK Microsoft window azure cloud platform is based on a unique, unified, and integrated approach, which is used as cloud data storage. In order to address the problem of data synchronization from local database to cloud database we have used Microsoft Window Azure as cloud service provider.
  • 3. International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2163 Issue 04, Volume 4 (April 2017) www.ijirae.com ___________________________________________________________________________________________________ IJIRAE: Impact Factor Value – SJIF: Innospace, Morocco (2016): 3.916 | PIF: 2.469 | Jour Info: 4.085 | ISRAJIF (2016): 3.715 | Indexcopernicus: (ICV 2015): 47.91 IJIRAE © 2014- 17, All Rights Reserved Page -24 ALGORITHM STEPS ARE UNDER HERE. A. CONNECT TO SERVER 1. Check the availability of server 2. If not available then { Create a server } 3. Check the availability of database and operational table. 4.If not available then { Create database and operational table as well as one temporary table with two column (ID, Timestamp) } B. CREATION OF STORED PROCEDURE () 1. Setup linked server to link between local database server and clod database server. 2. Create a stored procedure using SQL 3. Fetch the latest data from the operational table by joining with temporary table ID and timestamp column. 4. Return the latest un-matched record. 5.Insert latest record to cloud database table. C. CREATE SQL AGENT 1. Create the SQL server agent. 2. Create a new job set the stored procedure to the job. 3. Schedule the job to run. IV. EXPERIMENT AND RESULTS For performing test cases and getting results we have considered Microsoft window azure as cloud service provider and SQL server as relational database. Following steps are essential in order to perform test cases. Log on to manage.windowsazure.com and select SQL database option. Create database and table structure in window azure. The database and table structure should be the same as local database. 1. Click the New button found on the upper left-hand corner of the Azure portal. 2. Select Databases from the new page, and select SQL Database from the Databases page. 3. Fill out the SQL Database form with the required information upper left-hand corner of the Azure portal • Database name: mySampleDatabase • Resource group: myResourceGroup • Source:Sample (AdventureWorksLT) 4. Click Server to create and configure a new server for your new database. Fill out the new server form specifying a globally unique server name, provide a name for the Server admin login, and then specify the password of your choice. 5. Click Apply. 6. Click Create to provision the database. Provisioning takes a few minutes. 7. On the toolbar, click Notifications to monitor the deployment process. CREATE A SERVER-LEVEL FIREWALL RULE Follow these steps to create a SQL Database server-level firewall rule for your client's IP address and enable external connectivity through the SQL Database firewall for your IP address only. 1. Click Set server firewall on the toolbar The Firewall settings page for the SQL Database server opens. 2. Click Add client IP on the toolbar and then click Save. A server-level firewall rule is created for your current IP address. After the deployment completes, click SQL databases from the left-hand menu and click your new database, mySample Database, on the SQL databases page. After followed above steps, test the connection of window azure database from local SQL server using following credential. SERVER NAME, LOGIN AND PASSWORD. FOLLOW THESE STEPS TO SETUP JOB IN LOCAL DATABASE: 1. Create linked servers on local database to link between local database server and window azure database server. 2. Create a stored procedure on local database then just do a normal select query with a join with temporary table. 3. Fetch the latest data from the operational table by joining with temporary table ID and timestamp column. 4. Within stored procedure write a INSERT statement to insert fetched local data to cloud database.
  • 4. International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2163 Issue 04, Volume 4 (April 2017) www.ijirae.com ___________________________________________________________________________________________________ IJIRAE: Impact Factor Value – SJIF: Innospace, Morocco (2016): 3.916 | PIF: 2.469 | Jour Info: 4.085 | ISRAJIF (2016): 3.715 | Indexcopernicus: (ICV 2015): 47.91 IJIRAE © 2014- 17, All Rights Reserved Page -25 Figure 1 5. Expand Sql server agent in SQL database engine. 6. Right-click Jobs, and then click New Job. 7. On the General page, in the Name box, type a name for the job. 8. Clear the Enabled check box if you do not want the job to be run immediately following its creation. For example, if you want to test a job before it is scheduled to run, disable the job. 9. Then, you can choose which logins you decided to authorize and category also choose what we needed. 10. Click new and give new name, then what type of language is to be selected. I am selecting T-SQL. 11. After selecting this, you have to insert your queries like this or by using open button; you have to browse your stored procedure. 12. If job is a failure, what's next? You can run another job or quiet the job. 13. Also, you can save that success or failure in a T-SQL format set path for output. 14. After completing all these steps which login to perform this job, so you choose logins. 15. Click ok, and then click on the SCHEDULING tab. Set the one hour interval. 16. Give the name that you already created, time, occurs, time, date for user option. 17. Finally click on OK to finish the configuration. Note: If any transaction fails during synchronization this SQL agent will send data to cloud database in next time slot. RESULTS: CASE1: LOCAL DATABASE TABLE DATA After invoked Sql agent check window azure database table. REPEAT THE SAME STEPS AFTER ONE HOUR
  • 5. International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2163 Issue 04, Volume 4 (April 2017) www.ijirae.com ___________________________________________________________________________________________________ IJIRAE: Impact Factor Value – SJIF: Innospace, Morocco (2016): 3.916 | PIF: 2.469 | Jour Info: 4.085 | ISRAJIF (2016): 3.715 | Indexcopernicus: (ICV 2015): 47.91 IJIRAE © 2014- 17, All Rights Reserved Page -26 Case 2: Local Database table data After invoked Sql agent check window azure database table. Updated record is now inserted to cloud database. CONCLUSION AND FUTURE WORK The objective of the research is to provide an algorithm to solve the problem that when all clients are reliant on a single server or local database. Data synchronization between local database and cloud database makes data accessible across the world but this research has limitation that it will sink data from local database to cloud database at scheduled time. We have tested these algorithms with SQL server database but this algorithm can be fit to other relational database like Oracle, PostgreSQL, MySQL etc. In the future, researcher solved the problem of data synchronization from local database to cloud database at real time. And also researcher will solve the problem of data synchronization between local–non relational database and cloud non-relational database. REFERENCES: [1]. Wikipedia –“Introduction of Cloud Computing”, available at: https://en.wikipedia.org/wiki/Cloud_computing [2]. S. V. Krishna, and S.Kumar M “Data Synchronization Using Cloud Storage” International Journal of Advanced Research in Computer Science and Software Engineering, Volume 2, Issue 11, November 2012,Available at :https://www.ijarcsse.com/docs/papers/11_November2012/Volume_2_issue_11_November2012/V2I11-0144.pdf [3]. Christian Vecchiola, Xingchen Chu, and R. Buyya, "Aneka: A Software Platform for.NET-based Cloud Computing," in High Speed and Large Scale Scientific Computing, 2010. [4]. R. Buyya and Chee Shin Yeo, "Cloud Computing and Emerging IT Platforms: Vision, Hype, and Reality for Delivering Computing as the 5th Utility," Future Generation Computer Systems, pp. 599-616, 2009. [5]. R. S. Dhakar, A. Gupta, A. Vijay “Cloud Computing Architecture” Volume 12,2011. Available at : http://www.chinacloud.cn/upload/2011-12/11121111092246.pdf [6]. J. Varia ,“Amazon Web Services - Architecting for The Cloud: Best Practices”, Amazon, January 2011. Available at: https://media.amazonwebservices.com/AWS_Cloud_Best_Practices.pdf [7]. Pooja and A. Pandey “Cloud Computing – An on Demand Service Platform” International Journal of Computer Applications® (IJCA), Volume (0975 – 8887), 2013. Available at:http://research.ijcaonline.org/icamt/number1/icamt1004.pdf [8]. D. Chappell and Associates“Introducing the Azure Services Platform” Microsoft Corporation March-2009, Available at : http://www.odbms.org/wp-content/uploads/2013/11/Windows-Azure-David-Chappell-White-Paper-March-09.pdf [9]. Hua Gu , Lei Huang ,Jing Liu Qiuli Qin “Research on the Data Synchronization of Cloud Stroke based on JSON” International Journal of Grid and Distributed Computing, Vol. 9, No. 7 (2016), pp.201-210.Available at : http://www.sersc.org/journals/IJGDC/vol9_no7/21.pdf [10]. Understanding the Cloud Computing Stack”, Available at: https://support.rackspace.com/white-paper/understanding- the-cloud-computing-stack-saas-paas-iaas/ [11]. R. Singh and C. Dutta “A Synchronization Algorithm of Mobile Database for Cloud Computing” International Journal of Application or Innovation in Engineering & Management, Volume 2, Issue3, March 2013, Available at : http://www.ijaiem.org/Volume2Issue3/IJAIEM-2013-03-20-051.pdf
  • 6. International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2163 Issue 04, Volume 4 (April 2017) www.ijirae.com ___________________________________________________________________________________________________ IJIRAE: Impact Factor Value – SJIF: Innospace, Morocco (2016): 3.916 | PIF: 2.469 | Jour Info: 4.085 | ISRAJIF (2016): 3.715 | Indexcopernicus: (ICV 2015): 47.91 IJIRAE © 2014- 17, All Rights Reserved Page -27 [12]. H. Kim, Y. El-Khamra, S.Jha , M. Parashar “Chapter 25, Exploring the use of hybrid HPC –Grids/Clouds infrastructure for science and engineering” in Cloud Computing: Methodology , Syst., and applications , Ed 1st , CRC press, 2011, pp.583-611. [13]. Datapipe Managed Hybrid Cloud Connect® for AWS Available at:https://www.datapipe.com/cloud/managed_aws/hybrid_cloud_connect/ [14]. P. Mell and T. Grance “NIST Definition of Cloud Computing” National Institute of Standards and Technology (NIST), Volume 800-145. Available at :http://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-145.pdf [15]. I. Shabani , B. Cico and A. Dika “Solving Problems in Software Applications through Data Synchronization in Case of Absence of the Network”, IJCSI International Journal of Computer Science Issues, Vol. 9, Issue 1, No 3, January 2012 .Available at: http://www.ijcsi.org/papers/IJCSI-9-1-3-10-16.pdf [16]. M.Y.Choi, Eun-Ae Cho, Dae-Ha Park, Chang-Joo Moon, Doo-Kwon Baik “A Database Synchronization Algorithm for Mobile Device”sIEEE Transactions on Consumer lectronics, Vol. 56, No. 2, May 2010. [17]. Wu Jie-Ming, Yu Li-ping “Research and Design of Smart Client Data Synchronization Engine” Proceedings of the 2009 International Workshop on Information Security and Application (IWISA 2009)Qingdao, China, November 21- 22, 2009. [18]. Susan G. Zucker & Shouhong Wang, “the impact of Data synchronization adoption on organizations: a Case study” Journal of Electronic Commerce in Organizations”, Volume 7, Issue 3. [19]. Muhsin Shodiq, Rini Wongso, Rendy Setya Pratama, Eko Rhenardo, Kevin “Implementation of Data Synchronization with Data Marker using Web Service Data”Volume 59, 2015, Pages 366-372.Available at : http://ac.els- cdn.com/S1877050915020670/1-s2.0-S1877050915020670-main.pdf [20]. K. Donkena and S. Gannamani “Performance Evaluation of Cloud Database and Traditional Database in terms of Response Time while Retrieving the Data” , December 2012.Available at : https://www.diva- portal.org/smash/get/diva2:829184/FULLTEXT01.pdf [21]. V. Balakumar and I. Sakthidevi, “An efficient database synchronization algorithm for mobile devices based on secured message digest,” in 2012 International Conference on Computing, Electronics and Electrical Technologies, ICCEET 2012, 2012, pp. 937–942.