あるエンジニアが最近、100 台の Web サーバーのグループをクラウド環境にデプロイしました。セキュリティ ポリシーに従って、443 を除くすべての Web サーバー ポートを無効にする必要があります。このタスクを達成するために使用できるのは、次のうちどれですか?
正解:C
A host-based firewall is a software application that runs on each individual host and controls the incoming and outgoing network traffic based on a set of rules. A host-based firewall can be used to block or allow specific ports, protocols, IP addresses, or applications. An engineer can use a host-based firewall to accomplish the task of disabling all web-server ports except 443 on a group of 100 web servers in a cloud environment. The engineer can configure the firewall rules on each web server to allow only HTTPS traffic on port 443 and deny any other traffic. Alternatively, the engineer can use a centralized management tool to deploy and enforce the firewall rules across all web servers.