Question

In: Computer Science

At the command prompt, enter the following command and press enter. tasklist This command displays the...

At the command prompt, enter the following command and press enter. tasklist

This command displays the currently running tasks (programs). You will see one specific program that appears over and over again in the list of running programs. This program is actually a wrapper program that runs computer instructions found in .DLL files.

Based on the output of the command, which of the following programs is the wrapper program?

A. lsass.exe

B. winlogon.exe

C. svchost.exe

D. cmd.exe

Solutions

Expert Solution

SOLUTION

At the command prompt, enter the following command and press enter tasklist. This command displays the currently running tasks (programs). You will see one specific program that appears over and over again in the list of running programs. This program is actually a wrapper program that runs computer instructions found in .DLL files.

Based on the output of the command, which of the following programs is the wrapper program?

ANSWER

(C) svchost.exe

Svchost (Svchost.exe) is a generic host process name for services that run from dynamic-link libraries (DLL). Here a shell that is loaded from a executable file is used to host the DLL services. Svchost is essential in the implementation of so-called shared service processes, where a number of services can share a process in order to reduce resource consumption

Notes:

LSASS (lsass.exe) is responsible for management of local security authority (LSA) domain authentication and Active Directory management. LSASS handles authentication for both the client and the server, and it also governs the Active Directory engine.

The Winlogon (winlogon.exe) process is responsible for loading your user profile into the registry. This allows programs to use the keys under HKEY_CURRENT_USER. The Windows Logon Application also monitors you keyboard and mouse activity and is responsible for locking your PC.

The Windows Command Prompt (cmd.exe) is the command line interpreter on several Windows and other operating systems including OS/2 and eComStation operating systems. It interacts with the user via the command line interface, which in Windows is implemented through Win32 console.

SCREENSHOT

Service Occurance Count

Note:

It can be clearly seen from the output that the "svchost" process occurs n number of times. In this case 83. The rest of the services occur only once or twice(in the case of cmd).

Hope it helps.


Related Solutions

Use Linux fedora At the command prompt, type route and press Enter. What entries are listed?...
Use Linux fedora At the command prompt, type route and press Enter. What entries are listed? What does each entry represent? What IPv4 address is listed as your default gateway? At the command prompt, type ip route add 1.0.0.0/8 via gwIP and press Enter, where gwIP is the IPv4 address of your default gateway. At the command prompt, type route and press Enter. Is the route added in Step 3 visi- ble? Will this route interfere with traffic that is...
At the command prompt, type cd etc and press Enter. What error message did you receive...
At the command prompt, type cd etc and press Enter. What error message did you receive and why?
Prompt the user to enter an integer Then, prompt the user to enter a positive integer...
Prompt the user to enter an integer Then, prompt the user to enter a positive integer n2. Print out all the numbers that are entered after the last occurrence of n1 and whether each one is even or odd If n1 does not occur or there are no values after the last occurrence of n1, print out the message as indicated in the sample runs below. Sample: Enter n1: -2 Enter n2: 7 Enter 7 values: -2 3 3 -2...
Troubleshooting Exchange Server 2013 Type Test-ServiceHealth and press <Enter> What does this command do? When would...
Troubleshooting Exchange Server 2013 Type Test-ServiceHealth and press <Enter> What does this command do? When would you use it? Why is it helpful? Type Test-MapiConnectivity and press <Enter> What does this show? Type Test-MapiConnectivity Mjackson and press <Enter> What does this show? What is the difference between the commands in step 2 and 3? Type Get-MailboxStatistics Mjackson | Format-List DisplayName, IsQuarantined What does this command tell us? When would you run this command?        5 . What is a concern...
Open the Command Prompt window and use the nslookup command to identify the domain names that...
Open the Command Prompt window and use the nslookup command to identify the domain names that correspond to the following IP addresses: 161.170.244.20 205.251.242.103 144.160.155.43 Use the Command Prompt window and nslookup command to identify the IP addresses that correspond to the following domain names: walmart.com amazon.com att.com Close the Command Prompt window. Submit your findings.
1. At the command prompt, use the where command to locate the where.exe file. Copy and...
1. At the command prompt, use the where command to locate the where.exe file. Copy and paste the full path and filename for the where.exe file into the space provided below. 2. At the command prompt, enter the following command and press enter. find "free beer" "c:\Program Files (x86)\Notepad++\*.txt" This command searches for the string "free beer" in all .TXT files in the Notepad++ program folder. According to the output of the find command, which of the files listed below...
Create a python program that will: prompt a user for a command Command get_data Level 1:...
Create a python program that will: prompt a user for a command Command get_data Level 1: Take one of the commands my_max my_min my_range my_sum mean median mode fib factorize prime Requirements: Your commands should be case-insensitive You should use python lists to store data You should NOT use built-in python math functions, or math libraries to compute these values Tips: Write one function that will convert a string with comma-separated numbers into a python list with the numbers. You...
what does activate.bat mean when working with python in the command prompt or the anaconda prompt...
what does activate.bat mean when working with python in the command prompt or the anaconda prompt (please be detailed)
Design a program that displays the following in Java: Enter the grades for an Essay: Grammer...
Design a program that displays the following in Java: Enter the grades for an Essay: Grammer (must be 30 or less): 40 Grammer (must be 30 or less): 26.3 Spelling (must be 20 or less): 17.4 Correct Length (must be 20 or less): 19 Content (must be 30 or less): 23.5 The recorded scores are: Grammer: 26.3 Spelling: 17.4 Correct Length: 19.0 Content: 23.5 Total score: 86.2 The grade for this essay is B
please use linux or unix to complete Diff command The diff command displays differences between two...
please use linux or unix to complete Diff command The diff command displays differences between two files on a line-by-line basis. It displays the differences as instructions that you can use to edit one of the files ( using the vi editor) to make it the same as the other. When you use diff, it produces a series of lines containing Append (a), Delete (d), and Change (c) instructions. Each of these lines is followed by the lines from the...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT