Lecture 1 Niyaz M. Salih

Similar documents
Unit 11 Computer Network Introduction to Network Operating Systems

SOFTWARE UNIT 1 PART B C O M P U T E R T E C H N O L O G Y ( S 1 O B J A N D O B J 3-2)

OPERATING SYSTEMS AND APPLICATIONS

Computer Software. c 2016 by David W. Gerbing. School of Business Administration Portland State University

Introduction to Linux

QuickSpecs. Aruba ClearPass OnGuard Software. Overview. Product overview. Key Features

FAQ FOR VMWARE SERVER 2 - AUGUST, 2008

Installation of R Studio. Tushar B. Kute,

Introductory Visualizing Technology

Chapter 01: Introduction to Linux

Introduction to Operating Systems. Note Packet # 1. CSN 115 Operating Systems. Genesee Community College. CSN Lab Overview

Digitizer operating system support

Computer Software A computer contains two major sets of tools, software and hardware. Software is generally divided into Systems software and

GRID SOFTWARE FOR MICROSOFT WINDOWS SERVER VERSION /370.12

Discovering Computers 2016

Storebox User Guide. Swisscom (Switzerland) Ltd.

STREAM Integrated Risk Manager Multi-user Deployment Options

Introduction to Linux Overview and Some History

Regardless of the size and complexity of the computer and the operating system, all operating systems perform the same four basic functions:

Year 8. Revision Exercise April Computer Science CARDINAL NEWMAN CATHOLIC SCHOOL. Student Name : Subject Teacher : Tutor Group:

Operating System Concepts Rab Nawaz Khan Jadoon

Systems software. Definition. Categories of software. Examples Of Systems Software 11/23/2018

InstallAnywhere: Requirements

NetSupport Manager v11

Help with F5 Networks Virtual Classroom. Troubleshooting your client connection to the remote Windows PC

MULTI FACTOR AUTHENTICATION USING THE NETOP PORTAL. 31 January 2017

Why Oracle Linux. Hans Forbrich Forbrich Consulting Ltd. Why Oracle Linux

UNIT 9 Introduction to Linux and Ubuntu

Definition. A series of detailed instructions that control the operation of a computer system. are developed by computer programmers

Linspire. Product Overview. PC/OpenSystems LLC. The Easiest and most affordable Desktop OS

ACTIAN PRODUCTS by Platform - Vector, Vector in Hadoop as of October 18, 2017

A comprehensive view of software in detail.

Introduction to Linux. Woo-Yeong Jeong Computer Systems Laboratory Sungkyunkwan University

Technology Guidelines for Georgia Milestones Version 1.2

Contents. HyperCore OS Software Versions 13 Supported 13 Unsupported 13. Definitions 2 Supported 2 Unsupported 2

Introduction to Linux

Definitions 2 Supported 2 Unsupported 2. Tested System Limits 3. HC3 System Configuration General Guidelines 5. HC3 System Configurations 7

Fedora Linux Toolbox: Commands For Fedora, CentOS And Red Hat Power Users By Christopher Negus;Francois Caen READ ONLINE

Downloading and installing Db2 Developer Community Edition on Red Hat Enterprise Linux Roger E. Sanders Yujing Ke Published on October 24, 2018

Report Course name ABSTRACT. Research and reporting. Survey Report. Nguyen Ngoc Long. Ann Viitala. Adesh Chymariya. Shu Sheng 5/2/2010.

OPERATING SYSTEM. PREPARED BY : DHAVAL R. PATEL Page 1. Q.1 Explain Memory

Jdk Linux Ubuntu Bit Desktop Iso >>>CLICK HERE<<<

Chapter 2 Software Components

Operating System Support Plan for Test Delivery System

Operating System Support Plan for Test Delivery System

Operating System Support Plan for Connecticut Comprehensive Assessment Program

CSCA0201 FUNDAMENTALS OF COMPUTING. Chapter 6 Operating Systems

Technology in Action. Chapter 5 System Software: The Operating System, Utility Programs, and File Management

The Operating System

A Research Paper on the Comparison of Windows and Linux Operating Systems

전공핵심실습 1: 운영체제론. Embedded Software Lab. Dongkun Shin. Embedded Software Lab.

ASSIGNMENT 3 02/13/2015. Assignment 3 CITA 171: OPERATING SYSTEM USE & ADMIN TECHNOLOGY. Royce, Alexander CITA 171 OPERATING SYSTEM USE & ADMIN

Operating System Support Plan for Test Delivery System

Enterprise Linux vs. Embedded Linux

Installation Guide GWAVA 6

Why a digital hotel compendium is viable today

Introduction to Linux

Flatpak and your distribution. Simon McVittie

Linux Everywhere. A look at Linux outside the world of desktops. CIS 191 Spring 2012 Guest Lecture by Philip Peng

Client Automation v8.10 Enterprise, Standard, Starter*

DISTRICT TECHNOLOGY COORDINATOR WEBINAR. Spring 2018 South Carolina Alternate Assessments

Introduction to Linux

F-Secure Policy Manager Proxy Administrator's Guide

Getting Started Guide

How To Manually Install Driver Ubuntu Server On Virtualbox

How To Install Java Manually Linux Terminal Server 2008

CSE 390 Lecture 10. Do anything from anywhere tools to free your choice of OS

Windows 7 Remote Desktop

Downloading and installing Db2 Developer Community Edition on Ubuntu Linux Roger E. Sanders Yujing Ke Published on October 24, 2018

Manual Content. What s New in CAASPP Assessments. Secure Browser Versions. Operating Systems for Student Testing. Support

Building Blocks. Operating Systems, Processes, Threads

Getting Started With Parallels Desktop 14

PARALLELS SERVER 4.0 FOR MAC BARE METAL EDITION README

Free download powerpoint

Multitasking and Multithreading on a Multiprocessor With Virtual Shared Memory. Created By:- Name: Yasein Abdualam Maafa. Reg.

Introduction to Concurrent Software Systems. CSCI 5828: Foundations of Software Engineering Lecture 08 09/17/2015

Mobile Computing and Virtual Desktops

Flush Dns Settings Linux Redhat 5 Step Step Pdf

CSC Introduction to Computers and Their Applications

SERV-U FTP SERVER FOR FAST & SECURE FILE TRANSFER

How Do I Enable Wireless On Windows 7 Desktop Background Remotely

Jedox Suite. Platform Support Guide


Microsoft Windows Server Administration Essentials PDF

Open Enterprise & Open Community opensuse & SLE Empowering Each Other. Richard Brown opensuse Chairman

Read & Download (PDF Kindle) Microsoft SQL Server 2008 Administrator's Pocket Consultant

Vembu BDR Suite v System Requirements

SNMP Manager User s Manual

Centrify Server Suite, Standard Edition

SUSE Linux Enterprise 15. #MultimodalOS

Definitions Know What I Mean?

Introduction to Concurrent Software Systems. CSCI 5828: Foundations of Software Engineering Lecture 12 09/29/2016

Linux Home Lab Environment

Windows Firewall Service Missing Windows 7 64

Turn On Windows Firewall Manually Windows 7 Remote Desktop Connection

Howto disable the iptables firewall in Linux

CS 378 (Spring 2003) Linux Kernel Programming. Yongguang Zhang. Copyright 2003, Yongguang Zhang

Chapter 14 Operating Systems

Chapter 14 Operating Systems

State of the Linux Kernel

Transcription:

Lecture 1 Niyaz M. Salih

Definition An Operating System, or OS, is low-level software that enables a user and higher-level application software to interact with a computer s hardware and the data and other programs stored on the computer. OS By Eng. Niyaz M. Salih 2

Operating Systems functions: The main functions of operating systems are: -Etc. -Program creation -Program execution -Input/Output operations -Error detection OS By Eng. Niyaz M. Salih 3

Characteristics of Linux Multi-user A multi-user operating system allows for multiple users to use the same computer at the same time and/or different times. Multiprocessing An operating system capable of supporting and utilizing more than one computer processor. OS By Eng. Niyaz M. Salih 4

Characteristics of Linux Multitasking An operating system that is capable of allowing multiple software processes to run at the same time. Multithreading Operating systems that allow different parts of a software program to run concurrently. Operating systems that would fall into this category are: OS By Eng. Niyaz M. Salih 5

Linux Open source code OS and it is freely available to everyone. GUI operating system, including many of the tools that Windows users are familiar with such as, -A file manager -A Window manager -A help system -A configuration. Open source means any developer can customize code to create Linux OS. OS By Eng. Niyaz M. Salih 6

Distribution packages Since Linux is open source. Lots of communities and companies made specific Operating system by using Linux. These specific operating systems are known as distribution of Linux. Some of them are free (community developed) and few are paid also. Following are few popular Linux distributions: -CentOS -Fedora -Suse Linux -Ubuntu -Red Hat Enterprise Linux OS By Eng. Niyaz M. Salih 7

Ubuntu Distribution Ubuntu is an ancient African word meaning humanity to others. It also means I am what I am because of who we all are. The Ubuntu operating system brings the spirit of Ubuntu to the world of computers OS By Eng. Niyaz M. Salih 8

Ubuntu desktop operating system powers millions of PCs and laptops around the world. Complete Open source Secure Accessible OS By Eng. Niyaz M. Salih 9

Complete Ubuntu comes with everything you need to run your organization, school, home or enterprise. All the essential applications, like an office suite, browsers, email and media apps come pre-installed and thousands more games and applications are available in the Ubuntu Software Centre OS By Eng. Niyaz M. Salih 10

Open source Ubuntu has always been free to download, use and share. We believe in the power of open source software; Ubuntu could not exist without its worldwide community of voluntary developers. OS By Eng. Niyaz M. Salih 11

Secure With a built-in firewall and virus protection software, Ubuntu is one of the most secure operating systems around. And the long-term support releases give you five years of security patches and updates. OS By Eng. Niyaz M. Salih 12

Accessible Computing is for everyone regardless of nationality, gender or disability. Ubuntu is fully translated into over 50 languages and includes essential assistive technologies.. OS By Eng. Niyaz M. Salih 13