The LINUX Operating System

Slides:



Advertisements
Similar presentations
PC Operating Systems in Review lesson 12. UNIX DOS The Macintosh Operating System Windows 3.x OS/2 Warp Windows NT Windows 95 and 98 Linux Windows 2000.
Advertisements

Windows NT server and workstation Name: Li Shen Course: COCS541 Instructor: Mort Anvari.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Network Operating System By Elena Otte Distributed Data Processing.
Network+ Guide to Networks, Fourth Edition Chapter 10 Netware-Based Networking.
Lesson 17 – UNDERSTANDING OTHER NETWARE SERVICES.
Understanding Networks I. Objectives Compare client and network operating systems Learn about local area network technologies, including Ethernet, Token.
System Software, functions of an operating system
Operating Systems.
1 Chapter Overview Introduction to Windows XP Professional Printing Setting Up Network Printers Connecting to Network Printers Configuring Network Printers.
An Introduction to Linux Operating System Zihui Han.
AN INTRODUCTION TO LINUX OPERATING SYSTEM Zihui Han.
Operating System.
1 Chapter Overview Network Operating Systems Network Clients Directory Services.
Stuart Cunningham - Computer Platforms COMPUTER PLATFORMS Network Operating Systems Week 9.
Network Operating Systems : Tasks and Examples Instructor: Dr. Najla Al-Nabhan
Chapter 10 – UNIX. History In late 1960s, two employees of Bell Labs (Ken Thompson & Dennis Ritchie) designed a new operating system to overcome the constraints.
1 New Kids on the Block: Linux Instructor: Mort Anvari Presented by: Wei Gu Southeastern University.
Course ILT Identifying network operating system features Unit objectives Discuss the features of Microsoft Windows NT, 2000, and Server 2003 Discuss the.
Excellence Publication Co. Ltd. Volume Volume 1.
OM Standard Linux Server OM’s Environment Offices from 5 to 60 PCs is essential Multinational operation Not too much techies Not enought $$$$$$
LINUX System : Lecture 2 OS and UNIX summary Bong-Soo Sohn Assistant Professor School of Computer Science and Engineering Chung-Ang University Acknowledgement.
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.
Linux System. What is Linux?  Linux is considered one of the most dangerous existing systems nowadays and is currently working in an environment of X-
COSC513 Project Linux Features Instructor: Prof. Mort Anvari Student: Yingfeng Luo ID: #
1 Understanding the TCP/IP Protocol Suite Industry standard Enables enterprise networking and connectivity.
2001 Networking Operating Systems (CO32010) 1. Operating Systems 2. Processes and scheduling 3.
بسم الله الرحمن الرحيم What is an operating system? 1- An interface between the user and Hardware 2- Control Program 3- Resource Manager.
The LINUX Operating System By Cathy Thiaw ID # COSC 513Lecturer: M. Anvari SEU‘99 Summer Term.
Server Operating System: Windows NT (Windows 2000) vs. Unix Zaiqun Pan August 2000.
Windows NT Operating System. Windows NT Models Layered Model Client/Server Model Object Model Symmetric Multiprocessing.
System Software Provides GUI Manages the resources of the computer system Defines the Software Platform Components of System Software Operating system.
2002 Networking Operating Systems (CO32010) 1. Operating Systems 2. Processes and scheduling 3.
CMPF124 Basic Skills For Knowledge Workers Chapter 1 – Part 1 Introduction To Windows Operating Systems CMPF 112 : COMPUTING SKILLS.
Computers & Operating Systems
Introduction to Computer Networks Introduction to Computer Networks.
A Study on Linux Operating System Ying Jiang ID:
Linux Student: Jun Li Instructor: Morteza Anvari Course: COSC513 Id#:
Basic UNIX Concepts. Why We Need an Operating System (OS) OS interacts with hardware and manages programs. A safe environment for programs to run is required.
Virtualization One computer can do the job of multiple computers, by sharing the resources of a single computer across multiple environments. Turning hardware.
SEU COSC513 Presentation Linux File Management Systems Student: Bo Ling Instructor: Prof. Mort Anvari Quarter: Spring, 2001.
Operating Systems Overview Basic Computer Concepts Operating System What does an operating system do  A computer’s software acts similarly with.
3.Data Communications 3.3Network Operating Systems.
Workload Active directory BizTalk server DHCP DNS Dynamics Exchange server Fax server IIS Lync server RDS SharePoint server SQL System Center Visual.
The LINUX Operating System By Cathy Thiaw ID # COSC 513Lecturer: M. Anvari SEU‘99 Summer Term.
Virtual Network Computing Sangmi Lee Oct,25,2000 Florida State University.
Software.
Linux - computer operating system
Operating System & Application Software
PC Operating Systems in Review
Welcome to Linux Chap#1 Hanin Abdulrahman.
WINDOWS NT VERSUS UNIX NT & UNIX OVERVIEW by Zhuo Hong Liu
Student Name : Zhen Zhang ID : Instructor : Dr. Mort Anvari
Chapter 4 The Power behind the Power
Virtual Network Computing VNC
أساسيات تقنية المعلومات
نظم تشغيل الشبكات.
Chapter 2: The Linux System Part 1
Remote Access Services RAS Routing and Remote Access Services RRAS Remote Desktop Terminal Services Virtual Private Networking VPN.
Chapter 4 The Power behind the Power
Networks and the Internet
Overview of Client Configuration
Оқытушысы: Жармагамбетова Г.О.
PC Operating Systems in Review
Welcome to Linux Chap#1 Hanin Abdulrahman.
Instructor: Mort Anvari
Welcome to Linux Chap#1.
Concurrency Conclusion
Presentation transcript:

The LINUX Operating System By Cathy Thiaw ID # 89261 COSC 513 Lecturer: M. Anvari SEU ‘99 Summer Term

What’s Linux? an OS initially created by Linus Torvalds (Finland) and a team working over the Internet; developed from MINIX, a small Unix system; An open and free operating system, adaptable to meet individuals needs;

Linux Features Multitasking Virtual memory Shared libraries Multi_users capabilities X-windows systems Run most Unix programs

Linux Features Advanced networking capabilities: LAN or WAN setting, different types of protocols, fast TCP/IP drivers Support for Macintosh, Windows, NT, Novell, OS/2 Server or Client

Resource Management Use of semaphores 1 process at a time can access to some resource The semaphore data structure includes a count of number of processes that wish to use a resource, a waking parameter (number of processes waiting to be woken up), and a wait queue.

Comparison with other OS Windows NT BSDI Solaris