Web Operating Systems
Web Operating Systems
Abstract
One of the upcoming topics that have rapidly gained popularity these days in the area of operating
system is a Web or Online Operating System. The implementation of this technology is based on
the Internet and distributed computing. The objective of this technology is to deliver the full bene-
fit of the World Wide Web. Online Operating Systems include mechanisms for persistent storage,
remote process execution, client management, authentication and security. This paper presents
an overview of a typical Online OS. It describes its services provided, the underlying technologies
exploited, advantages of using it and some of its practical applications. Additionally, the paper
discusses some of the issues and concerns surrounding the implementation and design of an On-
line OS.
Keywords
Web OS, Online OS, Distributed Computing Systems
1. Introduction
Development of operating systems enabling global computing is an upcoming issue these days. Such an operat-
ing system is called the Web Operating System or Online Operating System. These terms have been used inter-
changeably in this paper.
To start off with, an operating system (OS) is a special kind of program that organizes and controls computer
hardware and software. It acts as an interface between the user and the machine. They interact directly with
computer hardware and serve as a platform for other applications.
A Web Operating System or an Online Operating System on the other hand is a user interface that allows us-
ers to access a desktop and applications installed on the Web. It maybe considered being similar to the user in-
terface of traditional computer operating systems like Windows or Linux but it does not directly interact with the
How to cite this paper: Tripathi, A. (2014) Web Operating Systems. Open Access Library Journal, 1: e451.
http://dx.doi.org/10.4236/oalib.1100451
A. Tripathi
computer’s hardware resources. The user must still have a traditional OS on his or her computer [1]. It provides
basic services such as a GUI, a virtual file system, access control management and possibilities to develop and
deploy applications online. This in turn finishes the need for high configuration hardware, thus cutting down on
the cost.
Some of the major reasons for the Online Operating System gaining rapid popularity among its users are its
reliability, availability, fault tolerance, load sharing, and function sharing. Among its developers the fact that it
employs simple technologies like Flash and AJAX, is making it an upcoming issue these days [2].
At present there are dozens of Web operating systems to choose from. Some of them offer a wide range of
services, while others are still in development and only provide limited functionality. In some cases, there may
be a single ambitious programmer behind the project. Other Web operating systems are the product of a large
team effort. Some are free to download, and others charge a fee. Web operating systems can come in all shapes
and sizes. For instance Cloudo, EyeOS and G.ho.st (Global Hosted Operating SysTem) are the top three Web
based operating systems [3].
Some of the immediate advantages of using an Online OS are less requirement of hardware as the physical
space for storing data at frontend will no longer be required; portability of data; facility of exploiting a variety of
applications altogether. Also in the long run, keeping in mind these immediate advantages the working cost
would ultimately come down.
This paper primarily focuses on the basic functioning, services provided by an Online OS, the technologies
put together to build it, the advantages provided to the users and some issues regarding its implementation.
The paper has been organized into 7 sections as follows. Section 2 gives an overview of the services provided
by a typical Online OS. The overview includes a general description of what an Online OS does and the services
it provides to its users. Section 3 addresses the underlying technologies used to implement and design an Online
OS. Section 4 deals with the concerns of using an Online OS and finally. Section 5 makes a note of the various
advantages of using a Web OS and discusses a few of its applications. Section 6 and 7 give away the conclusion
and references respectively.
2. Services
Web operating systems can be considered as implementations of the concept of cloud computing. They serve as
interfaces to distributed computing systems, particularly cloud computing systems. They have the plus point of
being absolutely mobile in nature. Instead of being fixed to a single location i.e. the client workstation, services
can dynamically be provided through the Internet computing resources and all the way to the client [4]. The ul-
timate goal is to provide a portable platform that allows the user to benefit from the computational potential of-
fered by and on the web.
2.1. Process
In these systems, the client is provided computer services through an Internet connection. The provider runs a
set of interconnected systems that include application servers and databases.
Figure 1 depicts a set of interconnected computers demonstrating the concept of distributed computing.
Web browsers like Firefox or Internet Explorer may be used for accessing some Online OS whereas some of
them may require a separate program to be downloaded, which creates a system-specific client. In either case,
users access programs that are stored not on their own computers, but on the Web. After accessing them, a user
account that is analogous to an e-mail account has to be created which reserves some amount of space in the
cloud or Internet for the user for a particular user session. This account serves as the user’s own space in the
enormous cloud and allows him or her to exploit the various applications made available by the particular
Online OS. When the user chooses to run a certain application, the computer sends a request to the system’s
control node—a special server that acts as a system administrator. The control node interprets the request and
connects the user’s client to the appropriate application server or database.
Also, each server command is sent as javascript as the user interacts with the OS. As actions (such as launch-
ing an application) are performed using AJAX, the OS sends event information to the server. The server then
sends back tasks for the client to do in XML format, such as drawing a widget. On the server, most Web OSs
uses XML files to store information. This makes it simple for a user to set up on the server, as it requires zero
configurations other than the account information for the first user, making it simple to deploy. To avoid any
2
A. Tripathi
collision of the information, each user’s information and settings are stored in different files [5].
3. Underlying Technologies
The user side of Web OS software, whether run through a Web browser or a system-specific client, runs on top
of the computer’s OS. While programming the software developers must keep in mind the fact that this system
ultimately has to act like a desktop OS and so its look and feel must be retained. Normally a Web OS might look
a lot like a traditional OS, but it does not manage the computer’s hardware or software.
While the goal of a Web OS is to provide an experience similar to using a desktop OS, there are no hard and
fast rules for how to make that happen. The two most popular approaches employ Flash technologies or Asyn-
chronous JavaScript and XML (AJAX) technologies.
3
A. Tripathi
Cascading Style Sheets (CSS) and eXtensible Markup Language (XML). It’s a browser technology. The HTML
language is a collection of markup tags programmers use on text files that tell Web browsers how to display the
text file as a Web page. CSS is a tool that gives programmers more options when tweaking a Web site’s appear-
ance. Programmers can create a style sheet with certain attributes such as font style and color, and then apply
those styles across several Web pages at once. JavaScript is a programming language that allows applications to
send information back and forth between servers and browsers. XML is a markup language, which means pro-
grammers use it to describe the structure of information within a file and how it relates to other information [9].
The “asynchronous” aspect of AJAX means that AJAX applications transfer data between servers and brows-
ers in small bits of information as needed. The alternative is to send an entire Web page to the browser every
time something changes, which would significantly slow down the user’s experience. With sufficient skill and
knowledge, a programmer can create an AJAX application with the same functions as a desktop application.
The information intended to be safe by the user is stored on the databases connected to that particular OS or in
broader sense, the Internet. Also, some Online Operating Systems provide the option to save information on to
the local hard disk drive.
5.1. Advantages
The user benefits in the following ways:
1) Mobility: An implementation of the anytime, anywhere idea. The user can simply log on to the OS using an
Internet connection, thus minimizing the requirements to just a computer and a connection to the Web.
2) Software management: It is the responsibility of the provider to buy and update all software from time to
time thus ensuring that the users are always working on their current versions.
3) High availability: Minimizes the need for latest hardware requirements and updating the system from time
to time. Since it is a completely web based solution, the client is free to log on to another system and resume
working in case of failure of the current working system.
5.2. Applications
Some of the practical applications of the concept of a Web operating system are described in this section.
4
A. Tripathi
1) An organisation may develop a new Web OS of its own and make it functional on its local intranet, thus
making the working platform of its employees uniform.
2) This also reduces the cost of buying the licensed versions of the various softwares for each employee group,
and also updating them regularly.
3) Web operating systems can also simplify collaborative projects. Many Web operating systems allow users
to share files. Each user can work from the file saved to the system’s native network. This is an attractive alter-
native to organizing multiple copies of the same file and then incorporating everyone’s changes into a new ver-
sion.
6. Conclusions
Online Operating Systems have the potential of being an important future aspect of the distributed computing
system for the Internet. It also offers high reliability, security and manageability.
These operating systems do not replace the computer’s native OS. They completely depend on traditional
computer operating systems to work. An Online OS allows the user to access applications stored not on the
computer, but on the Web. Since these operating systems are not tied to any specific computer system or device,
Web applications and data can be accessed from any device connected to the Internet. This clearly implies that
this concept of an Online Operating System will run as long as the Internet exists. This also means that the user
can access the Web OS on one computer, create a document, save the work and then access it again later using a
completely different machine. Thus these operating systems offer users the benefit of mobile accessibility of
data since it is not tied down to a specific computer.
References
[1] Kropf, P.G. (1999) Overview of the Web Operating System (WOS) Project. 1999 Advanced Simulation Technologies
Conference (ASTC 1999). San Diego, 350-356.
[2] Adobe (2007) Flash Player Penetration. http://www.adobe.com/products/player_census/flashplayer/
[3] (2011) The Top 10 Web Based OS Page.
http://techie-buzz.com/internet-tools/top10-web-os-you-can-load-on-the-browser.html
[4] Krone, O. and Schubiger, S. (1999) WebRes: Towards a Web Operating System. Kommunikation in Verteilten Sys-
tems, 418-429.
[5] (2011) The How Stuff Works Website. http://www.howstuffworks.com/
[6] (2011) What Is a WebOS? http://www.zdnet.com/blog/web2explorer/what-is-a-webos/178
[7] CNET News (2007) Is the “Web OS” Just a Geek’s Dream?
Is-the-Web-OS-just-a-geeks-dream/2100-7345_3-6174111.html
[8] Adobe. Flash Player Statistics. http://www.adobe.com/products/player_census/flashplayer/
[9] What Is AJAX? http://webdesign.about.com/od/ajax/a/aa101705.htm
[10] Ghosh, S. (2007) Distributed Systems: An Algorithmic Approach. Chapman & Hall, CRC, Boca Raton.
[11] Godfrey, B. (2002) A Primer on Distributed Computing. http://www.bacchae.co.uk/docs/dist.html
[12] Elmasri, R. and Navathe, S.B. (2000) Fundamentals of Database Systems. 3rd Edition, Addison-Wesley, Boston.