SlideShare une entreprise Scribd logo
1  sur  33
Unit of competence:- install and optimizing
operating system software
Pre. By IT department
 This unit defines the performance outcomes, skills
and knowledge required to install operating system
(OS) software and to make adjustments as a means of
optimizing the system to accommodate business and
client needs
LO1:- Determine function of operating system
 Identify and demonstrate understanding of the purposes
of operating system
 Compare and contrast different operating systems and
their features
 Identify and demonstrate knowledge of the basic
functions of operating system, including file system,
memory management, process scheduling
 Identify and demonstrate management of virtual memory
 Introduction to windows
 Install operating system
 File system system
 What is system software? The system software is a
computer program, which is designed to run computer
hardware and applications. The system software makes
your system faster, effective, and safe. When installing
the operating system, the system software is already
installed on the computer.
 System files include function libraries, system services,
printer, and other hardware drivers, system preferences,
and other configuration files.
 Here are the features of system software.
 Usually written in a low-level language.
 It has a high speed.
 Less interactive.
 The system software is closer to the system.
 There is another software on your computer- application software.
Application software is a program that does actual work for users. It is
mainly created to perform user-specific tasks. Now, let’s see the
differences between system software and application software.
 System software is the general software, while application software is
special software.
 System software can run independently, but application software
cannot run independently.
 System software is designed to manage system resources, such as
memory and process management, security, etc., while application
software is designed to meet the needs of users to perform specific
tasks.
 System software is written in low-level languages ​​such as machine
or assembly language, while application software is a high-level
language used to write application software.
1. Windows
2. MAC OS
3. Ios
4. Chrome OS
5. Ubuntu
6. Android
7. Blackberry
 What is OS
 An Operating System (OS) is an interface between a computer
user and computer hardware. An operating system is a software
which performs all the basic tasks like file management, memory
management, process management, handling input and output,
and controlling peripheral devices such as disk drives and
printers.
 An operating system is software that enables applications to
interact with a computer's hardware. The software that contains
the core components of the operating system is called the kernel.
 The primary purposes of an Operating System are to enable
applications (spftwares) to interact with a computer's hardware
and to manage a system's hardware and software resources.
 Some popular Operating Systems include Linux
Operating System, Windows Operating System, VMS,
OS/400, AIX, z/OS, etc. Today, Operating systems is
found almost in every device like mobile phones,
personal computers, mainframe computers,
automobiles, TV, Toys etc.
Security is provided by OS to the user data and prevents
unauthorized access.
1. System performance is boosted with the help of the OS
2. Various applications or tasks and the number of users doing
the tasks are accounted for by OS
3. The computing system shows some errors
4. Many users use the computing system the hardware and
these errors are logged in the OS
5. The main memory is managed by OS
6. OS organizes the file system
 here are following 8-components of an Operating
System:
 Process Management
 I/O Device Management
 File Management
 Network Management
 Main Memory Management
 Secondary Storage Management
 Security Management
 Command Interpreter System
 A process is program or a fraction of a program that is
loaded in main memory. A process needs certain
resources including CPU time, Memory, Files, and I/O
devices to accomplish its task. The process
management component manages the multiple
processes running simultaneously on the Operating
System.
 A program in running state is called a process
 One of the purposes of an operating system is to hide the
peculiarities of specific hardware devices from the user. I/O
Device Management provides an abstract level of H/W devices
and keep the details from applications to ensure proper use of
devices, to prevent errors, and to provide users with convenient
and efficient programming environment.
 Following are the tasks of I/O Device Management component:
 Hide the details of H/W devices
 Manage main memory for the devices using cache, buffer, and
spooling
 Maintain and provide custom drivers for each device.
 File Management
 A files is a sequence of bits, bytes, lines or records whose
meaning is defined by its creator and user.
 The definition of network management is often broad,
as network management involves several different
components. Network management is the process of
managing and administering a computer network. A
computer network is a collection of various types of
computers connected with each other.
 Network management comprises fault analysis,
maintaining the quality of service, provisioning of
networks, and performance management.
 Network management is the process of keeping your
network healthy for an efficient communication
between different computers.
 Following are the features of network management:
 Network administration
 Network maintenance
 Network operation
 Network security
 Memory is a large array of words or bytes, each with its own address. It
is a repository of quickly accessible data shared by the CPU and I/O
devices.
 Main memory is a volatile storage device which means it loses its
contents in the case of system failure or as soon as system power goes
down.
 The main motivation behind Memory Management is to maximize
memory utilization on the computer system.The operating system is
responsible for the following activities in connections with memory
management:
 Keep track of which parts of memory are currently being used and by
whom.
 Decide which processes to load when memory space becomes
available.
 Allocate and deallocate memory space as needed.
 The main purpose of a computer system is to execute programs. These
programs, together with the data they access, must be in main memory
during execution. Since the main memory is too small to permanently
accommodate all data and program, the computer system must provide
secondary storage to backup main memory.
 Most modern computer systems use disks as the principle on-line
storage medium, for both programs and data. Most programs, like
compilers, assemblers, sort routines, editors, formatters, and so on, are
stored on the disk until loaded into memory, and then use the disk as
both the source and destination of their processing.
 The operating system is responsible for the following activities in
connection with disk management:
 Free space management
 Storage allocation
 Disk scheduling
 The operating system is primarily responsible for all task and activities
happen in the computer system. The various processes in an operating
system must be protected from each other’s activities. For that purpose,
various mechanisms which can be used to ensure that the files, memory
segment, cpu and other resources can be operated on only by those
processes that have gained proper authorization from the operating
system.
 Security Management refers to a mechanism for controlling the access
of programs, processes, or users to the resources defined by a computer
controls to be imposed, together with some means of enforcement.For
example, memory addressing hardware ensure that a process can only
execute within its own address space. The timer ensure that no process
can gain control of the CPU without relinquishing it. Finally, no
process is allowed to do it’s own I/O, to protect the integrity of the
various peripheral devices.
 One of the most important component of an operating system is
its command interpreter. The command interpreter is the primary
interface between the user and the rest of the system.
 Command Interpreter System executes a user command by
calling one or more number of underlying system programs or
system calls.
 Command Interpreter System allows human users to interact with
the Operating System and provides convenient programming
environment to the users.Many commands are given to the
operating system by control statements. A program which reads
and interprets control statements is automatically executed. This
program is called the shell and few examples are Windows DOS
command window, Bash of Unix/Linux or C-Shell of
Unix/Linux.
 An Operating System provides services to both the users and to
the programs.
 It provides programs an environment to execute.
 It provides users the services to execute the programs in a
convenient manner.
 Following are a few common services provided by an operating
system
 Program execution
 I/O operations
 File System manipulation
 Communication
 Error Detection
 Resource Allocation
 Protection
 Security refers to providing a protection system to
computer system resources such as CPU, memory, disk,
software programs and most importantly
data/information stored in the computer system.
 If a computer program is run by an unauthorized user,
then he/she may cause severe damage to computer or
data stored in it. So a computer system must be
protected against unauthorized access, malicious access
to system memory, viruses, worms etc
 We're going to discuss following topics
Authentication
One Time passwords
Program Threats
System Threats
Computer Security Classifications
 Introduction to windows
 Install operating system
 configure operating system
 Windows is a collection of programs known as
an operating system (OS) that controls a PC (personal
computer). First produced by Microsoft in November
1985, it has been frequently updated since, as computer
memory has got bigger, as processing chips have got
faster and, of course, when the internet was invented.
Prior to Windows, PCs were operated by a series of text
commands.
 Windows' key benefits and features
 Allows the user to interact with the computer (through
the keyboard, mouse, microphone, etc.).
 Controls the storage of data (images, files, music).
 Controls hardware attached to the computer such as
webcams, scanners and printers.
 Helps to open and close programs (word processors, games,
photo editors, etc.), and gives them part of the computer’s
memory to allow them to work.
 Controls what access to a computer different users have and
the computer's security.
 Deals with errors and user instructions, and issues simple
error messages.
 Promotes multitasking by allowing the user to do several
things on the computer at once – for example, watch a
video while writing a letter.
installing and optimizing operating system software
installing and optimizing operating system software
installing and optimizing operating system software
installing and optimizing operating system software
installing and optimizing operating system software
installing and optimizing operating system software
installing and optimizing operating system software

Contenu connexe

Tendances

Creating technical documents
Creating technical documentsCreating technical documents
Creating technical documentsGera Paulos
 
Provide remote help desk support
Provide remote help desk supportProvide remote help desk support
Provide remote help desk supportJaleto Sunkemo
 
Determine best fit topology
Determine best fit topologyDetermine best fit topology
Determine best fit topologyAbenezer Abiti
 
Identifying and resolving network problems
Identifying and resolving network problemsIdentifying and resolving network problems
Identifying and resolving network problemsGera Paulos
 
Update and document operational procedures
Update and document operational proceduresUpdate and document operational procedures
Update and document operational proceduresGera Paulos
 
Apply Problem Solving Techniques to Routine Malfunctions.pptx
Apply Problem Solving Techniques to Routine Malfunctions.pptxApply Problem Solving Techniques to Routine Malfunctions.pptx
Apply Problem Solving Techniques to Routine Malfunctions.pptxwesendesta2
 
OPERATE DATABASE APPLICATION
OPERATE DATABASE APPLICATIONOPERATE DATABASE APPLICATION
OPERATE DATABASE APPLICATIONYoomiLaataBekele
 
Determine best fit topology copy
Determine best fit topology   copyDetermine best fit topology   copy
Determine best fit topology copyJaleto Sunkemo
 
Conduct / facilitate user training
Conduct / facilitate user trainingConduct / facilitate user training
Conduct / facilitate user trainingGera Paulos
 
Operating Database Application ODA
Operating Database Application ODAOperating Database Application ODA
Operating Database Application ODAGera Paulos
 
Identify and resolve network problems
Identify and resolve network problemsIdentify and resolve network problems
Identify and resolve network problemsAbenezer Abiti
 
Creating Technical documentation
Creating Technical documentationCreating Technical documentation
Creating Technical documentationMewledMohammed
 
Implement maintenance procedures
Implement maintenance proceduresImplement maintenance procedures
Implement maintenance proceduresGera Paulos
 
511718784-maintain-inventory-of-equipment-software-and-documentation.pptx
511718784-maintain-inventory-of-equipment-software-and-documentation.pptx511718784-maintain-inventory-of-equipment-software-and-documentation.pptx
511718784-maintain-inventory-of-equipment-software-and-documentation.pptxteferiGetachew1
 
Server configuration
Server configurationServer configuration
Server configurationAisha Talat
 
Record-client-support-pptx.pdf
Record-client-support-pptx.pdfRecord-client-support-pptx.pdf
Record-client-support-pptx.pdfteshomeneguse
 
Operate personal computer
Operate personal computer Operate personal computer
Operate personal computer Abenezer Abiti
 
1 introduction to windows server 2016
1  introduction to windows server 20161  introduction to windows server 2016
1 introduction to windows server 2016Hameda Hurmat
 

Tendances (20)

Creating technical documents
Creating technical documentsCreating technical documents
Creating technical documents
 
Provide remote help desk support
Provide remote help desk supportProvide remote help desk support
Provide remote help desk support
 
Determine best fit topology
Determine best fit topologyDetermine best fit topology
Determine best fit topology
 
Identifying and resolving network problems
Identifying and resolving network problemsIdentifying and resolving network problems
Identifying and resolving network problems
 
Update and document operational procedures
Update and document operational proceduresUpdate and document operational procedures
Update and document operational procedures
 
Apply Problem Solving Techniques to Routine Malfunctions.pptx
Apply Problem Solving Techniques to Routine Malfunctions.pptxApply Problem Solving Techniques to Routine Malfunctions.pptx
Apply Problem Solving Techniques to Routine Malfunctions.pptx
 
OPERATE DATABASE APPLICATION
OPERATE DATABASE APPLICATIONOPERATE DATABASE APPLICATION
OPERATE DATABASE APPLICATION
 
Determine best fit topology copy
Determine best fit topology   copyDetermine best fit topology   copy
Determine best fit topology copy
 
Conduct / facilitate user training
Conduct / facilitate user trainingConduct / facilitate user training
Conduct / facilitate user training
 
Operating Database Application ODA
Operating Database Application ODAOperating Database Application ODA
Operating Database Application ODA
 
Identify and resolve network problems
Identify and resolve network problemsIdentify and resolve network problems
Identify and resolve network problems
 
Creating Technical documentation
Creating Technical documentationCreating Technical documentation
Creating Technical documentation
 
Implement maintenance procedures
Implement maintenance proceduresImplement maintenance procedures
Implement maintenance procedures
 
511718784-maintain-inventory-of-equipment-software-and-documentation.pptx
511718784-maintain-inventory-of-equipment-software-and-documentation.pptx511718784-maintain-inventory-of-equipment-software-and-documentation.pptx
511718784-maintain-inventory-of-equipment-software-and-documentation.pptx
 
Server configuration
Server configurationServer configuration
Server configuration
 
Fundamentals of a Personal Computer
Fundamentals of a Personal ComputerFundamentals of a Personal Computer
Fundamentals of a Personal Computer
 
Record-client-support-pptx.pdf
Record-client-support-pptx.pdfRecord-client-support-pptx.pdf
Record-client-support-pptx.pdf
 
Operate personal computer
Operate personal computer Operate personal computer
Operate personal computer
 
System program
System programSystem program
System program
 
1 introduction to windows server 2016
1  introduction to windows server 20161  introduction to windows server 2016
1 introduction to windows server 2016
 

Similaire à installing and optimizing operating system software

Similaire à installing and optimizing operating system software (20)

L-3 BCE OS FINAL.ppt
L-3 BCE OS FINAL.pptL-3 BCE OS FINAL.ppt
L-3 BCE OS FINAL.ppt
 
e.pdf
e.pdfe.pdf
e.pdf
 
operating system structure
operating system structureoperating system structure
operating system structure
 
OS.pptx
OS.pptxOS.pptx
OS.pptx
 
Operating system notes pdf
Operating system notes pdfOperating system notes pdf
Operating system notes pdf
 
UNIT I - Part 1.pptx
UNIT I - Part 1.pptxUNIT I - Part 1.pptx
UNIT I - Part 1.pptx
 
Ch3
Ch3Ch3
Ch3
 
Basic operating systems in computer and it's uses
Basic operating systems in computer and it's usesBasic operating systems in computer and it's uses
Basic operating systems in computer and it's uses
 
Computer system software
Computer system softwareComputer system software
Computer system software
 
Introduction of operating system
Introduction of operating systemIntroduction of operating system
Introduction of operating system
 
Unit 1 q&a
Unit  1 q&aUnit  1 q&a
Unit 1 q&a
 
ch1.ppt
ch1.pptch1.ppt
ch1.ppt
 
2 opreating system
2 opreating system2 opreating system
2 opreating system
 
Operating system
Operating systemOperating system
Operating system
 
Operating system
Operating systemOperating system
Operating system
 
Basics of Operating System
Basics of Operating SystemBasics of Operating System
Basics of Operating System
 
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 systems By ZAK
operating systems By ZAKoperating systems By ZAK
operating systems By ZAK
 
Ch1kiit [compatibility mode]
Ch1kiit [compatibility mode]Ch1kiit [compatibility mode]
Ch1kiit [compatibility mode]
 
System software vt
System software vtSystem software vt
System software vt
 

Plus de Jaleto Sunkemo

build a small wireless LAN LO2
build a small wireless LAN LO2build a small wireless LAN LO2
build a small wireless LAN LO2Jaleto Sunkemo
 
Introduction to Anthropology
 Introduction to Anthropology Introduction to Anthropology
Introduction to AnthropologyJaleto Sunkemo
 
preventing and eliminating muda.pptx
preventing and eliminating muda.pptxpreventing and eliminating muda.pptx
preventing and eliminating muda.pptxJaleto Sunkemo
 
update and document.pptx
update and document.pptxupdate and document.pptx
update and document.pptxJaleto Sunkemo
 
use and create spreadsheet.ppt
use and create spreadsheet.pptuse and create spreadsheet.ppt
use and create spreadsheet.pptJaleto Sunkemo
 
develop keyboard skill.pptx
develop keyboard skill.pptxdevelop keyboard skill.pptx
develop keyboard skill.pptxJaleto Sunkemo
 
Improve business practice by jaleto sunkemo
Improve business practice by jaleto sunkemoImprove business practice by jaleto sunkemo
Improve business practice by jaleto sunkemoJaleto Sunkemo
 
Work in team environment
Work in team environmentWork in team environment
Work in team environmentJaleto Sunkemo
 
Leading workplace communication
Leading workplace communicationLeading workplace communication
Leading workplace communicationJaleto Sunkemo
 
Improve business practice
Improve business practiceImprove business practice
Improve business practiceJaleto Sunkemo
 
Utilize specialized-communicaton skill
Utilize specialized-communicaton  skillUtilize specialized-communicaton  skill
Utilize specialized-communicaton skillJaleto Sunkemo
 
Keyboard and-proper-finger-positioning
Keyboard and-proper-finger-positioningKeyboard and-proper-finger-positioning
Keyboard and-proper-finger-positioningJaleto Sunkemo
 

Plus de Jaleto Sunkemo (20)

build a small wireless LAN LO2
build a small wireless LAN LO2build a small wireless LAN LO2
build a small wireless LAN LO2
 
build small WLAN.pptx
build small WLAN.pptxbuild small WLAN.pptx
build small WLAN.pptx
 
business plan
business planbusiness plan
business plan
 
develop Business Plan
develop Business Plandevelop Business Plan
develop Business Plan
 
Introduction to Anthropology
 Introduction to Anthropology Introduction to Anthropology
Introduction to Anthropology
 
preventing and eliminating muda.pptx
preventing and eliminating muda.pptxpreventing and eliminating muda.pptx
preventing and eliminating muda.pptx
 
update and document.pptx
update and document.pptxupdate and document.pptx
update and document.pptx
 
use and create spreadsheet.ppt
use and create spreadsheet.pptuse and create spreadsheet.ppt
use and create spreadsheet.ppt
 
develop keyboard skill.pptx
develop keyboard skill.pptxdevelop keyboard skill.pptx
develop keyboard skill.pptx
 
Ex formula.pdf
Ex formula.pdfEx formula.pdf
Ex formula.pdf
 
Improve business practice by jaleto sunkemo
Improve business practice by jaleto sunkemoImprove business practice by jaleto sunkemo
Improve business practice by jaleto sunkemo
 
Apply quality control
Apply quality controlApply quality control
Apply quality control
 
Work in team environment
Work in team environmentWork in team environment
Work in team environment
 
Leading workplace communication
Leading workplace communicationLeading workplace communication
Leading workplace communication
 
Lead small team
Lead small teamLead small team
Lead small team
 
Improve business practice
Improve business practiceImprove business practice
Improve business practice
 
Utilize specialized-communicaton skill
Utilize specialized-communicaton  skillUtilize specialized-communicaton  skill
Utilize specialized-communicaton skill
 
Assit lvel4
Assit lvel4Assit lvel4
Assit lvel4
 
Keyboard and-proper-finger-positioning
Keyboard and-proper-finger-positioningKeyboard and-proper-finger-positioning
Keyboard and-proper-finger-positioning
 
8 network devices
8 network devices8 network devices
8 network devices
 

Dernier

04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 

Dernier (20)

04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 

installing and optimizing operating system software

  • 1. Unit of competence:- install and optimizing operating system software Pre. By IT department
  • 2.  This unit defines the performance outcomes, skills and knowledge required to install operating system (OS) software and to make adjustments as a means of optimizing the system to accommodate business and client needs
  • 3. LO1:- Determine function of operating system  Identify and demonstrate understanding of the purposes of operating system  Compare and contrast different operating systems and their features  Identify and demonstrate knowledge of the basic functions of operating system, including file system, memory management, process scheduling  Identify and demonstrate management of virtual memory
  • 4.  Introduction to windows  Install operating system  File system system
  • 5.  What is system software? The system software is a computer program, which is designed to run computer hardware and applications. The system software makes your system faster, effective, and safe. When installing the operating system, the system software is already installed on the computer.  System files include function libraries, system services, printer, and other hardware drivers, system preferences, and other configuration files.
  • 6.  Here are the features of system software.  Usually written in a low-level language.  It has a high speed.  Less interactive.  The system software is closer to the system.
  • 7.  There is another software on your computer- application software. Application software is a program that does actual work for users. It is mainly created to perform user-specific tasks. Now, let’s see the differences between system software and application software.  System software is the general software, while application software is special software.  System software can run independently, but application software cannot run independently.  System software is designed to manage system resources, such as memory and process management, security, etc., while application software is designed to meet the needs of users to perform specific tasks.  System software is written in low-level languages ​​such as machine or assembly language, while application software is a high-level language used to write application software.
  • 8. 1. Windows 2. MAC OS 3. Ios 4. Chrome OS 5. Ubuntu 6. Android 7. Blackberry
  • 9.  What is OS  An Operating System (OS) is an interface between a computer user and computer hardware. An operating system is a software which performs all the basic tasks like file management, memory management, process management, handling input and output, and controlling peripheral devices such as disk drives and printers.  An operating system is software that enables applications to interact with a computer's hardware. The software that contains the core components of the operating system is called the kernel.  The primary purposes of an Operating System are to enable applications (spftwares) to interact with a computer's hardware and to manage a system's hardware and software resources.
  • 10.  Some popular Operating Systems include Linux Operating System, Windows Operating System, VMS, OS/400, AIX, z/OS, etc. Today, Operating systems is found almost in every device like mobile phones, personal computers, mainframe computers, automobiles, TV, Toys etc.
  • 11. Security is provided by OS to the user data and prevents unauthorized access. 1. System performance is boosted with the help of the OS 2. Various applications or tasks and the number of users doing the tasks are accounted for by OS 3. The computing system shows some errors 4. Many users use the computing system the hardware and these errors are logged in the OS 5. The main memory is managed by OS 6. OS organizes the file system
  • 12.  here are following 8-components of an Operating System:  Process Management  I/O Device Management  File Management  Network Management  Main Memory Management  Secondary Storage Management  Security Management  Command Interpreter System
  • 13.  A process is program or a fraction of a program that is loaded in main memory. A process needs certain resources including CPU time, Memory, Files, and I/O devices to accomplish its task. The process management component manages the multiple processes running simultaneously on the Operating System.  A program in running state is called a process
  • 14.  One of the purposes of an operating system is to hide the peculiarities of specific hardware devices from the user. I/O Device Management provides an abstract level of H/W devices and keep the details from applications to ensure proper use of devices, to prevent errors, and to provide users with convenient and efficient programming environment.  Following are the tasks of I/O Device Management component:  Hide the details of H/W devices  Manage main memory for the devices using cache, buffer, and spooling  Maintain and provide custom drivers for each device.  File Management  A files is a sequence of bits, bytes, lines or records whose meaning is defined by its creator and user.
  • 15.  The definition of network management is often broad, as network management involves several different components. Network management is the process of managing and administering a computer network. A computer network is a collection of various types of computers connected with each other.  Network management comprises fault analysis, maintaining the quality of service, provisioning of networks, and performance management.
  • 16.  Network management is the process of keeping your network healthy for an efficient communication between different computers.  Following are the features of network management:  Network administration  Network maintenance  Network operation  Network security
  • 17.  Memory is a large array of words or bytes, each with its own address. It is a repository of quickly accessible data shared by the CPU and I/O devices.  Main memory is a volatile storage device which means it loses its contents in the case of system failure or as soon as system power goes down.  The main motivation behind Memory Management is to maximize memory utilization on the computer system.The operating system is responsible for the following activities in connections with memory management:  Keep track of which parts of memory are currently being used and by whom.  Decide which processes to load when memory space becomes available.  Allocate and deallocate memory space as needed.
  • 18.  The main purpose of a computer system is to execute programs. These programs, together with the data they access, must be in main memory during execution. Since the main memory is too small to permanently accommodate all data and program, the computer system must provide secondary storage to backup main memory.  Most modern computer systems use disks as the principle on-line storage medium, for both programs and data. Most programs, like compilers, assemblers, sort routines, editors, formatters, and so on, are stored on the disk until loaded into memory, and then use the disk as both the source and destination of their processing.  The operating system is responsible for the following activities in connection with disk management:  Free space management  Storage allocation  Disk scheduling
  • 19.  The operating system is primarily responsible for all task and activities happen in the computer system. The various processes in an operating system must be protected from each other’s activities. For that purpose, various mechanisms which can be used to ensure that the files, memory segment, cpu and other resources can be operated on only by those processes that have gained proper authorization from the operating system.  Security Management refers to a mechanism for controlling the access of programs, processes, or users to the resources defined by a computer controls to be imposed, together with some means of enforcement.For example, memory addressing hardware ensure that a process can only execute within its own address space. The timer ensure that no process can gain control of the CPU without relinquishing it. Finally, no process is allowed to do it’s own I/O, to protect the integrity of the various peripheral devices.
  • 20.  One of the most important component of an operating system is its command interpreter. The command interpreter is the primary interface between the user and the rest of the system.  Command Interpreter System executes a user command by calling one or more number of underlying system programs or system calls.  Command Interpreter System allows human users to interact with the Operating System and provides convenient programming environment to the users.Many commands are given to the operating system by control statements. A program which reads and interprets control statements is automatically executed. This program is called the shell and few examples are Windows DOS command window, Bash of Unix/Linux or C-Shell of Unix/Linux.
  • 21.  An Operating System provides services to both the users and to the programs.  It provides programs an environment to execute.  It provides users the services to execute the programs in a convenient manner.  Following are a few common services provided by an operating system  Program execution  I/O operations  File System manipulation  Communication  Error Detection  Resource Allocation  Protection
  • 22.  Security refers to providing a protection system to computer system resources such as CPU, memory, disk, software programs and most importantly data/information stored in the computer system.  If a computer program is run by an unauthorized user, then he/she may cause severe damage to computer or data stored in it. So a computer system must be protected against unauthorized access, malicious access to system memory, viruses, worms etc
  • 23.  We're going to discuss following topics Authentication One Time passwords Program Threats System Threats Computer Security Classifications
  • 24.  Introduction to windows  Install operating system  configure operating system
  • 25.  Windows is a collection of programs known as an operating system (OS) that controls a PC (personal computer). First produced by Microsoft in November 1985, it has been frequently updated since, as computer memory has got bigger, as processing chips have got faster and, of course, when the internet was invented. Prior to Windows, PCs were operated by a series of text commands.  Windows' key benefits and features  Allows the user to interact with the computer (through the keyboard, mouse, microphone, etc.).
  • 26.  Controls the storage of data (images, files, music).  Controls hardware attached to the computer such as webcams, scanners and printers.  Helps to open and close programs (word processors, games, photo editors, etc.), and gives them part of the computer’s memory to allow them to work.  Controls what access to a computer different users have and the computer's security.  Deals with errors and user instructions, and issues simple error messages.  Promotes multitasking by allowing the user to do several things on the computer at once – for example, watch a video while writing a letter.