Ch3: Exploring Network Technologies and Tools Flashcards
SSH
(Secure shell) Encrypts traffic over TCP port 22
Replacement for SSL
TLS (Transport Layer Security)
SFTP
Secure FTP uses SSH to encrypt traffic
FTPS
FTP Secure uses TLS to encrypt traffic
Vulnerability compromising SSL
POODLE (padding oracle on downgraded legacy encryption)
SMTP
Simple mail transfer protocol transfers email between clients and SMTP servers (TCP port 25)
POP3
Post Office Protocol v3 tranfers email from servers down to clients (TCP port 110)
Secure POP3
Secure POP3 encrypts POP3 with SSL or TLS
IMAP4
Internet Message Access Protocol v4 stores email on an email server, allowing a user to organize and manage email in folders on the server (TCP port 143)
HTTP
Hypertext Transfer Protocol transmits web traffic on the Internet (TCP port 80)
HTTPS
Encrypted web traffic via SSL or TLS (TCP port 443)
STARTTLS
allows an encrypted version of the protocol to use the same port as the unencrypted version
Admins connect to servers remotely using…
Protocols such as SSH and RDP, or VPNs in some cases
Private/unroutable IP addresses are specified in
RFC 1918
Private/unrouteable IP addresses
10.x.x.x, 172.16.x.x - 172.31.x.x, 192.168.x.x
IPv4 and IPv6 address widths (in bits)
32-bit addresses (4 groups of decimal digits 0-255) and 128-bit addresses (8 groups of 4 hex digits)
DNS A record
Host record, which holds the host name and IPv4 address. (most commonly used record in a DNS server)
DNS AAAA record
Host record for IPv6, which holds the host name and IPv6 address
DNS zones
Zones are like databases that contain the DNS data in multiple records, like A and AAAA records.
DNS ports
TCP 53 for zone transfers, UDP 53 for client queries
DNS Zone Transfer
The process of DNS servers sharing information with each other
Most DNS servers run…
BIND software on Unix/Linux