IP Addressing Flashcards

1
Q

Private IP address blocks

A
  1. 0.0.0/8
  2. 16.0.0/12
  3. 168.0.0/16
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

IPv4 default route

A

0.0.0.0

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

Loop back address

A

127.0.0.0/8

Directs traffic to same host

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

Link-local addresses

A

169.254.0.0/16

Can be automatically assigned to clients by OS when no IP configuration is available

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

Formula to calculate the # of subneta

A

2 to the n power

Where n = number of bits borrowed

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

128 in binary

/25

A

10000000

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

192 in binary

/26

A

11000000

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

224 in binary

/27

A

11100000

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

240 in binary

/28

A

11110000

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

248 in binary

/29

A

11111000

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

252 in binary

/30

A

11111100

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

254 in binary

/31

A

11111110

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

4 steps to subnetting

A

1) determine how many bits to borrow based on network requirements
2) determine new subnet mask
3) determine subent multiplier
4) list subnets including subnetwork address, host range, and broadcast address

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

2 to the 2nd

A

4

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

2 to the 3rd

A

8

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

2 to the 4th

A

16

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

2 to the 5th

A

32

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

2 to the 6th

A

64

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

2 to the 7th

A

128

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

2 to the 8th

A

256

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

2 to the 9th

A

512

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

2 to the 10th

A

1024

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

how to summarize subnet addresses

A

1) write out networks in binary
2) start w/ left most bit
3) work right and fall all consecutively matching bits
4) when you find a column of bits that do not match, stop. you are at the summary boundary.
5) count # of matching bits, this is subnet mask
6) copy matching bits for summary network address

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

in IPv6 what analogous to a subnet mask

A

prefix

-if prefix length is not on quartet boundary write down value for entire quartet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
how to abbreviate IPv6 address
- omit leading 0s in any given quartet | - represent 1 or more consecutive quartets of all hex 0s with a double colon (::), but only for one such occurrence
26
IPv6 address
128 bit | -represented in 8 quartets of 4 hex digits
27
IPv6 loopback address
::1
28
IPv4 to IPv6 transition methods
- dual stacking - tunneling - NAT-protocol translation
29
What IPv6 address type is commonly used for establishing neighbor relationships for routing protocols?
Link local address
30
How to identify a class a address in binary
Always begins with a 0 Range for 0 to 127 in first octet Network.node.node.node
31
How to identify a class b address
Always begins with 10 in first octet Range of 128-191 Network.network.node.node
32
How to identify class c address
Always begins with 110 in binary Ranges from 192-223 Network.network.network.node
33
Private class a address range
10.0.0.0 - 10.255.255.255
34
Private class b address space
172.16.0.0 - 172.31.255.255
35
Private class c address space
192.168.0.0 - 192.168.255.255
36
Easy to determine powers of 2
To find 2 to the 6th you can double 2 to the 5 etc.
37
/9 mask
255.128.0.0
38
/10 mask
255.192.0.0
39
/11 mask
255.224.0.0
40
/12 mask
255.240.0.0
41
/13 mask
255.248.0.0
42
/14 mask
255.252.0.0
43
/15 mask
255.254.0.0
44
/16 mask
255.255.0.0
45
/17 mask
255.255.128.0
46
/18 mask
255.255.192.0
47
/19 mask
255.255.224.0
48
/20
255.255.240.0
49
/20 mask
255.255.240.0
50
/21 mask
255.255.248.0
51
/22 mask
255.255.252.0
52
/23 mask
255.255.254.0
53
/24 mask
255.255.255.0
54
/25 mask
255.255.255.128 1 bit on, 7 off Block size of 128 2 subnets, each with 126 hosts
55
/26 mask
255.255.255.192 2 bits on, 6 bits off Block size 64 4 subnets, each with 62 hosts
56
/27 mask
255.255.255.224 3 bits on, 5 off Block size 33 8 subnets with 30 hosts
57
/28
255.255.255.240 4 bits on 4 off Block size 16 16 subnets with 14 hosts
58
/29 mask
255.255.255.248 5 bits on 3 off Block size 8 32 subnets with 6 hosts
59
/30 mask
255.255.255.252 6 bits on 2 off Block size 4 64 subnets with 2 hosts
60
How to determine number of available subnets
2 to the x power X=number of masked bits in subnet mask
61
How many hosts per subnet
2 to the y - 2 Y = number of unmasked bits or 0s in subnet mask
62
What are the valid subnets?
256 - subnet mask = block size Start counting from 0 in increments of the block size until you reach subnet mask value
63
Figure wildcard mask from block size
Subtract one from block size A block size of 16 would have a wildcard of .15
64
NAT inside local address
Name of inside source address before translation
65
NAT outside local address
Name of destination host after translation
66
NAT inside global address
Name of inside host after translation
67
NAT outside global address
Name if outside destination host before translation
68
Command to enable IPv6 on router
Ipv6 uno cast-routing
69
Command to add ipv6 address to router interface
Ipv6 address / [eui-64]