client side network configuration practice questions Flashcards
The default address range used by APIPA is 169.254.0.1 to 169.254.255.254
facts
Address Resolution Protocol (ARP)
is used to match a device’s IP address to its MAC address
Address Resolution Protocol (ARP) facts
Some network devices, such as switches, will build tables to match MAC addresses with IP addresses in order to always know where to send packets to. When a host wants to send some data, it uses ARP to send a broadcast message out on the network, requesting that the host with a specific IP address respond with its MAC address. When the sending host gets the response, it can then match up the MAC address and IP address.
Internet Control Message Protocol (ICMP)
is used when sending ping packets, but it is not used to match a MAC address to an IP address.
HyperText Transfer Protocol (HTTP)
defines how pages with hyperlinks (web pages) are designed. It is not used to match a MAC address to an IP address.
Internet Protocol (IP)
defines how data moves across a network. IP is not used to match the MAC address to an IP address.
what range are ip address class b in
128.0. 0.0 to 191.255. 255.255
The first octet of a Class B address is in the range of .
128 to 191
The first octet of a Class C address is in the range of .
192 to 223
The first octet of a Class A address is in the range of .
1 to 126
what is the loopback address for any device
127.0.0.1
facts about loopback address
This special address means “this host.” If you ping the loopback address, the TCP/IP configuration is tested. A successful test means that TCP/IP is correctly configured on the host.
Example: 00-B0-D0-06-BC-AC
Which part of this MAC address can tell you who the manufacturer is?
-00-B0-D0
The first half (first six digits) of a MAC address is assigned to each manufacturer by the Institute of Electrical and Electronic Engineers (IEEE). The rest of the MAC address consists of a unique, randomly generated value.
Domain Name System (DNS) allows users to
get the IP address from a given hostname
You can also use the local hosts file to map hostnames to IP addresses. On Windows systems, this file is located in C:\Windows\system32\drivers\etc.
(true/false)
true