COMP1321 Digital Infrastructures Richard Henson November 2013.

Slides:



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

Section 5a Types of Storage Devices.
Chapter 3 Understanding the Boot Process and Command Line.
Configuration Files CGS2564. DOS Config.sys Device drivers Memory configuration Autoexec.bat Run programs, DOS commands, etc. Environment settings File.
11 INSTALLING WINDOWS XP Chapter 2. Chapter 2: Installing Windows XP2 INSTALLING WINDOWS XP  Prepare a computer for the installation of Microsoft Windows.
1 Web Server Administration Chapter 3 Installing the Server.
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.
Installing Windows XP Professional Using Attended Installation Slide 1 of 41Session 2 Ver. 1.0 CompTIA A+ Certification: A Comprehensive Approach for all.
Operating System & Application Files BACS 371 Computer Forensics.
Working with the Windows XP Registry
OS and Application Files BACS 371 Computer Forensics.
70-293: MCSE Guide to Planning a Microsoft Windows Server 2003 Network, Enhanced Chapter 14: Problem Recovery.
IT Essentials - Chapter 4 Operating System Fundamentals.
COMP1321 Digital Infrastructure Richard Henson February 2012.
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.
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.
2 © 2004, Cisco Systems, Inc. All rights reserved. IT Essentials I v. 3 Module 6 Windows NT/2000 Operating Systems.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 15 Installing and Using Windows XP Professional.
IT Essentials: PC Hardware and Software 1 Chapter 5 Windows 9x Operating System.
Chapter 7 Microsoft Windows XP. Windows XP Versions XP Home XP Home XP Professional XP Professional XP Professional 64-Bit XP Professional 64-Bit XP Media.
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 IT Essentials PC Hardware and Software 4.1 Instructional Resource Chapter.
COMP2221 Networks in Organisations Richard Henson March 2014.
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.
Ch 11. Services A service is a specialized program that performs a function to support other programs Many services operate at a very low level – Interacting.
COMP1321 Digital Infrastructure Richard Henson February 2014.
Gene Perkins, Lassen High School Networking Academy
A+ Guide to Software Managing, Maintaining and Troubleshooting THIRD EDITION Chapter 8 Managing and Supporting Windows XP.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 14 Managing and Troubleshooting Windows 2000.
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.
Module 12: Managing Disaster Recovery. Overview Preparing for Disaster Recovery Backing Up Data Scheduling Backup Jobs Restoring Data Configuring Shadow.
COMP2221 Networks in Organisations Richard Henson February 2012.
How Hardware and Software Work Together
COMP1321 Digital Infrastructure Richard Henson February 2014.
Windows NT Chapter 13 Key Terms By Bill Ward NT Versions NT Workstation n A desktop PC that both accesses a network and works as a stand alone PC NT.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 13 Understanding and Installing Windows 2000 and Windows NT.
MCTS Guide to Microsoft Windows Vista Chapter 4 Managing Disks.
COMP2122 Network Operating Systems Richard Henson University of Worcester November 2010.
COMP2221 Networks in Organisations Richard Henson November 2012.
Windows Vista Inside Out Chapter 24 – Recovering From an Computer Crash Last modified am.
1 Windows 98 Ancillary Systems x The Process Scheduler provides system resources. The Windows Driver Model (WDM) allows Windows 98 and Microsoft Windows.
OPERAING SYSTEM 1 CA-210 WINDOWS XP. CHAPTER 1 OPERATING SYSTEM FUNDAMENTALS.
Chapter Thirteen Booting Windows XP. Objectives Understand the Windows XP boot process Understand the Windows XP boot process Troubleshoot system restoration.
IST 222 Day 3. Homework for Today Take up homework and go over Go to Microsoft website and check out their hardware compatibility list.
Copyright © Genetic Computer School 2008 Computer Systems Architecture SA 8- 0 Lesson 8 Secondary Management.
 Contents 1.Introduction about operating system. 2. Minimum requirement for Windows 7 operating system. 3. Procedure to install Window 7 operating system.
COMP1321 Digital Infrastructure Richard Henson February 2016.
Hands-On Microsoft Windows Server 2008 Chapter 7 Configuring and Managing Data Storage.
COMP1321 Digital Infrastructure Richard Henson March 2016.
COMP2221 Networks in Organisations
Chapter Objectives In this chapter, you will learn:
COMP2322 Networks in Organisations
COMP 1321 Digital Infrastructure
Under the Windows Desktop
Chapter 4 The Power behind the Power
CONFIGURING HARDWARE DEVICE & START UP PROCESS
Booting Up 15-Nov-18 boot.ppt.
Starting the computer. Every day we are using an operating system and most specifically a Windows operating system but most of us are not aware of the.
Chapter Overview Operating System Basics
Chapter 4 The Power behind the Power
COMP1321 Digital Infrastructures
Modern PC operating systems
COMP1321 Digital Infrastructure
IT Essentials PC Hardware and Software 4
IT Essentials PC Hardware and Software 4
Instructor Materials Chapter 5: Windows Installation
WINDOW 7 INSTALLATION Prepared By:- Mr. Pawan Kumar
Presentation transcript:

COMP1321 Digital Infrastructures Richard Henson November 2013

Week 6: Boot up, Files, Storage and the Windows Registry n Objectives:  Explain how data is stored for easy retrieval on a hard disk  Explain the Windows boot-up process  Explain why user and system settings need to be configured for multi-user use and across a network  Explain the role of the registry in Windows desktop & network configuration, user settings, security

Operating System Boot Up 1. ROM-BIOS 2. Bootstrap sector/file for hard disk 3. System files from hard disk 4. Registry 5. Configuration of drivers, etc. 6. Logon…

BIOS Developments n Earlier motherboards had a single chip containing the BIOS on ROM and a writeable CMOS area  the command line interface invoked was 16-bit n More recent motherboards use EFI (Extensible Firmware Interface)  uses a 32-bit command line  only really exploited with Windows 7, and 2008 Server…

More about ROM-BIOS n n Not all ROM…   basic operating system programs in the ROM part   Configurable CMOS settings allow configuration and tuning of devices connected directly to the motherboard   including secondary storage boot sequence… CMOS settings OS programs

More about booting to an Intel platform n BIOS program “points” to selected medium that contains a “boot loader” program »contains “master boot record” (MBR) »points to the boot partition n containing the operating system n Different media prepared in different ways »hard disk still the conventional boot medium n number of partition options so potential choice of bootable media »CDs & USBs only have one partition

Storage of Data as Files n Taken for granted, but actually a very ordered process including a minimum of:  filename  filename suffix (type of file)  filesize  address of start of file…

More about Hard Disks n Storage happens because of physical change…  magnetically active coating on a metal platter  particles move in response to magnetic field n Partitioning and Formatting are about  ordering the magnetic arms that move the particles  the particles themselves…

Structure of a Partitioned Hard Disk n Area of disk (could be whole disk) allocated for secondary storage n Formatting organises the magnetic particles on the platter so they can store data, byte-by-byte n All about orientation of particles so they store “0” or “1”… very precise!  more:

Saving to Disk n Assumes disk partitioned and formatted  resulting file organisation depends on »operating system »file system chosen n Unit of storage on disk is the sector  Traditionally, 1 sector = 512 bytes »2011 on… 1 sector = 4096 bytes! »hard disks still have very many sectors on which to store data, but smallest storage now 4K…

Partitions, Hard Disks and Multiple Operating Systems n MBR starts the disk-based boot-up  must be on the first (C:) partition n Possible to have different operating systems on the same hard disk…  varieties of Windows  varieties of Unix… n MBR systems are different on Unix and Windows  BUT…still possible to have ONE Unix partition coexisting with Windows…

Storage of User/System Settings: Windows Registry n Early Windows extended DOS text files of system & user settings:  SYSTEM.INI enhanced CONFIG.SYS  WIN.INI enhanced AUTOEXEC.BAT n Windows 95 created a two dimensional structure… known as The Registry  principles later extended in Windows NT v4 to allow system and user settings to be downloaded to local registry across the network

Viewing/Editing the Registry n REGEDT32 from command prompt…  look but don’t touch!  contents should not be changed manually unless you really know what you are doing!!! n Registry data that is loaded into memory can also be overwritten by data:  from local profiles  downloaded across the network…

System Settings n For configuration of hardware and software  different types of system need different settings  system settings for a given computer may need to be changed for particular users »e.g. refresh rate for an epileptic user can be configured when the user logs on

User Settings n More a matter of convenience for the user  mandatory profiles »users all get the same desktop settings! »anything added is lost during logoff!  roaming profiles - desktop settings preserved between user sessions »saved across the network…

Structure of The Registry? n Five basic subtrees (or hives):  HKEY_LOCAL_MACHINE : local computer info. Does not change no matter which user is logged on  HKEY_USERS : default user settings  HKEY_CURRENT_USER : current user settings  HKEY_CLASSES_ROOT : software config data  HKEY_CURRENT_CONFIG : “active” hardware profile n Each subtree contains one or more subkeys…

Location of the Windows Registry n Stored in MBR partition  usually C:  actual folder depends on Windows version… »in XP… C :\windows\system32\config folder

The Registry Files & Setting the Desktop n Six files (no file extensions!):  Software  System – hardware settings  Sam, Security »not even viewable through regedt32  Default – default user  Sysdiff – HKEY USERS subkeys n Also part of boot process: ntuser.dat »user settings that override default user

Emergency Recovery if Registry lost or badly damaged n Backup registry files created during text-based part of windows installation  also stored in: »c:\windows\system32\config »have.sav suffix  only updated if “R” option is chosen during a windows recovery/reinstall n NEVER UPDATED backup is saved to  C:\windows\repair folder  no user and software settings  reboots back to “Windows is now setting up”

Backing up the Registry n Much forgotten… an oversight that may later be much regretted!!!  can copy to tape, USB stick CD/DVD, or disk  rarely more than 100 Mb n Two options;  Use third-party backup tool »e.g  Use windows “backup” »not recommended by experts! »but already there & does work! »to copy the registry if this tool is chosen, a “system state” backup option should be selected

System Backup and Recovery n It won’t break down…  famous last words! n n Early versions of DOS/Windows did encourage backup n n From Windows NT v4 onwards, Microsoft made a real effort…   problem was, you had to either be an avid reader or go on a course to find out where the backup option are and where to use them!   Contrast with Apple approach… » »assured that the system will handle it » »fine until the system itself crashes!