DIT314 ~ Client Operating System & Administration

Slides:



Advertisements
Similar presentations
Chapter 8: Operating Systems and Utility Programs
Advertisements

Lesson 4 0x Operating Systems.
1 of 6 WINDOWS COMPARISION WINDOWSYEARSFEATURES WINDOWS The first version of windows provided a new software environment for developing and running.
Chapter 8 Operating Systems and Utility Programs.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
What You Will Learn Components of a computer’s system software The importance of an operating system Functions of an operating system Types of user interfaces.
Chapter 8 Operating Systems and Utility Programs.
Computer Basics. What is a Computer? A computer is a machine that can take inputs from the user, process that information, store that information as needed.
1 Chapter 2 Operating Systems: Software in the Background.
Computer Forensics Principles and Practices by Volonino, Anzaldua, and Godwin Chapter 6: Operating Systems and Data Transmission Basics for Digital Investigations.
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 Microsoft Windows XP All Trademarks & Copyrights Acknowledged.
Operating Systems.
Installing Windows XP Professional Using Attended Installation Slide 1 of 41Session 2 Ver. 1.0 CompTIA A+ Certification: A Comprehensive Approach for all.
Chapter 4: Operating Systems and File Management 1 Operating Systems and File Management Chapter 4.
SOFTWARE.
Lesson 4 Computer Software
Operating Systems Basic PC Maintenance, Upgrade and Repair Mods 1 & 2.
© Paradigm Publishing Inc. 4-1 Chapter 4 System Software.
Computer Concepts 2013 Chapter 4 Operating Systems and File Management.
Fundamentals of Networking Discovery 1, Chapter 2 Operating Systems.
Chapter 4 Operating Systems and File Management. 4 Chapter 4: Operating Systems and File Management 2 Chapter Contents  Section A: Operating System Basics.
About the Presentations The presentations cover the objectives found in the opening of each chapter. All chapter objectives are listed in the beginning.
 When Bill Gates saw how successful the apple “Lisa” computer and “Mac” computer were doing he decided to create an operating system with a GUI himself.
Module 1 Additional Slides Introducing Windows XP Professional.
WINDOWS XP PROFESSIONAL Bilal Munir Mughal Chapter-1 1.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 15 Installing and Using Windows XP Professional.
Chapter 4 System Software.
4 1 Operating System Activities  An operating system is a type of system software that acts as the master controller for all activities that take place.
Chapter 2 – Software Part A. Definition Computer is made up of two components Hardware Physical components Software Instructions for the computer Two.
Introduction to Interactive Media Interactive Media Tools: Software.
How Hardware and Software Work Together
DIT314 ~ Client Operating System & Administration CHAPTER 2 INTRODUCTION TO WINDOWS XP PROFESSIONAL Prepared By : Suraya Alias.
Guide to MCSE , Second Edition, Enhanced1 The Microsoft Networking Family Collection of operating systems (OS) Operating Systems Work directly with.
A+ Guide to Software Managing, Maintaining and Troubleshooting THIRD EDITION Introducing and Comparing Operating Systems Chapter 1.
Windows XP Professional Features ©Richard L. Goldman February 5, 2003.
Chapter 7 Operating Systems and Utility Programs.
Device- dependent Runs only on specific type of computer Types of Operating Systems What are some characteristics of operating systems? Next p
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
© Paradigm Publishing, Inc. 4-1 Chapter 4 System Software Chapter 4 System Software.
Application Software System Software.
CONTENT  Introduction Introduction  Operating System (OS) Operating System (OS) Operating System (OS)  Summary Summary  Application Software Application.
Hands-On Virtual Computing
Chapter 2 – Part 1 Introduction To Windows Operating Systems CMPF 112 : COMPUTING SKILLS.
History of Windows Operating System. Windows 1.0 Debuted in 1985 First version of Windows that was set up to use bitmap displays and mouse pointing devices.
DIT314 ~ Client Operating System & Administration CHAPTER 7 MANAGING DISKS AND FILE SYSTEM Prepared By : Suraya Alias.
Copyright © 2003 by Prentice Hall 1 Computers: Tools for an Information Age Chapter 3 Operating Systems: Software in the Background BSM025 Computers.
Systems Administration (Windows) BIT3111 – Lecture 5 (Introduction to Windows OS)
Chapter 2 Operating Systems
System SOFTWARE.
A+ Guide to Managing and Maintaining Your PC, 7e
Computers: Tools for an Information Age
DIT314 ~ Client Operating System & Administration
Operating System & Application Software
Lesson 4 0x Operating Systems.
Create setup scripts simply and easily.
Chapter 8 Operating Systems and Utility Programs
Chapter 8 Operating Systems and Utility Programs.
Chapter 7 Operating Systems and Utility Programs
Chapter 4 The Power behind the Power
Operating System Basics
Windows xp professional
Chapter 8 Operating Systems and Utility Programs
Chapter Overview Operating System Basics
Chapter 8 Operating Systems and Utility Programs
Chapter 4 The Power behind the Power
Chapter 8 Operating Systems and Utility Programs
Instructor Materials Chapter 5: Windows Installation
Presentation transcript:

DIT314 ~ Client Operating System & Administration CHAPTER 1 INTRODUCTION TO CLIENT OPERATING SYSTEM Prepared By : Suraya Alias

1.1 The Operating System (OS) OS is the software which controls the system hardware Two major categories of system software are the operating system and utility programs. Software can be divided into 2 general classes; System Software - Includes OS, compilers & utilities Application Software - End user program such as MSWord, MSExcel

1.1.1 Function of OS OS serve as the bridge between application software and computer hardware. Some functions of OS; Process Management Memory Management Device Management Storage Management Application Interface User Interface Security Networking

1.1.2 Classification of Operating System Operating System can be classified as follows; Real time operating system Eg. Fighter plane Single-user, Single Task operating system Palm OS Single-user, Multi-tasking operating system Windows XP, Mac OS Multi-user operating system UNIX and mainframe OS Multiprocessing operating system Where >2 CPU within a single computer system. Windows NT server, Windows 2000 server

1.1.3 Client Operating System Distributed computing is where the client communicate with the server (client/server model) Client Operating System Is the operating system that runs on client computer Windows 95,98,ME, XP,NT workstation, Vista Server Operating System Is the operating systems that runs on server computer Windows NT server, 2000 server client server

1.2 Microsoft Client OS MS-DOS ( Microsoft Disk Operating System) non-graphical line-oriented command-driven operating system with simple and easy interface contains a command interpreter which is integrated in the file called command.com. The file IO.SYS provides device routines like the access to the monitor, keyboard, fixed storage disks and interfaces as well as the booting code which form the core of operating system. Directory = folder, which contains files

Command Prompt TRY also; dir C:\windows dir windows To open command interpreter click start >programs> accessories>command prompt To View The Content Of A Directory Use dir command Type dir c: TRY also; dir C:\windows dir windows dir C: , dir D: dir /?dir /p

Command Prompt TRY also; cd \ cd /? cd d:/directory_name 2. Change From One Directory To Another use the cd command. The cd command stands for change directory. Type cd c:\windows TRY also; cd \ cd /? cd d:/directory_name

To change drive C to drive D, Type D: Command Prompt To change drive C to drive D, Type D: 3. Creating A New Directory Using mkdir command Type mkdir cosmopoint, Type mkdir clientOS , Type dir (to make sure the directory has been created)

Command Prompt 4. Removing/deleting a Directory Using rd command Type rd cosmopoint Type rd clientOS Type dir (to make sure the directory has been created)

Command Prompt 4. Copying File Using copy command Syntax: copy source destination First, create cosmopoint and clientOS directory in D: drive as previous. In cosmopoint folder, create a new file (example: test.txt). Then, copy the test.txt file in cosmopoint folder to clientOS using below command copy D:\cosmopoint\test.txt D:\clientOS

Command Prompt 5. Renaming File Using ren command Syntax : ren oldname newname The oldname is the file name u want to rename. The newname is the new name for the file Separate the two names with a space To rename test.txt to newtest.txt, type ren test.txt newtest.txt

Command Prompt 6. Deleting File Using del command Syntax : del filename To delete newtest.txt Type del newtest.txt 7. Formating disk Using format command Syntax : format drive: To format drive A Type format A:

1.2 Microsoft Client OS Features of Windows 95 Standard (286) mode Features of Windows 3.X Standard (286) mode larger memory support 386 Enhanced mode, with large memory and multiple preemptive DOS session support Support for Program Manager Support for File Manager Network support Support for more than 16 colours Features of Windows 95 RAM requirement-4Mbytes Hard disk requirement-50 Mbytes Supports FAT32, FAT16 and VFAT file system Multitasking for 32-bit programs Support x86 processors Plug and Play feature Support for high number of device drivers Compatibility with old system (16-bit software support)

1.2 Microsoft Client OS Features of Windows NT Extended support for the connection to networks Integrated Internet Explorer 4.0 and web optimized Internet Connection Sharing (ICS) 32-bit operating system Supports up to 512 Mbyte RAM Support file size up to 4 Gbyte Minimum Hardware Requirements: 16 Mbyte RAM, 300 Mbyte hard disk Space Multi monitoring Support (up to 4) Support file system FAT16, better use FAT32, access to NTFS and Linux ext2 file system with 3rd party tools Preemptive multitasking for 32-bit applications Support x86 CPUs and compatible Features of Windows NT All tasks can be processed through the GUI Multiple task can be processed at one time Windows NT workstation can provide a network server function Windows NT has good security features It supports Intel and RISC processors Designed for network environment Support secure NTFS file system Support for multiprocessor Larger and better hardware support Built in fault tolerance (disk mirroring, RAID) Built in system administration tools

1.2 Microsoft Client OS Features of Windows XP Full 32-bit operating system Support for NTFS or FAT32 file system support for hard disk drives as big as 32GB when running FAT32 Windows File Protection, which prevents installed applications from deleting necessary system files Elimination of many reboot scenarios Support for up to 4GB of Random Access Memory (RAM) Microsoft Management Console (MMC) Stronger Internet integration with Internet Explorer 5.0.1 Features of Windows XP Fast, easy switching between users or applications on same PC New designed desktop with rich graphics An enhanced Windows Media Player, which integrates DVD playback, music organization, and CD burning Support for Windows Messenger Windows Movie Maker, which offers built-in video capture and editing Internet Explorer 6, the latest version of the Microsoft web browser System Restore, which allows the computer to restore at previous dates Built in Network Setup Wizard for network setting Allow Remote Desktop connection over the Internet Remote assistant Better file protection and security Encrypting File System, which offers better security by transparently keyencrypting files Fast Resume from Hibernation Support for 802.1x networking Support for secure wireless networking

1.3 Introduction to LINUX Linux is free, based on GNU Public License (GPL) Portable to any hardware platform Was made to keep on running Linux is secure and versatile Linux is scalable Some Linux distribution/distros: UBUNTU, PC Linux OS,Red Hat Linux Server, Workstation and mainframe by Red Hat Fedora Distributed by Fedora projects based on Red Hat Linux

1.4 Introduction to MAC Macintosh (MAC) operating system is a brand from Apple Inc The current Mac products range from Apple's entry level Mac mini desktop, to a mid-range server, the Xserve. Like normal PCs, modern Macs are capable of running operating systems such as Linux, FreeBSD, Windows, etc.