管理者は、ローカル ネットワーク セキュリティ スキャンの実行中に、クライアントと Web サーバーの 1 つとの間の通信がクリアテキストで行われていることを発見しました。会社のポリシーにより、すべての通信を暗号化することが義務付けられています。 非親文通信を停止するには、次のポートのうちどれを閉じる必要がありますか?
正解:A
Port 21 is used for FTP (File Transfer Protocol), which is a protocol that transfers files between servers and clients in cleartext, meaning that anyone can intercept and read the data. To stop this communication, port 21 should be closed on the web server and replaced with a secure protocol, such as SFTP (Secure File Transfer Protocol) or FTPS (File Transfer Protocol Secure), which use encryption to protect the data. Verified Reference: [FTP vs SFTP vs FTPS]