Computer Networks - IP AddressingYou want to create subnets that support exactly 30 hosts each. Which subnet mask should you choose?A255.255.255.192 (/26)B255.255.255.128 (/25)C255.255.255.240 (/28)D255.255.255.224 (/27)Check Answer
Step-by-Step SolutionSolution:Step 1: Calculate hosts per subnet for each mask/27 = 32 addresses, hosts = 32 - 2 = 30 hosts.Step 2: Verify other options/26 = 64 addresses, 62 hosts; /28 = 16 addresses, 14 hosts; /25 = 128 addresses, 126 hosts.Final Answer:Subnet mask 255.255.255.224 (/27) supports 30 hosts -> Option DQuick Check:/27 = 30 hosts per subnet [OK]Quick Trick: Hosts = 2^(32-mask) - 2 [OK]Common Mistakes:MISTAKESChoosing mask with too few or too many hostsForgetting to subtract network and broadcastMixing up mask bits and host bits
Master "IP Addressing" in Computer Networks9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More Computer Networks Quizzes IP Addressing - NAT (Network Address Translation) - Quiz 11easy IP Addressing - Classful addressing (Class A, B, C) - Quiz 8hard IP Addressing - NAT (Network Address Translation) - Quiz 1easy Network Fundamentals - What is a computer network - Quiz 2easy Network Fundamentals - Network topologies (star, bus, ring, mesh) - Quiz 2easy OSI and TCP/IP Models - Why layered models simplify network design - Quiz 6medium OSI and TCP/IP Models - Encapsulation and decapsulation - Quiz 4medium OSI and TCP/IP Models - OSI model seven layers - Quiz 14medium OSI and TCP/IP Models - Why layered models simplify network design - Quiz 9hard Physical and Data Link Layer - Ethernet protocol basics - Quiz 1easy