AWS - VPC FundamentalsWhich of the following is the correct CIDR notation for a subnet with 512 IP addresses?A/23B/25C/22D/24Check Answer
Step-by-Step SolutionSolution:Step 1: Calculate bits needed for 512 addresses512 addresses require 9 bits (2^9 = 512) for host part.Step 2: Determine CIDR prefixIPv4 has 32 bits total, so prefix = 32 - 9 = 23. So CIDR is /23.Final Answer:/23 -> Option AQuick Check:512 IPs = 2^(32-23) = 512 [OK]Quick Trick: Use 32 minus log2(IP count) for CIDR [OK]Common Mistakes:MISTAKESChoosing /24 which gives only 256 addressesConfusing /22 with 1024 addressesMiscounting bits for hosts
Master "VPC Fundamentals" in AWS9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More AWS Quizzes Cloud Computing Fundamentals - What is cloud computing - Quiz 5medium EC2 Fundamentals - Elastic IP addresses - Quiz 13medium EC2 Fundamentals - Launching an EC2 instance - Quiz 7medium EC2 Fundamentals - Instance types and families - Quiz 14medium Identity and Access Management - Policy evaluation logic - Quiz 9hard Identity and Access Management - IAM users and groups - Quiz 6medium S3 Fundamentals - S3 versioning - Quiz 3easy S3 Fundamentals - S3 lifecycle rules - Quiz 14medium S3 Fundamentals - Creating S3 buckets - Quiz 3easy VPC Fundamentals - VPC peering concept - Quiz 3easy