Network Addressing Flashcards

1
Q

Subnet mask

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

CIDR

A

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)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

DNS

A

Domain name system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

DNS Server

A

Keeps database that associate IP addresses with names

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

DKIM

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

SPF

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

DMARC

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

DHCP

A

Dynamic Host Control Protocol
Obtains IP addresses automatically

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

TCP

A

Transmission Control Protocol
Connection oriented
(HTTPS & SSH are considered connection oriented)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

UDP

A

User Datagram Protocol
Connectionless
(DHCP & TFTP are also connectionless)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

TCP/IP tools

A

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)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

APIPA

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

IANA

A

Internet Assigned Numbers Authority

How well did you know this?
1
Not at all
2
3
4
5
Perfectly