Networking Refresher Section Quiz Flashcards
Which layer of the OSI model do IP addresses use?
Layer 3.
Which technology prevents us from running out of IPv4 addresses?
NAT (Network Address Translation).
Which layer of the OSI model do Media Access Control (MAC) addresses use?
Layer 2.
What are MAC addresses used for?
Communication through switches.
The first three hexadecimal digits of a mac address tell you…
The vendor that produced the unit.
What are the steps for the Three-Way handshake?
SYN > SYN ACK > ACK
As the CIDR number increases (e.g. from /24 to /25), the number of hosts in a subnet decreases or increases?
Decreases.
What is the subnet mask of /16?
255.255.0.0
True or false: In 10.10.0.0/16, the addresses 10.11.15.1 and 10.10.15.1 are valid.
False. The address 10.11.15.1 is invalid. The netmask is 255.255.0.0 so the first two octets should not change.
What is a Routing Table?
It’s a data table that stores particular network destinations.
What does a 0.0.0.0 value mean in the “Destination” column?
It has the same value as a ‘*’, so it’ll match any ip address.
What does a 0.0.0.0 value mean in the “Gateway” column?
It means send direct, there is no need to route the packet to another network because the destination is on the same one.
In a routing table, what values does the “Genmask” column hold?
The subnet mask of the destination, 0.0.0.0 for the default one.