IP and MAC addressing Flashcards
(78 cards)
What does IP stand for?
Internet Protocol
What does MAC stand for?
Media Access Control
True or False: An IP address is a unique identifier for a device on a network.
True
Fill in the blank: A MAC address is a _____ identifier assigned to network interfaces.
unique
What is the primary purpose of an IP address?
To identify devices on a network and facilitate communication.
What format is an IPv4 address typically represented in?
Dotted decimal format (e.g., 192.168.1.1)
How many bits is an IPv4 address?
32 bits
True or False: A MAC address is typically written in hexadecimal format.
True
What is the length of a MAC address?
48 bits
What is the purpose of subnetting?
To divide a larger network into smaller, manageable sub-networks.
What does CIDR stand for?
Classless Inter-Domain Routing
True or False: An IPv6 address is 128 bits long.
True
What is the main advantage of IPv6 over IPv4?
It provides a vastly larger address space.
Fill in the blank: The first three octets of a MAC address identify the _____ of the device.
manufacturer
What are the two main types of IP addresses?
Static and Dynamic
What is a loopback address in IPv4?
127.0.0.1
True or False: A public IP address can be accessed over the internet.
True
What does NAT stand for?
Network Address Translation
What is the purpose of NAT?
To allow multiple devices on a local network to share a single public IP address.
What is the range of a Class A IP address?
1.0.0.0 to 126.255.255.255
What is the range of a Class B IP address?
128.0.0.0 to 191.255.255.255
What is the range of a Class C IP address?
192.0.0.0 to 223.255.255.255
Fill in the blank: A device’s MAC address is burned into its _____ at the factory.
hardware
What is the purpose of ARP?
To map an IP address to a MAC address.