2 © 2004, Cisco Systems, Inc. All rights reserved. IT Essentials I v. 3 Module 4 Operating System Fundamentals.

Slides:



Advertisements
Similar presentations
Lesson 4 0x Operating Systems.
Advertisements

A+ Guide to Software, 4e Chapter 6 Windows 9x/Me Commands and Startup Disk.
Chapter 3 Understanding the Boot Process and Command Line.
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.
11/13/01CS-550 Presentation - Overview of Microsoft disk operating system. 1 An Overview of Microsoft Disk Operating System.
MCT260-Operating Systems I Operating Systems I Introduction to Operating 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.
Cambodia-India Entrepreneurship Development Centre - : :.... :-:-
Computer Skills Preparatory Year Presented by: L.Obead Alhadreti.
Operating Systems.
PC Maintenance: Preparing for A+ Certification
Working in DOS DOS is a true operating system
Installing software on personal computer
LECTURE 14 Operating Systems and Utility Programs
Operating Systems & File Management. What is an operating system?
Operating System Fundamentals
A+ Guide to Software, 4e Chapter 1 Introducing Operating Systems.
Lesson 4 Computer Software
System Software. BIOS Basic Input Output System A kind of ROM Execute routines Checking RAM, detecting hard disk, floppy disk, CDROM, … etc.
Conventional Memory 8088 processor could address only 1 MB
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.
Computer Concepts 2013 Chapter 4 Operating Systems and File Management.
Chapter 4 Operating Systems and File Management. 4 Chapter 4: Operating Systems and File Management 2 Chapter Contents  Section A: Operating System Basics.
IT Essentials: PC Hardware and Software 1 Chapter 7 Windows NT/2000/XP Operating Systems.
Administering Windows 7 Lesson 11. Objectives Troubleshoot Windows 7 Use remote access technologies Troubleshoot installation and startup issues Understand.
DOS- Disk Operating System By: Prof.M.B.Salunke Asst. Prof., Department of Computer Engg, SITS, Pune-41.
1. 2 Disk Operating System (DOS) Finding DOS and Understanding its Strengths and Weaknesses Installing DOS How the FAT File System Works Working with.
Lesson 6 Operating Systems and Software
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.
Understanding the Boot Process and Command Line
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.
Gene Perkins, Lassen High School Networking Academy
A+ Guide to Software Managing, Maintaining and Troubleshooting THIRD EDITION Chapter 9 Managing Memory.
Computer Management & Support: 3.0, 4.0, 5.0, 5.1, 6.0, 7.0, 8.0, 9.0, 10.0 Technology Education (9-12): 3.0, 3.1, 3.2, 11.0, 15.0 Courses of Study and.
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.
DOS  In the 1980s or early 1990s, the operating system that shipped with most PCs was a version of the Disk Operating System (DOS) created by Microsoft:
What is system software and what are its parts? Programs that control operation of computer Two parts are operating systems utility programs.
CHAPTER FOUR COMPUTER SOFTWARE.
Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 3: Operating Systems Computer Science: An Overview Tenth Edition.
Introduction to Interactive Media Interactive Media Tools: Software.
How Hardware and Software Work Together
Computing and the Web Operating Systems. Overview n What is an Operating System n Booting the Computer n User Interfaces n Files and File Management n.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 12 Supporting Windows 9x.
Operating Systems TexPREP Summer Camp Computer Science.
Chapter 8: Operating Systems and Utility Programs Catherine Gifford Dan Falgares.
Systems Software Operating Systems. What is software? Software is the term that we use for all the programs and data that we use with a computer system.
14 Step-by-Step Instructions for an Upgrade Installation n Prepare for the installation Verify that all devices and applications are Windows 2000 compatible.
OPERAING SYSTEM 1 CA-210 WINDOWS XP. CHAPTER 1 OPERATING SYSTEM FUNDAMENTALS.
IST 222 Day 3. Homework for Today Take up homework and go over Go to Microsoft website and check out their hardware compatibility list.
An operating system is the software that makes everything in the computer work together smoothly and efficiently. What is an Operating System?
Operating System Fundamentals 1. Components of an OS 2. Functions of an OS 3. Types of OS 4. Command-line tools.
I T Essentials I Chapter 5 JEOPARDY Installing & UpgradingComputerBasicsErrorsServicePotpourri
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.
Computer Operating Systems And Software applications.
A+ Guide to Managing and Maintaining your PC, 6e Chapter 15 Windows 9x/Me Commands and Startup Disk.
Systems Administration (Windows) BIT3111 – Lecture 5 (Introduction to Windows OS)
Computers: Tools for an Information Age
Chapter Objectives In this chapter, you will learn:
TexPREP Summer Camp Computer Science
Chapter 4 The Power behind the Power
Chapter Overview Operating System Basics
Chapter 4 The Power behind the Power
Operating System Fundamentals
The Operating system Gives life to the hardware
OPERATING SYSTEM B-TECH III YEAR I SEM BRANCH :ECE
Instructor Materials Chapter 5: Windows Installation
Presentation transcript:

2 © 2004, Cisco Systems, Inc. All rights reserved. IT Essentials I v. 3 Module 4 Operating System Fundamentals

Module 4 Operating System Fundamentals 4.1 – The Operating System 4.2 – Disk Operating System (DOS) 4.3 – Memory Management

The Operating System

Components of an Operating System Operating Systems (OS) are software programs that control thousands of operations, provide an interface between the user and the computer, and run applications. An OS is designed to control the operations of programs such as web browsers, word processors, and programs.

Components of an Operating System Computers that handle concurrent users and multiple jobs are called "network servers" or "servers“. Servers have operating systems installed called Network Operating Systems (NOS). There are three basic elements that make up the major design components of any operating system. 1.User interface 2.Kernel 3.File management system

Operating System Functions All operating systems perform the same basic functions: –File and folder management –Management of applications –Support for built-in utility programs –Access control to computer hardware (The operating system can either access the hardware through the BIOS or through the device drivers Figure 2) Programs written for the UNIX operating system will not work on a Windows-based system, and vice versa.

Operating System Types - Basic Terminology The following terms are often used when comparing operating systems: –Multi-user –Multi-tasking –Multi-processing –Multi-threading A list of some of the most popular operating systems: –Microsoft Windows 95, 98, ME –Microsoft Windows NT/2000/XP –The Macintosh OS –UNIX

Disk Operating System (DOS)

What is DOS, and Why Learn About it? Microsoft developed (DOS), in DOS was designed for the IBM Personal Computer DOS is a collection of programs and commands used to control the overall computer operation in a disk- based system Three sections make up DOS: –Boot files –File management files –Utility files

What is DOS, and Why Learn About it? DOS is useful as a troubleshooting aid when Windows will not boot. It allows the hard drive to be accessed without the GUI and provides the ability to run troubleshooting or diagnostic programs. –DOS is a command line operating system, it is not user-friendly –DOS can only run one program at a time. –DOS can only run small programs and has memory limitations –DOS is an essential tool for IT professionals and is used extensively for troubleshooting

The DOS File Structure A file is simply a block of logically related data that is given a single name and treated as a single unit. Examples include programs, documents, drawings and other illustrations, sound files, etc. The common attributes for DOS files include: –Hidden File –Read Only –Archive (backup) status –System File

The DOS File Structure Hard drives organize the disk into directories and subdirectories. The main directory is known as the root directory. All other directories, if they exist, then radiate (branch out) from the root directory, similar to the branches of a tree. Locating any given file requires knowledge of the drive, directory, and subdirectory in which the file is found. The first hard drive in most computer systems is labeled “C”.

Overview of Basic DOS Commands Basic commands are generally internal and more advanced commands are usually external. The command line is the space immediately following the DOS prompt, C:\> where C:\ represents the hard disk drive root directory, and ">" is known as the prompt. A switch is added to the command by adding a space, a forward-slash (/), and a single letter.

Creating a DOS Boot Disk A DOS boot disk is a great tool to use to troubleshoot when the computer is not booting properly. A DOS boot disk is just a floppy disk with three necessary system files on it: –COMMAND.COM –IO.SYS –MSDOS.SYS

Booting the System with a DOS Disk A DOS boot disk is used to boot a computer to the DOS Prompt Insert a bootable disk in the floppy disk drive, and turn on the computer. The BIOS will execute the bootstrap program to move the master boot record into RAM and then begin loading the operating system. If the system performs a standard DOS boot up, it should print the Date and Time prompts on the monitor screen, followed by the command line prompt (A:\).

DOS Configuration Files In the MS-DOS operating system, there are two special configuration files, called CONFIG.SYS and AUTOEXEC.BAT. As the system moves through the steps in the boot procedure, the BIOS first checks in the root directory of the boot disk for the presence of the CONFIG.SYS file. Next, it searches for the COMMAND.COM interpreter, and finally looks in the root directory again for the AUTOEXEC.BAT file. Both the AUTOEXEC.BAT and CONFIG.SYS files can play significant roles in optimizing the system memory.

Editing System Configuration Files: SYSEDIT.EXE SYSEDIT is a standard text editor used to edit system configuration files such as Config.sys and Autoexec.bat. This utility can be used to edit the set of Windows initialization files generally referred to as INI files. INI files are basically text files that users can edit with a standard text editor utility such as SYSEDIT.

Memory Management

Memory Types The operating system that runs the computer uses physical memory (RAM), also known as system memory, and virtual memory. The four categories of system memory in the operating system include: –Conventional –Upper/expanded –High –Extended memory

Memory Types Conventional memory includes all memory addresses between 0 and 640KB. It is also known as base memory. This is the area where MS-DOS programs normally run.

Memory Types Upper Memory/Expanded Memory is also known as Reserved Memory It includes memory addresses that fall between 640KB and 1024KB (1MB). It follows conventional memory and has a size of 384KB.

Memory Types Extended Memory is memory locations beyond the 1 MB limit of the 8088/8086. This area of memory is also called Extended Memory Specification (XMS). XMS is the primary memory area used by Windows 9x.

Memory Types Once the XMS driver is loaded, extended memory becomes available to the OS. When this happens, the first 64KB of extended memory is called the High Memory Area (HMA).

Memory Management Tools There are several tools that can be used to manage and optimize system memory. –EMM386.EXE –HIMEM.SYS –DOS=HIGH –DEVICEHIGH/LOADHIGH

Other Types of Memory Two examples are RAM drive and virtual memory: Virtual memory is used to describe memory that is not what it appears to be. Hard disk drive space is manipulated to seem like RAM. It is the basis of multitasking in Windows 9x. Without virtual memory, it would be almost impossible to run most of the software in use today.

Memory Conflicts: GPF Memory conflict can lead to a condition called General Protection Fault (GPF). A GPF (“blue screen of death”) typically occurs when an application attempts to violate the system integrity by one of the following ways: –Tries to use a memory address or space owned by another application –Tries to interact with a failing hardware driver –Tries to have direct access to the system hardware

Real Versus Protected Mode Memory Addressing Real mode means that software can address only 1,024 KB (1 MB) of RAM. Protected mode allows one program to fail without bringing down the whole system. What happens in one area of memory has no effect on other programs