Network Addressing Flashcards
Subnet mask
Distinguishes which part of the IP address identifies the network ID and which part identifies the host
Blocks out (masks) the network portion of the IP address
Any part containing 255 is the network ID
Any part that’s all 0s is host ID
CIDR
Classless inter-domain routing
Techs refer to subnet mask by the number of 1s it contains
Written as /(number of 1s)
Ex. /24 for 11111111.11111111.11111111.00000000 (255.255.255.0)
DNS
Domain name system
DNS Server
Keeps database that associate IP addresses with names
DKIM
DomainKeys Identified Mail
Enable receiving servers to verify the messages they receive were signed by the sending server and have not been altered by intermediate servers
SPF
Sender Policy Framework
List the IP and DNS addresses allowed to send e-mail for a domain
Enables receiving servers to discard/flag messages by illegitimate servers
DMARC
Domain-based Message Authentication, Reporting, and Conformance records
Enables domain owners to indicate what receiving servers should do with e-mail that fails the DKIM or SPF checks
Enables domain owners to receive reports from large e-mail providers about the origin of the mail they received from the domain.
DHCP
Dynamic Host Control Protocol
Obtains IP addresses automatically
TCP
Transmission Control Protocol
Connection oriented
(HTTPS & SSH are considered connection oriented)
UDP
User Datagram Protocol
Connectionless
(DHCP & TFTP are also connectionless)
TCP/IP tools
ping (can you talk to another system)
ipconfig/ifconfig/ip (quick glance at network settings)
nslookup/dig (determine exactly what information the DNS server is giving you about a specific host)
tracert/traceroute (shows route a packet takes to get to its destination)
APIPA
Automatic Private IP Addressing
Automatically assigns an IP address to the system when client cannot obtain an IP address automatically
Range between 169.254.0.1 through 169.254.255.254 set aside by IANA
Can only communicate with other computers on the same subnet
IANA
Internet Assigned Numbers Authority