IT Essentials 5.0 Chapter 10 Quiz-2

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Cardo.duhaney
C
Cardo.duhaney
Community Contributor
Quizzes Created: 2 | Total Attempts: 730
| Attempts: 372 | Questions: 22
Please wait...
Question 1 / 22
0 %
0/100
Score 0/100
1. Which type of security threat uses email that appears to be from a legitimate sender and asks the email recipient to visit a website to enter confidential information?

Explanation

Phishing is a type of security threat that uses email that appears to be from a legitimate sender and asks the email recipient to visit a website to enter confidential information. The intention is to deceive the recipient into providing sensitive information such as passwords, credit card details, or social security numbers. This information is then used for fraudulent purposes, such as identity theft or financial scams. Phishing attacks often exploit social engineering techniques to trick individuals into believing that the email is legitimate and trustworthy.

Submit
Please wait...
About This Quiz
IT Essentials Quizzes & Trivia

This IT Essentials 5.0 Chapter 10 quiz assesses knowledge on various security threats and precautions, including social engineering, physical security measures, and system integrity. It is crucial for... see moreunderstanding essential security practices and safeguarding IT infrastructure. see less

2. A user receives a phone call from a person who claims to represent IT services and then asks that user for confirmation of username and password for auditing purposes. Which security threat does this phone call represent?

Explanation

This phone call represents a social engineering threat. Social engineering is a tactic used by attackers to manipulate individuals into divulging sensitive information or performing actions that compromise security. In this case, the caller is attempting to trick the user into revealing their username and password by posing as a representative of IT services and claiming it is for auditing purposes. This is a common technique used by attackers to gain unauthorized access to systems or steal sensitive information.

Submit
3. What is the most effective way of securing wireless traffic?  

Explanation

WPA2 is the most effective way of securing wireless traffic. WPA2 (Wi-Fi Protected Access 2) is a security protocol that provides strong encryption and authentication for wireless networks. It is an improvement over its predecessor, WPA, and offers better security features. WPA2 uses the Advanced Encryption Standard (AES) algorithm, which is considered highly secure. It also supports enterprise-level authentication methods, such as 802.1X, which adds an extra layer of security. Overall, WPA2 is the recommended choice for securing wireless traffic due to its robust security measures.

Submit
4. Which two items are used in asymmetric encryption? (Choose two.)  

Explanation

Asymmetric encryption uses two different keys, a private key and a public key. The private key is kept secret and is used to decrypt the data that has been encrypted with the corresponding public key. The public key, on the other hand, is widely distributed and is used to encrypt data that can only be decrypted using the private key. This two-key system ensures that the data remains secure and can only be accessed by the intended recipient.

Submit
5. Which question would be an example of an open-ended question that a technician might ask when troubleshooting a security issue?

Explanation

The question "What symptoms are you experiencing?" would be an example of an open-ended question that a technician might ask when troubleshooting a security issue. This question allows the technician to gather specific information about the issue by allowing the person to describe the symptoms they are encountering. This can help the technician identify the root cause of the problem and provide appropriate solutions.

Submit
6. What is the name given to the programming-code patterns of viruses?  

Explanation

Signatures are the name given to the programming-code patterns of viruses. Signatures are unique patterns or sequences of code that are specific to a particular virus. Antivirus software uses these signatures to identify and detect viruses in files or systems. By comparing the code patterns in files or system memory to a database of known virus signatures, antivirus software can determine if a file or system is infected with a virus.

Submit
7. You want to dispose of a 2.5 terabyte hard drive that contains confidential financial information. What is the recommended procedure to achieve this?  

Explanation

Smashing the platters with a hammer is the recommended procedure to dispose of a 2.5 terabyte hard drive that contains confidential financial information. This method physically destroys the platters, which are the main components that store the data. By smashing the platters, the data becomes irretrievable, ensuring that the confidential financial information cannot be accessed or recovered. Using data wiping or drilling through the HDD may not completely remove the data and could potentially leave it vulnerable to being recovered. Immersing the HDD in a weak solution of bicarbonate of soda is not an effective method for securely disposing of the confidential financial information.

Submit
8. All users working with a particular Windows 7 computer are able to install unauthorized software. In addition to educating the users about correct security behavior, which action should also be performed to solve this issue?

Explanation

Enabling UAC (User Account Control) on the computer is the correct action to solve the issue of users being able to install unauthorized software. UAC helps prevent unauthorized changes to the system by notifying users and asking for their permission before allowing certain actions to be performed. By enabling UAC, users will be prompted for their consent when attempting to install software, thereby preventing unauthorized installations. This additional layer of security, along with educating users about correct security behavior, will help mitigate the problem of unauthorized software installations.

Submit
9. What is the primary goal of a DoS attack?  

Explanation

The primary goal of a DoS (Denial of Service) attack is to prevent the target server from being able to handle additional requests. This is achieved by overwhelming the server with a flood of malicious requests or by exploiting vulnerabilities in the server's resources, such as bandwidth or processing power. The intention is to make the server unavailable to legitimate users, disrupting its normal operation and causing inconvenience or financial loss to the target entity.

Submit
10. Which action would help a technician to determine if a denial of service attack is being caused by malware on a host?

Explanation

Disconnecting the host from the network would help a technician determine if a denial of service attack is being caused by malware on the host because it isolates the host from any external communication. By disconnecting the host, the technician can observe if the denial of service attack continues or stops, which can indicate whether the attack is being caused by malware on the host or by external factors. This action allows the technician to analyze the host's behavior without any network interference.

Submit
11. What does a malware detection program look for when running a scan?  

Explanation

A malware detection program looks for patterns in the programming code of the software on a computer during a scan. It analyzes the code to identify any suspicious or malicious patterns that may indicate the presence of malware. By recognizing these patterns, the program can detect and alert the user about potential threats and take appropriate actions to remove or quarantine the malware.

Submit
12. Which two characteristics of network traffic are being monitored if a network technician configures the company firewall to operate as a packet filter? (Choose two.)  

Explanation

When a network technician configures the company firewall to operate as a packet filter, they are monitoring the characteristics of network traffic related to protocols and ports. By filtering packets based on protocols, the firewall can allow or block certain types of network traffic based on their protocol, such as TCP or UDP. Similarly, by filtering packets based on ports, the firewall can control access to specific services or applications running on different ports, such as HTTP on port 80 or SMTP on port 25.

Submit
13. Which two characteristics describe a worm? (Choose two.)  

Explanation

A worm is a type of malware that is self-replicating, meaning it can create copies of itself and spread to other computers without any intervention or knowledge of the user. It is different from viruses, which typically require the user to execute a program or open a file for the infection to occur. Worms can also travel to new computers without any intervention or knowledge of the user, making them capable of spreading rapidly across networks.

Submit
14. Port triggering has been configured on a wireless router. Port 25 has been defined as the trigger port and port 113 as an open port. What effect does this have on network traffic?

Explanation

not-available-via-ai

Submit
15. A technician is troubleshooting a computer security issue. The computer was compromised by an attacker as a result of the user having a weak password. Which action should the technician take as a preventive measure against this type of attack happening in the future?

Explanation

To prevent this type of attack from happening in the future, the technician should ensure that the security policy is being enforced. This means implementing and enforcing measures such as password complexity requirements, regular password changes, and account lockouts after multiple failed login attempts. By enforcing a strong security policy, the technician can ensure that users are using strong passwords and reducing the risk of compromise due to weak passwords. Checking for the latest OS patches and updates, scanning the computer with protection software, and verifying physical security are important measures, but they do not specifically address the issue of weak passwords.

Submit
16. Which physical security technology can hold user authentication information, include software license protection, provide encryption, and provide hardware and software authentication that is specific to the host system?

Explanation

Trusted Platform Module (TPM) is a physical security technology that can hold user authentication information, provide software license protection, encryption, and hardware and software authentication specific to the host system. TPM is a dedicated microcontroller chip that stores cryptographic keys, passwords, and digital certificates securely. It provides a secure environment for the authentication process, ensuring the integrity of the system and protecting against unauthorized access. TPM can also be used for secure storage of sensitive data and to verify the integrity of the system's software and firmware.

Submit
17. In which situation would a computer technician use the fixmbr command at the command prompt of a Windows XP computer to resolve a security issue?

Explanation

A computer technician would use the fixmbr command at the command prompt of a Windows XP computer to resolve a security issue when a virus has damaged the master boot record of the system disk. The master boot record (MBR) contains crucial information about the partitions and file systems on the disk, and if it gets damaged by a virus, it can prevent the computer from booting up properly. By using the fixmbr command, the technician can repair the MBR and restore the computer's ability to boot up correctly, thus resolving the security issue caused by the virus.

Submit
18. A user has reported that a computer web browser will not display the correct home page even if the default page is reset. What is the likely cause of this problem?  

Explanation

The likely cause of the problem is that the computer has been infected with spyware. Spyware is a type of malicious software that can alter browser settings, including the default home page. Even if the default page is reset, the spyware can still override the settings and display a different page.

Submit
19. It has been noted that the computers of employees who use removable flash drives are being infected with viruses and other malware. Which two actions can help prevent this problem in the future? (Choose two.)

Explanation

Setting virus protection software to scan removable media when data is accessed can help prevent the problem because it will detect and remove any viruses or malware present on the flash drives before they can infect the computer. Disabling the autorun feature in the operating system can also help prevent the problem because it will prevent any malicious programs from automatically executing when the flash drive is connected to the computer. This will give the user the opportunity to scan the flash drive for viruses before accessing any files.

Submit
20. Which two security precautions will help protect a workplace against social engineering? (Choose two.)  

Explanation

Ensuring that each use of an access card allows access to only one user at a time helps protect against social engineering by preventing unauthorized individuals from using someone else's access card. Registering and escorting all visitors to the premises helps protect against social engineering by ensuring that only authorized individuals are allowed onto the premises and preventing unauthorized individuals from gaining access through impersonation or deception.

Submit
21. Which three questions should be addressed by organizations developing a security policy? (Choose three.)

Explanation

Organizations developing a security policy should address the following questions: What are the possible threats to the assets of the organization? This is important to identify potential risks and vulnerabilities. What is to be done in the case of a security breach? Having a plan in place to respond to and mitigate security breaches is crucial. What assets require protection? Determining which assets are most valuable and need protection helps prioritize security measures.

Submit
22. What are two typical physical security precautions that a business can take to protect its computers and systems? (Choose two.)

Explanation

Implementing biometric authentication and disabling the autorun feature in the operating system are two typical physical security precautions that a business can take to protect its computers and systems. Biometric authentication adds an extra layer of security by using unique physical characteristics, such as fingerprints or facial recognition, to verify the identity of individuals accessing the system. Disabling the autorun feature prevents unauthorized execution of potentially harmful programs or viruses when removable media, such as USB drives, are connected to the computer. These precautions help to prevent unauthorized access and protect against potential security threats.

Submit
View My Results

Quiz Review Timeline (Updated): Mar 22, 2023 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 22, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Jan 09, 2014
    Quiz Created by
    Cardo.duhaney
Cancel
  • All
    All (22)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
Which type of security threat uses email that appears to be from a...
A user receives a phone call from a person who claims to represent IT...
What is the most effective way of securing wireless traffic? ...
Which two items are used in asymmetric encryption? (Choose two.) ...
Which question would be an example of an open-ended question that a...
What is the name given to the programming-code patterns of viruses? ...
You want to dispose of a 2.5 terabyte hard drive that contains...
All users working with a particular Windows 7 computer are able to...
What is the primary goal of a DoS attack?  
Which action would help a technician to determine if a denial of...
What does a malware detection program look for when running a scan? ...
Which two characteristics of network traffic are being monitored if a...
Which two characteristics describe a worm? (Choose two.)  
Port triggering has been configured on a wireless router. Port 25 has...
A technician is troubleshooting a computer security issue. The...
Which physical security technology can hold user authentication...
In which situation would a computer technician use the fixmbr command...
A user has reported that a computer web browser will not display the...
It has been noted that the computers of employees who use removable...
Which two security precautions will help protect a workplace against...
Which three questions should be addressed by organizations developing...
What are two typical physical security precautions that a business can...
Alert!

Advertisement