Lab 6 1 Simple Subnet Design - CSchulz0618/Network-Fundamentals GitHub Wiki

  • If you must support X equal-sized subnets, how many bits do you need in your subnet ID?

  • Answer: For every 1 bit in binary it is 2 subnet IDs (ex. you want one to support 6, it would be 3 bits because the combinations are 000, 001, 011, 111, 100, 010)