Domain 4 - CISSP Flashcards
Communication and Network Security (33 cards)
What are the container names for network units at each level of the OSI model?
P - Bits
D - Frame
N - Packet
T - Segment (TCP)/Datagram (UDP)
S - PDU (protocol data unit)
P - PDU (protocol data unit)
A - PDU (protocol data unit)
What is the mnemonic for the OSI model?
Please (physical)
Do (data link)
Not (network)
Teach (transport)
Surly (session)
People (presentation)
Acronyms (application)
At what level of the OSI model does the TLS protocol operate?
Transport layer
Which OSI model layer is responsible for guaranteeing delivery?
Transport layer (TCP)
What do the first 3 bytes/24 bits of a MAC address signify?
The hardware manufacturer
What layer does ARP occur at?
Data link
What port is Telnet?
TCP 23. Unecrypted. Don’t use.
What port does FTP use?
TCP 20 and 21. Should use SFTP or FTPS instead.
What port does TFTP use?
UDP 69
What port does POP3 use?
TCP 110
What is POP3 used for?
Post Office Protocol (tcp port 110) pulls email messages from email servers down to email clients
What port does IMAP4 use?
TCP 143
What is IMAP4 used for?
Internet Message Access Protocol (IMAP4, TCP port 143) pulls email messages from an email server down to an email client. Can also be used to delete messages directly off the email server.
What port does DHCP use?
UDP 67 and 68. Dynamic Host Configuration Protocol
What is a socket?
And IP address and a port number (e.g. 10.100.10.15:8443)
How is a TCP connection established?
TCP three-way handshake
Client > SYN > Server
Server responds > SYN/ACK > Client
Client > ACK > Server
What are the two ways of a TCP connection?
FIN - finish flag, gracefully shutdown connection
RST - reset flag, immediate and abrupt session termination
What is ARP and what does it do?
Address resolution protocol. Resolves an IP address to a MAC address
What is a top-level domain?
TLD. the .com of a web address.
What port does DNS use?
TCP 53 for zone transfers and UDP 53 for DNS queries.
What is DNSSEC?
DNS Security Extensions - improved security for DNS, providing mutual certificate authentication and encrypted sessions (does it?) between devices during DNS operations. Not used by clients.
What is DoH?
DNS over HTTPS - provides encrypted DNS queries for clients, since DNSSEC is typically only for DNS servers.
What is DNS poisoning?
The act of falsifying the DNS information used by a client to reach a desired system.
What is a rogue DNS server?
A malicious server that listens to network traffic and responds to DNS queries with false IP information.