Difference between revisions of "Primary TCP/IP Port Assignments and Descriptions"
From Techotopia
Line 7: | Line 7: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td>'''20'''</td><td>'''FTP'''<td>'''File Transfer Protocol (Data)''' - The File Transfer protocol provides a mechanism for transferring specific files between network connected computer systems (usually a Linux or UNIX based system). Transfer is typically performed using the ''ftp'' client which provides a range of commands used to connect to a remote server for the purpose of uploading or downloading files. Most modern web browsers also have the ability to browse and download files located on a remote FTP server. FTP uses TCP (rather than UDP) to transfer files so is considered to be a highly reliable | + | <td>'''20'''</td><td>'''FTP'''<td>'''File Transfer Protocol (Data)''' - The File Transfer protocol provides a mechanism for transferring specific files between network connected computer systems (usually a Linux or UNIX based system). Transfer is typically performed using the ''ftp'' client which provides a range of commands used to connect to a remote server for the purpose of uploading or downloading files. Most modern web browsers also have the ability to browse and download files located on a remote FTP server. FTP uses TCP (rather than UDP) to transfer files so is considered to be a highly reliable transport mechanism. FTP does not encrypt data is not considered a secure file transfer mechanism. The use of Secure Transport Protocol (''SCP'') and Secure </td>File Transfer Protocol (''SFTP'') is recommended in place of FTP.</td> |
</tr> | </tr> | ||
<tr> | <tr> |
Revision as of 20:35, 30 March 2007
TCP/IP provides a total of 65,535 ports of which 1023 are considered to be well known ports. In reality the number of ports that are used by popular network clients and services comprises an even smaller subset of the well known group of ports. The following table lists the functions of this subset.
Port | Assigment | Description |
---|---|---|
20 | FTP | File Transfer Protocol (Data) - The File Transfer protocol provides a mechanism for transferring specific files between network connected computer systems (usually a Linux or UNIX based system). Transfer is typically performed using the ftp client which provides a range of commands used to connect to a remote server for the purpose of uploading or downloading files. Most modern web browsers also have the ability to browse and download files located on a remote FTP server. FTP uses TCP (rather than UDP) to transfer files so is considered to be a highly reliable transport mechanism. FTP does not encrypt data is not considered a secure file transfer mechanism. The use of Secure Transport Protocol (SCP) and Secure |