Chapter Overview Operating System Basics

Slides:



Advertisements
Similar presentations
Understanding the Boot Process and Command Line
Advertisements

2 © 2004, Cisco Systems, Inc. All rights reserved. IT Essentials I v. 3 Module 4 Operating System Fundamentals.
Drives, Directories and Files. A computer file is a block of arbitrary information, or resource for storing information. Computer files can be considered.
A+ Guide to Software, 4e Chapter 6 Windows 9x/Me Commands and Startup Disk.
Chapter 3 Understanding the Boot Process and Command Line.
FILE SYSTEMS. File Names 1 to 255 characters in length  This includes the path You can use uppercase and lowercase (case-aware, but not case-sensitive)
11 INSTALLING WINDOWS XP Chapter 2. Chapter 2: Installing Windows XP2 INSTALLING WINDOWS XP  Prepare a computer for the installation of Microsoft Windows.
Computer Forensics Principles and Practices by Volonino, Anzaldua, and Godwin Chapter 6: Operating Systems and Data Transmission Basics for Digital Investigations.
5.1 © 2004 Pearson Education, Inc. Exam Managing and Maintaining a Microsoft® Windows® Server 2003 Environment Lesson 5: Working with File Systems.
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.
Working in DOS DOS is a true operating system
FILES  A file is a collection of related information  Files are kept in directories on a disk.
Command Line Interface
© 2012 The McGraw-Hill Companies, Inc. All rights reserved. 1 Third Edition Chapter 4 Disk Operating System (DOS) and the Command-Line Interface McGraw-Hill.
System Software. BIOS Basic Input Output System A kind of ROM Execute routines Checking RAM, detecting hard disk, floppy disk, CDROM, … etc.
IT Essentials - Chapter 4 Operating System Fundamentals.
Operating Systems Basic PC Maintenance, Upgrade and Repair Mods 1 & 2.
Version 3 Operating System Fundamentals Module 4.
Windows 95 requirements l 80386DX or higher machine l at least 4 MB of RAM (8 MB recommended) l mouse l VGA or better monitor l hard drive with at least.
IT Essentials: PC Hardware and Software 1 Chapter 7 Windows NT/2000/XP Operating Systems.
 FILE S SYSTEM  DIFFERENT FILE SYSTEMS  FILE SYSTEM COMPONENTS  FILE OPERATIONS  LOG STRUCTERD FILE SYSTEM  FILE EXAMPLES.
1. 2 Disk Operating System (DOS) Finding DOS and Understanding its Strengths and Weaknesses Installing DOS How the FAT File System Works Working with.
WINDOWS XP PROFESSIONAL Bilal Munir Mughal Chapter-1 1.
DOS Understanding what you can do. Operating System Traits An OS only works with one type of processor –X86 processors for us; Motorola for Mac –Must.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 15 Installing and Using Windows XP Professional.
Operating System Basics Chapter 1 Release 16/07/20 09 powered by dj.
Understanding the Boot Process and Command Line
Gene Perkins, Lassen High School Networking Academy
A+ Guide to Software Managing, Maintaining and Troubleshooting THIRD EDITION Chapter 9 Managing Memory.
A+ Guide to Software Managing, Maintaining and Troubleshooting THIRD EDITION Chapter 2 How an OS Works with Hardware and Other Software.
Window NT File System JianJing Cao (#98284).
Computer Hardware PC Operating Systems. What is an operating system? An OS is the interface between the user and the computer hardware It provides the.
How Hardware and Software Work Together
A+ Guide to Software Managing, Maintaining and Troubleshooting THIRD EDITION Introducing and Comparing Operating Systems Chapter 1.
W2K Server Installation It is very important that before you begin to install Windows 2000 Server, you must prepare for the installation by gathering specific.
Chapter 3 Installing Windows XP Professional. Preparing for installation Pre-installation requirement; ◦ Hardware requirements ◦ Hardware compatibility.
PC Maintenance: Preparing for A+ Certification Chapter 10: Introduction to Disk Storage.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 13 Understanding and Installing Windows 2000 and Windows NT.
14 Step-by-Step Instructions for an Upgrade Installation n Prepare for the installation Verify that all devices and applications are Windows 2000 compatible.
1 Chapter Overview How Windows 98 Works How Windows 2000 Works Managing Windows.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 13 Understanding and Installing Windows 2000 and Windows NT.
Week #3 Objectives Partition Disks in Windows® 7 Manage Disk Volumes Maintain Disks in Windows 7 Install and Configure Device Drivers.
1 Windows 98 Ancillary Systems x The Process Scheduler provides system resources. The Windows Driver Model (WDM) allows Windows 98 and Microsoft Windows.
Chapter 14 Supporting Windows 2000 Professional. 14 You Will Learn… n About the different operating systems within the Windows 2000 suite n About the.
OPERAING SYSTEM 1 CA-210 WINDOWS XP. CHAPTER 1 OPERATING SYSTEM FUNDAMENTALS.
1 Operating System Software What, Where, Why, and How? Startup routines ROM BIOS POST Device Drivers User Interface – Text or GUI Menus and dialog boxes.
IT Essentials 1 v3 Module 4 JEOPARDY IT Essentials 1 RouterModesWANEncapsulationWANServicesRouterBasicsRouterCommands RouterModesWANEncapsulationWANServicesRouterBasicsRouterCommands.
Microsoft Window 9X Operating System Richard Goldman © February 28, 2001.
A+ Guide to Managing and Maintaining your PC, 6e Chapter 15 Windows 9x/Me Commands and Startup Disk.
A+ Guide to Managing and Maintaining Your PC, 7e Chapter 2 Introducing Operating Systems.
Systems Administration (Windows) BIT3111 – Lecture 5 (Introduction to Windows OS)
NT1110 Computer Structure and Logic Unit 8 (Module 5A) COMPUTER OPERATION AND SECURITY.
Computers: Tools for an Information Age
Chapter Objectives In this chapter, you will learn:
Disks and Formatting Ch 3.
Working with Disks Lesson 4.
Windows XP File Systems
File Management.
Chapter 6 Windows 9x/Me Commands and Startup Disk
CONFIGURING HARDWARE DEVICE & START UP PROCESS
File Managements.
Windows xp professional
Chapter Overview The Windows Family Preparing for Windows Installation
Operating System Fundamentals
Modern PC operating systems
IT Essentials PC Hardware and Software 4
OPERATING SYSTEM B-TECH III YEAR I SEM BRANCH :ECE
Creating and Managing Folders
Instructor Materials Chapter 5: Windows Installation
Presentation transcript:

Chapter Overview Operating System Basics The Command Prompt and DOS Mode Operations File Systems

The Software Core

A Short History of MS-DOS

Understanding DOS All versions were built for a specific class of CPU. MS-DOS never overcame critical limitations. All versions used a command-line interface. You must use the DOS prompt to set up a new system or hard disk drive.

DOS Boot Sequence and Files Three core programs IO.SYS MSDOS.SYS COMMAND.COM Two optional startup files CONFIG.SYS AUTOEXEC.BAT

Summary of Steps in Booting the System The power-on self test (POST) runs and invokes the operating system (OS). The read-only memory basic input/output system (ROM BIOS) looks for an OS and checks for IO.SYS and MSDOS.SYS. The OS processes CONFIG.SYS, if present. COMMAND.COM is loaded. The OS processes AUTOEXEC.BAT, if present. COMMAND.COM presents the active-drive prompt.

The DOS File System The file is the primary unit of data storage. Files are organized into directories. File and directory names can be up to eight characters long, followed by a period and a three-character extension. Some universal extensions are .exe, .com, .sys, .bat, .txt, .doc, and .drv. File and directory names are not case-sensitive.

The Evolution of Microsoft Windows Early versions presented a graphical user interface (GUI) for MS-DOS. Microsoft Windows 3.11 was the last 16-bit OS and the most well known version. Microsoft Windows 95 was the first 32-bit version. All applications designed for Windows have standard interfaces. Multitasking allows users to have more than one application open.

Operating Modes Real mode could address only 1 MB of random access memory (RAM). Standard mode allowed programs to run in protected mode. In protected mode, programs could address up to 16 MB of RAM. 386 enhanced mode could address up to 4 GB of RAM. Certain applications included a Windows runtime version.

Windows Resource Management

Memory Paging and Virtual Machines Virtual memory is an area on the hard disk drive (called a swap file) that the system uses to store program code temporarily. Virtual machines (VMs) allow multiple programs to operate. DOS programs run individually in separate VMs.

Windows Operating Systems Microsoft Windows for Workgroups 3.11 is an upgrade to Microsoft Windows 3.1. Windows 95, Microsoft Windows 98, and Microsoft Windows Me can be networked easily. Microsoft Windows NT is designed for networking. Microsoft Windows 2000 replaces Windows NT. Upgrading to Windows NT or Windows 2000 could present compatibility problems with some hardware and applications.

The COMMAND Command MS-DOS uses a text-based command-line user interface. A text-based interface requires no drivers because display functions are built in. COMMAND.COM provides the user interface.

Working with the Prompt Typing PROMPT /? or HELP PROMPT provides help information. DOS HELP returns information on customizing the prompt and the information that appears.

Internal and External Commands External commands exist as separate files. Windows has its own set of system utilities. Internal commands are contained within COMMAND.COM. Command mode requires typing a command instead of clicking an icon.

DOS Mode Navigation and File Management The DOS file system uses a tree structure. A fully qualified path is the list of directories from the root to the file. The DIR command displays the contents of the current or a specified directory. DOS does not support Windows long filenames. The MD command creates a new directory.

The PATH Command PATH allows you to display and change the search path. %PATH% appends the old path to the new path. Programs in path directories can be run from any location on the computer.

Creating a Batch File A batch file is an executable file that runs a series of existing commands or applications. Commands listed in the file are executed in sequence. Any executable that can be run from the prompt can be included in a batch file.

Renaming a File The RENAME or REN command allows you to rename a file. The CD command allows you to change directories. The CLS command clears the screen.

Using Edit

Summary of DOS Terminology

CONFIG.SYS Commands BUFFERS COUNTRY DEVICE DEVICEHIGH DOS FCBS FILES INSTALL LASTDRIVE MOUSE.SYS NUMLOCK SHELL SWITCHES

AUTOEXEC.BAT Commands DOSKEY ECHO KEYB MOUSE.EXE PATH PAUSE PROMPT SET SHARE SMARTDRV

File System Basics The file system organizes data on the storage medium. Different media require different file systems. File systems define naming conventions, file size, and media capacity. Magnetic media employ several different file systems, depending on the OS.

Key File System Terms Block Boot disk Boot sector Cluster Dual boot Encryption End-of-file (EOF) marker File File allocation table (FAT) File format File handle File locking Filename Folder Format Low-level format Master boot record Partition table Primary partition Sector Track Volume

Comparing and Choosing File Systems Decision factors: Dual boot requirement Number and size of hard disk drives Size of partitions Need to support legacy applications Need for advanced features such as security

FAT-Based File Systems All modern PCs can use FAT. FAT organizes files by listing them in a table. Two copies of the table are maintained on the media. FAT was developed for and is still used by floppy disk drives. There are three versions: FAT12, FAT16, and FAT32.

FAT16 and FAT32 Compared and Contrasted High compatibility Use of MS-DOS bootable floppy disk Performance advantage on small volumes Manual intervention to use FAT copy No backup of boot sector 2-GB volume limit Better performance when operating in real mode or safe mode Dual boot with Windows NT and Windows 98 8.3 filenaming limit Limited compatibility No use of MS-DOS bootable floppy disk More efficient allocation of disk space Automatic use of FAT copy if needed Automatic backup of boot sector Support of 32-GB volumes Faster load times for applications and large data files No dual boot with Windows NT and Windows 98 Support of filenames up to 255 characters

The NT File System (NTFS) Was introduced with Windows NT Supports long filenames and is optimized for multiuser environments Provides file and folder level security Is more reliable than previous file systems Is not completely supported under Windows NT

Advantages and Disadvantages of NTFS Supports volumes up to 2 terabytes (TB) Maintains a recovery log Has no limit on number of entries at root Allows faster file access Supports disk quotas (Windows 2000) Supports file and folder compression Supports file and folder security Does not allow accessing NTFS volumes under MS-DOS, Windows 95, or Windows 98 Does not allow using NTFS volumes as a primary partition for dual booting MS-DOS, Windows 95, or Windows 98 Could decrease performance on volumes smaller than 400 MB

File System Size Limitations Different OSs handle cluster size differently. Under FAT volumes, drives smaller than 16 MB are formatted as FAT12. MS-DOS, Windows 95, and Windows 98 cannot access FAT16 volumes larger than 2 GB.

File System Security FAT attributes on FAT file systems FAT has attributes that can protect files from being overwritten or viewed. Attributes can be set by using the ATTRIB DOS-mode command, or by right-clicking a file in Windows and selecting the Properties option. NTFS file and folder security NTFS uses permissions to determine who can access the file or folder. Permissions are set by using the Security tab for the file or folder.

Chapter Summary An OS is the interface between the hardware and the user. All OSs have a user interface, memory, and file management. Technicians need to know how to perform command prompt operations. Technicians who work with older OSs must understand MS-DOS and DOS startup files. Internal and external commands can be used to configure and troubleshoot. FAT32 has several enhancements over FAT16. NTFS supports file and folder security, compression, and disk quotas.