Difference between revisions of "Primary TCP/IP Port Assignments and Descriptions"
From Techotopia
(New page: <table border="1" cellspacing="0"> <tr> <th>Port</th><th>Assigment</th> </tr> <tr> <td>20</td><td>FTP File Transfer (Data)</td> </tr> <tr> <td>21</td><td>FTP File Transfer (Control)</td> <...) |
|||
Line 12: | Line 12: | ||
<td>22</td><td>SSH - Secure Shell</td> | <td>22</td><td>SSH - Secure Shell</td> | ||
</tr> | </tr> | ||
+ | <tr> | ||
+ | <td>23</td><td>Telnet</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>25</td><td>SMTP - Simple mail Transfer Protocol</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>53<td>DNS - Domain Name Server</td> | ||
+ | <tr> | ||
+ | <td>69<td>TFTP - Trivial File Transfer (UDP based)</td> | ||
</table> | </table> |
Revision as of 21:01, 21 March 2007
Port | Assigment |
---|---|
20 | FTP File Transfer (Data) |
21 | FTP File Transfer (Control) |
22 | SSH - Secure Shell |
23 | Telnet |
25 | SMTP - Simple mail Transfer Protocol |
53 | DNS - Domain Name Server |
69 | TFTP - Trivial File Transfer (UDP based) |