AWS - VPC FundamentalsWhich CIDR block is valid for creating a subnet with exactly 128 IP addresses?A10.0.0.0/25B10.0.0.0/26C10.0.0.0/24D10.0.0.0/27Check Answer
Step-by-Step SolutionSolution:Step 1: Calculate IP count for each CIDR/25 means 32 - 25 = 7 bits for hosts, so 2^7 = 128 IPs.Step 2: Match the exact IP count/26 gives 64 IPs, /24 gives 256 IPs, /27 gives 32 IPs. Only /25 matches 128 IPs.Final Answer:10.0.0.0/25 -> Option AQuick Check:/25 = 128 IPs [OK]Quick Trick: 2^(32 - mask) = IP count [OK]Common Mistakes:MISTAKESMixing up /25 and /26Assuming /24 is always 128 IPsNot calculating 2^(32-mask)
Master "VPC Fundamentals" in AWS9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More AWS Quizzes AWS Account and Billing - Setting up billing alerts - Quiz 4medium AWS CLI - Using profiles for multiple accounts - Quiz 2easy EC2 Fundamentals - Instance types and families - Quiz 1easy EC2 Fundamentals - Instance types and families - Quiz 15hard Identity and Access Management - Policy evaluation logic - Quiz 10hard Identity and Access Management - Least privilege principle - Quiz 15hard Identity and Access Management - IAM roles concept - Quiz 2easy S3 Fundamentals - Uploading and downloading objects - Quiz 7medium S3 Fundamentals - Uploading and downloading objects - Quiz 3easy S3 Fundamentals - S3 storage classes (Standard, IA, Glacier) - Quiz 7medium