Subnetting Flashcards

1
Q

What is a subnet?

A

A subnet is a subdivision of a larger network, capable of operating as an independent WAN or LAN.

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

What parts make up a typical IP address?

A

Network ID: Identifies the overall network (e.g., 137.207.0.0).
Host ID: Identifies a specific machine within the network (e.g., 0.0.32.2).

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

How does subnetting modify an IP address?

A

Part of the Host ID is used to represent the Subnet ID, dividing the network into smaller sub-networks.

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

How do you create 4 subnets from a Class B address?

A

Use 2 bits from the host portion. This results in 18 bits for the subnet (16 for the network + 2 for the subnet).

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

What is the role of internal and external routers in subnetting?

A

External Routers: Subnetting is transparent and not processed.
Internal Routers: Use the Subnet ID to determine the correct route within the network.

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

What is multi-level subnetting?

A

Subnets are further divided into sub-subnets, creating hierarchical layers, with additional host bits used at each level.

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

How is a Subnet ID calculated?

A

By using a subnet mask, which divides the network and host portions of an IP address.

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

What are standard subnet masks for Classes A, B, and C?

A

Class A: 255.0.0.0.
Class B: 255.255.0.0.
Class C: 255.255.255.0.

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

What does the subnet mask 255.255.192.0 represent?

A

It is a non-standard mask, where 192 (binary: 11000000) divides the host portion further for subnetting.

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

Give examples of common subnet masks for Class B networks.

A

255.255.192.0 (/18): 4 subnets.
255.255.240.0 (/20): 16 subnets.
255.255.252.0 (/22): 64 subnets.

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

What is CIDR Notation?

A

A method to represent subnet masks using the format <IP>/<Number>.</Number></IP>

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

Provide examples of CIDR Notation.

A

137.207.32.2/16: Class B address with 16 bits for the network portion.
24.1.2.3/8: Class A address with 8 bits for the network portion.
137.207.177.81/20: Combines 16 bits for the network ID and 4 bits for subnetting.

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