Bits & Bytes: Week 2, II - Subnets Flashcards

1
Q

the process of taking a large network and splitting it up into many individual, smaller subnetworks or subnets

A

Subnetting

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

Term for smaller networks that are part of a split up larger network

A

Subnet

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

2^8 = 256

A

8 bit number (base 2 to the 8)

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

2^4 = 16

A

4 bit number (base 2 to the 4)

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

2^16 = 65,536

A

16 bit number (base 2 to the 16)

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

a way for a computer to use AND operators to determine if an IP address exists on the same network

A

Subnet Mask (in relation to AND operators)

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

ACRONYM:

CIDR

A

Classless Inter-Domain Routing

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

In binary, the subnet mask represents the network ID using what digit?

A

1

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

In binary, the subnet mask represents the host ID using what digit?

A

0

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

What does an octet look like in binary?

A

An 8 digit long string of ones and zeros

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

For the following binary IP address and its corresponding network mask, what is the network ID? Why?

IP: 00001000 . 00010100 . 00001111 . 00000001
Mask: 11111111 . 00000000 . 00000000 . 00000000

A

00001000, or 8. The corresponding numbers in the network mask are ones which means they identify the IP’s network ID.

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

Are device A and Device B on the same subnet?

DeviceA: 172.16.17.30/20
DeviceB: 172.16.28.15/20

A

Yes; their IP addresses share the same first 20 digits.
A: [10101100.00010000.0001]0000.00011110
B: [10101100.00010000.0001]1000.00001111

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

What is the following binary subnet mask in CIDR notation? In decimal notation?
11111111.11111111.11111100.00000000

A

/22; 255.255.252.0

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