Networking 2.1 - Ports & Protocols Flashcards
TCP/IP Protocol
Transmission Control Protocol/Internet Protocol (TCP/IP)
set of rules that govern communications, much like a language in human terms.
socket
TCP/IP applications combine the host’s IP address with the port number in order to communicate. This combination is known as a socket. Eg 192.168.2.115:80
TCP v UDP
TCP = Connection oriented
Guaranteed packet delivery, acknowledgement
Eg HTTPS, SSH
UDP = Connectionless
Eg DHCP, TFTP, NFS, SNMP
FTP
20, 21
File transfer
Upload download files
Unsecure, TCP
SSH
22
Secure shell
Connection oriented, encrypted
Replaced Telnet for remote logins/programs & file transfers
Telnet
23
Unsecured, used to “see” another computer
SMTP
25
Simple Mail Transfer (emails)
MX (mail exchange record)
DNS
53
TCP/UDP - Domain name
Host names/URLs –> IP addresses
DNS is down if you can’t get to website by name but can get there by IP address
DHCP
UDP
67, 68
dynamically assigns IP addresses to clients. Has nothing to do with accessing a website
TFTP
UDP connectionless
69
Trivial File transfer - transmit configurations to/from networks
HTTP
80
View Internet content
Unsecure, replaced by HTTPS
POP3
110
Download email
Replaced by IMAP
NetBIOS/NetBT
137, 139
Computers on network communicate
IMAP4
143
Internet Message Access
Emails on server so can sync unlike pop3
SNMP
UDP
161, 162
Simple network management
SNMP servercan be set up to collect data from network connectivity devices (routers & switches calledagents) and ensure that your network is operating properly
Use SNMP to enable routers on the network to send you notices when they have exceeded specified performance thresholds (it will send a trap message)