During an audit it is identified that a host being used for FTP has additional unused ports open. The server is listening on 21, 20, 43, 80 and 3389. Your boss has tasked you to close the unused ports. Which ports should remain open?
Correct Incorrect Unanswered Report Issue Answer Description
FTP uses ports 20 and 21, so those should be left open and the others should be closed. Note: The question asks which should REMAIN open, not which should be closed.
Wikipedia
The File Transfer Protocol (FTP) is a standard communication protocol used for the transfer of computer files from a server to a client on a computer network. FTP is built on a client–server model architecture using separate control and data connections between the client and the server. FTP users may authenticate themselves with a plain-text sign-in protocol, normally in the form of a username and password, but can connect anonymously if the server is configured to allow it. For secure transmission that protects the username and password, and encrypts the content, FTP is often secured with SSL/TLS (FTPS) or replaced with SSH File Transfer Protocol (SFTP).
The first FTP client applications were command-line programs developed before operating systems had graphical user interfaces, and are still shipped with most Windows, Unix, and Linux operating systems. Many dedicated FTP clients and automation utilities have since been developed for desktops, servers, mobile devices, and hardware, and FTP has been incorporated into productivity applications such as HTML editors and file managers.
An FTP client used to be commonly integrated in web browsers, where file servers are browsed with the URI prefix "ftp://". In 2021, FTP support was dropped by Google Chrome and Firefox, two major web browser vendors, due to it being superseded by the more secure SFTP and FTPS; although neither of them have implemented the newer protocols.
File_Transfer_Protocol - Wikipedia, the free encyclopedia Subscribe to avoid duplicate questions and track your progress over time