SlideShare a Scribd company logo
1 of 7
Download to read offline
EFFICIENT FILE TRANSFERRING IN
SOCIAL NETWORKING USING
CLOUD INFRASTRUCTURE
Sathish.Y#1
,Sanila.S*2
,Surabhi.S#3
,Janagaraj.V#4
B.E(Computer Science and Engineering)
Angel College of Engineering and Technology,
Tirupur
Anna University,Chennai
[1]
sathishyuvuraj@gmail.com,[2]
sreenilanair@gmail.com,
[3]
surabhisubi@gmail.com,[4]
janacse003@yahoo.com
Abstract- Accessing, running and sharing
applications and data at present face many
challenges. Cloud Computing and Social
Networking technologies have the potential to
simplify or eliminate many of these challenges.
Social Networking technologies provide a means
for easily sharing applications and data. Now a
day’s people want to be connected 24x7 to the
world around them. Networking and
Communication have come together to make the
world a small place to live in. People want to be in
constant touch with their subordinates where ever
they are and avail emergency services whenever
needed. In this paper we present an on-line/on-
demand interactive application service (Software
as a Service). The service is built on a cloud
computing basement that provisions virtualized
application servers based on user demand. An
open source social networking platform is
leveraged to establish a portal front-end that
enables applications and results to be easily shared
between users. In the proposed system users can
access the documents uploaded into the cloud by
others and provide any data they have in hand to
other users through the same cloud. This also
allows the users to have an interactive session
through the chat screens present in the cloud. The
paper also highlights some major security issues
existing in current cloud computing environment.
Keywords- Cloud Computing, Social Networking,
Virtualized application, Interactive session.
I. INTRODUCTION
Researchers face many computational
and data related challenges. These challenges
can detract and take away valuable time that
could be better spent focusing on their research.
One such challenge is the management of
applications that researchers use for conducting
simulations, processing and analyzing data, and
visualizing results. Such applications could be
commercial, open source, or developed in-house.
Different applications may be designed for
different operating systems and have different
software dependencies. New versions of
applications may also be released frequently.
Many of these applications are interactive in
nature, have a graphical user interface and
visualization capability or provide a way to
receive feedback from the user. These
applications typically haven’t been suited for
batch based high performance computing
environments where on-demand access to
resources has not been practical due to queue
wait times and limited preemption capabilities.
Downloading, installing, configuring and
keeping applications up to date on
heterogeneous computing systems can be a
daunting and difficult task. Providing access to
these applications from anywhere (i.e., home,
office, lab, field, etc.) and at anytime is also
challenging. In addition, many researchers may
develop their own software, without realizing
that others might have already done so. The
ability to discover, share and access applications,
data and results in a more transparent and on-
demand manner could be of great benefit to
researchers. Recent advances in cyber
Proceedings International Conference On Advances In Engineering And Technology
ISBN NO: 978 - 1503304048
www.iaetsd.in
International Association of Engineering & Technology for Skill Development
26
infrastructure technologies are making it
possible to develop solutions to address the
above concerns. Cloud computing solutions,
such as the Amazon Elastic Compute Cloud
(EC2) [2], enable transparent and on-demand
access to dynamic and scalable applications/
services over the Internet. Virtual machine
technologies,used by many cloud computing
solutions, enable different applications
developed for heterogeneous systems to be
hosted on the same physical hardware with their
own custom operating system and software
stack. Software and applications can be
maintained and updated by the developers or a
technical team, so researchers can focus on using
the applications rather than managing them.
Social networking platforms, such as Facebook
[10] which has grown to over 250 million users,
have become very popular. They allow
individuals to easily share/publish data and
media and keep in contact with one another.
Social networks can enable researchers to more
easily share applications and results and
collaborate one with another. In this paper we
present a service called the Interactive
Application Service (IAS) that combines cloud
computing and social networking technologies to
provide researchers with the ability to more
easily discover, share and access applications
and results from anywhere at any time. Users are
able to access applications, including legacy
applications without modification of any code,
over the Internet just as if they were running it
on their local system.
RELATEDWORK
IAS Architecture
The Interactive Application
Service (IAS) combines the use of a
cloud based infrastructure with a social
networking front-end. IAS users are
members of a social networking portal
on which they can communicate with
other members as well as exchange files,
write blogs, take part in forum
discussions, and comment on topics and
issues. In addition to these interactions,
IAS allows portal users to run
applications in the cloud. This
functionality is achieved by the
integration of IAS with the Web portal
as well as with a cloud computing
environment in which the applications
are run. An overview of the IAS
architecture is shown in Figure 1 The
service architecture can be conceptually
divided into three layers: cloud
infrastructure, IAS service, and social
networking front-end. The infrastructure
is composed of network connected
compute nodes, virtualization software
and a set of services that provide
dynamic and scalable computing
environment. The IAS service consists
of the software components that enable
the execution and visualization of
interactive applications on the cloud.
The social networking front-end is
comprised of a Web server, a social
networking engine, and a database
management system.
Cloud Infrastructure
The cloud infrastructure on
which the IAS has being deployed is the
Automated Service Provisioning
Proceedings International Conference On Advances In Engineering And Technology
ISBN NO: 978 - 1503304048
www.iaetsd.in
International Association of Engineering & Technology for Skill Development
27
Environment (ASPEN) The goal of
ASPEN is to enable the dynamic
allocation of computational resources in
a flexible and controlled manner. In
order to satisfy dynamic demands for
computational resources a virtualization
layer which provides dynamic resource
allocation is installed on top of each
physical node. A utility provider
orchestrator (UPO) is responsible for the
management of physical resources and
for the allocation of virtual appliances
(VAs) to these resources.A VA, in the
context of this work, is defined as a
virtual machine which is streamlined for
fast boot-up and configured to run a
specific application.
All VAs run on top of the Xen
hypervisor [3]. Xen is a high-
performance, virtual machine monitor
which runs on top of the physical
hardware and enables the execution of
multiple operating systems on a single
computing appliance.This is achieved by
logically partitioning the hardware
resources and executing virtual
machines (VMs) in a concurrent
manner. Xen supports the dynamic
instantiation of
VMs which is advantageous in
environments in which the demand for
computation dynamically changes over
time.
GEOCHRONOS PLATFORM
The Interactive Application
Service has been integrated as part of
GeoChronos [11], a portal aimed at
enabling members of the earth
observation science community to share
data and scientific applications, and to
collaborate more effectively.
The project is funded as part of the
CANARIE Network Enabled Platforms
program [4]. Earth observation scientists
collect data from a variety of sensors at
different spatial and temporal
resolutions, including ground based,
airborne and satellite sensors, that help
them in analyzing the Earth’s
ecosystem. The GeoChronos portal
facilitates the collection, storage,
sharing, processing and analysis of this
data. The IAS, is a service currently
available to scientists on the portal that
will enable them to visualize and
analyze data using common tools used
by the community on-line. Other
services that are currently being
developed include a batch processing
service for handling automated work
flows and longer running tasks, and
libraries for storing and browsing
spectra and other data.
The architecture for the
GeoChronos portal and Interactive
Application Service follows that laid out
in Section 3.The portal is built on top of
the Elgg social networking platform.
The Elgg base provides users with a
variety of social networking
functionality including blogs, tags,
media/ document sharing, wikis,
friends/contacts, groups, discussions,
message boards, calendars, status,
activity feeds
and more. Much of this functionality is
available from a users customizable
dashboard as can be seen in Figure 3.
Proceedings International Conference On Advances In Engineering And Technology
ISBN NO: 978 - 1503304048
www.iaetsd.in
International Association of Engineering & Technology for Skill Development
28
IMPLEMENTATION AND
EVALUATION
To enable portability between
various devices, we built our prototype
implementation in java. Our
implementation was tested on one of the
state of the art 3G devices.
Since the main bottleneck of this
protocol is the device-todevice
authentication that is based on a ZKP
protocol, wefocus our evaluation on this
aspect. It is the most challenging part
both in terms of computation and
bandwidth. The applied ZKP protocol is
based on graph isomorphism that we
described in our earlier work [34], [36].
It requires two parties: a client and a
server. In our protocol, devices act as
both clients and servers for the device-
to-device authentication. From the
perspective of computations and data
generations,the client application, which
is in our case a browser executed at a
user’s device, is responsible for the
following operations:
Generating a private key, Pk, from the
user password
Generating a public key, Puk, from the
private key
Generating random data of size (Pk)2
for the ZKP authentication
Responding Server’s challenge vector
Checking server timeout
Delaying responses to provide a
correct implementation for concurrent
environments
The server, which is in our case a home
network gateway, is responsible for the
following operations:
Looking-up the user’s public key
Storing user’s random data
Generating a random vector of size
(Pk) to match the user’s random data
Verifying the user’s response
Checking its clients timeouts
In comparison with classical
authentication approaches, such as
HTTP Basic and Digest, there is a
requirement of additional computations
for both parties. Table I depicts how the
ratio of the computations that are
conducted by the server and the client
depends on the number of authentication
challenges and the graph size. We
observe that once we increase one of
these parameters, the server needs
proportionally more time to respond the
client’s request.
However, as we see in Figure 5, the
amount of data sent by the server, which
is equal to data received by the client, is
much smaller than the data sent by
client.
Proceedings International Conference On Advances In Engineering And Technology
ISBN NO: 978 - 1503304048
www.iaetsd.in
International Association of Engineering & Technology for Skill Development
29
The number of bytes exchanged for
various authentication parameters.
Figure 5 depicts the impact of the graph
size and the number of challenges on the
authentication times. It shows that
together with the increase of the number
of challenges, the time required for
computations grows linearly. However,
the increase of the size of the graph
causes quadratic time increase for the
same number of challenges (see Fig. 6).
We observe that the amount of data
exchanged between the client and the
server grows linearly for a fixed graph
size and the increasing number of
challenges. Increasing the graph size
has, however, polynomial impact on the
number of data exchanged. This
dependency is best described by O(n2).
The quadratic dependency relates to the
fact that the graphs are kept in matrices
whose sizes are square function of their
number of vertices. This property is
important when customers of a given
system are required to pay for
bandwidth usage. In such a situation, the
selection of this parameter would
influence not only the system security
properties but also the price of the
service.
CONCLUSIONS AND
FUTUREWORK
In this paper we introduced the
Interactive Application Service (IAS), a
service providing users on-demand
access to applications interactively over
the Internet. The service is built on a
cloud computing infrastructure called
ASPEN,that dynamically adapts to meet
the needs of users and uses efficient
image management techniques to
rapidly provision resources. With some
modifications, the service could also be
Proceedings International Conference On Advances In Engineering And Technology
ISBN NO: 978 - 1503304048
www.iaetsd.in
International Association of Engineering & Technology for Skill Development
30
adapted to work with other cloud
platforms. Collaboration and sharing of
applications and data are achieved
through a social networking front end
built on the Elgg open source social
networking platform. The IAS has been
successfully deployed in the
GeoChronos portal, a portal enabling
members of the earth observation
science community to share applications
and data with each other.
Naturally the greatest risk to any such
system is at the human level. It has been
assumed that high levels of trust exist
when services are shared. But there are
risks that a friend or neighbor may
decide to abuse the trust shown to them
and effectively hi-jack a user's services
and personalized content. In this paper
we have not directly considered the
potential for such service hi-jacking and
associated preventative measures. From
the perspective of a service provider
there are straightforward session
management mechanisms for ensuring
that only a single real-time access to a
cloud service is available to a registered
user and these could be readily adapted
to address such issues. However this lies
outside the scope of the current work
and we prefer to leave a detailed
consideration of such issues for now.
Again we recall that the purpose of this
paper is to examine how we can move
beyond the traditional model of device
authentication for home networks, and
begin to implement a more user-centric
approach in line with current trends in
mobile network services. It is shown that
ZKP techniques combined with cloud
computing services can offer a suitable
and practical approach to this problem.
REFERENCES
[1] Academia.edu Website.
http://www.academia.edu/. Accessed
July, 2009.
[2] Amazon. Elastic compute cloud
website.http://aws.amazon.com/ec2.
Accessed July, 2009.
[3] P. Barham, B. Dragovic, K. Fraser,
S. Hand, T. Harris, A. Ho,R.
Neugebauer, I. Pratt, and A. Warfield.
Xen and the art of virtualization. In
Proceedings of the Nineteenth ACM
Symposium on Operating Systems
Principles, pages 164–177,
2003.
[4] CANARIE Network Enabled
Platforms (NEP) Program.
http://www.canarie.ca/funding/nep/fund
ed projects.html.Accessed July, 2009.
[5] A. Charbonneau and V. Terskikh.
Spectrogrid: Providing simple secure
remote access to scientific instruments.
In HPCS, pages 76–82. IEEE Computer
Society, 2008.
[6] Cluster Resources, Inc. Moab Cluster
Suite Website.
http://www.clusterresources.com/pages/
products/moabcluster-suite.php.
Accessed July, 2009.
[7] Cluster Resources, Inc. Torque
Resource Manager Website.
http://www.clusterresources.com/pages/
products/torqueresource-
manager.php. Accessed April, 2008.
[8] R. Curry, C. Kiddle, N. Markatchev,
R. Simmonds, T. Tan,M. Arlitt, and B.
Walker. ASPEN: An automated service
provisioning environment for data
centres. In Proceedings of the 15th HP
Software University Association (HP-
SUA)
Workshop, pages 189–200, 2008.
Proceedings International Conference On Advances In Engineering And Technology
ISBN NO: 978 - 1503304048
www.iaetsd.in
International Association of Engineering & Technology for Skill Development
31
[9] Elgg Website. http://elgg.org/.
Accessed July, 2009.
[10] Facebook Website.
http://www.facebook.com/. Accessed
July, 2009.
[11] GeoChronos Portal.
http://geochronos.org/. Accessed
July,2009.
[12] Globus AllianceWebsite.
http://www.globus.org/. Accessed
July, 2009.
[13] Google App Engine
Website.http://code.google.com/appengi
ne/. Accessed July, 2009.
[14] Java web start. Accessed July,
2009.
http://java.sun.com/javase/technologies/
desktop/javawebstart/index.jsp.
[15] P. J¨onsson and L. Eklundh.
TIMESAT - a program for analysing
time-series of satellite sensor data.
Computers andGeosciences, 30:833–
845, 2004.
[16] K. Keahey, R. Figueiredo, J. Fortes,
T. Freeman, and M. Tsugawa. Science
clouds: Early experiences in cloud
computing for scientific applications. In
Proceedings of the First Wrokshop on
Cloud Computing and Its Applications,
2008.
[17] KVM Website. http://www.linux-
kvm.org/. Accessed July,2009.
[18] LinkedInWebsite.
http://www.linkedin.com/. Accessed
July,2009.
[19] Microsoft. Windows Azure
Website.http://www.microsoft.com/azure
/. Accessed July, 2009.
[20] MODIS reprojection tool
page.https://lpdaac.usgs.gov/lpdaac/tool
s/modis reprojection tool.Accessed July,
2009.
[21] SpecNet toolkit software
page.http://spectralnetwork.net/specnet
toolkit.htm. Accessed July, 2009.
Proceedings International Conference On Advances In Engineering And Technology
ISBN NO: 978 - 1503304048
www.iaetsd.in
International Association of Engineering & Technology for Skill Development
32

More Related Content

What's hot

Enhancing communication and cooperation with web 2.0
Enhancing communication and cooperation with web 2.0Enhancing communication and cooperation with web 2.0
Enhancing communication and cooperation with web 2.0Shady A. Alefrangy
 
New Research Articles 2021 June Issue International Journal of Computer Scien...
New Research Articles 2021 June Issue International Journal of Computer Scien...New Research Articles 2021 June Issue International Journal of Computer Scien...
New Research Articles 2021 June Issue International Journal of Computer Scien...AIRCC Publishing Corporation
 
April 2021: Top 10 View Article in Computer Science & Information Technology
April 2021: Top 10 View Article in Computer Science & Information TechnologyApril 2021: Top 10 View Article in Computer Science & Information Technology
April 2021: Top 10 View Article in Computer Science & Information TechnologyAIRCC Publishing Corporation
 
Concept System for Making Relevant Connections
Concept System for Making Relevant ConnectionsConcept System for Making Relevant Connections
Concept System for Making Relevant ConnectionsAmber Krishan
 
Mining in Ontology with Multi Agent System in Semantic Web : A Novel Approach
Mining in Ontology with Multi Agent System in Semantic Web : A Novel ApproachMining in Ontology with Multi Agent System in Semantic Web : A Novel Approach
Mining in Ontology with Multi Agent System in Semantic Web : A Novel Approachijma
 
2011 ComputerWorld Honors Program - Award Case Study
2011 ComputerWorld Honors Program - Award Case Study2011 ComputerWorld Honors Program - Award Case Study
2011 ComputerWorld Honors Program - Award Case StudyKarthik Chakkarapani
 
Super convergence of autonomous things
Super convergence of autonomous thingsSuper convergence of autonomous things
Super convergence of autonomous thingsConference Papers
 
Employee Self Service Trends in using e-HR
Employee Self Service Trends in using e-HREmployee Self Service Trends in using e-HR
Employee Self Service Trends in using e-HRArdavan Shahroodi
 
Online social network
Online social networkOnline social network
Online social networkingenioustech
 
Sumithranandan_TechnicalWriter_10+Yrs_Exp
Sumithranandan_TechnicalWriter_10+Yrs_ExpSumithranandan_TechnicalWriter_10+Yrs_Exp
Sumithranandan_TechnicalWriter_10+Yrs_ExpSumitra Nandan
 
A Survey On Privacy Policy Inference for Social Images
A Survey On Privacy Policy Inference for Social ImagesA Survey On Privacy Policy Inference for Social Images
A Survey On Privacy Policy Inference for Social ImagesIRJET Journal
 
Presentazione Ssgrr2002W
Presentazione Ssgrr2002WPresentazione Ssgrr2002W
Presentazione Ssgrr2002WVideoguy
 
Defense Acquisition Enterprise 2.0 Article
Defense Acquisition Enterprise 2.0 ArticleDefense Acquisition Enterprise 2.0 Article
Defense Acquisition Enterprise 2.0 ArticlePete Modigliani
 

What's hot (15)

Enhancing communication and cooperation with web 2.0
Enhancing communication and cooperation with web 2.0Enhancing communication and cooperation with web 2.0
Enhancing communication and cooperation with web 2.0
 
Webos
WebosWebos
Webos
 
New Research Articles 2021 June Issue International Journal of Computer Scien...
New Research Articles 2021 June Issue International Journal of Computer Scien...New Research Articles 2021 June Issue International Journal of Computer Scien...
New Research Articles 2021 June Issue International Journal of Computer Scien...
 
April 2021: Top 10 View Article in Computer Science & Information Technology
April 2021: Top 10 View Article in Computer Science & Information TechnologyApril 2021: Top 10 View Article in Computer Science & Information Technology
April 2021: Top 10 View Article in Computer Science & Information Technology
 
Concept System for Making Relevant Connections
Concept System for Making Relevant ConnectionsConcept System for Making Relevant Connections
Concept System for Making Relevant Connections
 
Mining in Ontology with Multi Agent System in Semantic Web : A Novel Approach
Mining in Ontology with Multi Agent System in Semantic Web : A Novel ApproachMining in Ontology with Multi Agent System in Semantic Web : A Novel Approach
Mining in Ontology with Multi Agent System in Semantic Web : A Novel Approach
 
2011 ComputerWorld Honors Program - Award Case Study
2011 ComputerWorld Honors Program - Award Case Study2011 ComputerWorld Honors Program - Award Case Study
2011 ComputerWorld Honors Program - Award Case Study
 
Super convergence of autonomous things
Super convergence of autonomous thingsSuper convergence of autonomous things
Super convergence of autonomous things
 
Employee Self Service Trends in using e-HR
Employee Self Service Trends in using e-HREmployee Self Service Trends in using e-HR
Employee Self Service Trends in using e-HR
 
Online social network
Online social networkOnline social network
Online social network
 
Sumithranandan_TechnicalWriter_10+Yrs_Exp
Sumithranandan_TechnicalWriter_10+Yrs_ExpSumithranandan_TechnicalWriter_10+Yrs_Exp
Sumithranandan_TechnicalWriter_10+Yrs_Exp
 
A Survey On Privacy Policy Inference for Social Images
A Survey On Privacy Policy Inference for Social ImagesA Survey On Privacy Policy Inference for Social Images
A Survey On Privacy Policy Inference for Social Images
 
50120130406030 2
50120130406030 250120130406030 2
50120130406030 2
 
Presentazione Ssgrr2002W
Presentazione Ssgrr2002WPresentazione Ssgrr2002W
Presentazione Ssgrr2002W
 
Defense Acquisition Enterprise 2.0 Article
Defense Acquisition Enterprise 2.0 ArticleDefense Acquisition Enterprise 2.0 Article
Defense Acquisition Enterprise 2.0 Article
 

Similar to Iaetsd efficient file transferring in

IRJET- Virtual Community Using Cloud Technology “Unitalk”
IRJET-  	  Virtual Community Using Cloud Technology “Unitalk”IRJET-  	  Virtual Community Using Cloud Technology “Unitalk”
IRJET- Virtual Community Using Cloud Technology “Unitalk”IRJET Journal
 
Using Platform-As-A-Service (Paas) for Better Resource Utilization and Better...
Using Platform-As-A-Service (Paas) for Better Resource Utilization and Better...Using Platform-As-A-Service (Paas) for Better Resource Utilization and Better...
Using Platform-As-A-Service (Paas) for Better Resource Utilization and Better...AM Publications
 
A Web Services Based Framework For Uniform Integration Of Command-Line Bioinf...
A Web Services Based Framework For Uniform Integration Of Command-Line Bioinf...A Web Services Based Framework For Uniform Integration Of Command-Line Bioinf...
A Web Services Based Framework For Uniform Integration Of Command-Line Bioinf...Kim Daniels
 
Campus news information system - Android
Campus news information system - AndroidCampus news information system - Android
Campus news information system - AndroidDhruvil Dhulia
 
A Web-Based Project Management System
A Web-Based Project Management SystemA Web-Based Project Management System
A Web-Based Project Management SystemLori Moore
 
Information Technology for Facilities Management
Information Technology for Facilities ManagementInformation Technology for Facilities Management
Information Technology for Facilities ManagementOmer Dawelbeit
 
AN EMPIRICAL STUDY OF USING CLOUD-BASED SERVICES IN CAPSTONE PROJECT DEVELOPMENT
AN EMPIRICAL STUDY OF USING CLOUD-BASED SERVICES IN CAPSTONE PROJECT DEVELOPMENTAN EMPIRICAL STUDY OF USING CLOUD-BASED SERVICES IN CAPSTONE PROJECT DEVELOPMENT
AN EMPIRICAL STUDY OF USING CLOUD-BASED SERVICES IN CAPSTONE PROJECT DEVELOPMENTcsandit
 
A PARADIGM FOR THE APPLICATION OF CLOUD COMPUTING IN MOBILE INTELLIGENT TUTOR...
A PARADIGM FOR THE APPLICATION OF CLOUD COMPUTING IN MOBILE INTELLIGENT TUTOR...A PARADIGM FOR THE APPLICATION OF CLOUD COMPUTING IN MOBILE INTELLIGENT TUTOR...
A PARADIGM FOR THE APPLICATION OF CLOUD COMPUTING IN MOBILE INTELLIGENT TUTOR...IJSEA
 
IRJET- Cross-Platform Supported E-Learning Mobile Application
IRJET- Cross-Platform Supported E-Learning Mobile ApplicationIRJET- Cross-Platform Supported E-Learning Mobile Application
IRJET- Cross-Platform Supported E-Learning Mobile ApplicationIRJET Journal
 
Web Chat using React Framework
Web Chat using React FrameworkWeb Chat using React Framework
Web Chat using React Frameworkijtsrd
 
A Framework To Generate 3D Learning Experience
A Framework To Generate 3D Learning ExperienceA Framework To Generate 3D Learning Experience
A Framework To Generate 3D Learning ExperienceNathan Mathis
 
Minor Project Report On Intranet database
Minor Project Report On Intranet databaseMinor Project Report On Intranet database
Minor Project Report On Intranet databaseAnjeet Kumar
 
A Security Model for Virtual Infrastructure in the Cloud
A Security Model for Virtual Infrastructure in the CloudA Security Model for Virtual Infrastructure in the Cloud
A Security Model for Virtual Infrastructure in the CloudEditor IJCATR
 
A Case Study on Academic Services Application Using Agile Methodology for Mob...
A Case Study on Academic Services Application Using Agile Methodology for Mob...A Case Study on Academic Services Application Using Agile Methodology for Mob...
A Case Study on Academic Services Application Using Agile Methodology for Mob...IJRES Journal
 
Ambiences on the-fly usage of available resources through personal devices
Ambiences  on the-fly usage of available resources through personal devicesAmbiences  on the-fly usage of available resources through personal devices
Ambiences on the-fly usage of available resources through personal devicesijasuc
 
The Improvement and Performance of Mobile Environment using Both Cloud and Te...
The Improvement and Performance of Mobile Environment using Both Cloud and Te...The Improvement and Performance of Mobile Environment using Both Cloud and Te...
The Improvement and Performance of Mobile Environment using Both Cloud and Te...IJwest
 

Similar to Iaetsd efficient file transferring in (20)

IRJET- Virtual Community Using Cloud Technology “Unitalk”
IRJET-  	  Virtual Community Using Cloud Technology “Unitalk”IRJET-  	  Virtual Community Using Cloud Technology “Unitalk”
IRJET- Virtual Community Using Cloud Technology “Unitalk”
 
Using Platform-As-A-Service (Paas) for Better Resource Utilization and Better...
Using Platform-As-A-Service (Paas) for Better Resource Utilization and Better...Using Platform-As-A-Service (Paas) for Better Resource Utilization and Better...
Using Platform-As-A-Service (Paas) for Better Resource Utilization and Better...
 
A Web Services Based Framework For Uniform Integration Of Command-Line Bioinf...
A Web Services Based Framework For Uniform Integration Of Command-Line Bioinf...A Web Services Based Framework For Uniform Integration Of Command-Line Bioinf...
A Web Services Based Framework For Uniform Integration Of Command-Line Bioinf...
 
Campus news information system - Android
Campus news information system - AndroidCampus news information system - Android
Campus news information system - Android
 
A Web-Based Project Management System
A Web-Based Project Management SystemA Web-Based Project Management System
A Web-Based Project Management System
 
Information Technology for Facilities Management
Information Technology for Facilities ManagementInformation Technology for Facilities Management
Information Technology for Facilities Management
 
AN EMPIRICAL STUDY OF USING CLOUD-BASED SERVICES IN CAPSTONE PROJECT DEVELOPMENT
AN EMPIRICAL STUDY OF USING CLOUD-BASED SERVICES IN CAPSTONE PROJECT DEVELOPMENTAN EMPIRICAL STUDY OF USING CLOUD-BASED SERVICES IN CAPSTONE PROJECT DEVELOPMENT
AN EMPIRICAL STUDY OF USING CLOUD-BASED SERVICES IN CAPSTONE PROJECT DEVELOPMENT
 
4213ijsea05
4213ijsea054213ijsea05
4213ijsea05
 
A PARADIGM FOR THE APPLICATION OF CLOUD COMPUTING IN MOBILE INTELLIGENT TUTOR...
A PARADIGM FOR THE APPLICATION OF CLOUD COMPUTING IN MOBILE INTELLIGENT TUTOR...A PARADIGM FOR THE APPLICATION OF CLOUD COMPUTING IN MOBILE INTELLIGENT TUTOR...
A PARADIGM FOR THE APPLICATION OF CLOUD COMPUTING IN MOBILE INTELLIGENT TUTOR...
 
IRJET- Cross-Platform Supported E-Learning Mobile Application
IRJET- Cross-Platform Supported E-Learning Mobile ApplicationIRJET- Cross-Platform Supported E-Learning Mobile Application
IRJET- Cross-Platform Supported E-Learning Mobile Application
 
Web Chat using React Framework
Web Chat using React FrameworkWeb Chat using React Framework
Web Chat using React Framework
 
A Framework To Generate 3D Learning Experience
A Framework To Generate 3D Learning ExperienceA Framework To Generate 3D Learning Experience
A Framework To Generate 3D Learning Experience
 
Minor Project Report On Intranet database
Minor Project Report On Intranet databaseMinor Project Report On Intranet database
Minor Project Report On Intranet database
 
A Security Model for Virtual Infrastructure in the Cloud
A Security Model for Virtual Infrastructure in the CloudA Security Model for Virtual Infrastructure in the Cloud
A Security Model for Virtual Infrastructure in the Cloud
 
pptseminar.pptx
pptseminar.pptxpptseminar.pptx
pptseminar.pptx
 
A Case Study on Academic Services Application Using Agile Methodology for Mob...
A Case Study on Academic Services Application Using Agile Methodology for Mob...A Case Study on Academic Services Application Using Agile Methodology for Mob...
A Case Study on Academic Services Application Using Agile Methodology for Mob...
 
Ambiences on the-fly usage of available resources through personal devices
Ambiences  on the-fly usage of available resources through personal devicesAmbiences  on the-fly usage of available resources through personal devices
Ambiences on the-fly usage of available resources through personal devices
 
Intranet database
Intranet databaseIntranet database
Intranet database
 
The Improvement and Performance of Mobile Environment using Both Cloud and Te...
The Improvement and Performance of Mobile Environment using Both Cloud and Te...The Improvement and Performance of Mobile Environment using Both Cloud and Te...
The Improvement and Performance of Mobile Environment using Both Cloud and Te...
 
Sup documentation
Sup documentationSup documentation
Sup documentation
 

More from Iaetsd Iaetsd

iaetsd Survey on cooperative relay based data transmission
iaetsd Survey on cooperative relay based data transmissioniaetsd Survey on cooperative relay based data transmission
iaetsd Survey on cooperative relay based data transmissionIaetsd Iaetsd
 
iaetsd Software defined am transmitter using vhdl
iaetsd Software defined am transmitter using vhdliaetsd Software defined am transmitter using vhdl
iaetsd Software defined am transmitter using vhdlIaetsd Iaetsd
 
iaetsd Health monitoring system with wireless alarm
iaetsd Health monitoring system with wireless alarmiaetsd Health monitoring system with wireless alarm
iaetsd Health monitoring system with wireless alarmIaetsd Iaetsd
 
iaetsd Equalizing channel and power based on cognitive radio system over mult...
iaetsd Equalizing channel and power based on cognitive radio system over mult...iaetsd Equalizing channel and power based on cognitive radio system over mult...
iaetsd Equalizing channel and power based on cognitive radio system over mult...Iaetsd Iaetsd
 
iaetsd Economic analysis and re design of driver’s car seat
iaetsd Economic analysis and re design of driver’s car seatiaetsd Economic analysis and re design of driver’s car seat
iaetsd Economic analysis and re design of driver’s car seatIaetsd Iaetsd
 
iaetsd Design of slotted microstrip patch antenna for wlan application
iaetsd Design of slotted microstrip patch antenna for wlan applicationiaetsd Design of slotted microstrip patch antenna for wlan application
iaetsd Design of slotted microstrip patch antenna for wlan applicationIaetsd Iaetsd
 
REVIEW PAPER- ON ENHANCEMENT OF HEAT TRANSFER USING RIBS
REVIEW PAPER- ON ENHANCEMENT OF HEAT TRANSFER USING RIBSREVIEW PAPER- ON ENHANCEMENT OF HEAT TRANSFER USING RIBS
REVIEW PAPER- ON ENHANCEMENT OF HEAT TRANSFER USING RIBSIaetsd Iaetsd
 
A HYBRID AC/DC SOLAR POWERED STANDALONE SYSTEM WITHOUT INVERTER BASED ON LOAD...
A HYBRID AC/DC SOLAR POWERED STANDALONE SYSTEM WITHOUT INVERTER BASED ON LOAD...A HYBRID AC/DC SOLAR POWERED STANDALONE SYSTEM WITHOUT INVERTER BASED ON LOAD...
A HYBRID AC/DC SOLAR POWERED STANDALONE SYSTEM WITHOUT INVERTER BASED ON LOAD...Iaetsd Iaetsd
 
Fabrication of dual power bike
Fabrication of dual power bikeFabrication of dual power bike
Fabrication of dual power bikeIaetsd Iaetsd
 
Blue brain technology
Blue brain technologyBlue brain technology
Blue brain technologyIaetsd Iaetsd
 
iirdem The Livable Planet – A Revolutionary Concept through Innovative Street...
iirdem The Livable Planet – A Revolutionary Concept through Innovative Street...iirdem The Livable Planet – A Revolutionary Concept through Innovative Street...
iirdem The Livable Planet – A Revolutionary Concept through Innovative Street...Iaetsd Iaetsd
 
iirdem Surveillance aided robotic bird
iirdem Surveillance aided robotic birdiirdem Surveillance aided robotic bird
iirdem Surveillance aided robotic birdIaetsd Iaetsd
 
iirdem Growing India Time Monopoly – The Key to Initiate Long Term Rapid Growth
iirdem Growing India Time Monopoly – The Key to Initiate Long Term Rapid Growthiirdem Growing India Time Monopoly – The Key to Initiate Long Term Rapid Growth
iirdem Growing India Time Monopoly – The Key to Initiate Long Term Rapid GrowthIaetsd Iaetsd
 
iirdem Design of Efficient Solar Energy Collector using MPPT Algorithm
iirdem Design of Efficient Solar Energy Collector using MPPT Algorithmiirdem Design of Efficient Solar Energy Collector using MPPT Algorithm
iirdem Design of Efficient Solar Energy Collector using MPPT AlgorithmIaetsd Iaetsd
 
iirdem CRASH IMPACT ATTENUATOR (CIA) FOR AUTOMOBILES WITH THE ADVOCATION OF M...
iirdem CRASH IMPACT ATTENUATOR (CIA) FOR AUTOMOBILES WITH THE ADVOCATION OF M...iirdem CRASH IMPACT ATTENUATOR (CIA) FOR AUTOMOBILES WITH THE ADVOCATION OF M...
iirdem CRASH IMPACT ATTENUATOR (CIA) FOR AUTOMOBILES WITH THE ADVOCATION OF M...Iaetsd Iaetsd
 
iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...
iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...
iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...Iaetsd Iaetsd
 
iaetsd Shared authority based privacy preserving protocol
iaetsd Shared authority based privacy preserving protocoliaetsd Shared authority based privacy preserving protocol
iaetsd Shared authority based privacy preserving protocolIaetsd Iaetsd
 
iaetsd Secured multiple keyword ranked search over encrypted databases
iaetsd Secured multiple keyword ranked search over encrypted databasesiaetsd Secured multiple keyword ranked search over encrypted databases
iaetsd Secured multiple keyword ranked search over encrypted databasesIaetsd Iaetsd
 
iaetsd Robots in oil and gas refineries
iaetsd Robots in oil and gas refineriesiaetsd Robots in oil and gas refineries
iaetsd Robots in oil and gas refineriesIaetsd Iaetsd
 
iaetsd Modeling of solar steam engine system using parabolic
iaetsd Modeling of solar steam engine system using paraboliciaetsd Modeling of solar steam engine system using parabolic
iaetsd Modeling of solar steam engine system using parabolicIaetsd Iaetsd
 

More from Iaetsd Iaetsd (20)

iaetsd Survey on cooperative relay based data transmission
iaetsd Survey on cooperative relay based data transmissioniaetsd Survey on cooperative relay based data transmission
iaetsd Survey on cooperative relay based data transmission
 
iaetsd Software defined am transmitter using vhdl
iaetsd Software defined am transmitter using vhdliaetsd Software defined am transmitter using vhdl
iaetsd Software defined am transmitter using vhdl
 
iaetsd Health monitoring system with wireless alarm
iaetsd Health monitoring system with wireless alarmiaetsd Health monitoring system with wireless alarm
iaetsd Health monitoring system with wireless alarm
 
iaetsd Equalizing channel and power based on cognitive radio system over mult...
iaetsd Equalizing channel and power based on cognitive radio system over mult...iaetsd Equalizing channel and power based on cognitive radio system over mult...
iaetsd Equalizing channel and power based on cognitive radio system over mult...
 
iaetsd Economic analysis and re design of driver’s car seat
iaetsd Economic analysis and re design of driver’s car seatiaetsd Economic analysis and re design of driver’s car seat
iaetsd Economic analysis and re design of driver’s car seat
 
iaetsd Design of slotted microstrip patch antenna for wlan application
iaetsd Design of slotted microstrip patch antenna for wlan applicationiaetsd Design of slotted microstrip patch antenna for wlan application
iaetsd Design of slotted microstrip patch antenna for wlan application
 
REVIEW PAPER- ON ENHANCEMENT OF HEAT TRANSFER USING RIBS
REVIEW PAPER- ON ENHANCEMENT OF HEAT TRANSFER USING RIBSREVIEW PAPER- ON ENHANCEMENT OF HEAT TRANSFER USING RIBS
REVIEW PAPER- ON ENHANCEMENT OF HEAT TRANSFER USING RIBS
 
A HYBRID AC/DC SOLAR POWERED STANDALONE SYSTEM WITHOUT INVERTER BASED ON LOAD...
A HYBRID AC/DC SOLAR POWERED STANDALONE SYSTEM WITHOUT INVERTER BASED ON LOAD...A HYBRID AC/DC SOLAR POWERED STANDALONE SYSTEM WITHOUT INVERTER BASED ON LOAD...
A HYBRID AC/DC SOLAR POWERED STANDALONE SYSTEM WITHOUT INVERTER BASED ON LOAD...
 
Fabrication of dual power bike
Fabrication of dual power bikeFabrication of dual power bike
Fabrication of dual power bike
 
Blue brain technology
Blue brain technologyBlue brain technology
Blue brain technology
 
iirdem The Livable Planet – A Revolutionary Concept through Innovative Street...
iirdem The Livable Planet – A Revolutionary Concept through Innovative Street...iirdem The Livable Planet – A Revolutionary Concept through Innovative Street...
iirdem The Livable Planet – A Revolutionary Concept through Innovative Street...
 
iirdem Surveillance aided robotic bird
iirdem Surveillance aided robotic birdiirdem Surveillance aided robotic bird
iirdem Surveillance aided robotic bird
 
iirdem Growing India Time Monopoly – The Key to Initiate Long Term Rapid Growth
iirdem Growing India Time Monopoly – The Key to Initiate Long Term Rapid Growthiirdem Growing India Time Monopoly – The Key to Initiate Long Term Rapid Growth
iirdem Growing India Time Monopoly – The Key to Initiate Long Term Rapid Growth
 
iirdem Design of Efficient Solar Energy Collector using MPPT Algorithm
iirdem Design of Efficient Solar Energy Collector using MPPT Algorithmiirdem Design of Efficient Solar Energy Collector using MPPT Algorithm
iirdem Design of Efficient Solar Energy Collector using MPPT Algorithm
 
iirdem CRASH IMPACT ATTENUATOR (CIA) FOR AUTOMOBILES WITH THE ADVOCATION OF M...
iirdem CRASH IMPACT ATTENUATOR (CIA) FOR AUTOMOBILES WITH THE ADVOCATION OF M...iirdem CRASH IMPACT ATTENUATOR (CIA) FOR AUTOMOBILES WITH THE ADVOCATION OF M...
iirdem CRASH IMPACT ATTENUATOR (CIA) FOR AUTOMOBILES WITH THE ADVOCATION OF M...
 
iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...
iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...
iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...
 
iaetsd Shared authority based privacy preserving protocol
iaetsd Shared authority based privacy preserving protocoliaetsd Shared authority based privacy preserving protocol
iaetsd Shared authority based privacy preserving protocol
 
iaetsd Secured multiple keyword ranked search over encrypted databases
iaetsd Secured multiple keyword ranked search over encrypted databasesiaetsd Secured multiple keyword ranked search over encrypted databases
iaetsd Secured multiple keyword ranked search over encrypted databases
 
iaetsd Robots in oil and gas refineries
iaetsd Robots in oil and gas refineriesiaetsd Robots in oil and gas refineries
iaetsd Robots in oil and gas refineries
 
iaetsd Modeling of solar steam engine system using parabolic
iaetsd Modeling of solar steam engine system using paraboliciaetsd Modeling of solar steam engine system using parabolic
iaetsd Modeling of solar steam engine system using parabolic
 

Recently uploaded

CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxvipinkmenon1
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 

Recently uploaded (20)

CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptx
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 

Iaetsd efficient file transferring in

  • 1. EFFICIENT FILE TRANSFERRING IN SOCIAL NETWORKING USING CLOUD INFRASTRUCTURE Sathish.Y#1 ,Sanila.S*2 ,Surabhi.S#3 ,Janagaraj.V#4 B.E(Computer Science and Engineering) Angel College of Engineering and Technology, Tirupur Anna University,Chennai [1] sathishyuvuraj@gmail.com,[2] sreenilanair@gmail.com, [3] surabhisubi@gmail.com,[4] janacse003@yahoo.com Abstract- Accessing, running and sharing applications and data at present face many challenges. Cloud Computing and Social Networking technologies have the potential to simplify or eliminate many of these challenges. Social Networking technologies provide a means for easily sharing applications and data. Now a day’s people want to be connected 24x7 to the world around them. Networking and Communication have come together to make the world a small place to live in. People want to be in constant touch with their subordinates where ever they are and avail emergency services whenever needed. In this paper we present an on-line/on- demand interactive application service (Software as a Service). The service is built on a cloud computing basement that provisions virtualized application servers based on user demand. An open source social networking platform is leveraged to establish a portal front-end that enables applications and results to be easily shared between users. In the proposed system users can access the documents uploaded into the cloud by others and provide any data they have in hand to other users through the same cloud. This also allows the users to have an interactive session through the chat screens present in the cloud. The paper also highlights some major security issues existing in current cloud computing environment. Keywords- Cloud Computing, Social Networking, Virtualized application, Interactive session. I. INTRODUCTION Researchers face many computational and data related challenges. These challenges can detract and take away valuable time that could be better spent focusing on their research. One such challenge is the management of applications that researchers use for conducting simulations, processing and analyzing data, and visualizing results. Such applications could be commercial, open source, or developed in-house. Different applications may be designed for different operating systems and have different software dependencies. New versions of applications may also be released frequently. Many of these applications are interactive in nature, have a graphical user interface and visualization capability or provide a way to receive feedback from the user. These applications typically haven’t been suited for batch based high performance computing environments where on-demand access to resources has not been practical due to queue wait times and limited preemption capabilities. Downloading, installing, configuring and keeping applications up to date on heterogeneous computing systems can be a daunting and difficult task. Providing access to these applications from anywhere (i.e., home, office, lab, field, etc.) and at anytime is also challenging. In addition, many researchers may develop their own software, without realizing that others might have already done so. The ability to discover, share and access applications, data and results in a more transparent and on- demand manner could be of great benefit to researchers. Recent advances in cyber Proceedings International Conference On Advances In Engineering And Technology ISBN NO: 978 - 1503304048 www.iaetsd.in International Association of Engineering & Technology for Skill Development 26
  • 2. infrastructure technologies are making it possible to develop solutions to address the above concerns. Cloud computing solutions, such as the Amazon Elastic Compute Cloud (EC2) [2], enable transparent and on-demand access to dynamic and scalable applications/ services over the Internet. Virtual machine technologies,used by many cloud computing solutions, enable different applications developed for heterogeneous systems to be hosted on the same physical hardware with their own custom operating system and software stack. Software and applications can be maintained and updated by the developers or a technical team, so researchers can focus on using the applications rather than managing them. Social networking platforms, such as Facebook [10] which has grown to over 250 million users, have become very popular. They allow individuals to easily share/publish data and media and keep in contact with one another. Social networks can enable researchers to more easily share applications and results and collaborate one with another. In this paper we present a service called the Interactive Application Service (IAS) that combines cloud computing and social networking technologies to provide researchers with the ability to more easily discover, share and access applications and results from anywhere at any time. Users are able to access applications, including legacy applications without modification of any code, over the Internet just as if they were running it on their local system. RELATEDWORK IAS Architecture The Interactive Application Service (IAS) combines the use of a cloud based infrastructure with a social networking front-end. IAS users are members of a social networking portal on which they can communicate with other members as well as exchange files, write blogs, take part in forum discussions, and comment on topics and issues. In addition to these interactions, IAS allows portal users to run applications in the cloud. This functionality is achieved by the integration of IAS with the Web portal as well as with a cloud computing environment in which the applications are run. An overview of the IAS architecture is shown in Figure 1 The service architecture can be conceptually divided into three layers: cloud infrastructure, IAS service, and social networking front-end. The infrastructure is composed of network connected compute nodes, virtualization software and a set of services that provide dynamic and scalable computing environment. The IAS service consists of the software components that enable the execution and visualization of interactive applications on the cloud. The social networking front-end is comprised of a Web server, a social networking engine, and a database management system. Cloud Infrastructure The cloud infrastructure on which the IAS has being deployed is the Automated Service Provisioning Proceedings International Conference On Advances In Engineering And Technology ISBN NO: 978 - 1503304048 www.iaetsd.in International Association of Engineering & Technology for Skill Development 27
  • 3. Environment (ASPEN) The goal of ASPEN is to enable the dynamic allocation of computational resources in a flexible and controlled manner. In order to satisfy dynamic demands for computational resources a virtualization layer which provides dynamic resource allocation is installed on top of each physical node. A utility provider orchestrator (UPO) is responsible for the management of physical resources and for the allocation of virtual appliances (VAs) to these resources.A VA, in the context of this work, is defined as a virtual machine which is streamlined for fast boot-up and configured to run a specific application. All VAs run on top of the Xen hypervisor [3]. Xen is a high- performance, virtual machine monitor which runs on top of the physical hardware and enables the execution of multiple operating systems on a single computing appliance.This is achieved by logically partitioning the hardware resources and executing virtual machines (VMs) in a concurrent manner. Xen supports the dynamic instantiation of VMs which is advantageous in environments in which the demand for computation dynamically changes over time. GEOCHRONOS PLATFORM The Interactive Application Service has been integrated as part of GeoChronos [11], a portal aimed at enabling members of the earth observation science community to share data and scientific applications, and to collaborate more effectively. The project is funded as part of the CANARIE Network Enabled Platforms program [4]. Earth observation scientists collect data from a variety of sensors at different spatial and temporal resolutions, including ground based, airborne and satellite sensors, that help them in analyzing the Earth’s ecosystem. The GeoChronos portal facilitates the collection, storage, sharing, processing and analysis of this data. The IAS, is a service currently available to scientists on the portal that will enable them to visualize and analyze data using common tools used by the community on-line. Other services that are currently being developed include a batch processing service for handling automated work flows and longer running tasks, and libraries for storing and browsing spectra and other data. The architecture for the GeoChronos portal and Interactive Application Service follows that laid out in Section 3.The portal is built on top of the Elgg social networking platform. The Elgg base provides users with a variety of social networking functionality including blogs, tags, media/ document sharing, wikis, friends/contacts, groups, discussions, message boards, calendars, status, activity feeds and more. Much of this functionality is available from a users customizable dashboard as can be seen in Figure 3. Proceedings International Conference On Advances In Engineering And Technology ISBN NO: 978 - 1503304048 www.iaetsd.in International Association of Engineering & Technology for Skill Development 28
  • 4. IMPLEMENTATION AND EVALUATION To enable portability between various devices, we built our prototype implementation in java. Our implementation was tested on one of the state of the art 3G devices. Since the main bottleneck of this protocol is the device-todevice authentication that is based on a ZKP protocol, wefocus our evaluation on this aspect. It is the most challenging part both in terms of computation and bandwidth. The applied ZKP protocol is based on graph isomorphism that we described in our earlier work [34], [36]. It requires two parties: a client and a server. In our protocol, devices act as both clients and servers for the device- to-device authentication. From the perspective of computations and data generations,the client application, which is in our case a browser executed at a user’s device, is responsible for the following operations: Generating a private key, Pk, from the user password Generating a public key, Puk, from the private key Generating random data of size (Pk)2 for the ZKP authentication Responding Server’s challenge vector Checking server timeout Delaying responses to provide a correct implementation for concurrent environments The server, which is in our case a home network gateway, is responsible for the following operations: Looking-up the user’s public key Storing user’s random data Generating a random vector of size (Pk) to match the user’s random data Verifying the user’s response Checking its clients timeouts In comparison with classical authentication approaches, such as HTTP Basic and Digest, there is a requirement of additional computations for both parties. Table I depicts how the ratio of the computations that are conducted by the server and the client depends on the number of authentication challenges and the graph size. We observe that once we increase one of these parameters, the server needs proportionally more time to respond the client’s request. However, as we see in Figure 5, the amount of data sent by the server, which is equal to data received by the client, is much smaller than the data sent by client. Proceedings International Conference On Advances In Engineering And Technology ISBN NO: 978 - 1503304048 www.iaetsd.in International Association of Engineering & Technology for Skill Development 29
  • 5. The number of bytes exchanged for various authentication parameters. Figure 5 depicts the impact of the graph size and the number of challenges on the authentication times. It shows that together with the increase of the number of challenges, the time required for computations grows linearly. However, the increase of the size of the graph causes quadratic time increase for the same number of challenges (see Fig. 6). We observe that the amount of data exchanged between the client and the server grows linearly for a fixed graph size and the increasing number of challenges. Increasing the graph size has, however, polynomial impact on the number of data exchanged. This dependency is best described by O(n2). The quadratic dependency relates to the fact that the graphs are kept in matrices whose sizes are square function of their number of vertices. This property is important when customers of a given system are required to pay for bandwidth usage. In such a situation, the selection of this parameter would influence not only the system security properties but also the price of the service. CONCLUSIONS AND FUTUREWORK In this paper we introduced the Interactive Application Service (IAS), a service providing users on-demand access to applications interactively over the Internet. The service is built on a cloud computing infrastructure called ASPEN,that dynamically adapts to meet the needs of users and uses efficient image management techniques to rapidly provision resources. With some modifications, the service could also be Proceedings International Conference On Advances In Engineering And Technology ISBN NO: 978 - 1503304048 www.iaetsd.in International Association of Engineering & Technology for Skill Development 30
  • 6. adapted to work with other cloud platforms. Collaboration and sharing of applications and data are achieved through a social networking front end built on the Elgg open source social networking platform. The IAS has been successfully deployed in the GeoChronos portal, a portal enabling members of the earth observation science community to share applications and data with each other. Naturally the greatest risk to any such system is at the human level. It has been assumed that high levels of trust exist when services are shared. But there are risks that a friend or neighbor may decide to abuse the trust shown to them and effectively hi-jack a user's services and personalized content. In this paper we have not directly considered the potential for such service hi-jacking and associated preventative measures. From the perspective of a service provider there are straightforward session management mechanisms for ensuring that only a single real-time access to a cloud service is available to a registered user and these could be readily adapted to address such issues. However this lies outside the scope of the current work and we prefer to leave a detailed consideration of such issues for now. Again we recall that the purpose of this paper is to examine how we can move beyond the traditional model of device authentication for home networks, and begin to implement a more user-centric approach in line with current trends in mobile network services. It is shown that ZKP techniques combined with cloud computing services can offer a suitable and practical approach to this problem. REFERENCES [1] Academia.edu Website. http://www.academia.edu/. Accessed July, 2009. [2] Amazon. Elastic compute cloud website.http://aws.amazon.com/ec2. Accessed July, 2009. [3] P. Barham, B. Dragovic, K. Fraser, S. Hand, T. Harris, A. Ho,R. Neugebauer, I. Pratt, and A. Warfield. Xen and the art of virtualization. In Proceedings of the Nineteenth ACM Symposium on Operating Systems Principles, pages 164–177, 2003. [4] CANARIE Network Enabled Platforms (NEP) Program. http://www.canarie.ca/funding/nep/fund ed projects.html.Accessed July, 2009. [5] A. Charbonneau and V. Terskikh. Spectrogrid: Providing simple secure remote access to scientific instruments. In HPCS, pages 76–82. IEEE Computer Society, 2008. [6] Cluster Resources, Inc. Moab Cluster Suite Website. http://www.clusterresources.com/pages/ products/moabcluster-suite.php. Accessed July, 2009. [7] Cluster Resources, Inc. Torque Resource Manager Website. http://www.clusterresources.com/pages/ products/torqueresource- manager.php. Accessed April, 2008. [8] R. Curry, C. Kiddle, N. Markatchev, R. Simmonds, T. Tan,M. Arlitt, and B. Walker. ASPEN: An automated service provisioning environment for data centres. In Proceedings of the 15th HP Software University Association (HP- SUA) Workshop, pages 189–200, 2008. Proceedings International Conference On Advances In Engineering And Technology ISBN NO: 978 - 1503304048 www.iaetsd.in International Association of Engineering & Technology for Skill Development 31
  • 7. [9] Elgg Website. http://elgg.org/. Accessed July, 2009. [10] Facebook Website. http://www.facebook.com/. Accessed July, 2009. [11] GeoChronos Portal. http://geochronos.org/. Accessed July,2009. [12] Globus AllianceWebsite. http://www.globus.org/. Accessed July, 2009. [13] Google App Engine Website.http://code.google.com/appengi ne/. Accessed July, 2009. [14] Java web start. Accessed July, 2009. http://java.sun.com/javase/technologies/ desktop/javawebstart/index.jsp. [15] P. J¨onsson and L. Eklundh. TIMESAT - a program for analysing time-series of satellite sensor data. Computers andGeosciences, 30:833– 845, 2004. [16] K. Keahey, R. Figueiredo, J. Fortes, T. Freeman, and M. Tsugawa. Science clouds: Early experiences in cloud computing for scientific applications. In Proceedings of the First Wrokshop on Cloud Computing and Its Applications, 2008. [17] KVM Website. http://www.linux- kvm.org/. Accessed July,2009. [18] LinkedInWebsite. http://www.linkedin.com/. Accessed July,2009. [19] Microsoft. Windows Azure Website.http://www.microsoft.com/azure /. Accessed July, 2009. [20] MODIS reprojection tool page.https://lpdaac.usgs.gov/lpdaac/tool s/modis reprojection tool.Accessed July, 2009. [21] SpecNet toolkit software page.http://spectralnetwork.net/specnet toolkit.htm. Accessed July, 2009. Proceedings International Conference On Advances In Engineering And Technology ISBN NO: 978 - 1503304048 www.iaetsd.in International Association of Engineering & Technology for Skill Development 32