Skip to main content

Chapter 6 Operation System Installation

Operation System Installation  

Upon completion of this course, students should be able to:-

6.1 Understand Operating System Installation Methods 

6.1.1 Explain the various types of installation: (CLO 3)

a. Typical installation
b. Full installation
c. Minimal installation
d. Custom installation

6.1.2 Describe four basic options available for the installation of a new operating system: (CLO 3)

a. Clean install
b. Upgrade
c. Multi-boot
d. Virtualization

6.1.3 Identify pre-installation checklist for  successful operating system installation. (CLO2)
6.1.4 Configure a computer for the network. (CLO 2)
6.1.5 Explain how to name a computer. (CLO 2)
6.1.6 Identify the purpose of planning network names and address. (CLO 2)

6.2 Understand Operating System Maintenance (CLO 2)

6.2.1 Explain functions of patches in operating system.
6.2.2 Apply operating system patches.
6.2.3 Differentiate between patches for operating  system and application software.
6.2.4 Determine the operating system version and revision.
6.2.5 Examine the method used for configuring MS Windows and Open Sources / latest
         version
6.2.6 Determine the revision number of a particular application 

6.3 Understand MS Windows and Open Sources Operating System Administration (CLO 2)


6.3.1 Explain MS Windows process management: 


       a. Multithreading
       b. Multiprocessing
       c. Multitasking

6.3.2 Explain MS Windows and Open Sources OS file management: 


       a. NTFS
       b. FAT


6.4  Do Installation and Configuration MS Windows and Open Sources Server Operating System (CLO 2)


6.4.1 Identify pre-installation checklist: 


a. MS Windows and Open Sources Server CD-ROM
b. Product key

6.4.2 Install MS Windows and Open Sources Server operating system. 

6.4.3 Define Domain Server.
6.4.4 Explain the structure of domain system:
 

a. Single or multiple domain system
b. Forest of domain

6.4.5 Configure single domain system.
6.4.6 Configure workstation to join domain.  
6.4.7 Create users, groups, organizational unit in active directory.
6.4.8 Assign rights to users.
6.4.9 Configure group policies in active directory 

Comments

  1. oiiiii manaaaa jawapaaaaaaaaaaaaaan 6.2.5 !!!!!!!!!!!!!!!!

    ReplyDelete
  2. oiiiii manaaaa jawapaaaaaaaaaaaaaan 6.2.5 !!!!!!!!!!!!!!!!

    ReplyDelete
  3. oiiiii manaaaa jawapaaaaaaaaaaaaaan 6.2.5 !!!!!!!!!!!!!!!!

    ReplyDelete

Post a Comment

Popular posts from this blog

3.1.1 Identify Between Resident And Transient Routines

Memory Management Memory management is concerned with managing: The computer’s available pool of memory Allocating space to application routines and making sure that they do not interfere with each other. 3.1.1 Identify between resident and transient routines The operating system is a collection of software routines. Resident routines Transient routines Routines that directly support application programs as they run Stored on disk and read into memory only when needed Example: routine that control physical I/O Example: routine that formats disks The operating system occupies low memory beginning with address 0. Key control information comes first followed by the various resident operating system routines. The remaining memory, called the transient area, is where application programs and transient operating system routines are loaded. Resident & transient routines structure...

Operating Systems Definition and the Classification of OS

             OPERATING SYSTEMS ( OS ) What is an operating system? An operating system (sometimes abbreviated as "OS") is the program that, after being initially loaded into the computer by a boot program, manages all the other programs in a computer. The other programs are called applications or application programs. The application programs make use of the operating system by making requests for services through a defined application program interface (API). In addition, users can interact directly with the operating system through a user interface such as a command language or a graphical user interface (GUI). An operating system performs these services for applications:     In a multitasking operating system where multiple programs can be running at the same time, the operating system determines which applications should run in what order and how much time should be allowed for each application before g...

2.1.4 Distinguish between logical I/O and physical I/O

2.1.4 Distinguish between logical I/O and physical I/O logical input relate to hard disk Logical I/O an Physical I/O Physical" I/O is an actual fetch of data from a storage device such as a disk. Logical" I/O is a programmatic request for data satisfied by a memory (block, buffer) access. A logical I/O may cause a physical I/O in the first place, or a logical I/O may retrieve a part of a block (buffer) of data from memory. 2.1.5 Distinguish between directory management and disk space management. Directory management A directory is a hierarchical collection of directories and files.  The only constraint on the number of files that can be contained in a single directory is the physical size of the disk on which the directory is located. Disk management A hard disk is a rigid disk inside a computer that stores and provides relatively quick access to large amounts of data. It is the type of storage most often used with Windows. The system also supp...