From 6b38bb4959c2a9937bb39101a62a03b432690948 Mon Sep 17 00:00:00 2001 From: punit78 <33447206+punit78@users.noreply.github.com> Date: Thu, 7 Feb 2019 02:58:33 +0530 Subject: [PATCH] added new ports (#30921) --- guide/english/computer-science/ports/index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/guide/english/computer-science/ports/index.md b/guide/english/computer-science/ports/index.md index 95d8f252c5..ebe7e3a0cf 100644 --- a/guide/english/computer-science/ports/index.md +++ b/guide/english/computer-science/ports/index.md @@ -15,11 +15,14 @@ Some port numbers are used by convention to identify specific services, such as: * 25 - SMTP * 42 - nameserver * 53 - Domain Name System (DNS) +* 69 - Trivial File Transfer Protocol (TFTP) * 80 - http +* 88 - kerberos * 110 - pop3 * 143 - imap * 194 - irc -* 443 - https +* 443 - https or http over SSL +* 3389 - Remote Desktop Protocol (RDP)