IP and MAC addressing Flashcards

(78 cards)

1
Q

What does IP stand for?

A

Internet Protocol

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does MAC stand for?

A

Media Access Control

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

True or False: An IP address is a unique identifier for a device on a network.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Fill in the blank: A MAC address is a _____ identifier assigned to network interfaces.

A

unique

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the primary purpose of an IP address?

A

To identify devices on a network and facilitate communication.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What format is an IPv4 address typically represented in?

A

Dotted decimal format (e.g., 192.168.1.1)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How many bits is an IPv4 address?

A

32 bits

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

True or False: A MAC address is typically written in hexadecimal format.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the length of a MAC address?

A

48 bits

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the purpose of subnetting?

A

To divide a larger network into smaller, manageable sub-networks.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What does CIDR stand for?

A

Classless Inter-Domain Routing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

True or False: An IPv6 address is 128 bits long.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the main advantage of IPv6 over IPv4?

A

It provides a vastly larger address space.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Fill in the blank: The first three octets of a MAC address identify the _____ of the device.

A

manufacturer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What are the two main types of IP addresses?

A

Static and Dynamic

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is a loopback address in IPv4?

A

127.0.0.1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

True or False: A public IP address can be accessed over the internet.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

What does NAT stand for?

A

Network Address Translation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

What is the purpose of NAT?

A

To allow multiple devices on a local network to share a single public IP address.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

What is the range of a Class A IP address?

A

1.0.0.0 to 126.255.255.255

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

What is the range of a Class B IP address?

A

128.0.0.0 to 191.255.255.255

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

What is the range of a Class C IP address?

A

192.0.0.0 to 223.255.255.255

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

Fill in the blank: A device’s MAC address is burned into its _____ at the factory.

A

hardware

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

What is the purpose of ARP?

A

To map an IP address to a MAC address.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
What does DHCP stand for?
Dynamic Host Configuration Protocol
26
What is the role of DHCP in a network?
To dynamically assign IP addresses to devices on a network.
27
What is a broadcast address?
An address used to send data to all devices on a subnet.
28
True or False: A device can have multiple IP addresses.
True
29
What is the function of a router in relation to IP addresses?
To forward packets between different networks based on IP addresses.
30
What is the significance of the subnet mask?
It defines the network and host portions of an IP address.
31
Fill in the blank: An IP address of 255.255.255.255 is known as the _____ address.
broadcast
32
What is the primary difference between TCP and UDP?
TCP is connection-oriented, while UDP is connectionless.
33
What is a default gateway?
The IP address of a router that a device uses to send data to another network.
34
What does the term 'address exhaustion' refer to?
The depletion of available IP addresses in a given address space.
35
True or False: IPv4 addresses are running out due to the limited address space.
True
36
What is the purpose of IPv6 addressing?
To provide a larger address space to accommodate more devices.
37
What is the notation used to represent an IPv6 address?
Hexadecimal notation with colons separating groups.
38
Fill in the blank: The last octet of a Class C address is used for _____ identification.
host
39
What is a link-local address?
An IP address that is valid only within a single network segment.
40
What is the function of a MAC address?
To identify a device on a local network.
41
What is a private IP address?
An IP address that is not routable on the internet.
42
True or False: Private IP addresses can be used for communication within a local network.
True
43
What are the private IP address ranges for Class A?
10.0.0.0 to 10.255.255.255
44
What are the private IP address ranges for Class B?
172.16.0.0 to 172.31.255.255
45
What are the private IP address ranges for Class C?
192.168.0.0 to 192.168.255.255
46
What protocol is used to resolve IP addresses to MAC addresses?
ARP (Address Resolution Protocol)
47
What is the role of a switch in a network?
To connect devices within a single network and forward frames based on MAC addresses.
48
True or False: A switch operates at the Data Link layer of the OSI model.
True
49
What is the difference between unicast and multicast?
Unicast is one-to-one communication, while multicast is one-to-many communication.
50
Fill in the blank: The _____ layer of the OSI model is responsible for logical addressing.
Network
51
What is the purpose of a VPN?
To create a secure connection over a less secure network.
52
True or False: A MAC address can be changed or spoofed.
True
53
What is the role of ICMP in networking?
To send control messages and error messages in IP networks.
54
What does the acronym 'ping' stand for in networking?
Packet Internet Groper
55
What is the purpose of the ping command?
To test the reachability of a host on an IP network.
56
Fill in the blank: The _____ protocol is used to manage the allocation of IP addresses.
DHCP
57
What is an IP address class?
A categorization of IP addresses based on their leading bits.
58
What is the maximum number of hosts in a Class C network?
254 hosts
59
True or False: A subnet mask determines which part of an IP address is the network and which part is the host.
True
60
What is the purpose of a VLAN?
To segment a network into different broadcast domains.
61
What does the term 'broadcast storm' refer to?
A situation where there is excessive broadcast traffic on a network.
62
What is a network prefix in CIDR notation?
The part of the IP address that indicates the network portion.
63
Fill in the blank: IPv6 addresses can be abbreviated by removing _____.
leading zeros
64
What is the purpose of the 'whois' command?
To query information about domain names and IP addresses.
65
True or False: The Internet Assigned Numbers Authority (IANA) manages IP address allocation.
True
66
What is a static IP address?
An IP address that does not change and is manually assigned.
67
What is a dynamic IP address?
An IP address that is assigned by a DHCP server and can change.
68
What is the purpose of IPv6 link-local addresses?
To allow communication between devices on the same local network segment.
69
Fill in the blank: The _____ bit in a MAC address indicates the unicast or multicast nature of the address.
least significant
70
What is a network interface card (NIC)?
A hardware component that connects a computer to a network.
71
What is the difference between a public and private IP address?
Public IP addresses are routable on the internet, while private IP addresses are not.
72
True or False: Each device on a local network must have a unique MAC address.
True
73
What is the function of a DHCP lease?
To specify the duration for which an IP address is assigned to a device.
74
Fill in the blank: The _____ protocol is used for sending email messages.
SMTP
75
What is the role of DNS in networking?
To translate domain names into IP addresses.
76
What does the term 'subnet' refer to?
A smaller network within a larger network.
77
What is the purpose of a firewall in relation to IP addresses?
To control incoming and outgoing network traffic based on IP addresses.
78
True or False: The default subnet mask for a Class A address is 255.0.0.0.
True