A+ 1101 ports/ protocols Flashcards
Telnet
TCP Port 23,
Main function is to establish connection between sever and a remote computer. Not a secure connection. Enables the remote connection of a computer to be established with routers and switches as well.
Application layer
SMTP
TCP/IP protocol,
Port 25 for SMTP port relays,
Today now uses 587.
An outdated port is 465
Simple Mail Transfer Protocol, used in sending and receiving e-mail securely. used in the application layer. Can also deliver messages between different networks
IMAP
TCP protocol, Port 143,
Internet Message Access Protocol.
by default a non-encrypted port.
Allows you to access your email from a remote server from any devices
Application Layer
DNS
Port 53 of TCP and UDP,
Domain name sever,
Turns Domain names into IP addresses
Application layer
RDP
Port 3389 of the TCP protocol,
Remote Desktop Protocol,
Allows users to remotely connect and mange a computer
DHCP
UDP Port 67 for Server,
UDP Port 68 for Clients,
Dynamic Host Configuration Protocol,
Assigns IP addresses to network endpoints so they can communicate with other network endpoints over IP
Application layer
TCP and UDP
Are main protocols which are used during the transport layer of TCP/IP
UDP is used in situations where the volume of data is large and security of data is not of much significance, think video call.
Conectionless
TCP is used in those situations where security of data is one of the main issues. Connection-Oriented
HTTP
Port 80, TCP protocol
Hypertext Transfer Protocol,
Most widely used ports,
Allows the browser to connect to the web pages on the internet.
Web asks for a connection then once a connection is made you get privilege to connect to the world wide web.
Application layer
HTTPS
Port 443, TCP protocol,
Lets you connect to the internet by establishing a connection between the webpages and the browser. However this port added a feature of security to it which HTTP does not have.
FTP
File transfer Protocol,
Transfers files over the internet. Lays down rules for transfer of data, also asks for authentication by the user before the transfer of data.
Application layer
Port 20 performs the task of forwarding and transferring of data
Port 21 performs the task of signalling for FTP. It listens to all of the commands and provides a flow control for data.
POP3
Port 110, TCP protocol,
It allows the email messages to be retrieved from the the SMTP servers.You will download the messages in order to read them. Messages deleted from sever when downloaded.
Application layer
SSH
Port 22, TCP protocol
Secure Shell,
Carries out the task of remotely connecting to a remote server or host. Also allows you to execute commands and move your files remotely. SECURE: sends files in an encrypted form.
Application later
SNMP
Port 161 and port 162
Simple Network Management Protocol,
a networking protocol used for the management and monitoring of network-connected devices in Internet protocol networks
Manager sends commands down with port 161. The agent sends reports or responds to commands with port 162
ARP
Address Resolution Protocol, Connects an ever-changing IP address to a fixed physical machine address, in a local-area network
NetBIOS/ NetBT
Network Basic Input/ Output System.
3 services
Name service for registration and resolution Ports 137 for both UDP and TCP
Datagram distribution service for connectionless communication Port 138 UDP
Session service for connection-oriented communication Port 139 TCP