Converting CIDR address to subnet mask and network address

Posted by Dmitry on Stack Overflow See other posts from Stack Overflow or by Dmitry
Published on 2010-05-31T08:29:22Z Indexed on 2010/05/31 20:53 UTC
Read the original article Hit count: 492

Filed under:
|
|
|
|

Given a CIDR address, e.g. 192.168.10.0/24

  • How to determine mask length? (24)
  • How to determine mask address? (255.255.255.0)
  • How to determine network address? (192.168.10.0)

© Stack Overflow or respective owner

Related posts about java

Related posts about network