IPv4 Addressing Flashcards

(12 cards)

1
Q

IPv4 Address

A

Made of four octets, also called four bytes or 32 bits; each octet can range from 0 to 255, with 255 being the highest decimal value per byte.

A unique 32-bit numerical identifier assigned to each device on a network, used for sending and receiving data between hosts.

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

Subnet Mask

A

Subnet Mask → A 32-bit number that divides an IP address into network and host portions, determining which part identifies the network and which identifies the device.

An IP address consists of two parts: the network portion and the host portion. The subnet mask indicates which part is the network by masking the network bits with 1’s and the host bits with 0’s.

Class A Range: Used for large organizations
Subnet Mask = 255.0.0.0 (/8)
Can have 16 million+ hosts

Class B Range: Used for medium organizations
Subnet Mask = 255.240.0.0 (/12)
Can have 1 million+ hosts

Class C Range: Used for small organizations or home setup
Subnet Mask = 255.255.255.0 (/24)
Can have 254 hosts

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

Default Gateway

A

Default Gateway → The router or device that connects a local network to external networks, acting as the exit point for traffic destined outside the local subnet.

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

Loopback Address

A

Loopback Address → A special address used for internal network testing and troubleshooting, typically 127.0.0.1, which directs traffic back to the same device.

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

Reserved Addresses

A

Reserved Addresses → A group of IP ranges not used for standard network communication, including the Class E range 240.0.0.0 to 255.255.255.254 reserved for experimental use.

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

VIP

A

Virtual IP Address → An IP address assigned to multiple servers or services for redundancy and load balancing, allowing failover without changing client configurations.

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

DHCP

A

Dynamic Host Configuration Protocol → Automatically assigns IP addresses, subnet masks, default gateways, and DNS information to devices on a network.

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

APIPA

A

Automatic Private IP Addressing → A link-local address range (169.254.0.1 to 169.254.255.254) assigned automatically when a DHCP server is unavailable; uses ARP to ensure the address isn’t already in use.

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

Private IP Address Ranges

A

Only used internally, can’t access the internet. Needs to be turned into a public IP address through NAT.

Usually your router has a DHCP server built into it that automatically gives all your devices private IP addresses.

Class A Range: Used for large organizations
IP= 10.0.0.0-10.255.255.255
Subnet Mask= 255.0.0.0 (/8)

Class B Range: Used for medium organizations
IP= 172.16.0.0-172.31.255.255
Subnet Mask= 255.240.0.0 (/12)

Class C Range: Used for small organizations or home setup
IP= 192.168.0.0-192.168.255.255
Subnet Mask= 255.255.255.0 (/24)

Private IPs > Router (Default Gateway) > NAT > Public IP address > Internet

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

Public IP Address

A

No duplicates in the world. Needed to connect to the internet. ISP assigns one to your router, which is how you connect to the internet.

Usually a router has a NAT built into it that converts all your devices private IP addresses into a shared public IP address.

Private IPs > Router (Default Gateway) > NAT > Public IP address > Internet

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

NAT

A

Network Address Translation → A process that translates private IP addresses into a single public IP address for outbound internet communication, conserving address space and improving security.

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

RFC 1918

A

Request for Comments 1918 → The standard document that defines the private IP address ranges for Class A, B, and C networks, ensuring these addresses are not routable on the public internet.

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