{ "@context": "https://schema.org", "@type": "Organization", "name": "Brainscape", "url": "https://www.brainscape.com/", "logo": "https://www.brainscape.com/pks/images/cms/public-views/shared/Brainscape-logo-c4e172b280b4616f7fda.svg", "sameAs": [ "https://www.facebook.com/Brainscape", "https://x.com/brainscape", "https://www.linkedin.com/company/brainscape", "https://www.instagram.com/brainscape/", "https://www.tiktok.com/@brainscapeu", "https://www.pinterest.com/brainscape/", "https://www.youtube.com/@BrainscapeNY" ], "contactPoint": { "@type": "ContactPoint", "telephone": "(929) 334-4005", "contactType": "customer service", "availableLanguage": ["English"] }, "founder": { "@type": "Person", "name": "Andrew Cohen" }, "description": "Brainscape’s spaced repetition system is proven to DOUBLE learning results! Find, make, and study flashcards online or in our mobile app. Serious learners only.", "address": { "@type": "PostalAddress", "streetAddress": "159 W 25th St, Ste 517", "addressLocality": "New York", "addressRegion": "NY", "postalCode": "10001", "addressCountry": "USA" } }

Subnetting Practice (obj 1.7) Flashcards

(22 cards)

1
Q

What is subnetting?

A

Involves dividing a larger network into smaller, manageable sub-networks

Subnetting helps in efficient network management and organization.

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

What does CIDR notation stand for?

A

Classless Inter-Domain Routing notation

CIDR notation is used to represent subnets and is expressed as an IP address followed by a slash and a number.

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

How is CIDR notation expressed?

A

As IP address followed by a slash and a number indicating the subnet mask length

For example, 10.10.10.0/24.

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

What is a memory aid for subnetting?

A

Memorize a subnetting chart for quick reference during exams

A ‘dump sheet’ can be utilized to jot down important information during the test.

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

What is the first step in a problem-solving approach to subnetting?

A

Identify the total number of IPs available in the given subnet

This helps in determining how to allocate IPs for various departments.

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

What should you account for when subnetting?

A

Network address and broadcast address in each subnet

These addresses are not assignable to hosts.

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

What is recommended for rounding department sizes in subnetting?

A

Round up department sizes to factors of 2 for efficient allocation

This ensures there are enough IPs for all users.

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

How many users are in the IT department in the practice problem?

A

54 users

This number is rounded up to 64 for subnetting.

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

What is the CIDR notation for the IT department?

A

/26

This notation accommodates 64 IP addresses.

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

How many users are in the instructors’ department?

A

32 users

This number is also rounded up to 64 for subnetting.

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

What is the CIDR notation for the instructors’ department?

A

/26

This allows for 64 IP addresses.

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

How many users are in the sales department?

A

5 users

This number is rounded up to 8 for subnetting.

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

What is the CIDR notation for the sales department?

A

/29

This provides 8 IP addresses.

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

How many users are in the administration department?

A

3 users

This number is rounded up to 8 for subnetting.

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

What is the CIDR notation for the administration department?

A

/29

This also provides 8 IP addresses.

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

How many IPs are left unused after subnetting?

A

112 IPs left

This is calculated by subtracting allocated IPs from the total.

17
Q

What is the CIDR notation for the unused IPs?

A

/26

This accounts for the remaining 64 IPs.

18
Q

How many assignable IP addresses exist in the network 172.16.1.0/27?

A

30

Total IPs for /27: 32, assignable IPs (excluding network and broadcast): 30.

19
Q

How many assignable IP addresses exist in the network 192.168.1.0/28?

A

14

Total IPs for /28: 16, assignable IPs: 16 - 2 = 14.

20
Q

What should you pay attention to in subnetting questions?

A

Whether the question asks for assignable, usable, or total IPs

This distinction is crucial for accurate calculations.

21
Q

What formula can be used in subnetting?

A

Subnetting formulas ( ℎ ) where h represents the number of host bits

This helps calculate the number of available IPs.

22
Q

What is a useful tool for subnetting practice?

A

A subnetting chart

Understanding how to apply CIDR notation effectively is essential.