セキュリティ アナリストは、企業の実稼働サーバー ネットワークのポート スキャンを完了しました。その後、スキャンの結果がシステム管理者に提供され、即時の対応が求められました。次の表は、要求された変更を示しています。

システム管理者は、上記のポートをブロックするローカル ファイアウォール ルールを作成しました。すぐに、サービスデスクにはインターネットがダウンしているという電話が入り始めました。その後、システム管理者が変更を元に戻し、インターネットが再び利用できるようになりました。ファイアウォール ルールが再適用されるときに、DNSSrv 上の次のポートを開いたままにする必要があるのはどれですか?
正解:E
Explanation
Port 53 is the standard port for DNS (Domain Name System) queries and responses. DNS is a service that translates domain names (such as www.example.com) into IP addresses (such as 192.0.2.1) and vice versa. DNS is essential for internet connectivity, as it allows users and applications to access websites and other online resources by using human-readable names instead of numerical addresses1.
The DNSSrv server is a DNS server that provides name resolution for the corporate network. If port 53 is blocked on this server, it will not be able to communicate with other DNS servers or clients, and the name resolution will fail. This will prevent users from accessing any websites or online services that rely on domain names, such as web browsers, email clients, or cloud applications. Therefore, port 53 must remain open on DNSSrv to allow DNS traffic to flow.