Linux Introduction
What is Linux?
- Linux is a free open-source operating system based on Unix.
- Linux was originally created by Linus Torvalds with the assistance of developers from around the globe. Linux is free to download, edit and distribute.
- Linux is a very powerful operating system and it is gradually becoming popular throughout the world.
Where
is Linux?
- One of the most noted properties of Linux is where it can be used.
- Windows and OS X are predominantly found on personal computing devices such as desktop and laptop computers.
- Other operating systems, such as Symbian, are found on small devices such as phones and PDAs, while mainframes and supercomputers found in major academic and corporate labs use specialized operating systems such as AS/400 and the Cray OS.
- Linux, which began its existence as a server OS and Has become useful as a desktop OS, can also be used on all of these devices.
The
Birth of Linux
- On August 25, 1991, a Finn computer science student named Linus Torvalds made the following announcement to the Usenet group comp.os.minux:
- Torvalds built the core of the Linux operating system, known as the kernel. A kernel alone does not make an operating system, but Stallman's GNU tools were from a project to create an operating system as well--a project that was missing a kernel to make Stallman's operating system complete. Torvalds' matching of GNU tools with the Linux kernel marked the beginning of the Linux operating system as it is known today.
- Linux is in many ways still only at the beginning of its potential, even though it has enjoyed tremendous success since Torvalds' first request for help in 1991.
- Linux has gained strong popularity amongst UNIX developers, who like it for its portability to many platforms, its similarity to UNIX, and its free software license. Around the turn of the century, several commercial developers began to distribute Linux, including VA Linux, TurboLinux, Mandrakelinux, Red Hat, and SuSE GMbH. IBM's 2000 decision to invest $2 billion in Linux development and sales was a significant positive event to the growth of Linux.
- Today, Linux is a multi-billion dollar industry, with companies and governments around the world taking advantage of the operating system's security and flexibility. Thousands of companies use Linux for day-to-day use, attracted by the lower licensing and support costs. Governments around the world are deploying Linux to save money and time, with some governments commissioning their own versions of Linux.
- The analyst group IDC has projected Linux will be a $49 billion business by 2011, and there are many indications in the market that this figure will be achieved.
The
Code
Linux is also
unique from other operating systems in that it has no single owner. Torvalds
still manages the development of the Linux kernel, but commercial and private
developers contribute other software to make the whole Linux operating system.
The Kernel
- All operating systems have kernels, built around the architectural metaphor that there must be a central set of instructions to direct device hardware, surrounded by various modular layers of functionality. The Linux kernel is unique and flexible because it is also modular in nature.
- Modularity is desirable because it allows developers to shed parts of the kernel they don't need to use. Typically a smaller kernel is a faster kernel, because it isn't running processes it does not need.
- If a device developer wants a version of Linux to run on a cell phone, she does not need the kernel functionality that deals with disk drives, Ethernet devices, or big monitor screens. She can pull out those pieces (and others), leaving just the optimized kernel to use for the phone.
- The kernel of the Window operating system is a solidly connected piece of code, unable to be easily broken up into pieces. It is difficult to pare down the Windows kernel to fit on a phone.
- This modularity is significant to the success of Linux. The ability to scale down (or up) to meet the needs of a specific platform is a big advantage over other operating systems constrained to just a few possible platforms.
- Modularity also effects stability and security as well. If one piece of the kernel code happens to fail, the rest of the kernel will not crash. Similarly, an illicit attack on one part of the kernel (or the rest of the operating system) might hamper that part of the code, but should not compromise the security of the whole device.
The Operating
System
- Developers need special tools (like the compilers and command lines found in GNU) to write applications that can talk to the kernel. They also need tools and applications to make it easy for outside applications to access the kernel after the application is written and installed.
- This collective set of tools, combined with a kernel, is known as the operating system. It is generally the lowest layer of the computer's software that is accessible by the average user. General users get to the operating system when they access the command line.
- Linux provides powerful tools with which to write their applications: developer environments, editors, and compilers are designed to take a developer's code and convert it to something that can access the kernel and get tasks done.
- Like the kernel, the Linux operating system is also modular. Developers can pick and choose the operating tools to provide users and developers with a new flavor of Linux designed to meet specific tasks.
The Environments
- The windows, menus, and dialog boxes most people think of as part of the operating system are actually separate layers, known as the windowing system and the desktop environment.
- These layers provide the human-oriented graphical user interface (GUI) that enables users to easily work with applications in the operating system and third-party applications to be installed on the operating system.
- In Linux, there a lot of choices for which windowing system and desktop environment can be used, something that Linux allows users to decide. This cannot be done in Windows and it's difficult to do in OS X.
- Like the operating system and kernel, there are tools and code libraries available that let application developers to more readily work with these environments (e.g., gtk+ for GNOME, Qt for KDE).
The Applications
- Operating systems have two kinds of applications: those that are essential components of the operating system itself, and those that users will install later. Closed operating systems, like Windows and OS X, will not let users (or developers) pick and choose the essential component applications they can use. Windows developers must use Microsoft's compiler, windowing system, and so on.
- Linux application developers have a larger set of choices to develop their application. This allows more flexibility to build an application, but it does mean a developer will need to decide which Linux components to use.
The
Distributions
- This is the highest layer of the Linux operating system: the container for all of the aforementioned layers. A distribution's makers have decided which kernel, operating system tools, environments, and applications to include and ship to users.
- Distributions are maintained by private individuals and commercial entities. A distribution can be installed using a CD that contains distribution-specific software for initial system installation and configuration. For the users, most popular distributions offer mature application management systems that allow users to search, find, and install new applications with just a few clicks of the mouse.
The
Future of Linux
- Linux is already successful on many different kinds of devices, but there are also many technological areas where Linux is moving towards, even as desktop and server development continues to grow faster than any other operating system today.
- Linux is being installed on the system BIOS of laptop and notebook computers, which will enable users to turn their devices on in a matter of seconds, bringing up a streamlined Linux environment. This environment will have Internet connectivity tools such as a web browser and an e-mail client, allowing users to work on the Internet without having to boot all the way into their device's primary operating system--even if that operating system is Windows.
- At the same time, Linux is showing up on mobile Internet devices (MIDs). This includes embedded devices such as smartphones and PDAs, as well as netbook devices--small laptop-type machines that feature the core functionality of their larger counterparts in a smaller, more energy-efficient package.
- The growth of cloud computing is a natural fit for Linux, which already runs many of the Internet's web servers. Linux enables cloud services such as Amazon's A3 to work with superior capability to deliver online applications and information to users.
- Related to Linux' growth in cloud computing is the well-known success of Linux on supercomputers, both in the high-performance computing (HPC) and high-availability (HA) areas, where academic research in physics and bioengineering, and firms in the financial and energy industries need reliable and scalable computing power to accomplish their goals.
- Many of the popular Web 2.0 services on the Internet, such as Twitter, Linked In, YouTube, and Google all rely on Linux as their operating system. As new web services arrive in the future, Linux will increasingly be the platform that drives these new technologies.
Advantages of Linux
Low
cost:
There is no need to spend time and huge amount money to obtain licenses since
Linux and much of it's software come with the GNU General Public License. There
is no need to worry about any software's that you use in Linux.
Stability: Linux has high stability
compared with other operating systems. There is no need to reboot the Linux
system to maintain performance levels. Rarely it freeze up or slow down. It has
a continuous up-times of hundreds of days or more.
Performance: Linux provides high
performance on various networks. It has the ability to handle large numbers of
users simultaneously.
Networking: Linux provides a strong
support for network functionality; client and server systems can be easily set
up on any computer running Linux. It can perform tasks like network backup more
faster than other operating systems.
Flexibility: Linux is very flexible.
Linux can be used for high performance server applications, desktop
applications, and embedded systems. You can install only the needed components
for a particular use. You can also restrict the use of specific computers.
Compatibility: It runs all common Unix
software packages and can process all common file formats.
Wider
Choice:
There is a large number of Linux distributions which gives you a wider choice.
Each organization develop and support different distribution. You can pick the
one you like best; the core function's are the same.
Fast
and easy installation:
Linux distributions come with user-friendly installation.
Better
use of hard disk:
Linux uses its resources well enough even when the hard disk is almost full.
Multitasking: Linux is a multitasking
operating system. It can handle many things at the same time.
Security: Linux is one of the
most secure operating systems. File ownership and permissions make linux more
secure.
Open
source:
Linux is an Open source operating systems. You can easily get the source code
for linux and edit it to develop your personal operating system.
Today,
Linux is widely used for both basic home and office uses. It is the main
operating system used for high performance business and in web servers. Linux
has made a high impact in this world.
No comments:
Post a Comment