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

Define Swapping technique which is usually used in memory management

  Define Swapping technique which is usually used in memory management   Swapping is a simple memory/process management technique used by the operating system(os) to increase the utilization of the processor by moving some blocked process from the main memory to the secondary memory(hard disk);thus forming a queue of temporarily suspended process and the execution continues with the newly arrived process.   After performing the swapping process, the operating system has two options in selecting a process for execution Swapping is a mechanism in which a process can be swapped temporarily out of main memory to a backing store , and then brought back into memory for continued execution. Backing store is a usually a hard disk drive or any other secondary storage which fast in access and large enough to accommodate copies of all memory images for all users. It must be capable of providing direct access to these memory images. Major time cons...

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...

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...