1.4 IPv4 and IPv6 Addresses/Subnet Mask Flashcards

1
Q

IPv4 Class A Range

A

1.0.0.1 - 127

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

IPv4 Class B Range

A

128.0.0.1 - 191

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

IPv4 Class C Range

A

192.0.0.1 - 223

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

IPv4 Class D Range

A

224.0.0.1 - 239

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

IPv4 Class E Range

A

240.0.0.1 – 254.255.255.254

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

IPv4 Class A Subnet Mask(Classful)

A

255.0.0.0.

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

IPv4 Class B Subnet Mask(Classful)

A

255.255.0.0

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

IPv4 Class C Subnet Mask(Classful)

A

255.255.255.0

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

IPv4 Class D Subnet Mask(Classful)

A

255.255.255.0

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

IPv4 Class E Subnet Mask(Classful)

A

255.255.255.0

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

IPv4 Loopback Address range

A

127.0.0.1 - 127.255.255.254

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

IPv4 APIPA Range

A

169.254.1.0 to 169.254.254.255.

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

IPv4 addresses are expressed with

A

Decimal numbers

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

IPv6 addresses are expressed with

A

Hexadecimal numbers

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

IPv6 loopback addresses

A

0:0:0:0:0:0:0:1 or ::1

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

IPv6 APIPA Range

17
Q

Network address translation (NAT) -

A

The changing of an IP address as it progresses through a network, usually from private to public or vice versa.

18
Q

Port address translation (PAT) -

A

Translation of port numbers from source to destination and vice versa.

19
Q

Automatic Private IP Addressing (APIPA) -

A

Link local address. Automatically assigned. Unable to communicate with the router

20
Q

Extended unique identifier (EUI-64) - .

A

Extends the MAC address into a 64 bit value to Form half of an IPv6 address.

21
Q

Multicast

A

One to many of many communication (only those who want it).

22
Q

Unicast –

A

One to one communication

23
Q

Anycast -

A

One to one of many communication (data is delivered only to the closest device with the correct anycast address).

24
Q

Broadcast -

A

One to all communication

25
Link local -
Same as APIPA.
26
Default gateway -
The IP address of the device which provides a gateway out of the network. The router.
27
Classless (variable-length subnet mask(VLSM)-
Allow network administrators to define their own masks
28
Classless Inter-Domain Routing (CIDR) notation
efficient method of assigning IP addresses that improves address distribution and replaces the previous Class A, Class B and Class C networks system
29
Tunneling
6to4 addressing allows sending of IPv6 traffic over an IPv4 network. 4in6 does the opposite
30
Teredo tunneling
Windows. allow tunnelling of IPv6 through NATed IPv4 networks with no special routers needed.
31
Miredo tunneling
Linux/BSD/macOS. allow tunnelling of IPv6 through NATed IPv4 networks with no special routers needed.
32
Dual stack
Running both IPv4 and IPv6 simultaneously.
33
Router advertisement -
IPv6 has no broadcast. this is managed by Neighbor Discovery Protocol (NDP) using multicast.
34
Stateless address autoconfiguration (SLAAC) -
The automatic configuration of IP addresses in IPv6 (without a DHCP server).
35
Virtual IP (VIP) -
An IP address not associated with a physical network adapter.
36
Subinterfaces -
One physical network interface handling multiple VLANs.
37
RFC1918 -
Defines private IP address ranges.