Unit 8 Flashcards
A _________ is simply an executable program developed for the end user
Process
Which Processes should never be deleted because if terminated can cause a freeze or crash of your system? (7)
- System (ntoskrnl.exe)
- Windows Logon Application (winlogon.exe)
- Windows Start-Up Application (wininit.exe)
- Client Server Runtime Process (csrss.exe)
- Windows Session Manager (smss.exe)
- Windows Shell Experience Host (ShellExperienceHost.exe)
- Windows Explorer (explorer.exe)
Where can Processes be located?
Windows Task Manager on the Processes tab
(True/False) Accessing the Processes tab via Task Manager and ending a web browser (Chrome, Edge) process will cause irreparable damage to your computer.
False
(True/False) Server processes are typically initiated as automated processes but can also be started by a command
True
What are the two types of server processes?
- Work Processes
- Communication Processes
Describe work processes
Work processes do the actual server work
(Activate, generate, execute, monitor tasks)
Which processes hold connections to agents and the user interfaces?
Communication Processes
(True/False) Left clicking on a process from the Processes tab in Task Manager allows you to end tasks, create dump files, etc
False
(Right-clicking)