Advertisement
Guest User

Untitled

a guest
May 21st, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. 3 subredes por tanto averiguamos
  2. que eso corresponde a 2 bits:
  3. Entonces iteramos los 2 bits:
  4. 0000000 1 = 191.190.0.0 id red
  5. 0000001 1 = 191.190.0.1 pc 1
  6. ...
  7. 0011110 1 = 191.190.0.62 pc 62
  8. 0011110 1 = 191.190.0.63 broad subred
  9. (2^6)-2 = 64 - 2 = 62
  10.  
  11. 0100000 2 = 191.190.0.64 id subred
  12. 0111111 2 = 191.190.0.127 broad subred
  13. (2^6)-2 = 64 - 2 = 62
  14.  
  15. 1000000 3 = 191.190.0.128
  16. 1011111 3 = 191.190.0.191
  17. (2^6)-2 = 64 - 2 = 62
  18.  
  19. 1100000 4 = 191.190.0.192
  20. 1111111 4 = 191.190.0.254
  21. (2^6)-2 = 64 - 2 = 62
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement