Windows2000 vs. Linux Seyhan Aydin 200098 CS134 Presentation.

Slides:



Advertisements
Similar presentations
COMPUTERS: TOOLS FOR AN INFORMATION AGE Chapter 3 Operating Systems.
Advertisements

What is an operating system? Is it software?
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Linux vs. Windows. Linux  Linux was originally built by Linus Torvalds at the University of Helsinki in  Linux is a Unix-like, Kernal-based, fully.
Phones OFF Please Operating System Introduction Parminder Singh Kang Home:
CMPTR1 CHAPTER 3 COMPUTER SOFTWARE Application Software – The programs/software/apps that we run to do things like word processing, web browsing, and games.
Network+ Guide to Networks, Fourth Edition
Understanding Networks I. Objectives Compare client and network operating systems Learn about local area network technologies, including Ethernet, Token.
Introduction to windows operating system i
Lecture 14: Review Intro to IT COSC1078 Introduction to Information Technology Lecture 15 Operating Systems James Harland
1 DOS with Windows 3.1 and 3.11 Operating Environments n Designed to allow applications to have a graphical interface DOS runs in the background as the.
Introduction to UNIX Acknowledgement:Thanks to Dr Andrew Horner for the original version of this set of slides. All trademarks are the properties of their.
Installing Windows XP Professional Using Attended Installation Slide 1 of 41Session 2 Ver. 1.0 CompTIA A+ Certification: A Comprehensive Approach for all.
1 Kingdom of Saudi Arabia Prince Norah bint Abdul Rahman University College of Computer Since and Information System NET201.
Linux Operating system
Unix Presentation. What is an Operating System An operating system (OS) is a program that allows you to interact with the computer -- all of the software.
The University of Akron Summit College Business Technology Department Computer Information Systems 2440: 145 Operating Systems Introduction to UNIX/Linux.
Operating System.
A+ Guide to Software, 4e Chapter 1 Introducing Operating Systems.
Section 6.1 Explain the development of operating systems Differentiate between operating systems Section 6.2 Demonstrate knowledge of basic GUI components.
Chapter 6 Enumeration Modified Objectives  Describe the enumeration step of security testing  Enumerate Microsoft OS targets  Enumerate NetWare.
Operating Systems Basic PC Maintenance, Upgrade and Repair Mods 1 & 2.
Stuart Cunningham - Computer Platforms COMPUTER PLATFORMS Network Operating Systems Week 9.
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.
Hands-On Ethical Hacking and Network Defense
Excellence Publication Co. Ltd. Volume Volume 1.
Operating Systems. Operating systems  Between the hardware and the application software lies the operating system. The operating system is a program.
Module 2 Part I Introduction To Windows Operating Systems Intro & History Introduction To Windows Operating Systems Intro & History.
유닉스, 왜 공부하나 ? 자동화 –GUI vs commands 서버 개발 능력, 관리 능력 – 데스크탑에서의 개발과 관리와의 차이 ?
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.
A Comparison of Linux vs. Windows Bhargav A. Sorathiya B.E. 4 th C.E. Roll no:6456.
Samba version What is the Samba? Samba is a suite of programs which work together to allow clients to access to a server's filespace and printers.
Operating Systems Sara Mullan Johns Hopkins University Fall 2010
Remote Access Using Citrix Presentation Server December 6, 2006 Matthew Granger IT665.
Introduction to Computers Lesson 6B. home UNIX Oldest operating system, developed by Bell Labs in the 1970s Still used today in insurance, medicine, banking,
CMPF124 Basic Skills For Knowledge Workers Chapter 1 – Part 1 Introduction To Windows Operating Systems CMPF 112 : COMPUTING SKILLS.
PC Operating Systems section 6b. UNIX DOS The Macintosh Operating System Windows 3.x OS/2 Warp Windows NT Windows 95 and 98 Linux Windows 2000 This lesson.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
CS2204: Introduction to Unix January 19 th, 2004 Class Meeting 1 * Notes adapted by Christian Allgood from previous work by other members of the CS faculty.
A Study on Linux Operating System Ying Jiang ID:
Module 2 Part I Introduction To Windows Operating Systems Intro & History Introduction To Windows Operating Systems Intro & History.
CMPF124 Basic Skills For Knowledge Workers Chapter 1 – Part 1 Introduction To Windows Operating Systems.
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.
Linux History C151 Multi-User Operating Systems. Open Source Programming Open source programming: 1983, Richard Stallman started the GNU Project (GNU.
Introduction to UNIX CS465. What is UNIX? (1) UNIX is an Operating System (OS). An operating system is a control program that allocates the computer's.
Chapter 1 Basic Concepts of Operating Systems Introduction Software A program is a sequence of instructions that enables the computer to carry.
3 February Introduction to Operating Systems.
Chapter 1: Introduction to Linux. 2 Introduction Computer Components: –Hardware –Software Types of hardware and software Important components of an OS.
CEG 2400 FALL 2012 Linux/UNIX Network Operating Systems.
This slide deck is for LPI Academy instructors to use for lectures for LPI Academy courses. ©Copyright Network Development Group Module 01 Introduction.
Computer Center | Network Group IISER Bhopal Introduction to Basic Component of Computer System Vinay Bajpai iiserb.ac.in Computer Center Indian.
Linux Essentials Chapter 1: Selecting an Operating System.
Chapter 2 Operating Systems
Linux Operating Systems Taking Control of the Terminal
Operating System & Application Software
CHAPTER 8 - OPERATING SYSTEM HISTORY
LINUX WINDOWS Vs..
Popular Operating System Chapter 8
WINDOWS NT VERSUS UNIX NT & UNIX OVERVIEW by Zhuo Hong Liu
TYPES OFF OPERATING SYSTEM
LINUX WINDOWS Vs..
McGraw-Hill Technology Education
Networks Software.
Chapter 2: System Structures
Linux Professor Sabol.
Chapter 3 – Operating Systems
Section 1: Linux Basics and SLES9 Installation
Concurrency Conclusion
Introduction to Operating Systems
Presentation transcript:

Windows2000 vs. Linux Seyhan Aydin CS134 Presentation

What is Windows2000 ? Written by the Microsoft Corporation Introduced in 2000 as a replacement for its predecessor, Windows NT4.0 Features better networking support, incorporates newer technologies Easier to administer large scale networks Two Versions: Professional and Server

What is Linux ? An alternative OS to Windows! Latest incarnation of UNIX based operating systems Created by Linux Torvalds in 1991 Cheaper, modifiable, more stable? Comes in varying distributions, e.g. RedHat, SuSE, to name a few.

Operating Systems Timeline 1950’s:Single Batch Processing 1960’s:UNIX (Bell Labs) 1970’s:UNIX (‘Proper’ release, written in C) 1980’s:MS-DOS, IBM AIX, MacOS, OS/2, Windows. 1990’s:Linux, SUN Solaris, Windows 9 x, UNIX, BeOS (defunct). 2000’s: Windows2000, Windows XP, Linux 3. x kernel releases, Windows.NET family…

More of Windows2000 Built on two model principles: Layered Model  Core features of the operating system are modularised Client / Server Model  The operating system is divided in many processes, all waiting for user requests

More of Linux Main component is the kernel Continuously updated [ ] Integral support for all core functions Recently updated to include support for USB, IEEE1394, DVD-RW, and new file systems Two forms of interaction  Shell Input (Command prompt)  Window manager (GUI Interface)

What OS to Choose? Many factors to consider:  Cost of Operating System  Cost of Hardware  Reliability  Average Downtime  Technical Support  Frequency of Upgrades / Service Packs

FeatureLinux (Typical Distribution) Windows2000 Professional Operating system softwareFree, or approx £40 for personal edition and £60 for professional edition. Depends on distribution. Professional Ed: £199 Server: £899 or higher. (Prices per CPU). For multiple licenses, Microsoft have other pricing methods. Kernel source codeYesNo Web ServerApache Web ServerIIS NetworkingTCP/IP, IPv6, NFS, SMB, IPX/SPX, NCP Server (NetWare Server) AppleTalk, plus many other protocols TCP/IP, SMB, IPX/SPX, AppleTalk, plus many other protocols C and C++ CompilersYesNo Perl and other script langs.YesNo Number of file systems supported 32 (And increasing)3 Number of GUIs (window managers) to choose from 4 (And upgradeable)1 (Windows standard “start button” GUI)

Conclusion – Windows2000 Windows has the user base More widely used in corporate / large scale networks – our University uses it! Considered easier to use Many popular applications used within Windows More expensive to implement Microsoft high licensing charges

Conclusion - Linux Very fast, stable operating system Source code distributed and modifiable Cheap to purchase, lower system requirements More complicated to use? Not as widely used in large networks Widespread server use A serious competitor for Microsoft