Addressing on Networks Flashcards
Describe a MAC address in detail.
A MAC address operates at the Data Link layer and is embedded on every existing NIC. It is 48 bits long and written in hexadecimal notation separated by colons. The first 24 bits are the Organizationally Unique Identifier (OUI) and the last 24 bits make up the device ID which identifies the device itself.
What is the difference between static IP addressing and Dynamic IP addressing?
A static IP address is assigned manually by the network administrator, while a dynamic IP address is automatically assigned (or leased) by a DHCP server
What is a gateway?
A gateway is a device that nodes use to access another network. The default gateway is the device that nodes will turn to first.
What is the subnet mask?
The subnet mask is a 32-bit number that is used to indicate what portion of an IP address is the network portion (network ID) and which is the host portion (host ID)
What is Classful Addressing?
It is an older method of managing IP address ranges. The dividing line between the network and host portions is determined by the numerical range the IP address falls in.
What are the private and public IP address ranges for Class A, B, and C?
Private:
Class A - 10.0.0.0 - 10.255.255.255
B - 172.16.0.0 - 172.31.255.255
C - 192.168.0.0 - 192.168.255.255
Public:
A - 1.x.x.x - 126.x.x.x
B - 128.0.x.x - 191.255.x.x
C - 192.0.0.x - 223.255.255.x
What are some examples of reserved IP addresses?
- 0.0.0 is an unassigned address.
169. 254.x.x is an APIPA address, which is assigned when DHCP fails to assign an IP address to a node.
What are the benefits of Network Address Translation (NAT)?
NAT conserves the number of private IP addresses needed by a network by substituting the private IP addresses with a single public IP. This also improves security because the gateway can hide an entire network behind this single address.
Port Address Translation (PAT)
Assigns a separate TCP port to each session between a local host and an Internet host.
What are the 2 variations of NAT? How do they differ?
- Static NAT (SNAT) - gateway assigns the same public IP to a host each time it makes a request to access the Internet.
- Destination NAT (DNAT) - hosts outside the network will address a node inside the network by a predefined public IP address.
Why were IPv6 standards originally developed?
Improve routing capabilities and speed of communication over IPv4 standards, and to allow more public IP addresses on the Internet.
What are some characteristics of IPv6 addressing?
- 128 bits written as 8 blocks in hexadecimal form.
- Each block is 16 bits. If a block contains all 0s, they can be eliminated and replaced with a double colon (this can only be done once).
- The last 64 bits (4 blocks) of the address identify the interface, and is called the Interface ID.
What does it mean when a network is dual stacked?
It means that the network is configured to use both IPv4 and IPv6 protocols.
What are the 2 types of unicast addresses used by IPv6?
- Global address - can be routed on the internet, similar to public IPv4 addressing. Generally begins with 2000::/3
- Link Local Address - Can be used for communicating with nodes in the same link (LAN), similar to APIPA. Generally begins with FE80::/10
multicast address
Delivers packets to all nodes in the targeted multicast group.
anycast address
Identifies multiple destinations, with packets being delivered to the closest destination