SlideShare uma empresa Scribd logo
1 de 27
OPEN SOURCE
OPERATING SYSTEM
Dr.Ritu Bhargava
Department of Computer Science
Sophia Girl’s College(Autonomous)Ajmer
Ideals of Open Source
• What are the ideals of Open Source?
• Share the goal: a broad group of contributors recognize the same
need and agree on how to meet
• Share the work: projects are broken into smaller tasks, and a
review process screens the best contributions
• Share the result: code should be available to all and
improvements should be shared to all
7/19/2018OPEN SOURCE CONCEPTS
2
what is:
• Software?
• Source?
• Open?
7/19/2018OPEN SOURCE CONCEPTS
3
SOFTWARE
• Computer programme or software is set of instructions to
computer to work in a desired manner
7/19/2018OPEN SOURCE CONCEPTS
4
SOURCE
• Instructions to computers are normally written by programmers in
Programming Languages like – C, C++, Java etc.
• These instructions are readable by humans and referred as Source
Code.
• To make machines i.e. computers to understand this source code –
it either permanently translated (compiled) or translated
(interpreted) into machine level codes.
7/19/2018OPEN SOURCE CONCEPTS
5
• As normal software industry practice, only the final working
machine readable version (Compiled Program) of the software is
handed over to users.
• The software works fine because machines don’t need source
code. They only understand the compiled version.
• However, the recipients or the users do not know how it works.
• If any modification is required, the same can be done only by the
producers who retain the source code.
7/19/2018OPEN SOURCE CONCEPTS
6
OPEN
• Here original source code of the software is also given.
• If required, the users can modify the source code and then
compile the software to use it.
• Thus, the source code is Opened up.
7/19/2018OPEN SOURCE CONCEPTS
7
OPEN SOURCE SOFTWARE
• Here original source code of the software is also given.
• If required, the users can modify the source code and then
compile the software to use it.
• Thus, the source code is Opened up.
• OPEN SOURCE SOFTWARE refers to applications developed in which
the user can access and alter the “source” code itself.
• Open: collaboration is open to all
• Source: source code is freely shared
7/19/2018OPEN SOURCE CONCEPTS
8
OPEN SOURCE INITIATIVE (OSI)
• The Open Source Initiative (OSI) is a non-profit corporation
formed to educate about and advocate for the benefits of open
source and to build bridges among different constituencies in the
open-source community.
• http://www.opensource.org/
7/19/2018OPEN SOURCE CONCEPTS
9
OPEN SOURCE SOFTWARE
• Open source is a development method for software that harnesses
the power of distributed peer review and transparency of process.
• The promise of open source is better quality, higher reliability,
more flexibility, lower cost, and an end to predatory vendor lock-
in.
• The Software source is posted on the web as it is being developed,
available for any person to use or to work on. There is a direct
access to the developers through the website
• Quick identification of bugs and problems are soon discovered and
handled.
7/19/2018OPEN SOURCE CONCEPTS
10
OPEN SOURCE LICENCE
• Open source license doesn't just mean access to the source code – it has
to meet other criteria as well.
• The important issue is that the source code should available; there
should be permission to modify the source code and further distribute it.
• OSS comes with a licence .The most common is GPL
• The GPL(general public licence) is unrestricted. It states that we can use
the software for any purpose. we can change it if we want to.
• We can redistribute it if we want to.
• The GPL is developed by GNU
• It is often referred to as copyleft, defined by GNU as a general method
for making a program free software.
7/19/2018OPEN SOURCE CONCEPTS
11
OPEN SOURCE DEFINITION
1. Free Redistribution
2. Source Code
3. Derived Works
4. Integrity of The Author's Source Code
5. No Discrimination Against Persons or Groups
6. No Discrimination Against Fields of Endeavour
7. Distribution of License
8. License Must Not Be Specific to a Product
9. License Must Not Restrict Other Software
7/19/2018OPEN SOURCE CONCEPTS
12
Basic Terminologies
License :-The owner of the Software can agree to let another person
copy, adapt or distribute the code,this agreement is called license. Eg.
GPL,BSD,openBSD etc.
EULA is proprietary license and restricted.
Copyright:- only the owner of the software has the right to copy ,adapt or
distribute the software.
Proprietary:-also called CSS(closed source software).These software has
restriction on any combination of the usage, modification, copying or
distributing modified version of the software.
Copyleft:-It is the practice of offering people the right to freely distribute
copies and modified version of a work with the stipulation that the same
rights be preserved in derivative works down the line.
7/19/2018OPEN SOURCE CONCEPTS
13
What is GNU ?
• GNU stands for GNU’S Not Unix,a project started by Richard Stallman in
1984.
• The goal was to develop an open source operating system.
• GNU develop all the programs needed to produce a complete operating
system including a keernel,a shell ,utilities,compilers,text editors,mail
software etc.
• GNU’s first program to be released were a GNU c compiler (gcc) and a
text editor (EMACS)
• GNU combines their software with the Kernel of linux to make a
complete operating system.
• GNU oppose the proprietary software.
7/19/2018OPEN SOURCE CONCEPTS
14
FREE SOFTWARE MOVEMENT
Free software movement was launched in 1983.
In 1998, a splinter group of this movement advocated that the term
“free” software should be replaced by “open source” software.
Problem with “Free” was that it implied “Zero Cost” and not the
intended meaning “Freedom”.
7/19/2018OPEN SOURCE CONCEPTS
15
FREE SOFTWARRE LISCENCE
• GNU GPL
• Lesser GPL
• BSD License
• Mozilla Public License
• IBM Public License
• Sun Community Source License
7/19/2018OPEN SOURCE CONCEPTS
16
FREE SOFTWARE
• The freedom to run the program, for any purpose (freedom 0).
• The freedom to study how the program works, and change it to
make it do what you wish (freedom 1). Access to the source code
is a precondition for this.
• The freedom to redistribute copies so you can help your neighbour
(freedom 2).
• The freedom to improve the program, and release your
improvements (and modified versions in general) to the public, so
that the whole community benefits (freedom 3). Access to the
source code is a precondition for this.
7/19/2018OPEN SOURCE CONCEPTS
17
FREE SOFTWARE
• Are they different?
• NO
• Open Source Software and Free Software for all practical
purposes are same .
• But “Free” here actually means Freedom not free of cost “Free
User “ rather “Free Software
7/19/2018OPEN SOURCE CONCEPTS
18
OPEN SOURCE SOFTWARE
• Linux – an operating system.
• Apache – widely used web-server software.
• MySQL – widely relational database software that power most
web-based applications.
• PERL – a scripting language.
• PHP – a widely used scripting language in dynamic websites.
• OpenOffice – Office suit like Microsoft Office.
• Firefox – Internet browsing software like Microsoft’s Internet
Explorer.
7/19/2018OPEN SOURCE CONCEPTS
19
• Thunderbird – E-mail client.
• Audacity – is an open source tool to edit audio.
• Songbird – is a media player.
• GIMP – is an Image Editor.
• GMMP – is a music player.
• Eclipse – An IDE for C / C++ / Java programming.
• Gambas – A visual programming language tool just same as V Basic.
• NASM - Netwide Assembler for assembly programming
7/19/2018OPEN SOURCE CONCEPTS
20
LINUX HISTORY
• In 1984, Richard Stallman from MIT, started to develop a free alternative
to Unix. He also established a special license, the GNU license, to ensure
that software is free and open to anyone. In 1985 he founded th
• The GNU GPL (General Public License) says that every copy of a program
governed by the GPL license, even if modified, must be subject to the
GPL again. It has a “viral” effect! In the 90s, GPL+Internet, many new
Open Source projects started. e Free Software Foundation.
• The GPL guarantees four basic freedoms for the user: You have the
freedom to run the program, for any purpose. You have the freedom to
study how the program works and modify it to suit your needs. To make
this freedom effective in practice, you must have access to the source
code. 7/19/2018OPEN SOURCE CONCEPTS
21
• In 1991, Linus Torvalds, a computer science student, started to
develop a Unix OS for the personal computer. The code of the
experimental version was put under the GPL license.
• In 1997, the Open Source Initiative (OSI) was founded, and it
developed the Open Source Definition (OSD). The OSD is a
guideline for OSS licenses other than the GPL, and the “viral”
effect is not a requirement.
7/19/2018OPEN SOURCE CONCEPTS
22
LINUX
• A very popular open source operating system that runs on a variety
of hardware platforms .
• Linux is widely deployed as a server OS .
• Linux is a multi-tasking, multiuser operating system. Although
modified by numerous people.
• It is an ideal environment to run web servers as Apache. It is easily
upgradable. It supports multiple processors as standard. Is has a
lot of documentation. It runs also on old machines.
• Amazon, Yahoo!, CNN, Google run on servers based on Linux. The
Human Genome Project was run using Linux clusters. 7/19/2018OPEN SOURCE CONCEPTS
23
• A Linux is a complete OS that is stable and reliable.
• Linux is extremely powerful, it comes with a complete
development environment and excellent networking facilities.
7/19/2018OPEN SOURCE CONCEPTS
24
LINUX VARIANTS
• Ubuntu
• Fedora
• OpenSUSE
• Mandriva
• Linux Mint
• Debian
• SlackWare Linux
• Red Hat
7/19/2018OPEN SOURCE CONCEPTS
25
LINUX VERSES WINDOWWS
Linux
• Free of Cost
• Fast Upgrading
• Backward Compatibility
• Multiuser Support
• Difficult for Programmer
Windows
• Purchase License
• Slower Upgrading
• Forward Compatibility
• Multiuser Support
• Easy for Programmer
7/19/2018OPEN SOURCE CONCEPTS
26
LINUX UTILITIES
• GCC – GNU C Compiler.
• G++ - GNU C/C++ Compiler.
• Eclispe – IDE for C/C++/Java programs.
• GDB – GNU Debugger.
• NASM – Netwide Assembler
7/19/2018OPEN SOURCE CONCEPTS
27

Mais conteúdo relacionado

Mais procurados

Open source technology
Open source technologyOpen source technology
Open source technology
aparnaz1
 
Open source Software: pros and cons
Open source Software: pros and consOpen source Software: pros and cons
Open source Software: pros and cons
ygpriya
 
PROPRIETARY AND OPEN SOURCE SOFTWARE
PROPRIETARY AND OPEN SOURCE SOFTWARE PROPRIETARY AND OPEN SOURCE SOFTWARE
PROPRIETARY AND OPEN SOURCE SOFTWARE
Kak Yong
 

Mais procurados (20)

Open source technology
Open source technologyOpen source technology
Open source technology
 
Free and Open Source Software
Free and Open Source SoftwareFree and Open Source Software
Free and Open Source Software
 
Power Point Presentation on Open Source Software
Power Point Presentation on Open Source Software Power Point Presentation on Open Source Software
Power Point Presentation on Open Source Software
 
Free and Open Source Software
Free and Open Source SoftwareFree and Open Source Software
Free and Open Source Software
 
Open source Software: pros and cons
Open source Software: pros and consOpen source Software: pros and cons
Open source Software: pros and cons
 
Open source movement
Open source movementOpen source movement
Open source movement
 
Open source software development
Open source software developmentOpen source software development
Open source software development
 
PROPRIETARY AND OPEN SOURCE SOFTWARE
PROPRIETARY AND OPEN SOURCE SOFTWARE PROPRIETARY AND OPEN SOURCE SOFTWARE
PROPRIETARY AND OPEN SOURCE SOFTWARE
 
Open Source: What is It?
Open Source: What is It?Open Source: What is It?
Open Source: What is It?
 
The open source philosophy
The open source philosophyThe open source philosophy
The open source philosophy
 
Open source operating systems
Open source operating systemsOpen source operating systems
Open source operating systems
 
Linux operating system - Overview
Linux operating system - OverviewLinux operating system - Overview
Linux operating system - Overview
 
Open Source Licences
Open Source LicencesOpen Source Licences
Open Source Licences
 
Windows V/S Linux OS - Comparison
Windows V/S Linux OS - ComparisonWindows V/S Linux OS - Comparison
Windows V/S Linux OS - Comparison
 
Open source software, commercial software, freeware software, shareware softw...
Open source software, commercial software, freeware software, shareware softw...Open source software, commercial software, freeware software, shareware softw...
Open source software, commercial software, freeware software, shareware softw...
 
Open source software and os
Open source software and osOpen source software and os
Open source software and os
 
Linux basics
Linux basicsLinux basics
Linux basics
 
Linux.ppt
Linux.ppt Linux.ppt
Linux.ppt
 
Open Source Software Presentation
Open Source Software PresentationOpen Source Software Presentation
Open Source Software Presentation
 
Linux operating system ppt
Linux operating system pptLinux operating system ppt
Linux operating system ppt
 

Semelhante a Open Source Concepts

Open Source Software and Free Software
Open Source Software and Free SoftwareOpen Source Software and Free Software
Open Source Software and Free Software
Dhurjati Borah
 
Open source a presentation
Open source   a presentationOpen source   a presentation
Open source a presentation
Amol Vidwans
 
Open source software vs proprietary software
Open source software vs proprietary softwareOpen source software vs proprietary software
Open source software vs proprietary software
Lavan1997
 

Semelhante a Open Source Concepts (20)

Benefits of Opensource Products
Benefits of Opensource ProductsBenefits of Opensource Products
Benefits of Opensource Products
 
Open source
Open sourceOpen source
Open source
 
Opensource
OpensourceOpensource
Opensource
 
Intro to open_source
Intro to open_sourceIntro to open_source
Intro to open_source
 
Open Source Software and Free Software
Open Source Software and Free SoftwareOpen Source Software and Free Software
Open Source Software and Free Software
 
Free and Open Source Software
Free and Open Source SoftwareFree and Open Source Software
Free and Open Source Software
 
Open source softwares
Open source softwaresOpen source softwares
Open source softwares
 
Open source softwares
Open source softwaresOpen source softwares
Open source softwares
 
Open Source
Open SourceOpen Source
Open Source
 
Open source software
Open source softwareOpen source software
Open source software
 
Introduction to FOSS
Introduction to FOSSIntroduction to FOSS
Introduction to FOSS
 
Overview on Open Source Technology.pptx
Overview on Open Source Technology.pptxOverview on Open Source Technology.pptx
Overview on Open Source Technology.pptx
 
open_source_tools.pptx 4th sem bca......
open_source_tools.pptx 4th sem bca......open_source_tools.pptx 4th sem bca......
open_source_tools.pptx 4th sem bca......
 
OpenSource.09.ppt
OpenSource.09.pptOpenSource.09.ppt
OpenSource.09.ppt
 
LINUX BASICS
LINUX BASICSLINUX BASICS
LINUX BASICS
 
Understanding and implementation of open source ecosystems final
Understanding and implementation of open source ecosystems finalUnderstanding and implementation of open source ecosystems final
Understanding and implementation of open source ecosystems final
 
Open source a presentation
Open source   a presentationOpen source   a presentation
Open source a presentation
 
Asf icfoss-mentoring
Asf icfoss-mentoringAsf icfoss-mentoring
Asf icfoss-mentoring
 
Open source software vs proprietary software
Open source software vs proprietary softwareOpen source software vs proprietary software
Open source software vs proprietary software
 
Open Source, Sourceforge Projects, & Apache Foundation
Open Source, Sourceforge Projects, & Apache FoundationOpen Source, Sourceforge Projects, & Apache Foundation
Open Source, Sourceforge Projects, & Apache Foundation
 

Mais de RituBhargava7 (9)

Client server architecture
Client server architectureClient server architecture
Client server architecture
 
Bigdata the technological renaissance
Bigdata the technological renaissanceBigdata the technological renaissance
Bigdata the technological renaissance
 
File organization
File organizationFile organization
File organization
 
Data Models
Data ModelsData Models
Data Models
 
Data models
Data modelsData models
Data models
 
Database abstraction
Database abstractionDatabase abstraction
Database abstraction
 
Role of a DBA
Role of a DBARole of a DBA
Role of a DBA
 
File systems versus a dbms
File systems versus a dbmsFile systems versus a dbms
File systems versus a dbms
 
Database tachnologies
Database tachnologiesDatabase tachnologies
Database tachnologies
 

Último

notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
MsecMca
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
ankushspencer015
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Kandungan 087776558899
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 

Último (20)

KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
Intro To Electric Vehicles PDF Notes.pdf
Intro To Electric Vehicles PDF Notes.pdfIntro To Electric Vehicles PDF Notes.pdf
Intro To Electric Vehicles PDF Notes.pdf
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01
 
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 

Open Source Concepts

  • 1. OPEN SOURCE OPERATING SYSTEM Dr.Ritu Bhargava Department of Computer Science Sophia Girl’s College(Autonomous)Ajmer
  • 2. Ideals of Open Source • What are the ideals of Open Source? • Share the goal: a broad group of contributors recognize the same need and agree on how to meet • Share the work: projects are broken into smaller tasks, and a review process screens the best contributions • Share the result: code should be available to all and improvements should be shared to all 7/19/2018OPEN SOURCE CONCEPTS 2
  • 3. what is: • Software? • Source? • Open? 7/19/2018OPEN SOURCE CONCEPTS 3
  • 4. SOFTWARE • Computer programme or software is set of instructions to computer to work in a desired manner 7/19/2018OPEN SOURCE CONCEPTS 4
  • 5. SOURCE • Instructions to computers are normally written by programmers in Programming Languages like – C, C++, Java etc. • These instructions are readable by humans and referred as Source Code. • To make machines i.e. computers to understand this source code – it either permanently translated (compiled) or translated (interpreted) into machine level codes. 7/19/2018OPEN SOURCE CONCEPTS 5
  • 6. • As normal software industry practice, only the final working machine readable version (Compiled Program) of the software is handed over to users. • The software works fine because machines don’t need source code. They only understand the compiled version. • However, the recipients or the users do not know how it works. • If any modification is required, the same can be done only by the producers who retain the source code. 7/19/2018OPEN SOURCE CONCEPTS 6
  • 7. OPEN • Here original source code of the software is also given. • If required, the users can modify the source code and then compile the software to use it. • Thus, the source code is Opened up. 7/19/2018OPEN SOURCE CONCEPTS 7
  • 8. OPEN SOURCE SOFTWARE • Here original source code of the software is also given. • If required, the users can modify the source code and then compile the software to use it. • Thus, the source code is Opened up. • OPEN SOURCE SOFTWARE refers to applications developed in which the user can access and alter the “source” code itself. • Open: collaboration is open to all • Source: source code is freely shared 7/19/2018OPEN SOURCE CONCEPTS 8
  • 9. OPEN SOURCE INITIATIVE (OSI) • The Open Source Initiative (OSI) is a non-profit corporation formed to educate about and advocate for the benefits of open source and to build bridges among different constituencies in the open-source community. • http://www.opensource.org/ 7/19/2018OPEN SOURCE CONCEPTS 9
  • 10. OPEN SOURCE SOFTWARE • Open source is a development method for software that harnesses the power of distributed peer review and transparency of process. • The promise of open source is better quality, higher reliability, more flexibility, lower cost, and an end to predatory vendor lock- in. • The Software source is posted on the web as it is being developed, available for any person to use or to work on. There is a direct access to the developers through the website • Quick identification of bugs and problems are soon discovered and handled. 7/19/2018OPEN SOURCE CONCEPTS 10
  • 11. OPEN SOURCE LICENCE • Open source license doesn't just mean access to the source code – it has to meet other criteria as well. • The important issue is that the source code should available; there should be permission to modify the source code and further distribute it. • OSS comes with a licence .The most common is GPL • The GPL(general public licence) is unrestricted. It states that we can use the software for any purpose. we can change it if we want to. • We can redistribute it if we want to. • The GPL is developed by GNU • It is often referred to as copyleft, defined by GNU as a general method for making a program free software. 7/19/2018OPEN SOURCE CONCEPTS 11
  • 12. OPEN SOURCE DEFINITION 1. Free Redistribution 2. Source Code 3. Derived Works 4. Integrity of The Author's Source Code 5. No Discrimination Against Persons or Groups 6. No Discrimination Against Fields of Endeavour 7. Distribution of License 8. License Must Not Be Specific to a Product 9. License Must Not Restrict Other Software 7/19/2018OPEN SOURCE CONCEPTS 12
  • 13. Basic Terminologies License :-The owner of the Software can agree to let another person copy, adapt or distribute the code,this agreement is called license. Eg. GPL,BSD,openBSD etc. EULA is proprietary license and restricted. Copyright:- only the owner of the software has the right to copy ,adapt or distribute the software. Proprietary:-also called CSS(closed source software).These software has restriction on any combination of the usage, modification, copying or distributing modified version of the software. Copyleft:-It is the practice of offering people the right to freely distribute copies and modified version of a work with the stipulation that the same rights be preserved in derivative works down the line. 7/19/2018OPEN SOURCE CONCEPTS 13
  • 14. What is GNU ? • GNU stands for GNU’S Not Unix,a project started by Richard Stallman in 1984. • The goal was to develop an open source operating system. • GNU develop all the programs needed to produce a complete operating system including a keernel,a shell ,utilities,compilers,text editors,mail software etc. • GNU’s first program to be released were a GNU c compiler (gcc) and a text editor (EMACS) • GNU combines their software with the Kernel of linux to make a complete operating system. • GNU oppose the proprietary software. 7/19/2018OPEN SOURCE CONCEPTS 14
  • 15. FREE SOFTWARE MOVEMENT Free software movement was launched in 1983. In 1998, a splinter group of this movement advocated that the term “free” software should be replaced by “open source” software. Problem with “Free” was that it implied “Zero Cost” and not the intended meaning “Freedom”. 7/19/2018OPEN SOURCE CONCEPTS 15
  • 16. FREE SOFTWARRE LISCENCE • GNU GPL • Lesser GPL • BSD License • Mozilla Public License • IBM Public License • Sun Community Source License 7/19/2018OPEN SOURCE CONCEPTS 16
  • 17. FREE SOFTWARE • The freedom to run the program, for any purpose (freedom 0). • The freedom to study how the program works, and change it to make it do what you wish (freedom 1). Access to the source code is a precondition for this. • The freedom to redistribute copies so you can help your neighbour (freedom 2). • The freedom to improve the program, and release your improvements (and modified versions in general) to the public, so that the whole community benefits (freedom 3). Access to the source code is a precondition for this. 7/19/2018OPEN SOURCE CONCEPTS 17
  • 18. FREE SOFTWARE • Are they different? • NO • Open Source Software and Free Software for all practical purposes are same . • But “Free” here actually means Freedom not free of cost “Free User “ rather “Free Software 7/19/2018OPEN SOURCE CONCEPTS 18
  • 19. OPEN SOURCE SOFTWARE • Linux – an operating system. • Apache – widely used web-server software. • MySQL – widely relational database software that power most web-based applications. • PERL – a scripting language. • PHP – a widely used scripting language in dynamic websites. • OpenOffice – Office suit like Microsoft Office. • Firefox – Internet browsing software like Microsoft’s Internet Explorer. 7/19/2018OPEN SOURCE CONCEPTS 19
  • 20. • Thunderbird – E-mail client. • Audacity – is an open source tool to edit audio. • Songbird – is a media player. • GIMP – is an Image Editor. • GMMP – is a music player. • Eclipse – An IDE for C / C++ / Java programming. • Gambas – A visual programming language tool just same as V Basic. • NASM - Netwide Assembler for assembly programming 7/19/2018OPEN SOURCE CONCEPTS 20
  • 21. LINUX HISTORY • In 1984, Richard Stallman from MIT, started to develop a free alternative to Unix. He also established a special license, the GNU license, to ensure that software is free and open to anyone. In 1985 he founded th • The GNU GPL (General Public License) says that every copy of a program governed by the GPL license, even if modified, must be subject to the GPL again. It has a “viral” effect! In the 90s, GPL+Internet, many new Open Source projects started. e Free Software Foundation. • The GPL guarantees four basic freedoms for the user: You have the freedom to run the program, for any purpose. You have the freedom to study how the program works and modify it to suit your needs. To make this freedom effective in practice, you must have access to the source code. 7/19/2018OPEN SOURCE CONCEPTS 21
  • 22. • In 1991, Linus Torvalds, a computer science student, started to develop a Unix OS for the personal computer. The code of the experimental version was put under the GPL license. • In 1997, the Open Source Initiative (OSI) was founded, and it developed the Open Source Definition (OSD). The OSD is a guideline for OSS licenses other than the GPL, and the “viral” effect is not a requirement. 7/19/2018OPEN SOURCE CONCEPTS 22
  • 23. LINUX • A very popular open source operating system that runs on a variety of hardware platforms . • Linux is widely deployed as a server OS . • Linux is a multi-tasking, multiuser operating system. Although modified by numerous people. • It is an ideal environment to run web servers as Apache. It is easily upgradable. It supports multiple processors as standard. Is has a lot of documentation. It runs also on old machines. • Amazon, Yahoo!, CNN, Google run on servers based on Linux. The Human Genome Project was run using Linux clusters. 7/19/2018OPEN SOURCE CONCEPTS 23
  • 24. • A Linux is a complete OS that is stable and reliable. • Linux is extremely powerful, it comes with a complete development environment and excellent networking facilities. 7/19/2018OPEN SOURCE CONCEPTS 24
  • 25. LINUX VARIANTS • Ubuntu • Fedora • OpenSUSE • Mandriva • Linux Mint • Debian • SlackWare Linux • Red Hat 7/19/2018OPEN SOURCE CONCEPTS 25
  • 26. LINUX VERSES WINDOWWS Linux • Free of Cost • Fast Upgrading • Backward Compatibility • Multiuser Support • Difficult for Programmer Windows • Purchase License • Slower Upgrading • Forward Compatibility • Multiuser Support • Easy for Programmer 7/19/2018OPEN SOURCE CONCEPTS 26
  • 27. LINUX UTILITIES • GCC – GNU C Compiler. • G++ - GNU C/C++ Compiler. • Eclispe – IDE for C/C++/Java programs. • GDB – GNU Debugger. • NASM – Netwide Assembler 7/19/2018OPEN SOURCE CONCEPTS 27