2.6 Explain common network configuration concepts. Flashcards
An IPv4 will always follow the same format of…
four separate numbers separated with a period between each one of them
An IPv4 address is (1)___ long, while IPv6 are (2)___ long.
4bytes
8bytes
IPv4 addresses are (1)___ addresses. IPv6 are (2)___ addresses, which means we can have a very large number of available addresses with IPv6.
32-bit
128-bit
Instead of using periods or dots to separate the addresses as we do with IP version 4– in IP version 6, we use a (1)___. And the IP version 6 address is represented in (2)___, rather than in decimal.
colon
hexadecimal
What are the rules for shortening IPv6 addresses?
If there leading 0s omit them.
If there are two consecutive sections of the address that have 0s, remove all of those 0s and replace them with a double colon.
If there are any remaining sections with only 0s, leave a single 0 in each remaining octet.
What are the IPv4 troubleshooting/workstation setup steps?
1) Assign a unique IPv4 address and the subnet mask
2) configure the default gateway.
3) add 2 DNS servers IP address (ipv6 servers for ipv6 resolution)
If we look at most IPv6 configurations, the first half or the first 64 bits of the address, are generally referred to as the (1)___. And then the last 64 bits of the address are the (2)___ of the device.
(1) network prefix
(2) node or the network address
What is a subnet mask
A subnet mask is used to identify subnetworks so devices can communicate on large networks without broadcasting to every single device on the network.
This is a value that’s used by the local device to determine what IP subnet it happens to be on. It’s not a value that’s generally transmitted across the network.
subnet mask
This is the IP address of a router that’s on your local subnet. Your workstation won’t be able to communicate outside of its local network if you do not configure it.
default gateway
APIPA stands for what, means what?
Automatic Private IP Addressing. It allows devices to communicate on their own subnet if they do not receive a DHCP response, but cannot communicate outside that subnet. (This is known as a link local IP address.)
DHCP stands for what, and does what?
Dynamic host configuration protcol. It automatically assigns IP addresses to devices on a network.
The DHCP process works on a local subnet. But on our network, we have a DHCP server on our local subnet and a DHCP server that is not on our local subnet. To be able to use this DHCP server that’s on a different IP subnet than ours, we need to configure our local router to have a DHCP ___ configured.
relay address
what does a DHCP relay address do?
IT tells the router that if it ever sees any requests for DHCP, to also send them to DHCP servers outside of our the local subnet.
It creates DHCP server redundancy.
how does the DHCP assignment process work?
1) device sends a broadcast through UDP port 67
2) DHCP servers recieve this request
3) DHCP servers make an offer to that device of an available private IP address.
4) Device requests one of the IP addresses offered to the DHCP through UDP port 67.
5) DHCP server gives formal acknowledgement (permission) over UDP port 68 allowing that device to configure an IP.