A server technician is deploying a server with eight hard drives. The server specifications call for a RAID configuration that can handle up to two drive failures but also allow for the least amount of drive space lost to RAID overhead. Which of the following RAID levels should the technician configure for this drive array?
Users report that the FinanceApp software is not running, and they need immediate access. Issues with the FinanceApp software occur every week after the IT team completes server system updates. The users, however, do not want to contact the help desk every time the issue occurs. The users also report the new MarketApp software is not usable when it crashes, which can cause significant downtime. The technician who restarted the MarketApp software noticed it is running under a test account, which is a likely cause of the crashes. INSTRUCTIONS Using the Services menu provided, modify the appropriate application services to remedy the stated issues.
Correct Answer:
FinanceApp software is running as a service named "FinanceApp Service". The service description says "Provides financial data and calculations for the FinanceApp software". The service status is "Stopped", which means that the service is not running and the software is not functional. The service startup type is "Manual", which means that the service needs to be started manually by the user or the administrator. The service log on as is "Local System", which means that the service runs under a predefined local account that has extensive privileges on the local computer. To fix the issue with the FinanceApp software, you need to do two things: First, you need to start the service, so that the software can run. To do this, you can right-click on the service name and select "Start" from the menu. Alternatively, you can select the service name and click on the "Start" button on the toolbar. You should see a message saying that the service has started successfully. Second, you need to change the service startup type, so that the service can start automatically every time the server boots up. This way, you don't have to contact the help desk every time the issue occurs. To do this, you can right-click on the service name and select "Properties" from the menu. Alternatively, you can select the service name and click on the "Properties" button on the toolbar. You should see a window with several tabs and options. On the "General" tab, under "Startup type", you can select "Automatic" from the drop-down list. Then, click on "OK" to save your changes. By doing these two steps, you should be able to use the FinanceApp software without any problems. The MarketApp software is running as a service named "MarketApp Service". The service description says "Provides market data and analysis for the MarketApp software". The service status is "Running", which means that the service is running and the software is functional. However, as you reported, the software may crash sometimes, which can cause significant downtime. The service startup type is "Automatic", which means that the service starts automatically every time the server boots up. The service log on as is "TestAccount", which is a test account that was probably used for development or testing purposes. To fix the issue with the MarketApp software, you need to do one thing: You need to change the service log on as, so that the service runs under a proper account that has sufficient permissions and security settings for production use. To do this, you can right-click on the service name and select "Properties" from the menu. Alternatively, you can select the service name and click on the "Properties" button on the toolbar. You should see a window with several tabs and options. On the "Log On" tab, under "Log on as", you can select either "Local System account" or "This account". If you choose "Local System account", then the service will run under a predefined local account that has extensive privileges on the local computer. If you choose "This account", then you will need to enter a valid username and password for an account that has appropriate permissions and security settings for running the service. You may need to consult with your IT team or your software vendor to determine which option is best for your situation. Then, click on "OK" to save your changes.
Question 313
A server administrator needs to harden a server by only allowing secure traffic and DNS inquiries. A port scan reports the following ports are open:
Correct Answer: D
The administrator should only allow secure traffic and DNS inquiries on the server, which means that only ports 22, 53, and 443 should be open. Port 22 is used for SSH (Secure Shell), which is a protocol that allows secure remote login and command execution over a network connection using a command-line interface (CLI). Port 53 is used for DNS (Domain Name System), which is a service that translates domain names into IP addresses and vice versa. Port 443 is used for HTTPS (Hypertext Transfer Protocol Secure), which is a secure version of HTTP that encrypts the data exchanged between a web browser and a web server.
Question 314
Which of the following would a systems administrator most likely implement to encrypt data in transit for remote administration?
Correct Answer: B
Explanation SSH (Secure Shell) is a protocol that would most likely be implemented to encrypt data in transit for remote administration. SSH provides secure communication between two devices over an unsecured network by using public-key cryptography and symmetric encryption. SSH can be used to remotely execute commands, transfer files, or tunnel other protocols. Telnet, TFTP, and rlogin are protocols that do not encrypt data in transit and are considered insecure for remote administration. References: [CompTIA Server+ Certification Exam Objectives], Domain 2.0: Networking, Objective 2.4: Given a scenario involving network security/access methods, implement an appropriate solution.
Question 315
Which of the following describes a configuration in winch both nodes of a redundant system respond to service requests whenever possible?
Correct Answer: C
Explanation Active-active is a configuration in which both nodes of a redundant system respond to service requests whenever possible. It can improve the performance, availability, and load balancing of the system by distributing the workload among the nodes. However, it also requires more synchronization and coordination between the nodes to avoid conflicts or errors. Verified References: [Active-active], [Redundant system]