-3

Example:

IP: 140.140.0.0 Computers: 2046

Mask = ? And subnets = ?

1 Answers1

2

To address 2046 hosts you need 11 bits (2^11 = 2048) so the smallest subnet you can have needs subnet mask of /21 (255.255.248.0). Your IP belongs to class B network which has 16 bit network mask so you have 21-16=5 subnet bits which gives you the number of subnets — 2^5 = 32.

pajaja
  • 2,164
  • 4
  • 25
  • 33