Preview

04 - IP and MAC Addresses

 1. An IP address should be a value ____________ so that packets can be communicated over a network between devices, otherwise an IP conflict will occur.
IP conflicts occur as packets are distributed randomly between devices with the same IP address. 

  that is exactly 256 characters long

  unique to a device

  that is the same as at least four other devices

  that is no longer than 2 characters

 2. All IP addresses are made up of ___________ seperated by dots representing a ___________binary address.

  four quandrants / 128-bit

  four quadrants / 32-bit

  two quadrants/ 64-bit

  two quadants / 256-bit

 3. Which of the following is a valid IP address?

  192.1.000000110101

  1-9-2-1-6-8

  192.16810.5

  192.168.10.5

 4. An analogy: Liken an IP address to your home address, and the fact that an address has a _________________
IP addresses on a network will have the same ______________________ (keeping with the analogy)

  county and city part

  dedicated postman that is allocated a number (from 1 to 100)

  None of the above

  unique hexadecimal key door bell

 5. Imagine there was a local company that had three devices. A server, a computer and a printer. If the IP addresses are as follows, what are the first three quadrants called?
Server: 10.30.15.1
Computer: 10.30.15.5
Printer: 10.30.15.3

  host address

  city address

  device address

  county address

 6. The final quadrant in this example is for ___________________________
Server: 10.30.15.1
Computer: 10.30.15.5
Printer: 10.30.15.3

  the DNS server

  None of the above

  the host IP address

  the device itself

 7. IP addresses have different 'classes', Class A are in the last range of octet values e.g. 192-223.

  TRUE

  FALSE

 8. The two standards of IP address that are in use today are revisions of the original Internet Protocol and are IPv4 and IPv6

  FALSE

  TRUE

 9. IPV4 is the 32-bit address that everyone is familiar with. This means that there are 2 to the power of 32 addresses available and then we run out!

  FALSE

  TRUE

 10. The move to IPv6 is inevitable - it is different in that it has a ________________________________

  1000-bit address, which sets humanity up for the next billion years.

  128-bit address which will increase the pool of available IP addresses

  256 bit address which provides plenty of options

  2-bit address, which limits the pool of available addresses

 11. MAC addresses are a unique ____________ that all network interfaces have in order to communicate with a network.

  128-bit identifier

  64-bit identifier

  12-byte identifier

  6-byte identifier

 12. The MAC address is assigned to every device by the ____________________ and unlike an IP address of network mask, it cannot be changed once assigned.

  manufacturer

  DNS server

  individual owner of the machine (the purchaser)

  IPS

 13. The MAC address is used by the media access controller in the _____________ of the TCP/IP model
macipcompare.png

  link layer

  application layer

  protocol layer

  transport layer

 14. All MAC addresses on a network are kept in a ____________________________.

  internet layer protocol

  IPS (Internet service provider)

  table by the router, for the network.

  DNS server

 15. The router table assigns the MAC addresses with an available subnet address so that the packets are sent/received accurately

  TRUE

  FALSE