ExamGecko
Question list
Search
Search

Related questions











Question 508 - 312-50v12 discussion

Report
Export

You have been hired as an intern at a start-up company. Your first task is to help set up a basic web server for the company's new website. The team leader has asked you to make sure the server is secure from common - threats. Based on your knowledge from studying for the CEH exam, which of the following actions should be your priority to secure the web server?

A.
Installing a web application firewall
Answers
A.
Installing a web application firewall
B.
limiting the number of concurrent connections to the server
Answers
B.
limiting the number of concurrent connections to the server
C.
Encrypting the company's website with SSL/TLS
Answers
C.
Encrypting the company's website with SSL/TLS
D.
Regularly updating and patching the server software
Answers
D.
Regularly updating and patching the server software
Suggested answer: D

Explanation:

One of the most important actions to secure a web server from common threats is to regularly update and patch the server software. This includes the operating system, the web server software, the database software, and any other applications or frameworks that run on the server. Updating and patching the server software can fix known vulnerabilities, bugs, or errors that could be exploited by attackers to compromise the server or the website. Failing to update and patch the server software can expose the server to common attacks, such as SQL injection, cross-site scripting, remote code execution, denial-of-service, etc.

Installing a web application firewall, limiting the number of concurrent connections to the server, and encrypting the company's website with SSL/TLS are also good practices to secure a web server, but they are not as critical as updating and patching the server software. A web application firewall can filter and block malicious requests, but it cannot prevent attacks that exploit unpatched vulnerabilities in the server software. Limiting the number of concurrent connections to the server can prevent overload and improve performance, but it cannot stop attackers from sending malicious requests or payloads. Encrypting the company's website with SSL/TLS can protect the data in transit between the server and the client, but it cannot protect the data at rest on the server or prevent attacks that target the server itself.

Therefore, the priority action to secure a web server from common threats is to regularly update and patch the server software.

Web Server Security- Beginner's Guide - Astra Security Blog

Top 10 Web Server Security Best Practices | Liquid Web

21 Server Security Tips & Best Practices To Secure Your Server - phoenixNAP

asked 18/09/2024
Fabrizio Leo
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first