SlideShare una empresa de Scribd logo
1 de 17
CHAPTER 5
WINDOWS OPERATING SYSTEM

  UNDERSTAND OPERATING SYSTEM
     INSTALLATION METHODS
LEARNING OUTCOME

    At the end of this chapter, student will be able to:
1)   Explain various types of installation
2)   Describe basic options available for the installation
     of a new operating system
3)   Identify pre-installation checklist
4)   Explain how to name a computer
5)   Identify the purpose of planning network names and
     address
TYPES OF INSTALLATION

1) Typical
   Installs the most common options and is recommended for most
    users.

2) Full
   Installs all component included in the installation package.

3) Custom
   Give complete control over which packages user wish to install
    and the installation that is used.
BASIC OPTIONS OF NEW
                     WINDOWS INSTALLATION
1)   Clean Install
    A clean installation is done in which there is no existing
     operating system installed on the computer or
    Done in which user do not want to preserve the existing
     installation.
    Advantage: User can be certain that nothing is carried over
     from a previous installation, which usually results in
     somewhat better performance and stability.
    Disadvantage: The only real disadvantage of performing a
     clean installation over an upgrade is that user will have to
     reinstall all of their applications and reconfigure their
     Windows settings.
BASIC OPTIONS OF NEW
                    WINDOWS INSTALLATION
2) Upgrade
   An upgrade installation is one in which Windows is installed
    over an existing installation of a previous version of Microsoft
    Windows.
    Advantage: User can retain application installations and user
    settings.
   Following a successful upgrade, user should be able to log on
    to Windows XP and start working again right away.
BASIC OPTIONS OF NEW
                   WINDOWS INSTALLATION
3) Multi-boot
   A multiple boot installation is one in which multiple operating
    systems are installed on a computer, and the user can select
    which operating system to use during system startup.
   Advantage: User can retain the previous operating system
    and installed applications.
WINDOWS PRE-INSTALLATION
            CHECKLIST
1) Backup hard disk data
•   All users are recommended to accomplish a full backup in the
    event of an upgrade failure.
•   Backup documents files or applications to an external media or
    another partition of the hard drive.

2) Application Uninstallation / Upgrade
•   Incompatible applications need to be uninstalled or upgrade
    before proceeding to Windows 7 upgrade.

3) Clean up data
•   To ensure that user will have the most free space to work with
    during their upgrade, as well as an optimized system, drive for
    temporary files must be clean up.
OPERATING SYSTEM PATCHES
  Operating system patches are the latest security updates that are
   released by the operating system vendor such as Microsoft, Apple and
   Sun etc.
  Functions:
1) To keep user computer protected from the viruses, spyware, adware,
   Trojan horses, malware and hackers attacks and other online threats
   it is highly recommended that their update your operating system
   regularly.
2) Operating system contains the vulnerabilities and security lapses and
   that can be fixed by installing the latest services packs, hot fixes and
   the security patches.
3) To protect the Windows computers, Microsoft intermittently releases
   the latest patches and security updates to deal with the latest online
   threats. You can configure the Windows based operating system to
   automatically update itself.
WINDOWS FILE MANAGEMENT
1)   NTFS (New Technology File System)
•    NTFS is much more flexible than FAT.
•    Its system areas are almost all files instead of the fixed structures
     used in FAT.
•     Since files are used, the system areas can be modified, enlarged, or
     moved as is needed.
•    Because it is intended for multi-user environments, NTFS has much
     more security built in.
•     NTFS is not intended for small disks.
•    Also the amount of memory required is substantial. These system
     overhead requirements, which formerly limited the use of Windows
     NT to larger computers, have largely disappeared as a factor with
     newer PCs and their much larger amounts of RAM and very large
     hard drives.
WINDOWS FILE MANAGEMENT
2) FAT (File Allocation Table)
   TheStandard file system used for DOS/Windows computers.
   It uses a File Allocation Table to note which cluster or clusters a file
    is stored in.
   If a file is stored in more than one cluster, then the cluster indicates
    a pointer to the next cluster for the file until the final cluster
    includes End of File marker.
   The Directory contains entries for file names and their attributes
    such as file size, attribute byte, modification time and date and
    starting allocation unit (which is a pointer to an entry in FAT).
   FAT system has been in use by Microsoft since before DOS 1
•   There are versions called FAT12, FAT16, and FAT32.
•   The numbers refer to the number of bits used for the cluster
    entries in the table
WINDOWS MEMORY MANAGEMENT:
               PAGING
   In OS there are various ways in which the operating system can
    store and retrieve data from secondary storage for use in main
    memory.
   One such memory management scheme is referred to as paging.
   In the paging memory-management scheme, the operating
    system retrieves data from secondary storage in same-size blocks
    called pages.
   The main advantage of paging is that it allows the physical
    address space of a process to be noncontiguous.
   Prior to paging, systems had to fit whole programs into storage
    contiguously which caused various storage and fragmentation
    problems.
   Paging is an important part of virtual memory
    implementation in most contemporary general-purpose
    operating systems, allowing them to use disk storage for data
    that does not fit into physical RAM.

   Paging is usually implemented as architecture-specific code
    built into the kernel of the operating system
WINDOWS MEMORY MANAGEMENT:

               RESERVE AND COMMIT
   Certain kinds of process committed memory are charged against
    the system commit limit.
   System committed memory is that which is backed either by the
    paging file or physical memory.
    Not all memory in the address space is system committed
    memory – for example, the notepad.exe image or its DLLs are
    backed by disk, so if the system tossed out of memory and
    Notepad wanted to access it again, it could simply retrieve it
    from notepad.exe on disk.
   When Windows needs to reallocate private memory, it has
    to store it in the paging file (otherwise it would be missing
    when it needed to retrieve it).
   When that limit is reached, user would run out of virtual
    memory. They can increase the system commit limit by
    adding RAM or increasing the paging file size: if paging files
    are configured to expand, that means that the system
    commit limit may not actually be the maximum limit.
   You can view system commit charge and limit from Task
    Manager or Process Explorer
WINDOWS DISK MANAGEMENT

   Disk Manager is a utility that manages the system disks and
    the volumes or partitions contained.
   With Disk Management user can initialize disks, create
    volumes, format volumes with file systems FAT, FAT32 or
    NTFS.
   Disk Manager allows user to perform most tasks related to
    disk without rebooting the system or interrupting users.
   Most configuration changes enter into force immediately.
FUNCTIONS OF DISK
                                    MANAGEMENT
   Create and delete partitions on a hard disk and make logical drives.
   Get status information concerning these items:

    • The amount of free space left on disk for making partitions.

    • Volume labels, their drive-letter assignment, file system type and size.

    • Alter drive letter and file mounting assignments.

    • Enlarge disk volumes.

    • Create, delete, and repair mirror sets.

Más contenido relacionado

La actualidad más candente

Lesson 2 - Understanding Operating System Configurations
Lesson 2 - Understanding Operating System ConfigurationsLesson 2 - Understanding Operating System Configurations
Lesson 2 - Understanding Operating System ConfigurationsGene Carboni
 
Installing windows 10 and creating a bootable usb
Installing windows 10 and creating a bootable usbInstalling windows 10 and creating a bootable usb
Installing windows 10 and creating a bootable usbArsalan Qureshi
 
Comparison of Windows 7 & Windows 8
Comparison of Windows 7 & Windows 8Comparison of Windows 7 & Windows 8
Comparison of Windows 7 & Windows 8Vibhanshu Chaturvedi
 
Lesson 7 - Maintaining, Updating, and Protecting
Lesson 7 - Maintaining, Updating, and ProtectingLesson 7 - Maintaining, Updating, and Protecting
Lesson 7 - Maintaining, Updating, and ProtectingGene Carboni
 
Lesson 5 - Managing Devices
Lesson 5 - Managing DevicesLesson 5 - Managing Devices
Lesson 5 - Managing DevicesGene Carboni
 
Lesson 3 - Understanding Native Applications, Tools, Mobility, and Remote Man...
Lesson 3 - Understanding Native Applications, Tools, Mobility, and Remote Man...Lesson 3 - Understanding Native Applications, Tools, Mobility, and Remote Man...
Lesson 3 - Understanding Native Applications, Tools, Mobility, and Remote Man...Gene Carboni
 
What is Google Chrome?
What is Google Chrome?What is Google Chrome?
What is Google Chrome?s1170222
 
Step for installing linux server
Step for installing linux serverStep for installing linux server
Step for installing linux serversyed mehdi raza
 
Dual Booting Win7 and ubuntu
Dual Booting Win7 and ubuntuDual Booting Win7 and ubuntu
Dual Booting Win7 and ubuntuRavi Malik
 
How to install windows 7
How to install windows 7How to install windows 7
How to install windows 7TechHelpApps
 
Working with Applications
Working with ApplicationsWorking with Applications
Working with ApplicationsAmir Villas
 
Lesson 8 - Understanding Backup and Recovery Methods
Lesson 8 - Understanding Backup and Recovery MethodsLesson 8 - Understanding Backup and Recovery Methods
Lesson 8 - Understanding Backup and Recovery MethodsGene Carboni
 
15 maintaining & troubleshooting windows
15 maintaining & troubleshooting windows15 maintaining & troubleshooting windows
15 maintaining & troubleshooting windowshafizhanif86
 

La actualidad más candente (20)

Windows 10
Windows 10Windows 10
Windows 10
 
Lesson 2 - Understanding Operating System Configurations
Lesson 2 - Understanding Operating System ConfigurationsLesson 2 - Understanding Operating System Configurations
Lesson 2 - Understanding Operating System Configurations
 
Windows 7 install
Windows 7 installWindows 7 install
Windows 7 install
 
Installing windows 10 and creating a bootable usb
Installing windows 10 and creating a bootable usbInstalling windows 10 and creating a bootable usb
Installing windows 10 and creating a bootable usb
 
Comparison of Windows 7 & Windows 8
Comparison of Windows 7 & Windows 8Comparison of Windows 7 & Windows 8
Comparison of Windows 7 & Windows 8
 
Lesson 7 - Maintaining, Updating, and Protecting
Lesson 7 - Maintaining, Updating, and ProtectingLesson 7 - Maintaining, Updating, and Protecting
Lesson 7 - Maintaining, Updating, and Protecting
 
Lesson 5 - Managing Devices
Lesson 5 - Managing DevicesLesson 5 - Managing Devices
Lesson 5 - Managing Devices
 
Dual boot
Dual bootDual boot
Dual boot
 
Unit 2 p2
Unit 2 p2Unit 2 p2
Unit 2 p2
 
Lesson 3 - Understanding Native Applications, Tools, Mobility, and Remote Man...
Lesson 3 - Understanding Native Applications, Tools, Mobility, and Remote Man...Lesson 3 - Understanding Native Applications, Tools, Mobility, and Remote Man...
Lesson 3 - Understanding Native Applications, Tools, Mobility, and Remote Man...
 
Window xp
Window xpWindow xp
Window xp
 
What is Google Chrome?
What is Google Chrome?What is Google Chrome?
What is Google Chrome?
 
Step for installing linux server
Step for installing linux serverStep for installing linux server
Step for installing linux server
 
bios booting process
bios booting processbios booting process
bios booting process
 
Dual Booting Win7 and ubuntu
Dual Booting Win7 and ubuntuDual Booting Win7 and ubuntu
Dual Booting Win7 and ubuntu
 
How to install windows 7
How to install windows 7How to install windows 7
How to install windows 7
 
Working with Applications
Working with ApplicationsWorking with Applications
Working with Applications
 
boot
bootboot
boot
 
Lesson 8 - Understanding Backup and Recovery Methods
Lesson 8 - Understanding Backup and Recovery MethodsLesson 8 - Understanding Backup and Recovery Methods
Lesson 8 - Understanding Backup and Recovery Methods
 
15 maintaining & troubleshooting windows
15 maintaining & troubleshooting windows15 maintaining & troubleshooting windows
15 maintaining & troubleshooting windows
 

Destacado

The Impact of Disk Fragmentation On Servers
The Impact of Disk Fragmentation On ServersThe Impact of Disk Fragmentation On Servers
The Impact of Disk Fragmentation On ServersDiskeeper
 
Demystifying the Microsoft Extended FAT File System (exFAT)
Demystifying the Microsoft Extended FAT File System (exFAT)Demystifying the Microsoft Extended FAT File System (exFAT)
Demystifying the Microsoft Extended FAT File System (exFAT)overcertified
 
Backup and recovery
Backup and recoveryBackup and recovery
Backup and recoverydhawal mehta
 
Operating system concepts
Operating system conceptsOperating system concepts
Operating system conceptsStarlee Lathong
 
COMBINATIONAL CIRCUITS & FLIP FLOPS
COMBINATIONAL CIRCUITS & FLIP FLOPSCOMBINATIONAL CIRCUITS & FLIP FLOPS
COMBINATIONAL CIRCUITS & FLIP FLOPSStarlee Lathong
 
Chapter 9: SCSI Drives and File Systems
Chapter 9: SCSI Drives and File SystemsChapter 9: SCSI Drives and File Systems
Chapter 9: SCSI Drives and File Systemsaskme
 
03 backup-and-recovery
03 backup-and-recovery03 backup-and-recovery
03 backup-and-recoveryhunny garg
 
03 Data Recovery - Notes
03 Data Recovery - Notes03 Data Recovery - Notes
03 Data Recovery - NotesKranthi
 
2.6 backup and recovery
2.6 backup and recovery2.6 backup and recovery
2.6 backup and recoverymrmwood
 
Backup And Recovery
Backup And RecoveryBackup And Recovery
Backup And RecoveryWynthorpe
 
File System and File allocation tables
File System and File allocation tablesFile System and File allocation tables
File System and File allocation tablesshashikant pabari
 

Destacado (20)

Os presentation
Os presentationOs presentation
Os presentation
 
5.CPU Scheduling
5.CPU Scheduling5.CPU Scheduling
5.CPU Scheduling
 
Chapter4
Chapter4Chapter4
Chapter4
 
Linux
LinuxLinux
Linux
 
The Impact of Disk Fragmentation On Servers
The Impact of Disk Fragmentation On ServersThe Impact of Disk Fragmentation On Servers
The Impact of Disk Fragmentation On Servers
 
How FAT Works
How FAT WorksHow FAT Works
How FAT Works
 
Demystifying the Microsoft Extended FAT File System (exFAT)
Demystifying the Microsoft Extended FAT File System (exFAT)Demystifying the Microsoft Extended FAT File System (exFAT)
Demystifying the Microsoft Extended FAT File System (exFAT)
 
Data Backup (IT) Lecture Slide # 5
Data Backup (IT) Lecture Slide # 5Data Backup (IT) Lecture Slide # 5
Data Backup (IT) Lecture Slide # 5
 
Backup and recovery
Backup and recoveryBackup and recovery
Backup and recovery
 
Operating system concepts
Operating system conceptsOperating system concepts
Operating system concepts
 
Ch05
Ch05Ch05
Ch05
 
COMBINATIONAL CIRCUITS & FLIP FLOPS
COMBINATIONAL CIRCUITS & FLIP FLOPSCOMBINATIONAL CIRCUITS & FLIP FLOPS
COMBINATIONAL CIRCUITS & FLIP FLOPS
 
NTFS vs FAT
NTFS vs FATNTFS vs FAT
NTFS vs FAT
 
Chapter 9: SCSI Drives and File Systems
Chapter 9: SCSI Drives and File SystemsChapter 9: SCSI Drives and File Systems
Chapter 9: SCSI Drives and File Systems
 
03 backup-and-recovery
03 backup-and-recovery03 backup-and-recovery
03 backup-and-recovery
 
03 Data Recovery - Notes
03 Data Recovery - Notes03 Data Recovery - Notes
03 Data Recovery - Notes
 
2.6 backup and recovery
2.6 backup and recovery2.6 backup and recovery
2.6 backup and recovery
 
Backup And Recovery
Backup And RecoveryBackup And Recovery
Backup And Recovery
 
File System and File allocation tables
File System and File allocation tablesFile System and File allocation tables
File System and File allocation tables
 
Data recovery
Data recoveryData recovery
Data recovery
 

Similar a FP 202 - Chapter 5

Reformat PPT.pptx
Reformat PPT.pptxReformat PPT.pptx
Reformat PPT.pptxLINDYLGERAL
 
01. english version operating system
01. english version   operating system01. english version   operating system
01. english version operating systemJimmi Sitorus
 
L-3 BCE OS FINAL.ppt
L-3 BCE OS FINAL.pptL-3 BCE OS FINAL.ppt
L-3 BCE OS FINAL.pptKirti Verma
 
Sistemas operativos
Sistemas operativosSistemas operativos
Sistemas operativos3022359
 
SYSTEM ADMINISTRATION AND MAINTENANCE NOTES PERIYAR UNIVERSITY
SYSTEM ADMINISTRATION AND MAINTENANCE NOTES PERIYAR UNIVERSITYSYSTEM ADMINISTRATION AND MAINTENANCE NOTES PERIYAR UNIVERSITY
SYSTEM ADMINISTRATION AND MAINTENANCE NOTES PERIYAR UNIVERSITYGOKUL SREE
 
Fundamental concepts and_principles_of_operating_systems (2)
Fundamental concepts and_principles_of_operating_systems (2)Fundamental concepts and_principles_of_operating_systems (2)
Fundamental concepts and_principles_of_operating_systems (2)DanaAlexander13
 
Operating system and installation
Operating system and  installationOperating system and  installation
Operating system and installationIshworKhatiwada
 
Description Of A Network Administrator
Description Of A Network AdministratorDescription Of A Network Administrator
Description Of A Network AdministratorGina Alfaro
 
Tricks N Tips By Ravish Roshan
Tricks N Tips By Ravish RoshanTricks N Tips By Ravish Roshan
Tricks N Tips By Ravish Roshanravish roshan
 
Functions of OS.ppt
 Functions of OS.ppt Functions of OS.ppt
Functions of OS.pptJunaidAkbar37
 
Window xp by nishant raghav
Window xp by nishant raghavWindow xp by nishant raghav
Window xp by nishant raghavNishant Raghav
 
operating system1.pdf
operating system1.pdfoperating system1.pdf
operating system1.pdfGanesh198271
 
Operating System
Operating SystemOperating System
Operating SystemBini Menon
 
Bba203 unit 2 operating system concepts
Bba203   unit 2 operating system conceptsBba203   unit 2 operating system concepts
Bba203 unit 2 operating system conceptskinjal patel
 
Operating system of computer
Operating system of computerOperating system of computer
Operating system of computerHamzaAbbas43
 

Similar a FP 202 - Chapter 5 (20)

Reformat PPT.pptx
Reformat PPT.pptxReformat PPT.pptx
Reformat PPT.pptx
 
01. english version operating system
01. english version   operating system01. english version   operating system
01. english version operating system
 
L-3 BCE OS FINAL.ppt
L-3 BCE OS FINAL.pptL-3 BCE OS FINAL.ppt
L-3 BCE OS FINAL.ppt
 
Sistemas operativos
Sistemas operativosSistemas operativos
Sistemas operativos
 
SYSTEM ADMINISTRATION AND MAINTENANCE NOTES PERIYAR UNIVERSITY
SYSTEM ADMINISTRATION AND MAINTENANCE NOTES PERIYAR UNIVERSITYSYSTEM ADMINISTRATION AND MAINTENANCE NOTES PERIYAR UNIVERSITY
SYSTEM ADMINISTRATION AND MAINTENANCE NOTES PERIYAR UNIVERSITY
 
Ch3
Ch3Ch3
Ch3
 
Disk formatting
Disk formattingDisk formatting
Disk formatting
 
Fundamental concepts and_principles_of_operating_systems (2)
Fundamental concepts and_principles_of_operating_systems (2)Fundamental concepts and_principles_of_operating_systems (2)
Fundamental concepts and_principles_of_operating_systems (2)
 
Operating system and installation
Operating system and  installationOperating system and  installation
Operating system and installation
 
Description Of A Network Administrator
Description Of A Network AdministratorDescription Of A Network Administrator
Description Of A Network Administrator
 
Tricks N Tips By Ravish Roshan
Tricks N Tips By Ravish RoshanTricks N Tips By Ravish Roshan
Tricks N Tips By Ravish Roshan
 
Ch11
Ch11Ch11
Ch11
 
Functions of OS.ppt
 Functions of OS.ppt Functions of OS.ppt
Functions of OS.ppt
 
Ms dos
Ms dosMs dos
Ms dos
 
Window xp by nishant raghav
Window xp by nishant raghavWindow xp by nishant raghav
Window xp by nishant raghav
 
operating system1.pdf
operating system1.pdfoperating system1.pdf
operating system1.pdf
 
Operating System
Operating SystemOperating System
Operating System
 
Bba203 unit 2 operating system concepts
Bba203   unit 2 operating system conceptsBba203   unit 2 operating system concepts
Bba203 unit 2 operating system concepts
 
System software vt
System software vtSystem software vt
System software vt
 
Operating system of computer
Operating system of computerOperating system of computer
Operating system of computer
 

Más de rohassanie

Course outline FP202 - Dis 2012
Course outline FP202 - Dis 2012Course outline FP202 - Dis 2012
Course outline FP202 - Dis 2012rohassanie
 
FP 201 - Unit 6
FP 201 - Unit 6FP 201 - Unit 6
FP 201 - Unit 6rohassanie
 
FP 201 - Unit4 Part 2
FP 201 - Unit4 Part 2FP 201 - Unit4 Part 2
FP 201 - Unit4 Part 2rohassanie
 
FP 201 - Unit 3 Part 2
FP 201 - Unit 3 Part 2FP 201 - Unit 3 Part 2
FP 201 - Unit 3 Part 2rohassanie
 
Chapter 3 part 2
Chapter 3 part 2Chapter 3 part 2
Chapter 3 part 2rohassanie
 
Chapter 3 part 1
Chapter 3 part 1Chapter 3 part 1
Chapter 3 part 1rohassanie
 
FP 202 Chapter 2 - Part 3
FP 202 Chapter 2 - Part 3FP 202 Chapter 2 - Part 3
FP 202 Chapter 2 - Part 3rohassanie
 
FP 201 Unit 2 - Part 3
FP 201 Unit 2 - Part 3FP 201 Unit 2 - Part 3
FP 201 Unit 2 - Part 3rohassanie
 
FP 201 Unit 2 - Part 2
FP 201 Unit 2 - Part 2FP 201 Unit 2 - Part 2
FP 201 Unit 2 - Part 2rohassanie
 
Chapter 2 (Part 2)
Chapter 2 (Part 2) Chapter 2 (Part 2)
Chapter 2 (Part 2) rohassanie
 
Labsheet 7 FP 201
Labsheet 7 FP 201Labsheet 7 FP 201
Labsheet 7 FP 201rohassanie
 
Labsheet 6 - FP 201
Labsheet 6 - FP 201Labsheet 6 - FP 201
Labsheet 6 - FP 201rohassanie
 
Jadual Waktu Sesi JUN 2012
Jadual Waktu Sesi JUN 2012Jadual Waktu Sesi JUN 2012
Jadual Waktu Sesi JUN 2012rohassanie
 
Chapter 2 part 1
Chapter 2 part 1Chapter 2 part 1
Chapter 2 part 1rohassanie
 
FP 201 Unit 3
FP 201 Unit 3 FP 201 Unit 3
FP 201 Unit 3 rohassanie
 

Más de rohassanie (20)

Course outline FP202 - Dis 2012
Course outline FP202 - Dis 2012Course outline FP202 - Dis 2012
Course outline FP202 - Dis 2012
 
FP 201 - Unit 6
FP 201 - Unit 6FP 201 - Unit 6
FP 201 - Unit 6
 
Fp201 unit5 1
Fp201 unit5 1Fp201 unit5 1
Fp201 unit5 1
 
FP 201 - Unit4 Part 2
FP 201 - Unit4 Part 2FP 201 - Unit4 Part 2
FP 201 - Unit4 Part 2
 
Fp201 unit4
Fp201 unit4Fp201 unit4
Fp201 unit4
 
FP 201 - Unit 3 Part 2
FP 201 - Unit 3 Part 2FP 201 - Unit 3 Part 2
FP 201 - Unit 3 Part 2
 
Chapter 3 part 2
Chapter 3 part 2Chapter 3 part 2
Chapter 3 part 2
 
Chapter 3 part 1
Chapter 3 part 1Chapter 3 part 1
Chapter 3 part 1
 
FP 202 Chapter 2 - Part 3
FP 202 Chapter 2 - Part 3FP 202 Chapter 2 - Part 3
FP 202 Chapter 2 - Part 3
 
FP 201 Unit 2 - Part 3
FP 201 Unit 2 - Part 3FP 201 Unit 2 - Part 3
FP 201 Unit 2 - Part 3
 
FP 201 Unit 2 - Part 2
FP 201 Unit 2 - Part 2FP 201 Unit 2 - Part 2
FP 201 Unit 2 - Part 2
 
Lab ex 1
Lab ex 1Lab ex 1
Lab ex 1
 
Chapter 2 (Part 2)
Chapter 2 (Part 2) Chapter 2 (Part 2)
Chapter 2 (Part 2)
 
Labsheet 7 FP 201
Labsheet 7 FP 201Labsheet 7 FP 201
Labsheet 7 FP 201
 
Labsheet 6 - FP 201
Labsheet 6 - FP 201Labsheet 6 - FP 201
Labsheet 6 - FP 201
 
Jadual Waktu Sesi JUN 2012
Jadual Waktu Sesi JUN 2012Jadual Waktu Sesi JUN 2012
Jadual Waktu Sesi JUN 2012
 
Labsheet 5
Labsheet 5Labsheet 5
Labsheet 5
 
Labsheet 4
Labsheet 4Labsheet 4
Labsheet 4
 
Chapter 2 part 1
Chapter 2 part 1Chapter 2 part 1
Chapter 2 part 1
 
FP 201 Unit 3
FP 201 Unit 3 FP 201 Unit 3
FP 201 Unit 3
 

FP 202 - Chapter 5

  • 1. CHAPTER 5 WINDOWS OPERATING SYSTEM UNDERSTAND OPERATING SYSTEM INSTALLATION METHODS
  • 2. LEARNING OUTCOME  At the end of this chapter, student will be able to: 1) Explain various types of installation 2) Describe basic options available for the installation of a new operating system 3) Identify pre-installation checklist 4) Explain how to name a computer 5) Identify the purpose of planning network names and address
  • 3. TYPES OF INSTALLATION 1) Typical  Installs the most common options and is recommended for most users. 2) Full  Installs all component included in the installation package. 3) Custom  Give complete control over which packages user wish to install and the installation that is used.
  • 4. BASIC OPTIONS OF NEW WINDOWS INSTALLATION 1) Clean Install  A clean installation is done in which there is no existing operating system installed on the computer or  Done in which user do not want to preserve the existing installation.  Advantage: User can be certain that nothing is carried over from a previous installation, which usually results in somewhat better performance and stability.  Disadvantage: The only real disadvantage of performing a clean installation over an upgrade is that user will have to reinstall all of their applications and reconfigure their Windows settings.
  • 5. BASIC OPTIONS OF NEW WINDOWS INSTALLATION 2) Upgrade  An upgrade installation is one in which Windows is installed over an existing installation of a previous version of Microsoft Windows.  Advantage: User can retain application installations and user settings.  Following a successful upgrade, user should be able to log on to Windows XP and start working again right away.
  • 6. BASIC OPTIONS OF NEW WINDOWS INSTALLATION 3) Multi-boot  A multiple boot installation is one in which multiple operating systems are installed on a computer, and the user can select which operating system to use during system startup.  Advantage: User can retain the previous operating system and installed applications.
  • 7. WINDOWS PRE-INSTALLATION CHECKLIST 1) Backup hard disk data • All users are recommended to accomplish a full backup in the event of an upgrade failure. • Backup documents files or applications to an external media or another partition of the hard drive. 2) Application Uninstallation / Upgrade • Incompatible applications need to be uninstalled or upgrade before proceeding to Windows 7 upgrade. 3) Clean up data • To ensure that user will have the most free space to work with during their upgrade, as well as an optimized system, drive for temporary files must be clean up.
  • 8. OPERATING SYSTEM PATCHES  Operating system patches are the latest security updates that are released by the operating system vendor such as Microsoft, Apple and Sun etc.  Functions: 1) To keep user computer protected from the viruses, spyware, adware, Trojan horses, malware and hackers attacks and other online threats it is highly recommended that their update your operating system regularly. 2) Operating system contains the vulnerabilities and security lapses and that can be fixed by installing the latest services packs, hot fixes and the security patches. 3) To protect the Windows computers, Microsoft intermittently releases the latest patches and security updates to deal with the latest online threats. You can configure the Windows based operating system to automatically update itself.
  • 9. WINDOWS FILE MANAGEMENT 1) NTFS (New Technology File System) • NTFS is much more flexible than FAT. • Its system areas are almost all files instead of the fixed structures used in FAT. • Since files are used, the system areas can be modified, enlarged, or moved as is needed. • Because it is intended for multi-user environments, NTFS has much more security built in. • NTFS is not intended for small disks. • Also the amount of memory required is substantial. These system overhead requirements, which formerly limited the use of Windows NT to larger computers, have largely disappeared as a factor with newer PCs and their much larger amounts of RAM and very large hard drives.
  • 10. WINDOWS FILE MANAGEMENT 2) FAT (File Allocation Table)  TheStandard file system used for DOS/Windows computers.  It uses a File Allocation Table to note which cluster or clusters a file is stored in.  If a file is stored in more than one cluster, then the cluster indicates a pointer to the next cluster for the file until the final cluster includes End of File marker.  The Directory contains entries for file names and their attributes such as file size, attribute byte, modification time and date and starting allocation unit (which is a pointer to an entry in FAT).  FAT system has been in use by Microsoft since before DOS 1
  • 11. There are versions called FAT12, FAT16, and FAT32. • The numbers refer to the number of bits used for the cluster entries in the table
  • 12. WINDOWS MEMORY MANAGEMENT: PAGING  In OS there are various ways in which the operating system can store and retrieve data from secondary storage for use in main memory.  One such memory management scheme is referred to as paging.  In the paging memory-management scheme, the operating system retrieves data from secondary storage in same-size blocks called pages.  The main advantage of paging is that it allows the physical address space of a process to be noncontiguous.  Prior to paging, systems had to fit whole programs into storage contiguously which caused various storage and fragmentation problems.
  • 13. Paging is an important part of virtual memory implementation in most contemporary general-purpose operating systems, allowing them to use disk storage for data that does not fit into physical RAM.  Paging is usually implemented as architecture-specific code built into the kernel of the operating system
  • 14. WINDOWS MEMORY MANAGEMENT: RESERVE AND COMMIT  Certain kinds of process committed memory are charged against the system commit limit.  System committed memory is that which is backed either by the paging file or physical memory.  Not all memory in the address space is system committed memory – for example, the notepad.exe image or its DLLs are backed by disk, so if the system tossed out of memory and Notepad wanted to access it again, it could simply retrieve it from notepad.exe on disk.
  • 15. When Windows needs to reallocate private memory, it has to store it in the paging file (otherwise it would be missing when it needed to retrieve it).  When that limit is reached, user would run out of virtual memory. They can increase the system commit limit by adding RAM or increasing the paging file size: if paging files are configured to expand, that means that the system commit limit may not actually be the maximum limit.  You can view system commit charge and limit from Task Manager or Process Explorer
  • 16. WINDOWS DISK MANAGEMENT  Disk Manager is a utility that manages the system disks and the volumes or partitions contained.  With Disk Management user can initialize disks, create volumes, format volumes with file systems FAT, FAT32 or NTFS.  Disk Manager allows user to perform most tasks related to disk without rebooting the system or interrupting users.  Most configuration changes enter into force immediately.
  • 17. FUNCTIONS OF DISK MANAGEMENT  Create and delete partitions on a hard disk and make logical drives.  Get status information concerning these items: • The amount of free space left on disk for making partitions. • Volume labels, their drive-letter assignment, file system type and size. • Alter drive letter and file mounting assignments. • Enlarge disk volumes. • Create, delete, and repair mirror sets.