Subnetting Practice (obj 1.7) Flashcards
(22 cards)
What is subnetting?
Involves dividing a larger network into smaller, manageable sub-networks
Subnetting helps in efficient network management and organization.
What does CIDR notation stand for?
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 is CIDR notation expressed?
As IP address followed by a slash and a number indicating the subnet mask length
For example, 10.10.10.0/24.
What is a memory aid for subnetting?
Memorize a subnetting chart for quick reference during exams
A ‘dump sheet’ can be utilized to jot down important information during the test.
What is the first step in a problem-solving approach to subnetting?
Identify the total number of IPs available in the given subnet
This helps in determining how to allocate IPs for various departments.
What should you account for when subnetting?
Network address and broadcast address in each subnet
These addresses are not assignable to hosts.
What is recommended for rounding department sizes in subnetting?
Round up department sizes to factors of 2 for efficient allocation
This ensures there are enough IPs for all users.
How many users are in the IT department in the practice problem?
54 users
This number is rounded up to 64 for subnetting.
What is the CIDR notation for the IT department?
/26
This notation accommodates 64 IP addresses.
How many users are in the instructors’ department?
32 users
This number is also rounded up to 64 for subnetting.
What is the CIDR notation for the instructors’ department?
/26
This allows for 64 IP addresses.
How many users are in the sales department?
5 users
This number is rounded up to 8 for subnetting.
What is the CIDR notation for the sales department?
/29
This provides 8 IP addresses.
How many users are in the administration department?
3 users
This number is rounded up to 8 for subnetting.
What is the CIDR notation for the administration department?
/29
This also provides 8 IP addresses.
How many IPs are left unused after subnetting?
112 IPs left
This is calculated by subtracting allocated IPs from the total.
What is the CIDR notation for the unused IPs?
/26
This accounts for the remaining 64 IPs.
How many assignable IP addresses exist in the network 172.16.1.0/27?
30
Total IPs for /27: 32, assignable IPs (excluding network and broadcast): 30.
How many assignable IP addresses exist in the network 192.168.1.0/28?
14
Total IPs for /28: 16, assignable IPs: 16 - 2 = 14.
What should you pay attention to in subnetting questions?
Whether the question asks for assignable, usable, or total IPs
This distinction is crucial for accurate calculations.
What formula can be used in subnetting?
Subnetting formulas ( ℎ ) where h represents the number of host bits
This helps calculate the number of available IPs.
What is a useful tool for subnetting practice?
A subnetting chart
Understanding how to apply CIDR notation effectively is essential.