Download presentation
Presentation is loading. Please wait.
Published byHarold Osborne Modified over 9 years ago
1
University of Limerick1 Software Applications u Aspects of software and the internet
2
University of Limerick2 Software Products u Shareware: Software that can be be installed and evaluated for some fixed trial period at no charge but that requires a registration fee when the trial period ends. u Nagware: Shareware that continues to launch after the free trial period is over, but with reminders that it’s time to register. u Freeware: Software that is distributed free of charge.
3
University of Limerick3 Software Products u Open Source Software: Software whose code is willingly shared publicly so that other programmers can offer their own improvements. u Open Source software includes application software and even operating systems
4
University of Limerick4 Open Source vs Proprietary Software vs Freeware u Source Code - software product in its original form, usually in a high level language like Java u Executable Code - a translated version of the source code in the form the machine language of the computer processor u Compiler - program that converts source code to executable code
5
University of Limerick5 Open Source vs Proprietary Software vs Freeware u Open Source products are not necessarily free (but many are), but they are copylefted u Copyleft - intellectual property that is freely available for use, modification, and redistribution, as long as the modified product is also freely available u A license is required to make modifications, however u The source code must be made available
6
University of Limerick6 Open Source vs Proprietary Software vs Freeware u Freeware includes only the executable code u Some free-libre/open source software (FLOSS) for Macs and PCs: –Audacity (audio editor) –Thunderbird (e-mail client) –Juice (Internet radio) –Democracy Player (Internet TV) –Open Office (productivity software) –Firefox (web browser)
7
University of Limerick7 Open Source vs Proprietary Software vs Freeware u FLOSS products are typically developed by large groups of loosely organized developers (the true believers!) u Dynamic - upgrades appear frequently u Users are encouraged to contribute via bug reports, general comments, feature requests - that’s why they’re often free u Alpha –Avoid alpha versions (the first release) u beta –Be wary of beta versions (subsequent releases, may be buggy)
8
University of Limerick8 Open Source u Open source can also be viewed as a set of principles and practices that promote access to the design and production of goods and knowledge.
9
University of Limerick9 Free software movement u The free software movement was launched in 1983. u In 1998, a group of individuals advocated that the term free software be replaced by open source software (OSS) as an expression which is less ambiguous and more comfortable for the corporate world u Software developers may want to publish their software with an open source software license, so that anybody may also develop the same software or understand how it works
10
University of Limerick10 Open Source (Wikipedia) u Open source software generally allows anybody to make a new version of the software, port it to new operating systems and processor architectures, share it with others or market it u The aim of open source is to let the product be more understandable, modifiable, duplicatable, reliable or simply accessible, while it is still marketable.
11
University of Limerick11 Community u Website –Usually.org –FAQ –Wiki –A bug tracking system, often Bugzilla u Lists –Where the users are u CVS, SVN, or other code tracking repository u IRC channel –Where the developers are u Foundation
12
University of Limerick12 CVS u In the field of software development, the Concurrent Versions System (CVS), also known as the Concurrent Versioning System, provides a version control system based on open-source code u Version control system software keeps track of all work and all changes in a set of files, and allows several developers (potentially widely separated in space and/or time) to collaborate u Dick Grune developed CVS in the 1980s. –http://en.wikipedia.org/wiki/Concurrent_Versions_System
13
University of Limerick13 Bugzilla u Bugzilla is a Web-based general-purpose bugtracker tool u Originally developed and used by the Mozilla project, and licensed under the Mozilla Public License u Released as open source software by Netscape Communications in 1998, it has been adopted by a variety of organizations for use as a defect tracker for both free software and proprietary products.
14
University of Limerick14 Open Source (Wikipedia) u The Open Source Definition, notably, presents an open-source philosophy, and further defines a boundary on the usage, modification and redistribution of open-source software u Software licenses grant rights to users which would otherwise be prohibited by copyright u These include rights on usage, modification and redistribution. Several open-source software licenses have qualified within the boundary of the Open Source Definition u The most prominent example is the popular GNU General Public License (GPL) u While open source presents a way to broadly make the sources of a product publicly accessible, the open-source licenses allow the authors to fine tune such access.
15
University of Limerick15 Open source licenses (Wiki) u Open source licenses define the privileges and restrictions a licensor must follow in order to use, modify or redistribute the open-source software. Open-source software includes software with source code in the public domain and software distributed under an open-source license. u Examples of open source licenses include Apache License, BSD license, GNU General Public License, GNU Lesser General Public License, MIT License, Eclipse Public License and Mozilla Public License. u The proliferation of open source licenses is one of the few negative aspects of the Open Source movement because it is often difficult to understand the legal implications of the differences between licenses.
16
University of Limerick16 Open source develops motivation u 70% of developers participate in the FLOSS community “to learn and develop new skills” u 67% of developers participate in the FLOSS community “to share … knowledge and skills” u 30% of developers participate in the FLOSS community “to improve … job opportunities” u Over 50% of developers derive income, directly or indirectly, through their participation in the FLOSS community Source: Free/Libre/Open Source Software (FLOSS) Study of Developers
17
University of Limerick17 Characteristics of Open Source Communities Benign Dictatorship Meritocracy
18
University of Limerick18 Characteristics of Open Source Communities u Reputation matters and is built by answering questions and contributing u You don’t have to be a developer to contribute –Contributions can take the form of code, documentation, wiki organization
19
University of Limerick19 Widely Used Open Source Applications LinuxOS FirefoxWeb browser ApacheWeb server OpenOffice.orgMS Office alternative MySQLSQL server WordPressBlogging software AudacityAudio file editor MediaWikiWiki software DrupalWebsite content management system (CMS) PidginIM/IRC
20
University of Limerick20 Browser Statistics
21
University of Limerick21 Free/Libre/Open Source Software u “FLOSS” is everywhere, the Internet depends on it u Every PC running Microsoft Windows includes open source components for networking – TCP/IP, the basic internet protocol; BIND, to access domain names… u This model maintains some of the most important, innovative technologies today
22
University of Limerick22 OS Development Models
23
University of Limerick23 The Cathedral and the Bazaar (Wikipedia) u In his 1997 essay The Cathedral and the Bazaar, open- source evangelist Eric S. Raymond suggests a model for developing OSS known as the Bazaar model u Raymond likens the development of software by traditional methodologies to building a cathedral, "fully crafted by individual wizards or small bands of mages working in splendid isolation“ u He suggests that all software should be developed using the bazaar style, which he described as "a great babbling bazaar of differing agendas and approaches."
24
University of Limerick24 The Cathedral and the Bazaar (Wikipedia) u In the Cathedral, model development takes place in a centralized way u Roles are clearly defined. Roles include people dedicated to designing (the architects), people responsible for managing the project, and people responsible for implementation u Traditional software engineering follows the Cathedral model u Fred P. Brooks in his book The Mythical Man-Month advocates this sort of model u He goes further to say that in order to preserve the architectural integrity of a system, the system design should be done by as few architects as possible.
25
University of Limerick25 The Cathedral and the Bazaar (Wikipedia) u The Bazaar model, however, is different. In this model, roles are not clearly defined. Gregorio Robles suggests that software developed using the Bazaar model should exhibit the following patterns: –Users should be treated as co-developers –Early Releases –Frequent Integration –Several Versions –High Modularization –Dynamic decision making structure u Most well-known OSS products follow the Bazaar model as suggested by Eric Raymond u These include projects such as Linux, Netscape, Apache, the GNU Compiler Collection, and Perl to mention a few.
26
University of Limerick26 The Cathedral and the Bazaar (Wikipedia) u Users should be treated as co-developers –The users are treated like co-developers and so they should have access to the source code of the software. Furthermore users are encouraged to submit additions to the software, code fixes for the software, bug reports, documentation etc. Having more co-developers increases the rate at which the software evolves. Linus's law states that, "Given enough eyeballs all bugs are shallow." This means that if many users view the source code they will eventually find all bugs and suggest how to fix them. Note that some users have advanced programming skills, and furthermore, each user's machine provides an additional testing environment. This new testing environment offers that ability to find and fix a new bug. u Early Releases –The first version of the software should be released as early as possible so as to increase one's chances of finding co-developers early.
27
University of Limerick27 The Cathedral and the Bazaar (Wikipedia) u Frequent Integration –New code should be integrated as often as possible so as to avoid the overhead of fixing a large number of bugs at the end of the project life cycle. Some Open Source projects have nightly builds where integration is done automatically on a daily basis. u Several Versions –There should be at least two versions of the software. There should be a buggier version with more features and a more stable version with fewer features. The buggy version (also called the development version) is for users who want the immediate use of the latest features, and are willing to accept the risk of using code that is not yet thoroughly tested. The users can then act as co-developers, reporting bugs and providing bug fixes. The stable version offers the users fewer bugs and fewer features. u High Modularization –The general structure of the software should be modular allowing for parallel development. u Dynamic decision making structure –There is a need for a decision making structure, whether formal or informal, that makes strategic decisions depending on changing user requirements and other factors. Cf. Extreme programming.
28
University of Limerick28 Open source (Wiki) u The open source vs. closed source (alternatively called proprietary software) debate is sometimes heated. u Making money through traditional methods, such as sale of the use of individual copies and patent royalty payment, is more difficult and sometimes impractical with open-source software u Some closed-source advocates see open-source software as damaging to the market of commercial software u This complaint is countered by a large number of alternative funding streams such as: –giving away the software and charging for installation and support (used by many Linux distributions) –make the software available as open-source so that people will be more likely to purchase a related product or service you do sell (e.g. OpenOffice.org vs StarOffice) –cost avoidance / cost sharing: many developers need a product, so it makes sense to share development costs (this is the genesis of the X Window System and the Apache web server)
29
University of Limerick29 Open source (Wiki) u Studies about security in open-source software versus closed-source software show that closed-source software have fewer advisories but open-source software usually has less time between flaw discovery and a patch or fix u Advocates of closed source argue that since no one is responsible for open-source software, there is no incentive or guarantee it will be fixed, and there is nobody to take responsibility for negligence u Open-source advocates argue that since the source code of closed- source software is not available, there is no way to know what security vulnerabilities or bugs may exist u However, having the source code for a program could also make it easier for a malicious person to discover security vulnerabilities that they can take advantage of (instead of reporting or fixing them.)
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.