Wednesday, February 9, 2011

React Operating System – Open Source Alternative for Windows


React OS is a  Free Operating System looks like Windows. The React OS team completely written the new code for it using C and C++ programming. They didnt use UNIX architecture, but they followed Windows NT architecture and design.

React OS is binary compatible with Windows OS. All Device Drivers, Tools, Utilities, Applications for Windows can run under React OS without any error.
The user interface (UI) is similar to Windows. 




React Operating System - Open Source Alternative for Windows
It shares some dependencies with Wine. It’s source code is freely available for programmers.
It is a clone of Windows NT. React OS Live CD allows us to try it without installing it on our hard disk drive.

What is ReactOS?

ReactOS is a free and open-source operating system based on the Windows NT architecture, providing support for existing applications and drivers, and an alternative to the current dominant consumer and server operating systems.

Why re-implement NT?

First of all, the 'Windows' the general public knows is actually just one part of the modern Windows NT operating system. They usually mean the Win32 subsystem, a layer that sits upon the NT kernel, providing the user and application interface.
"NT is still around, known as XP and Vista"
Most people think of 'NT' as 'WinNT 4', while in reality the term NT refers to the NT series, which ranges from version 3 over NT5 (2000, XP, 2003) to NT6 (Vista, 2008 and
7).
The NTarchitecture was designed by a team lead by David Cutler, a former lead developer of VMS. It took them more than 4 years to combine the best of UNIX, VMS and OS/2 and create the NT architecture.

What about UNIX?

Mac OS X, Linux, BSD and other UNIX derivates share a common heritage based on a more than three decades old design of a simple basic operating system, that has evolved over time into a complex structure.
Modern incarnations like Mac OS X put a fancy graphical user interface on top of UNIX, to hide system details, but focus mainly on beginners, and many advanced users are left out in the rain, as most advanced features cannot be accessed from the graphical user interface. Almost all UNIX flavors retain some of the original design flaws and binary compatibility between various versions is usually non-existent.
In theory there are a few UNIX standards like POSIX but in practice the standards are old and cover only the basic operating system and the terminal environment. Other standards such as the Linux Standard Base are often not implemented faithfully. As there is no user interface standard nor a standard API, most people still have to use command line applications or fight through the GUI mess. Many UNIX derivates use the de-facto standard X-Window system for graphical output, which might well possess one of the worst designs in software history.
Still, modern UNIX derivates are trying to catch up with recent innovations and some of them already possess important features like access control list support.
In contrast to UNIX, ReactOS was designed for people familiar and comfortable with the Windows environment. Everything can be done through the well known Win32 user interface and advanced users are free to automate tasks with scripts or use the console.

Compatible

"Change your OS, not your software!"
The ReactOS project reimplements a state-of-the-art and open NT-like operating system based on the NT architecture. It comes with a WIN32 subsystem, NT driver compatibility and a handful of useful applications and tools.
ReactOS combines the power and strengths of the NT kernel - which is well known for its extensibility, portability, reliability, robustness, performance and compatibility – with Win32 compatibility.

Secure

Despite statements to the contrary, NT is secure by design. It was the first mainstream operating system with a proper implementation of a very flexible security model based on access control lists.
Recent NT-based operating systems from Redmond, especially XP, got a bad reputation for their weak default security settings; mainly to simplify the transition from Win9x for both users and legacy applications. This decision alone invalidated many of the security features in NT. ReactOS will incorporate proper default security settings.
ReactOS has been designed for high security; it doesn't share some of the common security flaws with other operating systems.
On a closer view, real computer viruses (which are normal applications) are not as widespread anymore. Most malicious applications are scripts that target common network software like browsers and email applications and software with built-in scripting support like various Office products.
Obviously, more widespread systems with a large user base are more likely to be attacked by bad software writers than minor systems like Macintosh and Linux.

Lightweight

In short, ReactOS is designed to be powerful and lightweight. You can think of the term "lightweight" in the good old fashion of Win95, a consistent user interface and small bundle of very common and useful tools. Although lightweight, ReactOS offers a lot in comparison to Windows 95, with an up-to-date experience as well as built from scratch on a rock solid NT core.

Open

ReactOS is free software, the source code of the whole system is available for free and it is licensed under the GNU GPL license.
"'Free' as in 'free speech' and as in 'free beer'"
ReactOS does not phone home or track your usage, nor does it contain spy-software. As a matter of fact, other well known competitors are known for such practices.
Life with other operating systems tends to be a love-hate relationship, with most people falling strongly on one side or the other. The ReactOS project has a great community that is well appreciated.

Reliable

"Open your windows to freedom"
ReactOS has been written from scratch since 1996, a rock solid NT re-implementation, and therefore a reliable and robust operating system for tasks ranging from embedded micro computer to personal computer, workstations to server cluster, mainframes and super computers.
ReactOS incorporates many design decisions from other operating system families like UNIX, VMS, OS/2 and of course NT and is meant as 'the' new platform that serves all.

Performance

ReactOS is lightweight and fast and will outperform other bloated operating system in several ways.

Portability

"ReactOS – the XP successor people asked for"
The ReactOS operating system design is able to provide portability across families of processors, such as Intel x86 and even provide portability across different processor architectures, such as CISC and RISC.
There is only one single OS core, the kernel; porting ReactOS to other architectures only involves porting the hardware abstraction layer, the lowest part that talks directly with the platform hardware.

Extensible

ReactOS is flexible and extensible by design. ReactOS is probably one of the most versatile operating system platform, especially thanks to its NT kernel and the open source nature.
ReactOS can be extended with the help of so called "subsystems" to provide support for legacy applications from other platforms. For example, a POSIX subsystem would provide compatibility layer with various flavors of UNIX applications.

Object Based

ReactOS is not an object-oriented system in the strictest sense of the term, but it does use objects to represent internal system resources. Software objects are a combination of computer instructions and data that model the behavior of things, real or imagined, in the world.
"UNIX file metaphor is sooooo 1970s"
UNIX operating systems adhere to the file metaphor, and devices such as printers, storage devices, keyboards and monitors all appear as ordinary files to both programmers and regular users. This simplifies many routine tasks, and is a keycomponent in the extensibility of the system. The file metaphor has several downsides and it is known as a bottleneck of UNIX-like operating systems.
ReactOS capitalizes on this metaphor and expands it. It uses an object metaphor that is pervasive throughout the architecture of the system. Not only are all of the things in the UNIX file metaphor viewed as objects by ReactOS, but so are things such as processes and threads, shared memory segments, the global registry database and even access rights.

No comments:

Post a Comment