CMIT100 CHAPTER 13 - SOFTWARE.

Slides:



Advertisements
Similar presentations
The Web Wizards Guide to Freeware/Shareware Chapter Six Open Source Software.
Advertisements

Free Beer and Free Speech Thomas Krichel
Chapter 5 Operating Systems. 5 The Operating System When working with multimedia, the operating system is perhaps the most important, the most complex,
28. Januar, Zürich-Oerlikon. Switch/Update to Team Foundation Server 2012 André Hofmann Software Engineer bbv Software Services AG.
The Apache Web Server  Started in April 1996 as an open source multiplatform web server (Windows, FreeBSD, UNIX, and Linux compatible).  Now the world’s.
Creating WordPress Websites. Creating a site on your computer Local server Local WordPress installation Setting Up Dreamweaver.
CMPTR1 CHAPTER 3 COMPUTER SOFTWARE Application Software – The programs/software/apps that we run to do things like word processing, web browsing, and games.
How Clients and Servers Work Together. Objectives Learn about the interaction of clients and servers Explore the features and functions of Web servers.
Chapter 13 Web Application Infrastructure. Objectives Explain the components and purpose of a web application platform Describe several common webapp.
In-Place Upgrade to TFS 2010 on existing hardware Not deploying new hardware Databases too large to move Scaling-out, not up Not deploying new hardware.
Module 11: Data Transport. Overview Tools and functionality in Oracle and their equivalents in SQL Server for: Data transport out of the database Data.
Software and Algorithms
WHAT IS PHP PHP is an HTML-embedded scripting language primarily used for dynamic Web applications.
Red Hat Installation. Installing Red Hat Linux is the process of copying operating system files from a CD, DVD, or USB flash drive to hard disk(s) on.
SYST Web Technologies SYST Web Technologies Installing a Web Server (XAMPP)
Web Page A page displayed by the browser. Website Collection of multiple web pages Web Browser: A software that displays web pages on client computer.
CHAPTER 6 OPEN SOURCE SOFTWARE AND FREE SOFTWARE
Chapter 1 Introduction Outstanding Features About This Book 1. A novel writing style is adopted to try to attract students’ or beginning programmers’ interesting.
Chapter 4 Software Hardware matters little compared to software?
What’s New in ColdFusion MX 6.1 Sep-15 Michael Smith, TeraTech Inc Intro.
SharePoint 2010 Development Environment A Guide to Setup SharePoint 2010 Development Environment on Windows 7 Machine.
Unit 5- Computer Software.  Identify how hardware & software interact  Explain how a software program works  Describe the difference between application.
Chapter 2 – Software Part A. Definition Computer is made up of two components Hardware Physical components Software Instructions for the computer Two.
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?
INTRODUCTION TO SERVERS & INSTALLATION OF WINDOWS SERVER 2008 R2 Network Administration and Maintenance.
Web Design and Development for E-Business By Jensen J. Zhao Copyright 2003 Prentice Hall, Inc. Web Design and Development for E-Business Jensen J. Zhao.
1Computer Sciences Department Princess Nourah bint Abdulrahman University.
Linux Essentials Chapter 2: Investigating Linux’s Principles and Philosophy.
Presentation Overview 1.Creating VMware Virtual Machine 2. Installing Red Hat Enterprise Linux 5 on VMvare 3. Configuring Linux for Oracle 11gR2 installation.
Course FAQ’s I do not have any knowledge on SQL concepts or Database Testing. Will this course helps me to get through all the concepts? What kind of.
General rules 1. Rule: 2. Rule: 3. Rule: 10. Rule: Ask questions ……………………. 11. Rule: I do not know your skill. If I tell you things you know, please stop.
PHP Introduction PHP is a server-side scripting language.
 To start using PHP, you can:  Find a web host with PHP and MySQL support  Install a web server on your own PC, and then install PHP and MySQL.
System Programming Basics Cha#2 H.M.Bilal. Operating Systems An operating system is the software on a computer that manages the way different programs.
Web Page Designing With Dreamweaver MX\Session 1\1 of 9 Session 1 Introduction to PHP Hypertext Preprocessor - PHP.
XAMPP.
Inspirirani ljudima. Ugasite mobitele. Hvala.. Paolo Pialorsi Senior Consultant PiaSys ( Publishing apps for SharePoint 2013 on Microsoft.
This slide deck is for LPI Academy instructors to use for lectures for LPI Academy courses. ©Copyright Network Development Group Module 01 Introduction.
PHP stands for …….. “PHP Hypertext Pre-processor” and is a server-side scripting language like ASP. PHP scripts are executed on the server PHP supports.
Outline  XAMPP  XAMPP Install  Put php and HTML documents  Windows and Mac Version  Security.
What’s New in WatchGuard Mobile VPN with IPSec WatchGuard Training.
Linux Essentials Chapter 1: Selecting an Operating System.
Web and Proxy Server.
Web Technology Seminar
Chapter 13 Web Application Infrastructure
Chapter 5 Operating Systems.
Let's talk about Linux and Virtualization in 'vLAMP'
CMIT100 Chapter 14 - Programming.
CHAPTER 8 - OPERATING SYSTEM HISTORY
Computing Fundamentals
Microsoft BackOffice Applications
Chapter 4 – Introduction to Operating System Concepts
Chapter 1 - Introduction to Information Technology
TYPES OF SERVER. TYPES OF SERVER What is a server.
1Z0-320 Dumps
More Scripting & Chapter 11
CompTIA Server+ Certification (Exam SK0-004)
CSC235 - Visual Studio Getting Started.
Synthesizing knowledge During Project
Chapter 10: Supporting and Maintaining Desktop Applications
Chapter 6 System and Application Software
Microsoft Virtual Academy
Install MySQL Community Server and MySQL Workbench
Introduction to PHP.
0. Overview of 2-Day Academic .NET Workshop
Chapter 6 System and Application Software
Chapter 6 System and Application Software
Chapter 6 System and Application Software
Web Application Development Using PHP
Module 02 Operating Systems
Presentation transcript:

CMIT100 CHAPTER 13 - SOFTWARE

Learning Objectives Discuss types of software and classification of proprietary and free software. Describe the process of software installation from an installation wizard and package manager. Illustrate through example how to install open source software in Linux using configure, make, and make install. Describe the function of popular server software. Introduce Apache web server installation and configuration.

Equivalence of Hardware and Software In theory, anything that can be implemented in hardware can also be implemented in software…and vice versa! Examples: Firmware Emulation

Types of Software System Software Application Software Server Software OS Kernel Services Utilities Application Software Server Software

Terminology Compatibility Backwards Compatibility Upgrades Patches Beta-release Installation Download Proprietary Shareware Trials or Demos Freeware Public Domain Open source

Servers Multiple Meanings: Dedicated computer used to provide a service Commonly enterprise-class Software running on a computer to provide a service

Types of Servers Web Server Proxy Server Database Server File Server IIS Apache Proxy Server Squid Database Server Microsoft SQL Server MySQL Oracle File Server Email Server Postfix Microsoft Exchange DNS Server

Ways of Installing Software Installers/Wizards .msi file Yum, rpm, deb Executable files Compile from Source Code Visual Studio G++

LAB Software Installation

Demonstration Apache Web Server

Creative Commons Statement