SlideShare a Scribd company logo
1 of 7
Download to read offline
ISSN: 2278 – 1323
                                                          International Journal of Advanced Research in Computer Engineering & Technology
                                                                                                              Volume 1, Issue 4, June 2012




       Implementation of Cloud Based Query Solver
        System for Educational Institutes featuring
                        Ontology
                                      Arun Arunachalam, Prof Manasi Kulkarni


                                                                 Cloud computing is the delivery of computing resources as
Abstract— These Educational systems in India are facing a         a service rather than a product, whereby shared resources,
new challenges to improve quality and efficiency in               software, and information are provided to computers and
Institutional system. The integration of communication and        other devices as a utility (like the electricity grid) over
computation technologies, the availability of pocket hand         a network (typically the Internet). Cloud computing is a
held computers, and the widespread penetration of mobile          marketing term for technologies that provide computation,
radio access networks will enable a range of new mobile           software, data access, and storage services that do not require
services to be offered to the users. With the recent advances     end-user knowledge of the physical location and
in mobile computer technology and the penetration of              configuration of the system that delivers the services. A
wireless networks, the nature of the services proposed to the     parallel to this concept can be drawn with the electricity grid,
users is moving towards mobile and cloud computing                wherein end-users consume power without needing to
supported services. My aim is to propose methods and              understand the component devices or infrastructure required
technologies for the development of such services and             to provide the service. Or similar comparisons can also be
implement a Cloud based Query solver system for the               done with the bus service we use. We don’t have to buy the
students which will provide them Infrastructure as a Service      bus for our purpose of travelling we just have to pay for the
.Cloud computing, is a technology which has gained an             service we use. Cloud computing describes a new
increasing amount of attention in recent years. Mobile            supplement,       consumption,      and    delivery      model
handheld devices, which have been highly adopted by large         for IT services based on Internet protocols, and it typically
user groups, especially in the form of mobile phones and          involves       provisioning      of           scalable      and
tablets/laptops constitute an interesting platform for cloud      often virtualized resources. It is a byproduct and
computing. Cloud computing is a very well-known term              consequence of the ease-of-access to remote computing sites
these days. Cloud computing featuring Ontology provides           provided by the Internet. This may take the form of
users of handheld devices personalized services tailored to       web-based tools or applications that users can access and use
their current location. Ontology is a formal specification of a   through a web browser as if the programs were installed
shared conceptualisation. Using the Ontology search               locally on their own computers.
interface, the user searches a registry of Ontologies based
upon domain, keywords, category or another searchable             Cloud computing providers deliver applications via the
metadata field. In general, cloud computing customers do not      internet, which are accessed from web browsers and desktop
own the physical infrastructure, instead avoiding capital         and mobile apps, while the business software and data are
expenditure by renting usage from a third-party provider.         stored on servers at a remote location. In some cases, legacy
They consume resources as a service and pay only for              applications (line of business applications that until now have
resources that they use. User can access this service             been prevalent in thin client Windows computing) are
anywhere anytime. Since this service is deployed on cloud, it     delivered via a screen-sharing technology, while the
is going to offer complete location transparency. There won’t     computing resources are consolidated at a remote data
be any need to maintain physical servers thus helping in cost     center location. At the foundation of cloud computing is the
reduction.                                                        broader concept of infrastructure convergence (or Converged
                                                                  Infrastructure) and shared services. This type of data center
                                                                  environment allows enterprises to get their applications up
  Кеу words – Cloud Computing, Ontology ,IaaS                     and running faster, with easier manageability and less
(Infrastructure as a service).                                    maintenance, and enables IT to more rapidly adjust IT
                                                                  resources (such as servers, storage, and networking) to meet
                                                                  fluctuating and unpredictable business demand.
                      I. INTRODUCTION
                                                                  Most cloud computing infrastructures consist of services
 During the last ten years, mobile handheld devices have          delivered through shared data-centers and appearing as a
become a part of our everyday lives. Cloud Computing is           single point of access for consumers' computing needs.
easily defined as ―Anything that is provided as a Service”.       Commercial offerings may be required to meet service-level
                                                                  agreements (SLAs), but specific terms are less often
                                                                  negotiated by smaller companies. The tremendous impact of

                                                                                                                                     119
                                             All Rights Reserved © 2012 IJARCET
ISSN: 2278 – 1323
                                                           International Journal of Advanced Research in Computer Engineering & Technology
                                                                                                               Volume 1, Issue 1, June 2012


cloud computing on business has prompted the federal               platform on which the application is running. This eliminates
United States government to look to the cloud as a means to        the need to install and run the application on the cloud user's
reorganize their IT infrastructure and decrease their spending     own computers simplifying maintenance and support. What
budgets. With the advent of the top government official            makes a cloud application different from other applications is
mandating cloud adoption, many agencies already have at            its elasticity. This can be achieved by cloning tasks onto
least one or more cloud systems online.                            multiple virtual machines at run-time to meet the changing
                                                                   work demand. Load balancers distribute the work over the
                                                                   set of virtual machines. This process is transparent to the
                                                                   cloud user who sees only a single access point. To
                  II. CLOUD COMPUTING
                                                                   accommodate a large number of cloud users, cloud
                                                                   applications can be multitenant, that is, any machine serves
Cloud computing is the delivery of computing as                    more than one cloud user organization. It is common to refer
a service rather than a product, whereby shared resources,         to special types of cloud based application software with a
software, and information are provided to computers and            similar naming convention: desktop as a service, business
other devices as a utility (like the electricity grid) over        process as a service, Test Environment as a
a network (typically the Internet). Cloud computing entrusts,      Service, communication as a service.
typically centralized, services with your data, software, and
computation on a published application programming                 c) Paas ( Platform as a Service) - In the PaaS model, cloud
interface (API) over a network. It has a lot of overlap with the   providers deliver a computing platform and/or solution
software as a service (SaaS).End users access cloud                stack typically including operating system, programming
based applications through a web browser or a light weight         language execution environment, database, and web server.
desktop or mobile app while the business software and data         Application developers can develop and run their software
are stored on servers at a remote location. Cloud application      solutions on a cloud platform without the cost and
providers strive to give the same or better service and            complexity of buying and managing the underlying hardware
performance than if the software programs were installed           and software layers. With some PaaS offers, the underlying
locally on end-user computers.                                     compute and storage resources scale automatically to match
                                                                   application demand such that the cloud user does not have to
                                                                   allocate resources manually.
Cloud Service Models - Cloud computing providers offer
their    services    according    to    three   fundamental
models: Infrastructure as a service (IaaS), platform as a
service PaaS), and software as a service (SaaS) where IaaS is
the most basic and each higher model abstracts from the
details of the lower models.

a) Iaas (Infrastructure as a Service)- In this most basic
cloud service model, cloud providers offer computers – as
physical or more often as virtual machines –, raw (block)
storage, firewalls, load balancer, and networks. IaaS
providers supply these resources on demand from their large
pools       installed    in data      centers. Local    area
networks including IP addresses are part of the offer. For
the wide area connectivity, the Internet can be used or -
in carrier clouds - dedicated virtual private network can be
configured.

To deploy their applications, cloud users then install
                                                                       III.            CLOUD         COMPUTING            FEATURING
operating system images on the machines as well as their
                                                                   ONTOLOGY
application software. In this model, it is the cloud user who is
responsible for patching and maintaining the operating
systems and application software. Cloud providers typically            In many cases, better knowledge can be more important
bill IaaS services on a utility computing basis, that is, cost         for solving a task than better algorithms. To have truly
will reflect the amount of resources allocated and consumed.           intelligent systems, knowledge needs to be captured,
In our Cloud based query solver system the service provided            processed, reused, and communicated. Ontologies
to the students is the Iaas and Saas. It provides computer as          support all these tasks.The term "Ontology" can be
virtual machines to the students and the software given as the         defined as an explicit specification of conceptualization.
service is the Query solver interface with the help of which           Ontology capture the structure of the domain, i.e.
the students can ask their queries to their respective Prof.           conceptualization. This includes the model of the domain
b)Saas (Software as a Service) - In this model, cloud                  with possible restrictions. The conceptualization
providers install and operate application software in the              describes knowledge about the domain, not about the
cloud and cloud users access the software from cloud clients.          particular state of affairs in the domain. In other words,
The cloud users do not manage the cloud infrastructure and             the conceptualization is not changing, or is changing very


                                                                                                                                      120
ISSN: 2278 – 1323
                                                          International Journal of Advanced Research in Computer Engineering & Technology
                                                                                                              Volume 1, Issue 4, June 2012


rarely. Ontology is then specification of this                         Caas(Communication as a service ) is used for the
conceptualization - the conceptualization is specified by              communication happening between two hand held
using particular modeling language and particular terms.               devices or wireless devices and Daas( Data as a storage
Formal specification is required in order to be able to                )service is for the users to get the data they requested
process ontologies and operate on ontologies                           based upon domain keywords and category.
automatically
                                                                             IV. PROPOSED WORK
                      Ontology class diagram
.                                                                 Cloud Based Query Solver System featuring ontology is a
                                                                  cloud based query solving system.This a query solver sytem
                                                                  for the students of educational organization. The query
                                                                  solver system will help the students in solving their doubts
                                                                  instantly by just browsing the web browser and this will help
                                                                  the teacher in analyzing students. The services provided is
                                                                  Iaas and Saas The ontology concept helps in collecting all
                                                                  the data from different departments within the institute and
                                                                  will categorize the data into a shared concept(used
                                                                  frequently) which will help in better decision making and
                                                                  will generate required inferences to the queries generally
                                                                  asked by the students. The data in the database is divided
Ontology describes a domain, while a knowledge base               domain wise , the students asking questions will be directly
(based on Ontology) describes particular state of affairs.        redirected to the domain questions and answers which are
Each knowledge based system or agent has its own                  already present in the database
knowledge base, and only what can be expressed using
ontology can be stored and used in the knowledge base.
When an agent wants to communicate to another agent,                               Component diagram
he uses the constructs from some ontology. In order to
understand in communication, ontologies must be shared
between agents.                                                         User/Student                    System
                                                                        Computer                     Message Service

                                                                                                    Service
                                                                                                            Receive
                                                                                                 send message
                                                                                                            mess

                                                                                                       Browsing
                                                                        User/Teacher

                                                                       Mobile
                                                                        r                             Classify similar concept
                                                                       /Lapto
                                                                       p




                Cloud Ontology diagram

    The term "cloud computing" is being bandied about a lot
                                                                   The concept of ontology is highlighted in the component
    these days, mainly in the context of the "future of the
                                                                  diagram the student will ask the question to the professor ,
    web". But cloud computing's potential doesn't begin and
                                                                  but before the question reaching the professor the database
    end with the personal computer's transformation into a
                                                                  verifies if the question has already been asked and if the
    thin client - the mobile platform is going to be heavily
                                                                  question is already answered then that answer is sent to the
    impacted by this technology as well.You may be
                                                                  student. And if the student is still not satisfied with his query
    wondering: what does the term "mobile cloud
                                                                  then the domain of the question is found out concept wise,
    computing" really mean? Basically, it refers to an
                                                                  and the student is redirected to the page of that particular
    infrastructure where both the data storage and the data
                                                                  domain on which he has asked the question.
    processing happen outside of the mobile device. Today,
    there are already some good examples of mobile cloud
                                                                   A .We propose a Cloud based Query Solver System
    computing applications including mobile Gmail, Google
                                                                  featuring Ontology that will provide following features
    Maps, and some navigation apps. However, the majority
    of applications today still do most of the data storage and
    processing on the mobile devices themselves and not in              1) Iaas and Saas - . It provides computer as virtual
    the cloud. In a few years, that could change. In this                    machines to the students and the software as a
    diagram , there are two new services which are used                      service is the Query solver interface with the help of
    other than the normal four services. The                                 which the students can ask their queries to their

                                                                                                                                     121
                                             All Rights Reserved © 2012 IJARCET
ISSN: 2278 – 1323
                                                        International Journal of Advanced Research in Computer Engineering & Technology
                                                                                                            Volume 1, Issue 1, June 2012


       respective Professor. This will act as a virtual class        4) Database Ontology is used so that the data which is
       interaction between the students and the Professor.               collected is divided properly concept wise and the
       The students don’t have to worry about the                        students just don’t have to ask the same questions
       hardware and the software. Just by browsing the                   again and again. Ontology is a formal specification of
       internet they can access the Query Solver System                  the shared concept.
       and fire their queries same is with the Professor.
                                                                     5) Iaas (Infrastructure as a Service) is provided to the
  2) Infrastructure as a service offered in a dedicated                   students and professor which include all networking
      cloud computing environment allows developers to                    devices and server.
      entirely control the provisioning, configuration and
      deployment of virtual machines. The IaaS cloud is              6) Domain wise specification of the data. Suppose 10
      used for everything from building and validating                   students ask questions related to cloud computing
      new applications to operating production                           domain and some ask questions regarding network
      environments that require scalability.                             domain then the next student who asks the question in
                                                                         cloud domain is directly redirected to the page that has
  3) Data Storage – The students can store their data and                all the data about cloud questions and answers
      access their data from any location by just logging
      onto ther account. This reduces the work effort of
      student of carrying data from one location to                   A. Screen Shorts of the implemented work
      another. No loss of important data as it is stored in
      remote servers. Storage maintenance tasks, such as              Part I – Instances generated in eucalyptus cloud
      backup, data replication, and purchasing additional
      storage devices are offloaded to the responsibility of          1)
      a service provider, allowing organizations to focus
      on their core business, but the fact stays the same
      that someone has to pay for the administrative effort
      for this tasks

  4) Cloud based Ontology - Ontology is a formal
      specification of a shared conceptualization that will
      collect all the data from different departments
      within the institute and will categorize the data into
      a shared concept which will help in better decision
      making and will generate required inferences to the
      queries generally asked by the students
                                                                                No of instances created
  5) Domain Specific data – The questions and answers in
      the database are compared thoroughly and divided          2)
      domain wise. Domain wise specification of the data.
      Suppose 10 students ask questions related to cloud
      computing domain and some ask questions
      regarding network domain then the next student
      who asks the question in cloud domain is directly
      redirected to the page that has all the data about
      cloud questions and answers

           V. IMPLEMENTED WORK

1) Designed a Query Solver System interface for the
    students and professor of the educational institutes.
    This query solver system was developed using
    WAMP/LAMP application.                                                         Keypairs created private and public
2) Installed Eucalyptus(Iaas) cloud on the server that will
     create instances of operating system through which
     the interface will be provided to the students.

3) User friendly interface for the students and professor so
    that the gap between them is reduced and they can
    discuss any topic just by browsing the internet.



                                                                                                                                   122
ISSN: 2278 – 1323
                                                   International Journal of Advanced Research in Computer Engineering & Technology
                                                                                                       Volume 1, Issue 4, June 2012




3)                                                         6)




                                                                  Lampstack installation to deploy php code
     Generated instance of ip 192.168.1.108

                                                           Part II – GUI for Cloud based Query solver system


                                                           1)
4)




                                                              Home page of Cloud based Query Solver System
        Disk Space given to each instances
5)
                                                           2)




     Debian image instance of ip 192.168.1.106
                                                                                      Login page




                                                                                                                              123
                                        All Rights Reserved © 2012 IJARCET
ISSN: 2278 – 1323
                                                          International Journal of Advanced Research in Computer Engineering & Technology
                                                                                                              Volume 1, Issue 1, June 2012




3)                                                                                          VI .CONCLUSION


                                                                      The dramatic rise in the usage of internet based services
                                                                      and high end networking components led us to the
                                                                      development of this application. The Cloud based Query
                                                                      Solver System featuring Ontology is a application on
                                                                      Cloud Computing for the students of the educational
                                                                      institutes. The application performs a simple operation
                                                                      with the help of which the students can ask their queries to
                                                                      their Professors and can clarify their doubt. We are
                                                                      providing the infrastructure as a Service(Iaas) is a service
                                                                      model that delivers computer infrastructure on an
                                                                      outsourced basis to support enterprise operations.
                 Query submission page                                Typically, IaaS provides hardware, storage, servers and
                                                                      data center space or network components, the students
                                                                      with the help of internet can just log in the Query Solver
                                                                      Website which will provide hardware, storage,servers and
                                                                      data storage to the students of educational institutes.We
                                                                      have another application called the database ontology in
                                                                      which the data which the students are dealing with get
                                                                      separated into a shared Domain. That means the user/prof
                                                                      need not message to the same question which was asked
                                                                      earlier requesting for some information, the application
                                                                      first process the users message. It then creates a log. The
                                                                      message is processed and broken down according to its
                                                                      semantics. The application then searches for the
4)                                                                    information and replies back with the correct information
                                                                      from the existing database.

              Domain wise distribution using ontology                                    VII. REFERENCES
5)
                                                                  1.Daniel Nurmi, Rich Wolski, Sunil Soman and Lamia Youseff .Department
                                                                  of Computer Science University of California.―The Eucalyptus Open Source
                                                                  Cloud Computing System‖, IEEE Computer Society.


                                                                   2. K. Adams and O. Agesen. Acomparison of software and hardware
                                                                  techniques for x86 virtualization. In ASPLOSXII: Proceedings of the 12th
                                                                  international conference on Architectural support for programming
                                                                  languages and operating systems, pages 2–13, NewYork, NY, USA, 2006.
                                                                  ACM.


                                                                  3. D. GreschlerandT.Mangan. Networking lessons in delivering ’software as

                Professor Login page                              a service’: part ii. Int.J. Netw. Manag12(6):339–345, 2002.


                                                                  4. P. Laplante, J. Zhang, and J. Voas. ―What’s in a name?‖ distinguishing
The snapshots of the implementation of Cloud Based Query          between saas and soa. IT Professional, 10(3):46–50, May-June 2008.
Solver system is given above. The concept of ontology is
used to divide the data in the database domain wise. The
student has to just fire a query to his professor on cloud and    5. P. Barham,B.Dragovic,K. Fraser,S.Hand,T. Harris, A.Ho,R.
                                                                  Neugebauer,I. Pratt,andA.Warfield. Xen and the art of virtualization. In
the professor will reply to the query, suppose if the query has   SOSP ’03: Proceedingsof the nineteenthACM symposium on Operating
already been asked then the professor need not answer the         systems principles, pages 164–177, New York, NY, USA, 2003.ACM.
question, the answer will be redirected directly from the
database.                                                         6. R. Buyya, C. S. Yeo, and S. Venugopal. Market-oriented cloud computing:
                                                                  Vision, hype, and reality for delivering it services as computing utilities. In
                                                                  Proceedings of the 10th IEEE International Conference on High Performance
                                                                  Computing and Communications (HPCC-08, IEEE CS Press, Los Alamitos,
                                                                  CA, USA) 2008.



                                                                                                                                            124
ISSN: 2278 – 1323
                                                                        International Journal of Advanced Research in Computer Engineering & Technology
                                                                                                                            Volume 1, Issue 4, June 2012


7. Lamia Youseff ,University of California, Santa Barbara Santa Barbara, CA
93106 lyouseff@cs.ucsb.edu ―Toward a Unified Ontology of Cloud
Computing‖

8. P. Smr and V. Novek, "Ontology acquisition for automatic building of
scientific portals," in SOFSEM 2006: Theory and Practice of Computer
Science: 32nd Conference on Current Trends in Theory and Practice of
Computer Science. Springer Verlag, 2006

9. ―Ontological Approach toward Cyber security in Cloud Computing‖
Takeshi Takahashi National Institute of Youki Kadobayashi Nara Institute of
Science and Hiroyuki Fujiwara Solution Crew Inc.


10. ―T. R. Gruber. Toward principles for the design of ontologies used for
knowledge sharing‖. International Journal of Human-Computer Studies.



                          VII - BIBLOGRAPHIES


  Arun      Arunachalam         is   a    Mtech        Computer       Science
student of VJTI Mumbai with specialization in Network Infrastructure
Management System. He did his B.E(Information technology) from Mumbai
University SSJCOE Dombivli. His area of interest lies on the border lines of
many computer science disciplines such as Computer Network and Cloud
Computing. His goal is to build models which are intelligent secure and at the
same time could run on large scale distributed systems. He has attended
many national level conferences, workshops and seminar such as Cloud
Computing Forum. And also published papers in International Conference
and Journals. He is a life member of Eucalyptus Computing systems and
Cloud Computing Exponent.


Prof Manasi Kulkarni , Asst. Professor, Department of Computer Science
and Engineering ,VJTI Matunga (E), Mumbai. She did her Mtech (Computer
Engg) from VJTI Mumbai. Her main research interests are in the areas of
Operating Systems, Advanced Computer Networks, Database management
and Cloud Computing. She has got nearly 3 of teaching experience. She has
organized national level conferences, workshops & seminar.




                                                                                                                                                   125
                                                        All Rights Reserved © 2012 IJARCET

More Related Content

What's hot

International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
seminar on cloud computing report
seminar on cloud computing reportseminar on cloud computing report
seminar on cloud computing reportANKIT KUMAR
 
The Nist definition of cloud computing cloud computing Research Paper
The Nist definition of cloud computing cloud computing Research PaperThe Nist definition of cloud computing cloud computing Research Paper
The Nist definition of cloud computing cloud computing Research PaperFaimin Khan
 
Cloud computing report
Cloud computing reportCloud computing report
Cloud computing reportErManish5
 
Cloud computing 1
Cloud computing 1Cloud computing 1
Cloud computing 1Sagar Kumar
 
Cloud computing for enterprise
Cloud computing for enterpriseCloud computing for enterprise
Cloud computing for enterprisePravin Asar
 
Telecom trends 261112
Telecom trends 261112Telecom trends 261112
Telecom trends 261112Sharon Rozov
 
Vendor classification & rating
Vendor classification & ratingVendor classification & rating
Vendor classification & ratingAmit Puri
 
cloud computing documentation
cloud computing documentationcloud computing documentation
cloud computing documentationshilpa bojji
 
Cloud for dummies easycloud
Cloud for dummies   easycloudCloud for dummies   easycloud
Cloud for dummies easycloudAlessandro Greco
 
Cloud Computing Myth Busters - Know the Cloud
Cloud Computing Myth Busters - Know the CloudCloud Computing Myth Busters - Know the Cloud
Cloud Computing Myth Busters - Know the CloudMicrosoft Private Cloud
 
Cloud computing
Cloud computingCloud computing
Cloud computingJawhar Ali
 
Cloud Computing on ISO/IEC JTC 1
Cloud Computing on ISO/IEC JTC 1Cloud Computing on ISO/IEC JTC 1
Cloud Computing on ISO/IEC JTC 1Seungyun Lee
 
Cloud Computing Documentation Report
Cloud Computing Documentation ReportCloud Computing Documentation Report
Cloud Computing Documentation ReportAjit Yadav
 
Ijirsm choudhari-priyanka-backup-and-restore-in-smartphone-using-mobile-cloud...
Ijirsm choudhari-priyanka-backup-and-restore-in-smartphone-using-mobile-cloud...Ijirsm choudhari-priyanka-backup-and-restore-in-smartphone-using-mobile-cloud...
Ijirsm choudhari-priyanka-backup-and-restore-in-smartphone-using-mobile-cloud...IJIR JOURNALS IJIRUSA
 
www.iosrjournals.org 57 | Page Latest development of cloud computing technolo...
www.iosrjournals.org 57 | Page Latest development of cloud computing technolo...www.iosrjournals.org 57 | Page Latest development of cloud computing technolo...
www.iosrjournals.org 57 | Page Latest development of cloud computing technolo...Sushil kumar Choudhary
 

What's hot (19)

International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
51 59
51 5951 59
51 59
 
seminar on cloud computing report
seminar on cloud computing reportseminar on cloud computing report
seminar on cloud computing report
 
The Nist definition of cloud computing cloud computing Research Paper
The Nist definition of cloud computing cloud computing Research PaperThe Nist definition of cloud computing cloud computing Research Paper
The Nist definition of cloud computing cloud computing Research Paper
 
Cloud Computing
Cloud ComputingCloud Computing
Cloud Computing
 
Cloud computing report
Cloud computing reportCloud computing report
Cloud computing report
 
Cloud computing 1
Cloud computing 1Cloud computing 1
Cloud computing 1
 
Cloud computing for enterprise
Cloud computing for enterpriseCloud computing for enterprise
Cloud computing for enterprise
 
Telecom trends 261112
Telecom trends 261112Telecom trends 261112
Telecom trends 261112
 
Vendor classification & rating
Vendor classification & ratingVendor classification & rating
Vendor classification & rating
 
cloud computing documentation
cloud computing documentationcloud computing documentation
cloud computing documentation
 
Cloud computing
Cloud computingCloud computing
Cloud computing
 
Cloud for dummies easycloud
Cloud for dummies   easycloudCloud for dummies   easycloud
Cloud for dummies easycloud
 
Cloud Computing Myth Busters - Know the Cloud
Cloud Computing Myth Busters - Know the CloudCloud Computing Myth Busters - Know the Cloud
Cloud Computing Myth Busters - Know the Cloud
 
Cloud computing
Cloud computingCloud computing
Cloud computing
 
Cloud Computing on ISO/IEC JTC 1
Cloud Computing on ISO/IEC JTC 1Cloud Computing on ISO/IEC JTC 1
Cloud Computing on ISO/IEC JTC 1
 
Cloud Computing Documentation Report
Cloud Computing Documentation ReportCloud Computing Documentation Report
Cloud Computing Documentation Report
 
Ijirsm choudhari-priyanka-backup-and-restore-in-smartphone-using-mobile-cloud...
Ijirsm choudhari-priyanka-backup-and-restore-in-smartphone-using-mobile-cloud...Ijirsm choudhari-priyanka-backup-and-restore-in-smartphone-using-mobile-cloud...
Ijirsm choudhari-priyanka-backup-and-restore-in-smartphone-using-mobile-cloud...
 
www.iosrjournals.org 57 | Page Latest development of cloud computing technolo...
www.iosrjournals.org 57 | Page Latest development of cloud computing technolo...www.iosrjournals.org 57 | Page Latest development of cloud computing technolo...
www.iosrjournals.org 57 | Page Latest development of cloud computing technolo...
 

Viewers also liked (9)

Pdf5
Pdf5Pdf5
Pdf5
 
Ijarcet vol-2-issue-7-2252-2257
Ijarcet vol-2-issue-7-2252-2257Ijarcet vol-2-issue-7-2252-2257
Ijarcet vol-2-issue-7-2252-2257
 
1 5
1 51 5
1 5
 
203 212
203 212203 212
203 212
 
476 479
476 479476 479
476 479
 
341 345
341 345341 345
341 345
 
102 104
102 104102 104
102 104
 
353 357
353 357353 357
353 357
 
126 130
126 130126 130
126 130
 

Similar to 119 125

Similar to 119 125 (20)

Impactofcloudcomputing 141103103626-conversion-gate01
Impactofcloudcomputing 141103103626-conversion-gate01Impactofcloudcomputing 141103103626-conversion-gate01
Impactofcloudcomputing 141103103626-conversion-gate01
 
Cloud computing applicatio
Cloud  computing  applicatioCloud  computing  applicatio
Cloud computing applicatio
 
Cloud computing writeup
Cloud computing writeupCloud computing writeup
Cloud computing writeup
 
Cloud Computing: Overview & Utility
Cloud Computing: Overview & UtilityCloud Computing: Overview & Utility
Cloud Computing: Overview & Utility
 
G017324043
G017324043G017324043
G017324043
 
Cloud computing
Cloud computingCloud computing
Cloud computing
 
51 59
51 5951 59
51 59
 
Service oriented cloud computing
Service oriented cloud computingService oriented cloud computing
Service oriented cloud computing
 
cloude computing report
cloude computing reportcloude computing report
cloude computing report
 
Cloud
CloudCloud
Cloud
 
Cloud computing
Cloud computingCloud computing
Cloud computing
 
Cloud Computing Essay
Cloud Computing EssayCloud Computing Essay
Cloud Computing Essay
 
Cloud
CloudCloud
Cloud
 
Cloud computing
Cloud computingCloud computing
Cloud computing
 
Cloud Computing Documentation Report
Cloud Computing Documentation ReportCloud Computing Documentation Report
Cloud Computing Documentation Report
 
P18 2 8-5
P18 2 8-5P18 2 8-5
P18 2 8-5
 
Cloud Computing
Cloud ComputingCloud Computing
Cloud Computing
 
Zpryme Report on Cloud and SAS Solutions
Zpryme Report on Cloud and SAS SolutionsZpryme Report on Cloud and SAS Solutions
Zpryme Report on Cloud and SAS Solutions
 
Introduction To Cloud Computing
Introduction To Cloud ComputingIntroduction To Cloud Computing
Introduction To Cloud Computing
 
Ey35869874
Ey35869874Ey35869874
Ey35869874
 

More from Editor IJARCET

Electrically small antennas: The art of miniaturization
Electrically small antennas: The art of miniaturizationElectrically small antennas: The art of miniaturization
Electrically small antennas: The art of miniaturizationEditor IJARCET
 
Volume 2-issue-6-2205-2207
Volume 2-issue-6-2205-2207Volume 2-issue-6-2205-2207
Volume 2-issue-6-2205-2207Editor IJARCET
 
Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199Editor IJARCET
 
Volume 2-issue-6-2200-2204
Volume 2-issue-6-2200-2204Volume 2-issue-6-2200-2204
Volume 2-issue-6-2200-2204Editor IJARCET
 
Volume 2-issue-6-2190-2194
Volume 2-issue-6-2190-2194Volume 2-issue-6-2190-2194
Volume 2-issue-6-2190-2194Editor IJARCET
 
Volume 2-issue-6-2186-2189
Volume 2-issue-6-2186-2189Volume 2-issue-6-2186-2189
Volume 2-issue-6-2186-2189Editor IJARCET
 
Volume 2-issue-6-2177-2185
Volume 2-issue-6-2177-2185Volume 2-issue-6-2177-2185
Volume 2-issue-6-2177-2185Editor IJARCET
 
Volume 2-issue-6-2173-2176
Volume 2-issue-6-2173-2176Volume 2-issue-6-2173-2176
Volume 2-issue-6-2173-2176Editor IJARCET
 
Volume 2-issue-6-2165-2172
Volume 2-issue-6-2165-2172Volume 2-issue-6-2165-2172
Volume 2-issue-6-2165-2172Editor IJARCET
 
Volume 2-issue-6-2159-2164
Volume 2-issue-6-2159-2164Volume 2-issue-6-2159-2164
Volume 2-issue-6-2159-2164Editor IJARCET
 
Volume 2-issue-6-2155-2158
Volume 2-issue-6-2155-2158Volume 2-issue-6-2155-2158
Volume 2-issue-6-2155-2158Editor IJARCET
 
Volume 2-issue-6-2148-2154
Volume 2-issue-6-2148-2154Volume 2-issue-6-2148-2154
Volume 2-issue-6-2148-2154Editor IJARCET
 
Volume 2-issue-6-2143-2147
Volume 2-issue-6-2143-2147Volume 2-issue-6-2143-2147
Volume 2-issue-6-2143-2147Editor IJARCET
 
Volume 2-issue-6-2119-2124
Volume 2-issue-6-2119-2124Volume 2-issue-6-2119-2124
Volume 2-issue-6-2119-2124Editor IJARCET
 
Volume 2-issue-6-2139-2142
Volume 2-issue-6-2139-2142Volume 2-issue-6-2139-2142
Volume 2-issue-6-2139-2142Editor IJARCET
 
Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138Editor IJARCET
 
Volume 2-issue-6-2125-2129
Volume 2-issue-6-2125-2129Volume 2-issue-6-2125-2129
Volume 2-issue-6-2125-2129Editor IJARCET
 
Volume 2-issue-6-2114-2118
Volume 2-issue-6-2114-2118Volume 2-issue-6-2114-2118
Volume 2-issue-6-2114-2118Editor IJARCET
 
Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113Editor IJARCET
 
Volume 2-issue-6-2102-2107
Volume 2-issue-6-2102-2107Volume 2-issue-6-2102-2107
Volume 2-issue-6-2102-2107Editor IJARCET
 

More from Editor IJARCET (20)

Electrically small antennas: The art of miniaturization
Electrically small antennas: The art of miniaturizationElectrically small antennas: The art of miniaturization
Electrically small antennas: The art of miniaturization
 
Volume 2-issue-6-2205-2207
Volume 2-issue-6-2205-2207Volume 2-issue-6-2205-2207
Volume 2-issue-6-2205-2207
 
Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199
 
Volume 2-issue-6-2200-2204
Volume 2-issue-6-2200-2204Volume 2-issue-6-2200-2204
Volume 2-issue-6-2200-2204
 
Volume 2-issue-6-2190-2194
Volume 2-issue-6-2190-2194Volume 2-issue-6-2190-2194
Volume 2-issue-6-2190-2194
 
Volume 2-issue-6-2186-2189
Volume 2-issue-6-2186-2189Volume 2-issue-6-2186-2189
Volume 2-issue-6-2186-2189
 
Volume 2-issue-6-2177-2185
Volume 2-issue-6-2177-2185Volume 2-issue-6-2177-2185
Volume 2-issue-6-2177-2185
 
Volume 2-issue-6-2173-2176
Volume 2-issue-6-2173-2176Volume 2-issue-6-2173-2176
Volume 2-issue-6-2173-2176
 
Volume 2-issue-6-2165-2172
Volume 2-issue-6-2165-2172Volume 2-issue-6-2165-2172
Volume 2-issue-6-2165-2172
 
Volume 2-issue-6-2159-2164
Volume 2-issue-6-2159-2164Volume 2-issue-6-2159-2164
Volume 2-issue-6-2159-2164
 
Volume 2-issue-6-2155-2158
Volume 2-issue-6-2155-2158Volume 2-issue-6-2155-2158
Volume 2-issue-6-2155-2158
 
Volume 2-issue-6-2148-2154
Volume 2-issue-6-2148-2154Volume 2-issue-6-2148-2154
Volume 2-issue-6-2148-2154
 
Volume 2-issue-6-2143-2147
Volume 2-issue-6-2143-2147Volume 2-issue-6-2143-2147
Volume 2-issue-6-2143-2147
 
Volume 2-issue-6-2119-2124
Volume 2-issue-6-2119-2124Volume 2-issue-6-2119-2124
Volume 2-issue-6-2119-2124
 
Volume 2-issue-6-2139-2142
Volume 2-issue-6-2139-2142Volume 2-issue-6-2139-2142
Volume 2-issue-6-2139-2142
 
Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138
 
Volume 2-issue-6-2125-2129
Volume 2-issue-6-2125-2129Volume 2-issue-6-2125-2129
Volume 2-issue-6-2125-2129
 
Volume 2-issue-6-2114-2118
Volume 2-issue-6-2114-2118Volume 2-issue-6-2114-2118
Volume 2-issue-6-2114-2118
 
Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113
 
Volume 2-issue-6-2102-2107
Volume 2-issue-6-2102-2107Volume 2-issue-6-2102-2107
Volume 2-issue-6-2102-2107
 

Recently uploaded

Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsRavi Sanghani
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...Wes McKinney
 
React JS; all concepts. Contains React Features, JSX, functional & Class comp...
React JS; all concepts. Contains React Features, JSX, functional & Class comp...React JS; all concepts. Contains React Features, JSX, functional & Class comp...
React JS; all concepts. Contains React Features, JSX, functional & Class comp...Karmanjay Verma
 
Microservices, Docker deploy and Microservices source code in C#
Microservices, Docker deploy and Microservices source code in C#Microservices, Docker deploy and Microservices source code in C#
Microservices, Docker deploy and Microservices source code in C#Karmanjay Verma
 
Kuma Meshes Part I - The basics - A tutorial
Kuma Meshes Part I - The basics - A tutorialKuma Meshes Part I - The basics - A tutorial
Kuma Meshes Part I - The basics - A tutorialJoão Esperancinha
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesThousandEyes
 
Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024TopCSSGallery
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...panagenda
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPathCommunity
 
Manual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditManual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditSkynet Technologies
 
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Nikki Chapple
 
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)Mark Simos
 
Landscape Catalogue 2024 Australia-1.pdf
Landscape Catalogue 2024 Australia-1.pdfLandscape Catalogue 2024 Australia-1.pdf
Landscape Catalogue 2024 Australia-1.pdfAarwolf Industries LLC
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Strongerpanagenda
 
All These Sophisticated Attacks, Can We Really Detect Them - PDF
All These Sophisticated Attacks, Can We Really Detect Them - PDFAll These Sophisticated Attacks, Can We Really Detect Them - PDF
All These Sophisticated Attacks, Can We Really Detect Them - PDFMichael Gough
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Farhan Tariq
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfpanagenda
 
Generative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptxGenerative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptxfnnc6jmgwh
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentPim van der Noll
 

Recently uploaded (20)

Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and Insights
 
How Tech Giants Cut Corners to Harvest Data for A.I.
How Tech Giants Cut Corners to Harvest Data for A.I.How Tech Giants Cut Corners to Harvest Data for A.I.
How Tech Giants Cut Corners to Harvest Data for A.I.
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
 
React JS; all concepts. Contains React Features, JSX, functional & Class comp...
React JS; all concepts. Contains React Features, JSX, functional & Class comp...React JS; all concepts. Contains React Features, JSX, functional & Class comp...
React JS; all concepts. Contains React Features, JSX, functional & Class comp...
 
Microservices, Docker deploy and Microservices source code in C#
Microservices, Docker deploy and Microservices source code in C#Microservices, Docker deploy and Microservices source code in C#
Microservices, Docker deploy and Microservices source code in C#
 
Kuma Meshes Part I - The basics - A tutorial
Kuma Meshes Part I - The basics - A tutorialKuma Meshes Part I - The basics - A tutorial
Kuma Meshes Part I - The basics - A tutorial
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
 
Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to Hero
 
Manual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditManual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance Audit
 
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
 
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)
 
Landscape Catalogue 2024 Australia-1.pdf
Landscape Catalogue 2024 Australia-1.pdfLandscape Catalogue 2024 Australia-1.pdf
Landscape Catalogue 2024 Australia-1.pdf
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
 
All These Sophisticated Attacks, Can We Really Detect Them - PDF
All These Sophisticated Attacks, Can We Really Detect Them - PDFAll These Sophisticated Attacks, Can We Really Detect Them - PDF
All These Sophisticated Attacks, Can We Really Detect Them - PDF
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
 
Generative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptxGenerative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptx
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
 

119 125

  • 1. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology Volume 1, Issue 4, June 2012 Implementation of Cloud Based Query Solver System for Educational Institutes featuring Ontology Arun Arunachalam, Prof Manasi Kulkarni  Cloud computing is the delivery of computing resources as Abstract— These Educational systems in India are facing a a service rather than a product, whereby shared resources, new challenges to improve quality and efficiency in software, and information are provided to computers and Institutional system. The integration of communication and other devices as a utility (like the electricity grid) over computation technologies, the availability of pocket hand a network (typically the Internet). Cloud computing is a held computers, and the widespread penetration of mobile marketing term for technologies that provide computation, radio access networks will enable a range of new mobile software, data access, and storage services that do not require services to be offered to the users. With the recent advances end-user knowledge of the physical location and in mobile computer technology and the penetration of configuration of the system that delivers the services. A wireless networks, the nature of the services proposed to the parallel to this concept can be drawn with the electricity grid, users is moving towards mobile and cloud computing wherein end-users consume power without needing to supported services. My aim is to propose methods and understand the component devices or infrastructure required technologies for the development of such services and to provide the service. Or similar comparisons can also be implement a Cloud based Query solver system for the done with the bus service we use. We don’t have to buy the students which will provide them Infrastructure as a Service bus for our purpose of travelling we just have to pay for the .Cloud computing, is a technology which has gained an service we use. Cloud computing describes a new increasing amount of attention in recent years. Mobile supplement, consumption, and delivery model handheld devices, which have been highly adopted by large for IT services based on Internet protocols, and it typically user groups, especially in the form of mobile phones and involves provisioning of scalable and tablets/laptops constitute an interesting platform for cloud often virtualized resources. It is a byproduct and computing. Cloud computing is a very well-known term consequence of the ease-of-access to remote computing sites these days. Cloud computing featuring Ontology provides provided by the Internet. This may take the form of users of handheld devices personalized services tailored to web-based tools or applications that users can access and use their current location. Ontology is a formal specification of a through a web browser as if the programs were installed shared conceptualisation. Using the Ontology search locally on their own computers. interface, the user searches a registry of Ontologies based upon domain, keywords, category or another searchable Cloud computing providers deliver applications via the metadata field. In general, cloud computing customers do not internet, which are accessed from web browsers and desktop own the physical infrastructure, instead avoiding capital and mobile apps, while the business software and data are expenditure by renting usage from a third-party provider. stored on servers at a remote location. In some cases, legacy They consume resources as a service and pay only for applications (line of business applications that until now have resources that they use. User can access this service been prevalent in thin client Windows computing) are anywhere anytime. Since this service is deployed on cloud, it delivered via a screen-sharing technology, while the is going to offer complete location transparency. There won’t computing resources are consolidated at a remote data be any need to maintain physical servers thus helping in cost center location. At the foundation of cloud computing is the reduction. broader concept of infrastructure convergence (or Converged Infrastructure) and shared services. This type of data center environment allows enterprises to get their applications up Кеу words – Cloud Computing, Ontology ,IaaS and running faster, with easier manageability and less (Infrastructure as a service). maintenance, and enables IT to more rapidly adjust IT resources (such as servers, storage, and networking) to meet fluctuating and unpredictable business demand. I. INTRODUCTION Most cloud computing infrastructures consist of services During the last ten years, mobile handheld devices have delivered through shared data-centers and appearing as a become a part of our everyday lives. Cloud Computing is single point of access for consumers' computing needs. easily defined as ―Anything that is provided as a Service”. Commercial offerings may be required to meet service-level agreements (SLAs), but specific terms are less often negotiated by smaller companies. The tremendous impact of 119 All Rights Reserved © 2012 IJARCET
  • 2. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology Volume 1, Issue 1, June 2012 cloud computing on business has prompted the federal platform on which the application is running. This eliminates United States government to look to the cloud as a means to the need to install and run the application on the cloud user's reorganize their IT infrastructure and decrease their spending own computers simplifying maintenance and support. What budgets. With the advent of the top government official makes a cloud application different from other applications is mandating cloud adoption, many agencies already have at its elasticity. This can be achieved by cloning tasks onto least one or more cloud systems online. multiple virtual machines at run-time to meet the changing work demand. Load balancers distribute the work over the set of virtual machines. This process is transparent to the cloud user who sees only a single access point. To II. CLOUD COMPUTING accommodate a large number of cloud users, cloud applications can be multitenant, that is, any machine serves Cloud computing is the delivery of computing as more than one cloud user organization. It is common to refer a service rather than a product, whereby shared resources, to special types of cloud based application software with a software, and information are provided to computers and similar naming convention: desktop as a service, business other devices as a utility (like the electricity grid) over process as a service, Test Environment as a a network (typically the Internet). Cloud computing entrusts, Service, communication as a service. typically centralized, services with your data, software, and computation on a published application programming c) Paas ( Platform as a Service) - In the PaaS model, cloud interface (API) over a network. It has a lot of overlap with the providers deliver a computing platform and/or solution software as a service (SaaS).End users access cloud stack typically including operating system, programming based applications through a web browser or a light weight language execution environment, database, and web server. desktop or mobile app while the business software and data Application developers can develop and run their software are stored on servers at a remote location. Cloud application solutions on a cloud platform without the cost and providers strive to give the same or better service and complexity of buying and managing the underlying hardware performance than if the software programs were installed and software layers. With some PaaS offers, the underlying locally on end-user computers. compute and storage resources scale automatically to match application demand such that the cloud user does not have to allocate resources manually. Cloud Service Models - Cloud computing providers offer their services according to three fundamental models: Infrastructure as a service (IaaS), platform as a service PaaS), and software as a service (SaaS) where IaaS is the most basic and each higher model abstracts from the details of the lower models. a) Iaas (Infrastructure as a Service)- In this most basic cloud service model, cloud providers offer computers – as physical or more often as virtual machines –, raw (block) storage, firewalls, load balancer, and networks. IaaS providers supply these resources on demand from their large pools installed in data centers. Local area networks including IP addresses are part of the offer. For the wide area connectivity, the Internet can be used or - in carrier clouds - dedicated virtual private network can be configured. To deploy their applications, cloud users then install III. CLOUD COMPUTING FEATURING operating system images on the machines as well as their ONTOLOGY application software. In this model, it is the cloud user who is responsible for patching and maintaining the operating systems and application software. Cloud providers typically In many cases, better knowledge can be more important bill IaaS services on a utility computing basis, that is, cost for solving a task than better algorithms. To have truly will reflect the amount of resources allocated and consumed. intelligent systems, knowledge needs to be captured, In our Cloud based query solver system the service provided processed, reused, and communicated. Ontologies to the students is the Iaas and Saas. It provides computer as support all these tasks.The term "Ontology" can be virtual machines to the students and the software given as the defined as an explicit specification of conceptualization. service is the Query solver interface with the help of which Ontology capture the structure of the domain, i.e. the students can ask their queries to their respective Prof. conceptualization. This includes the model of the domain b)Saas (Software as a Service) - In this model, cloud with possible restrictions. The conceptualization providers install and operate application software in the describes knowledge about the domain, not about the cloud and cloud users access the software from cloud clients. particular state of affairs in the domain. In other words, The cloud users do not manage the cloud infrastructure and the conceptualization is not changing, or is changing very 120
  • 3. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology Volume 1, Issue 4, June 2012 rarely. Ontology is then specification of this Caas(Communication as a service ) is used for the conceptualization - the conceptualization is specified by communication happening between two hand held using particular modeling language and particular terms. devices or wireless devices and Daas( Data as a storage Formal specification is required in order to be able to )service is for the users to get the data they requested process ontologies and operate on ontologies based upon domain keywords and category. automatically IV. PROPOSED WORK Ontology class diagram . Cloud Based Query Solver System featuring ontology is a cloud based query solving system.This a query solver sytem for the students of educational organization. The query solver system will help the students in solving their doubts instantly by just browsing the web browser and this will help the teacher in analyzing students. The services provided is Iaas and Saas The ontology concept helps in collecting all the data from different departments within the institute and will categorize the data into a shared concept(used frequently) which will help in better decision making and will generate required inferences to the queries generally asked by the students. The data in the database is divided Ontology describes a domain, while a knowledge base domain wise , the students asking questions will be directly (based on Ontology) describes particular state of affairs. redirected to the domain questions and answers which are Each knowledge based system or agent has its own already present in the database knowledge base, and only what can be expressed using ontology can be stored and used in the knowledge base. When an agent wants to communicate to another agent, Component diagram he uses the constructs from some ontology. In order to understand in communication, ontologies must be shared between agents. User/Student System Computer Message Service Service Receive send message mess Browsing User/Teacher Mobile r Classify similar concept /Lapto p Cloud Ontology diagram The term "cloud computing" is being bandied about a lot The concept of ontology is highlighted in the component these days, mainly in the context of the "future of the diagram the student will ask the question to the professor , web". But cloud computing's potential doesn't begin and but before the question reaching the professor the database end with the personal computer's transformation into a verifies if the question has already been asked and if the thin client - the mobile platform is going to be heavily question is already answered then that answer is sent to the impacted by this technology as well.You may be student. And if the student is still not satisfied with his query wondering: what does the term "mobile cloud then the domain of the question is found out concept wise, computing" really mean? Basically, it refers to an and the student is redirected to the page of that particular infrastructure where both the data storage and the data domain on which he has asked the question. processing happen outside of the mobile device. Today, there are already some good examples of mobile cloud A .We propose a Cloud based Query Solver System computing applications including mobile Gmail, Google featuring Ontology that will provide following features Maps, and some navigation apps. However, the majority of applications today still do most of the data storage and processing on the mobile devices themselves and not in 1) Iaas and Saas - . It provides computer as virtual the cloud. In a few years, that could change. In this machines to the students and the software as a diagram , there are two new services which are used service is the Query solver interface with the help of other than the normal four services. The which the students can ask their queries to their 121 All Rights Reserved © 2012 IJARCET
  • 4. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology Volume 1, Issue 1, June 2012 respective Professor. This will act as a virtual class 4) Database Ontology is used so that the data which is interaction between the students and the Professor. collected is divided properly concept wise and the The students don’t have to worry about the students just don’t have to ask the same questions hardware and the software. Just by browsing the again and again. Ontology is a formal specification of internet they can access the Query Solver System the shared concept. and fire their queries same is with the Professor. 5) Iaas (Infrastructure as a Service) is provided to the 2) Infrastructure as a service offered in a dedicated students and professor which include all networking cloud computing environment allows developers to devices and server. entirely control the provisioning, configuration and deployment of virtual machines. The IaaS cloud is 6) Domain wise specification of the data. Suppose 10 used for everything from building and validating students ask questions related to cloud computing new applications to operating production domain and some ask questions regarding network environments that require scalability. domain then the next student who asks the question in cloud domain is directly redirected to the page that has 3) Data Storage – The students can store their data and all the data about cloud questions and answers access their data from any location by just logging onto ther account. This reduces the work effort of student of carrying data from one location to A. Screen Shorts of the implemented work another. No loss of important data as it is stored in remote servers. Storage maintenance tasks, such as Part I – Instances generated in eucalyptus cloud backup, data replication, and purchasing additional storage devices are offloaded to the responsibility of 1) a service provider, allowing organizations to focus on their core business, but the fact stays the same that someone has to pay for the administrative effort for this tasks 4) Cloud based Ontology - Ontology is a formal specification of a shared conceptualization that will collect all the data from different departments within the institute and will categorize the data into a shared concept which will help in better decision making and will generate required inferences to the queries generally asked by the students No of instances created 5) Domain Specific data – The questions and answers in the database are compared thoroughly and divided 2) domain wise. Domain wise specification of the data. Suppose 10 students ask questions related to cloud computing domain and some ask questions regarding network domain then the next student who asks the question in cloud domain is directly redirected to the page that has all the data about cloud questions and answers V. IMPLEMENTED WORK 1) Designed a Query Solver System interface for the students and professor of the educational institutes. This query solver system was developed using WAMP/LAMP application. Keypairs created private and public 2) Installed Eucalyptus(Iaas) cloud on the server that will create instances of operating system through which the interface will be provided to the students. 3) User friendly interface for the students and professor so that the gap between them is reduced and they can discuss any topic just by browsing the internet. 122
  • 5. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology Volume 1, Issue 4, June 2012 3) 6) Lampstack installation to deploy php code Generated instance of ip 192.168.1.108 Part II – GUI for Cloud based Query solver system 1) 4) Home page of Cloud based Query Solver System Disk Space given to each instances 5) 2) Debian image instance of ip 192.168.1.106 Login page 123 All Rights Reserved © 2012 IJARCET
  • 6. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology Volume 1, Issue 1, June 2012 3) VI .CONCLUSION The dramatic rise in the usage of internet based services and high end networking components led us to the development of this application. The Cloud based Query Solver System featuring Ontology is a application on Cloud Computing for the students of the educational institutes. The application performs a simple operation with the help of which the students can ask their queries to their Professors and can clarify their doubt. We are providing the infrastructure as a Service(Iaas) is a service model that delivers computer infrastructure on an outsourced basis to support enterprise operations. Query submission page Typically, IaaS provides hardware, storage, servers and data center space or network components, the students with the help of internet can just log in the Query Solver Website which will provide hardware, storage,servers and data storage to the students of educational institutes.We have another application called the database ontology in which the data which the students are dealing with get separated into a shared Domain. That means the user/prof need not message to the same question which was asked earlier requesting for some information, the application first process the users message. It then creates a log. The message is processed and broken down according to its semantics. The application then searches for the 4) information and replies back with the correct information from the existing database. Domain wise distribution using ontology VII. REFERENCES 5) 1.Daniel Nurmi, Rich Wolski, Sunil Soman and Lamia Youseff .Department of Computer Science University of California.―The Eucalyptus Open Source Cloud Computing System‖, IEEE Computer Society. 2. K. Adams and O. Agesen. Acomparison of software and hardware techniques for x86 virtualization. In ASPLOSXII: Proceedings of the 12th international conference on Architectural support for programming languages and operating systems, pages 2–13, NewYork, NY, USA, 2006. ACM. 3. D. GreschlerandT.Mangan. Networking lessons in delivering ’software as Professor Login page a service’: part ii. Int.J. Netw. Manag12(6):339–345, 2002. 4. P. Laplante, J. Zhang, and J. Voas. ―What’s in a name?‖ distinguishing The snapshots of the implementation of Cloud Based Query between saas and soa. IT Professional, 10(3):46–50, May-June 2008. Solver system is given above. The concept of ontology is used to divide the data in the database domain wise. The student has to just fire a query to his professor on cloud and 5. P. Barham,B.Dragovic,K. Fraser,S.Hand,T. Harris, A.Ho,R. Neugebauer,I. Pratt,andA.Warfield. Xen and the art of virtualization. In the professor will reply to the query, suppose if the query has SOSP ’03: Proceedingsof the nineteenthACM symposium on Operating already been asked then the professor need not answer the systems principles, pages 164–177, New York, NY, USA, 2003.ACM. question, the answer will be redirected directly from the database. 6. R. Buyya, C. S. Yeo, and S. Venugopal. Market-oriented cloud computing: Vision, hype, and reality for delivering it services as computing utilities. In Proceedings of the 10th IEEE International Conference on High Performance Computing and Communications (HPCC-08, IEEE CS Press, Los Alamitos, CA, USA) 2008. 124
  • 7. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology Volume 1, Issue 4, June 2012 7. Lamia Youseff ,University of California, Santa Barbara Santa Barbara, CA 93106 lyouseff@cs.ucsb.edu ―Toward a Unified Ontology of Cloud Computing‖ 8. P. Smr and V. Novek, "Ontology acquisition for automatic building of scientific portals," in SOFSEM 2006: Theory and Practice of Computer Science: 32nd Conference on Current Trends in Theory and Practice of Computer Science. Springer Verlag, 2006 9. ―Ontological Approach toward Cyber security in Cloud Computing‖ Takeshi Takahashi National Institute of Youki Kadobayashi Nara Institute of Science and Hiroyuki Fujiwara Solution Crew Inc. 10. ―T. R. Gruber. Toward principles for the design of ontologies used for knowledge sharing‖. International Journal of Human-Computer Studies. VII - BIBLOGRAPHIES Arun Arunachalam is a Mtech Computer Science student of VJTI Mumbai with specialization in Network Infrastructure Management System. He did his B.E(Information technology) from Mumbai University SSJCOE Dombivli. His area of interest lies on the border lines of many computer science disciplines such as Computer Network and Cloud Computing. His goal is to build models which are intelligent secure and at the same time could run on large scale distributed systems. He has attended many national level conferences, workshops and seminar such as Cloud Computing Forum. And also published papers in International Conference and Journals. He is a life member of Eucalyptus Computing systems and Cloud Computing Exponent. Prof Manasi Kulkarni , Asst. Professor, Department of Computer Science and Engineering ,VJTI Matunga (E), Mumbai. She did her Mtech (Computer Engg) from VJTI Mumbai. Her main research interests are in the areas of Operating Systems, Advanced Computer Networks, Database management and Cloud Computing. She has got nearly 3 of teaching experience. She has organized national level conferences, workshops & seminar. 125 All Rights Reserved © 2012 IJARCET