Free and open-source software (also known simply as Free software or Open source software) is software created by loose networks of people (both companies.

Slides:



Advertisements
Similar presentations
Technology Analysis LINUX Alper Alansal Brian Blumberg Ramank Bharti Taihoon Lee.
Advertisements

Linux Operating System Linux is a free open-source operating system based on Unix. Linux was originally created by Linus Torvalds with the assistance of.
By- Anjali Bhardwaj. An operating system (OS) is a collection of software that manages computer hardware resources and provides common services for computer.
COMPUTER SYSTEMS OPERATING SYSTEMS AND SOFTWARE NEXT.
GNU / Linux A free operating system. Summary History What can you find on a Linux OS Linux Economy.
Linux vs. Windows. Linux  Linux was originally built by Linus Torvalds at the University of Helsinki in  Linux is a Unix-like, Kernal-based, fully.
Introduction to Linux Operating System “UBUNTU”. Operating System- it is responsible for the management and coordination of activities of hardware and.
Brief History of C and Unix Systems Programming Concepts.
Linux Introduction. Overview What is Unix/Linux? History of Linux Features Supported Under Linux The future of Linux.
John Curl Joe Hetherington Bradley Lewis Michael Wu.
Linux Introduction ITIS What is Linux Unix-like computer operating system One of the most prominent examples of free software and open source development.
Software of Information Systems Hun Myoung Park, Ph.D., Public Management and Policy Analysis Program Graduate School of International Relations International.
Computer System System Software. Learning Objective Students should understand the different types of systems software and their functions. Students should.
The University of Akron Summit College Business Technology Department Computer Information Systems 2440: 145 Operating Systems Introduction to UNIX/Linux.
Linux Basics. What is an Operating System (OS)? An Operating System (OS) is an interface between hardware and user which is responsible for the management.
OPEN-SOURCE SOFTWARE BY: SAMANTHA HERALD  Otherwise known as OSS, is computer software that is available with source code: normally reserved for copyright.
Operating System By :- Anupam Gupta. 5 types of Operating System 0 MACINTOSH 0 I O S 7 0 WINDOWS 0 LINUX 0 UNIX.
CHAPTER 6 OPEN SOURCE SOFTWARE AND FREE SOFTWARE
Learning Outcomes At the end of this lesson, students should be able to: State the types of system software – Operating system – Utility system Describe.
Mac OS COMP 240. Mac OS OS X previously Mac OS X, is a series of Unix- based graphical interface operating systems developed, marketed, and sold by Apple.
Operating Systems. Operating systems  Between the hardware and the application software lies the operating system. The operating system is a program.
LINUX/UNIX WORKSTATIONS Franklin Montenegro Carlos Sierra.
Overview of Linux Dr. Michael L. Collard 1.
유닉스, 왜 공부하나 ? 자동화 –GUI vs commands 서버 개발 능력, 관리 능력 – 데스크탑에서의 개발과 관리와의 차이 ?
Presented By: Avijit Gupta V. SaiSantosh.
Choosing NOS can be a complex and a difficult decision. Every popular NOS has its strengths and weaknesses. NOS may cost thousands of dollars depending.
OPEN SOURCE AND FREE SOFTWARE. What is open source software? What is free software? What is the difference between the two? How the two differs from shareware?
Open Source Software In the beginning, all software was free –in the 1960s,when IBM and others sold the first large-scale computers, these machines came.
An Introduction to Linux Name: Haixin Wang ID :
Unix Background. Introducing Unix Brief Unix History u In 1969, Ken Thompson at AT&T Bell Labs began developing Unix. –First done in assembly language.
Copyright © 2006 Linux Care OÜ 1 “IST programme: new funding and collaboration opportunities” , Tallinn, Estonia Linux in Business use Linux.
OPEN-SOURCE SOFTWARE BY: SAMANTHA HERALD  Otherwise known as OSS, is computer software that is available with source code: normally reserved for copyright.
IT320 OPERATING SYSTEM CONCEPTS Unit 3: Welcome to Linux June 2011 Kaplan University 1.
Free and Open Source Software Aruna Lorensuhewa Contact Details:
IT320 OPERATING SYSTEM CONCEPTS Unit 3: Welcome to Linux September 2012 Kaplan University 1.
A Study on Linux Operating System Ying Jiang ID:
Linux Not in textbook. Why Not Just Use Windows? Windows costs money ($100 to $300, typically) Windows is proprietary: –The source code is a closely guarded.
Module 2 Part I Introduction To Windows Operating Systems Intro & History Introduction To Windows Operating Systems Intro & History.
Berkeley Software Distribution
A brief history of Unix Jeremy Shafer MIS Department Fox School of Business Temple University.
UNIX History UNIX began as a research project. UNIX System V developed at Bell Laboratories. BSD (Berkley Software Distribution) UNIX XENIX UNIX Sun Operating.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
PTA Linux Series Copyright Professional Training Academy, CSIS, University of Limerick, 2006 © Workshop I Introduction to Linux Professional Training Academy.
Silberschatz, Galvin and Gagne ©2011 Operating System Concepts Essentials – 8 th Edition Chapter 2: The Linux System Part 1.
Agenda UNX122_022_w1_p3 Overview of UNIX
Chapter 1: Introduction to Linux. 2 Introduction Computer Components: –Hardware –Software Types of hardware and software Important components of an OS.
Operating Systems Overview Basic Computer Concepts Operating System What does an operating system do  A computer’s software acts similarly with.
Linux Operating System By: Julie Dunbar. Overview Definitions History and evolution of Linux Current development In reality ◦United States  Business.
This slide deck is for LPI Academy instructors to use for lectures for LPI Academy courses. ©Copyright Network Development Group Module 01 Introduction.
OPS224 Operating Systems - Unix Instructor: MURRAY SAUL.
Fall 2011 Nassau Community College ITE153 – Operating Systems 1 Session 10 Let’s Bring Everything Together.
Introduction to System Administration. System Administration  System Administration  Duties of System Administrator  Types of Administrators/Users.
A Brief Introduction to Linux Cheng-Han Du. History.
Introduction to unix. The UNIX Operating System An operating system "OS” is a set of programs that controls a computer. It controls both the hardware.
Linux Operating Systems Taking Control of the Terminal
Computer System Structures
Linux - computer operating system
LINUX History In 1984 a project was launched by Richard Stallman to develop a complete Unix-like operating system that would be considered free software.
OPEN SOURCE.
OPEN SOURCE.
LINUX WINDOWS Vs..
Selected topic in computer science (1)
Eric Shook Department of Geography Kent State University
Linux Introduction ITIS 2110.
A Canonical Production January 2013
OPEN SOURCE BY :.
LINUX WINDOWS Vs..
Chapter 2: The Linux System Part 1
Section 1: Linux Basics and SLES9 Installation
Module 02 Operating Systems
Presentation transcript:

Free and open-source software (also known simply as Free software or Open source software) is software created by loose networks of people (both companies and individuals) who collaborated for mutual benefit. The software they produce is also made available for anyone else to freely download, use and modify because the developers also publish the human readable source code used to create it.

Making source code available means anyone with the programming ability can customize the software for their own ends or contribute to the development project directly. Others can help by reporting bugs and helping with documentation or translation efforts. So this encouragement of interaction between users and developers, and some users becoming developers, creates a positive feedback loop in the software’s evolution

Operating system is a set of programs containing instructions that coordinates all the activities along computer hardware resources. Most operating system perform similar function that includes starting a computer, provide a user interface, managing program, managing memory and configuring devices. Some operating system also allows user to control a network and administer security.

Examples of Free and Open Source Software for Operating Systems: Linux is a Unix-like and POSIX- compliant computer operating system assembled under the model of free and open source software development and distribution. The defining component of Linux is the Linux kernel, an operating system kernel first released on 5 October 1991 by Linus Torvalds.

Linux was originally developed as a free operating system for Intel x86-based personal computers. It has since been ported to more computer hardware platforms than any other operating system. It is a leading operating system on servers and other big iron systems such as mainframe computers and supercomputers. As of June 2013, more than 95% of the world’s 500 fastest supercomputers run some variant of Linux, including all the 44 fastest.

Linux also runs on embedded systems, which are devices whose operating system is typically built into the firmware and is highly tailored to the system; this includes mobile phones, tablet computers, network routers, facility automation controls, televisions and video game consoles. Android, which is a widely used operating system for mobile devices, is built on top of the Linux kernel.

The development of Linux is one of the most prominent examples of free and open source software collaboration. The underlying source code may be used, modified, and distributed-commercially or non- commercially-by anyone under licenses such as the GNU General Public License.

Ubuntu is a Debian-based Linux operating system, with Unity as its default desktop environment (GNOME was the previous desktop environment). It is based on free software and named after the Southern African philosophy of ubuntu (literally, “human-ness”), which often is translated as “humanity towards others” or “the belief in a universal bond of sharing that connects all humanity”.

Development of Ubuntu is led by Canonical Ltd., a company based on the Isle of Man and owned by South African entrepreneur Mark Shuttle worth. Canonical generates revenue through the sale of technical support and other services related to Ubuntu. The Ubuntu project is publicly committed to the principles of open source development; people are encouraged to use free software, study how it works, improve upon it, and distribute it.

Haiku is a free and open-source operating system compatible with the now discontinued BeOS. Its development began in 2001, and the operating system became self-hosting in The first alpha release was made in September 2009, and the most recent was November Haiku is supported by Haiku, inc., a non-profit organization based in Rochester, New York, founded in 2003 by former project leader Michael Phipps.

FreeBSD is a free Unix-like operating system descended from AT&TUnix via BSD. Although for legal reasons FreeBSD cannot be called “Unix,” it is a direct descendant from BSD, which was historically also called “BSD Unix” or “Berkeley Unix”. Due to its permissive licensing terms, much of FreeBSD’s code base has become an integral part of other operating systems such as Juniper JUNOS and Apple’s OS X. With the exception of the proprietary OS X, FreeBSD is the most widely used BSD-derived operating system in terms of number of installed computers, and is the most widely used freely licensed, open- source BSD distribution, accounting for more than three-quarters of all installed systems running free, open-source BSD derivatives.

NetBSD is an open-source Unix-like operating system descended from Berkeley Software Distribution (BSD), a Unix derivative developed at the University of California, Berkeley. It was the second open- source BSD descendant to be formally released, after 386BSD, and it continues to be actively developed. The NetBSD project is primarily focused on high-quality design, stability and performance of the system.

OpenIndiania is a free and open-source, Unix operating system derived from OpenSolaris. Developers forked OpenSolaris after Oracle Corporation discontinued it, in order to continue development and distribution of the source code. The OpenIndiania project is strewarded by the illumos Foundation, which also stewards the illumos operating system. OpenIndiania’s developers strive to make it “the defacto OpenSolaris distribution installed on production servers where security and bug fixes are required free of charge”.

Open SUSE is a general purpose operating system built on top of the Linux kernel, developed by the community-supported Open SUSE Project and sponsored by SUSE and a number of other companies. After Novell acquired SUSE Linux in January 2004, Novell decided to release the SUSE Linux Professional product as 100% open source project.

FreeDos (formerly Free-DOS and PD- DOS) is an operating system for IBM PC compatible computers. FreeDOS is made up of many different, separate programs that act as “packages” to the overall FreeDOS Project. FreeDOS supports vintage hardware IBM PCs as well as modern ones, in addition to embedded computers. Unlike MS-DOS, it is composed of free and open-source software, licensed under the terms of the GNU General Public License (GPL). Its “BASE” distribution does not require license fees or royalties and creation of custom distributions is permitted.