2.5 IP Addressing Flashcards

1
Q

IP Address

A

A unique address that identifies a device on a network

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

IPv4

A
  • 32 bits long (four 8-bit segments)
  • 4 different numbers separated by a period (.)
  • max value for each byte is 255

Ex: 192.168.1.131

  • loopback address: 127.0.0.1
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

IPv6

A
  • 128 bits long (eight 16-bit segments)
  • hexadecimal format
  • first 64 bits is the network prefix
  • last 64 bits is the host address
  • loopback address is 0:0:0:0:0:0:1 or ::1
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Public IP address

A

IP address used to access the Internet

Class A: 1.0.0.0 to 127.0.0.0
Class B: 128.0.0.0 to 191.255.0.0
Class C: 192.0.0.0 to 223.255.255.0

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

Private IP address

A

Not routed on the internet and no traffic can be sent to them from the Internet. Only work within the local network

Class A: 10.0.0.0 to 10.255.255.255
Class B: 172.16.0.0 to 172.31.255.255
Class C: 192.168.0.0 to 192.168.255.255

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

Subnet Mask

A
  • 32-bit (or 128-bit) number used to divide your IP address into network and host portions
  • identifies the subnet of a local device
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Default Gateway

A

Allows a user to access servers and devices outside of their network

Ex. Wi-Fi router

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

Static IP address

A

IP address that does not change

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

Dynamic IP address

A
  • IP address is active for a certain duration and then “expires”
  • IP can change every time the device connects to a network
  • assigned by DHCP
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

APIPA

A

Automatic Private IP Addressing:
- can only communicate with devices in the local network
- used when there is no DHCP server available or when the DHCP server fails to respond
- IP between 169.254.0.1 and 169.254.255.254
- used ARP to confirm the address isn’t currently in use

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

DHCP process

A

Discover: find a DHCP server on local network
Offer: DHCP server will offer an IP address to the device
Request: Device picks an offer and sends a request
Acknowledge: DHCP confirms the request and provides IP configuration settings

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

Shortening IPv6 addresses

A

Segments containing only zeros can be shortened to two semicolons (can only be done once).
Leading zeros can be removed.
A hextet with 4 zeros can be shortened to a single zero
Ex.
fe80:0000:0000:0000:5d18:0652:cffd:8f52
can be shortened to
fe80::5d18:652:cffd:8f52

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