Skip to content

Implement the IP address info view

The IP Address info view will show the address, with some annotations on it for the address and subnet mask. Several navigational controls will be available to paginate through the addresses in the current subnet, as well as to go up into the network view for that whole subnet.

Below that, specific details of the IP address and subnet mask will be displayed in sections:

General

  • IP version
  • Netmask bits (length)

Formats

  • Binary format
  • Bits format
  • Bytes format
  • Integer format
  • Reverse DNS
  • Address background info

Checks

  • If it's a hostmask
  • If it's a multicast address
  • If it's a netmask
  • If it's private
  • If it's reserved
  • If it's unicast
  • If it's a host address
  • If it's a network address
  • If it's a broadcast address
Edited by Eron Lloyd