Users are reporting that an unsecured network is broadcasting with the same name as the normal wireless network. They are able to access the internet but cannot connect to the file share servers. Which of the following best describes this issue?
Correct Answer: D
Comprehensive and Detailed Explanation From Exact Extract: This scenario describes a rogue access point - a malicious or unauthorized wireless access point that uses the same SSID as the legitimate network. Users may connect to it unknowingly, which can result in limited network access, data interception, or redirection of traffic. The inability to reach internal file servers supports this being an unauthorized AP with no connection to internal resources. A: A DNS issue would impact name resolution, not connectivity to file servers directly. B: VLAN issues generally affect segmentation, not mimic SSID problems. C: An incorrect IP address could cause connectivity issues, but not in the presence of a malicious AP broadcasting the same SSID. Reference: CompTIA A+ 220-1102 Objective 2.4: Compare and contrast wireless and physical security threats. Study Guide Section: Rogue access points and their detection
220-1202 Exam Question 82
Which of the following Linux commands is used to read another command's documentation?
Correct Answer: C
The correct answer is C. man, which stands for manual. The man command is used in Linux and UNIX- based operating systems to display the official documentation for commands, configuration files, and system calls. This documentation includes descriptions, syntax, available options, and usage examples. The Quentin Docter - CompTIA A+ Complete Study Guide explains that Linux relies heavily on built-in documentation accessible from the command line. The man pages are considered the authoritative reference for how a command works and what options it supports. For example, running man cp displays documentation for the file copy command. The Travis Everett & Andrew Hutz - All-in-One Exam Guide emphasizes that learning to use man is essential for Linux administration and troubleshooting. Unlike graphical help systems, man pages are always available locally and do not require internet access. The Mike Meyers / Mark Soper Lab Manual clarifies that chmod changes file permissions, cat displays file contents, and sudo allows commands to be run with elevated privileges. None of these commands provide documentation about other commands. Because the question specifically asks about reading another command's documentation, the Linux command designed for that exact purpose is man, making C the correct answer.
220-1202 Exam Question 83
Which of the following file types is best for performing automated tasks on startup on a Windows computer?
Correct Answer: C
The correct answer is C. BAT, because batch files are specifically designed to execute a sequence of commands automatically in Windows environments. They are commonly used for startup tasks such as launching applications, mapping network drives, setting environment variables, or running maintenance scripts. According to the Quentin Docter - CompTIA A+ Complete Study Guide, batch files (.bat) are text-based scripts interpreted by the Windows Command Processor (cmd.exe). They are lightweight, easy to create, and can be placed directly in startup folders or scheduled through system tasks. The Travis Everett & Andrew Hutz - All-in-One Exam Guide emphasizes that batch files are ideal for automation because they do not require compilation and can run without user interaction. This makes them well-suited for startup operations that must execute consistently every time the system boots or a user logs in. The Mike Meyers / Mark Soper Lab Manual contrasts batch files with other file types: .sh files are used in Linux and macOS, .msi files are installer packages, and .exe files are compiled programs that may prompt user interaction or security warnings. Because batch files are native to Windows, scriptable, and commonly used for startup automation, C. BAT is the correct answer.
220-1202 Exam Question 84
An end user is unable to access the intranet. A technician needs to confirm whether the Windows web server is online and functioning. Which of the following default remote access technologies would the technician most likely use to remotely connect to the server?
Correct Answer: C
The correct answer is C. RDP (Remote Desktop Protocol), because RDP is the default remote access technology for Windows servers. It allows technicians to remotely connect to the graphical desktop environment of a Windows server to verify services, logs, and system status. According to the Quentin Docter - CompTIA A+ Complete Study Guide, RDP is built into Windows operating systems and is commonly used by administrators to manage Windows servers and workstations. It provides full access to the desktop, making it ideal for checking whether services such as IIS (Internet Information Services) are running properly. The Travis Everett & Andrew Hutz - All-in-One Exam Guide explains that while SSH is commonly used for Linux and network devices, Windows servers typically rely on RDP for administrative access. VNC is a third-party remote desktop solution and is not enabled by default on Windows systems. The Mike Meyers / Mark Soper Lab Manual reinforces that SPICE is primarily used in virtualized environments and is not a standard Windows remote access tool. Because the technician needs to verify a Windows web server's operational status using a built-in method, RDP is the most appropriate and likely technology, making C the correct answer.
220-1202 Exam Question 85
A company wants to enforce the following browser requirements: * Administrators can add URLs to the Trusted URL list * Passwords will not be stored through the browser * When the browser is closed, all history will be saved * Browser security will be set to high * Specific URLs or ratings will be restricted from access Which of the following is the best for the technician to configure?
Correct Answer: C
The correct answer is C. Browser policy, because the listed requirements apply specifically to browser-level behavior and settings, not general network traffic or system-wide configuration. Browser policies allow administrators to centrally control how browsers behave on managed systems. The Quentin Docter - CompTIA A+ Complete Study Guide explains that modern browsers support administrative templates or policies that govern password storage, trusted sites, security levels, history handling, and URL restrictions. These policies ensure consistent behavior across all user systems without relying on manual configuration. The Travis Everett & Andrew Hutz - All-in-One Exam Guide clarifies that while Group Policy can deploy browser policies, the object being configured is still the browser itself. The question asks what is best to configure, not how it is delivered. Browser policies directly control password management, trusted URLs, and security zones. The Mike Meyers / Mark Soper Lab Manual further notes that web proxies and gateways filter traffic at the network level and cannot control local browser features such as password storage or history retention. Because every listed requirement is a browser-specific control, the most accurate and targeted solution is Browser policy, making C the correct answer.