Windows 2000 Vs. Mac OS X Comparing Windows 2000 and Mac OS X on the following grounds: 1) Architecture 2) Design Goals 3) Programming Interface/ User.

Slides:



Advertisements
Similar presentations
Operating-System Structures
Advertisements

MicroKernel Pattern Presented by Sahibzada Sami ud din Kashif Khurshid.
Mac OS X Anja Philipp MAC OS X Anja Philipp
An Overview Of Windows NT System Student: Yifan Yang Student ID:
Windows NT server and workstation Name: Li Shen Course: COCS541 Instructor: Mort Anvari.
14 Macintosh OS X Internals. © 2005 Pearson Addison-Wesley. All rights reserved The Macintosh Platform 1984 – first affordable GUI Based on Motorola 32-bit.
Chorus and other Microkernels Presented by: Jonathan Tanner and Brian Doyle Articles By: Jon Udell Peter D. Varhol Dick Pountain.
Client/Server Computing Ajay Kumar Shrivastava. Network Operating System (NOS) It manages the services of the server It exists at the session and presentation.
1 Module 1 The Windows NT 4.0 Environment. 2  Overview The Microsoft Operating System Family Windows NT Architecture Overview Workgroups and Domains.
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.
INTRODUCTION OS/2 was initially designed to extend the capabilities of DOS by IBM and Microsoft Corporations. To create a single industry-standard operating.
Chapter 1 Network Operating Systems ISQA424 Instructor: Rob Knauerhase Portland State University.
Microkernels: Mach and L4
Computer Forensics Principles and Practices by Volonino, Anzaldua, and Godwin Chapter 6: Operating Systems and Data Transmission Basics for Digital Investigations.
12 Chapter 12 Client/Server Systems Database Systems: Design, Implementation, and Management, Fifth Edition, Rob and Coronel.
Introduction Operating Systems’ Concepts and Structure Lecture 1 ~ Spring, 2008 ~ Spring, 2008TUCN. Operating Systems. Lecture 1.
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.
Silberschatz, Galvin and Gagne ©2009 Operating System Concepts – 8 th Edition Chapter 2: Operating-System Structures Modified from the text book.
Installing Windows XP Professional Using Attended Installation Slide 1 of 41Session 2 Ver. 1.0 CompTIA A+ Certification: A Comprehensive Approach for all.
Starting Windows NT An overview and introduction Instructor: Professor: Dr. Anvari Students: Li-Yen Chen & Chunwa (Joanna) Chan Southeastern University.
AN INTRODUCTION TO LINUX OPERATING SYSTEM Zihui Han.
Windows NT Operating System Junhua Duan Junhua Duan Aug. 26th, 1999 Aug. 26th, 1999.
Mac OS X Ivan Ma Senior Systems Engineer Apple.
Ceng Operating Systems
Excellence Publication Co. Ltd. Volume Volume 1.
Silberschatz, Galvin and Gagne ©2009 Operating System Concepts – 8 th Edition, Chapter 2: System Structures.
Chapter 2: Operating-System Structures. 2.2 Silberschatz, Galvin and Gagne ©2005 Operating System Concepts – 7 th Edition, Jan 14, 2005 Operating System.
Group 1 Members: SMU CSE 8343 Wael Faheem Professor:Dr.M.KHALIL. Hazem Morsy Date: Poramate Ongsakorn Payal H Patel Samatha Devi Malka.
Mr C Johnston ICT Teacher
April 2000Dr Milan Simic1 Network Operating Systems Windows NT.
Chapter 2 Operating System Overview
Windows XP. History Windows XP is based on the NT kernel developed in 1988 Windows XP is based on the NT kernel developed in 1988 XP was originally sold.
Windows 2000 Course Summary Computing Department, Lancaster University, UK.
1 Introduction to Middleware. 2 Outline What is middleware? Purpose and origin Why use it? What Middleware does? Technical details Middleware services.
Silberschatz, Galvin and Gagne  2002 Modified for CSCI 399, Royden, Operating System Concepts Operating Systems Lecture 7 OS System Structure.
Windows NT Operating System. Windows NT Models Layered Model Client/Server Model Object Model Symmetric Multiprocessing.
Advanced Design and System Patterns The Microkernel Pattern.
Ihr Logo Operating Systems Internals & Design Principles Fifth Edition William Stallings Chapter 2 (Part II) Operating System Overview.
Operating System What is an Operating System? A program that acts as an intermediary between a user of a computer and the computer hardware. An operating.
Android Security Model that Provide a Base Operating System Presented: Hayder Abdulhameed.
The Mach System Abraham Silberschatz, Peter Baer Galvin, Greg Gagne Presentation By: Agnimitra Roy.
Scott Ferguson Section 1
A. Frank - P. Weisberg Operating Systems Structure of Operating Systems.
1.1 Silberschatz, Galvin and Gagne ©2009 Operating System Concepts – 8 th Edition Lecture 2: OS Structures (Chapter 2.7)
Chapter 1 Basic Concepts of Operating Systems Introduction Software A program is a sequence of instructions that enables the computer to carry.
Mac OS X Cate Wardell Tim Miller Tina Han Kenan Shifflett Zach Debord.
CEG 2400 FALL 2012 Linux/UNIX Network Operating Systems.
1 Chapter 2: Operating-System Structures Services Interface provided to users & programmers –System calls (programmer access) –User level access to system.
1.3 Operating system services An operating system provide services to programs and to the users of the program. It provides an environment for the execution.
Introduction to Operating Systems Concepts
Computer System Structures
Computer System Structures
Operating System & Application Software
Operating System Structures
Lecture 1-Part 2: Operating-System Structures
PC Operating Systems in Review
Operating System Structure
Unit OS2: Operating System Principles
Chapter 3: Windows7 Part 1.
Chapter 2: Operating-System Structures
Objective Understand the concepts of modern operating systems by investigating the most popular operating system in the current and future market Provide.
Chapter 2: System Structures
B.Ramamurthy Chapter 2 : Appendix
Lecture 1-Part 2: Operating-System Structures
Outline Chapter 2 (cont) OS Design OS structure
Mac OS X thread APIs Mach threads POSIX threads (pthreads)
PC Operating Systems in Review
Outline Operating System Organization Operating System Examples
Objective Understand the concepts of modern operating systems by investigating the most popular operating system in the current and future market Provide.
Presentation transcript:

Windows 2000 Vs. Mac OS X Comparing Windows 2000 and Mac OS X on the following grounds: 1) Architecture 2) Design Goals 3) Programming Interface/ User Interface 4) IPC

Architecture (Windows 2000): The Windows 2000 OS is divided into two sections: kernel mode and user mode. Executes on a variety of hardware platforms. Separates application- oriented software from operating system software -OS software includes the Executive, the microkernel, device drivers, and the hardware abstraction layer. -runs in kernel mode. (access to system data and hardware) -Application software runs in user mode and has limited access to user data.

Architecture of the Mac OS X Layered architecture divided into four distinct layers: - Application Environment - Application Services - Core Services - Kernel environment

Architecture of the Mac OS X Mac OS X encompasses many different technologies: -Darwin -Quartz -OpenGL -QuickTime -Application Services -Aqua

Design Goals Windows 2000 Win2K design team objective was to design a robust, portable, maintainable, extensible, and secure operating system (OS). Key features: Robustness: protect itself from internal malfunction, software and hardware errors Extensibility and Maintainability Portability: function on a number of platforms with minimal re- coding Performance POSIX compliance and government certifiable C2 security

Design goals Mac OS X The core of Mac OS X is UNIX and is based on the open source Darwin kernel. It has a graphical desktop environment and power, stability of UNIX. Mac OS X provides power, ease of use, and a pretty new look. It offers a command-line environment, and powerful networking. Key features: Integrated System: integrate a diverse collection of technologies and base this unified set of technologies on advanced kernel environment. Extensibility: support new software, hardware, features and network technologies Modularity: future enhancements System Responsiveness: faster speed and operations Enhanced Performance and Stability Advanced User Experience and Productivity

Advantages Windows 2000 Maintainable and Extensible Security: executive provides the only entry point into the system Portability: across hardware architectures and platforms Robustness MAC OS X Integrated system Robust Enhanced Performance and Stability Backward Compatibility

Disadvantages Windows 2000 No Backward compatibility Lesser Speed Less Reliable MAC OS X Security: Darwin is distributed under Open Source license, security threat Not extensible like Win2K Software compatibility shortcomings and support Classic applications run and load slowly Marketing weakness and media coverage

Conclusion: Win2K is designed to be reliable and it can be maintained and extended to take advantage of new technologies. It supports multiprocessing and has portability. The Win2K merges the best attributes of a layered OS with those of a client/server or microkernel OS. It is a choice for business, and for highly distributed systems. Mac OS X is more stable, beautiful, Aqua look, and graphics. It has layered architecture. Only a few native OS X applications available, so best features of OS are untapped. Multilingual support built in; better memory management and protected memory; PM: Mac OS X is highly reliable, and supports the preemptive multitasking and protected memory.

Programming Interface Windows 2000 The Programming Interface is composed of a set of user-mode applications (called sub-systems) that perform operating system tasks. It provides modularity. Multiple application programming interfaces (API), while keeping the base OS code simple and maintainable.

User Interface Mac OS X New aqua like interface called Aqua The top layer represents Application environments which encompass five application environments:Carbon, Cocoa, Java, Classic environment and BSD commands. -Classic environment provides compatibility to run their Mac OS 8/9 applications -BSD Commands environment provides a shell to execute BSD programs on the command line. Application services provide system services to all application environments. -includes Quartz, Quick Draw, OpenGL, QuickTime & Core Services.

User Interface Kernel environment is the foundation layer of Mac OS X. It is a high-performance and highly modular kernel and its primary components are Mach and BSD. Mac OS X is based on Darwin (open source core, UNIX) kernel and it provides great stability for any development environment.

Advantages Windows 2000 API: availability of tested APIs Multi-processor End-user applications Micro-kernel: protects kernel since applications runs in user-mode Ensures Security Vendor tools Mac OS X Power and Stability: kernel based on UNIX (Darwin) Advanced and new development features Backward compatibility Integrated Java, Internet application development environment Graphics Interoperability:supports interoperability for UNIX apps.

Disadvantages Windows 2000 Backward compatibility to 16- bit architecture Integrated system Mac OS X Doesn’t ensure Security Doesn’t provide End-user applications No Support and training

Conclusion Windows 2000 has availability of well-defined and tested APIs, and vendor tools enhance development. It provides good support, training and end-user applications. Mac OS X is built on open BSD UNIX, Java2, XML, PDF, and OpenGL standards so that third-party developers can add applications more easily. It offers advanced development options and new features for advanced users, especially UNIX gurus.

IPC(Inter Process Communication) Processes needs to communicate in some way with one another, to transfer some data or to let other processes know what's going on with one another. Windows 2000 Win2K supports seven primary IPC mechanisms: Named Pipes, Mailslots, NetBIOS, Winsock, NetDDE, RPCs, Local Procedure Call Facility With COM, the client can communicate directly with the process. With DCOM, the client can communicate directly with other processes on different computers on a LAN, WAN or the Internet.

IPC(Inter Process Communication) MAC OS X Mac OS has an inter-application communication (IAC) architecture, which provides a standard and extensible mechanism for communication among Macintosh applications. Apple events are the primary methods for inter-application communication on Mac OS X.

Advantages Windows 2000 system efficiently more elaborate, reliable and stable IPC mechanisms supported IPC mechanisms MAC OS X simple to use and implement faster communication

Disadvantages Windows 2000 Hard to work in distributed computing environment Slower IPC mechanisms due to inefficient memory management MAC OS X Event Mechanism requires many procedure calls. one-way communication (BSD Pipes) Apple Event objects creation time not suitable for performance-critical situations.

Conclusion Windows NT has more elaborate & complex, but reliable and stable IPC mechanisms. Mac OS IPC mechanisms are simple to use and implement. It has a fast and more responsive system.

Windows 2000 Vs. Mac OS X Mac OS X is a better choice for educational environment. Mac OS X is better choice for graphics, Internet and Java development. Apple will, of course add ease of use to the core design goals. I'm sure the Mac OS X interface will continue to evolve under customer feedback and experience. Apple has claimed that their goal is to make the first truly user- friendly UNIX box, or as they put it, a machine that “even your grandmother can use”. I imagine advanced users will prefer Mac OS X, because it has advanced and new features for development environment as compared to W2K. UNIX users will prefer Mac OS X because it provides shell prompt that is Mac Usage with UNIX-style Command-Line.

Windows 2000 Vs. Mac OS X I would prefer Windows 2000 from a business point of view because it is a highly secure, extensible, maintainable, robust and portable OS. It offers better support, APIs, vendor tools and end-user applications.

References Operating Systems (Fourth Edition) by William Stallings Inside Microsoft Windows 2000 by David A Solomon & Mark E Russinovich The Apple - Mac OS X Website:Apple - Mac OS X ( MacOS X News at The Macintosh News Network (osx.macnn.com/ ) MacOS X News at The Macintosh News Network