Subnetting Flashcards

1
Q

Subnetting

A

The process of taking a large network and splitting it up into many individual and smaller networks aka subnets

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

IP Classes

A

Gives a way to break the total global IP space into discrete networks

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

Subnet masks

A

32 bit numbers that are normally written out as 4 octets in decimal. Ignore the ones and use the zeros

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

OR

A

If either digit is a true, the result is true, otherwise it’s false.

T+F=T
F+T=T
F+F=F
T+T=T

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

AND

A

If both values are True, the result is True.

T+T=T
T+F=F
F+F=F
F+T=F

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

CIDR
Classless inter-domain routing

A

Expands on the concept of subnetting by using masks to demarcate networks.

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

Demarcation Point

A

Describes where one network or system ends and another one begins.

The network ID and subnet ID are combined.

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