Class Activity 6.1 - Hsanokklis/2022-2023-Tech-journal GitHub Wiki

Summary: Analyzing the IP and subnet mask on our own workstations to further understand subnetting

Doc Link


Screen capture of IP and subnet mask

image

Binary representation of IP address

  • 11000000.10101000.00000011.01110111

Binary representation of Network Mask

  • 11111111.11111111.11111111.00000000

CIDR/Slash Representation of Network Mask

  • /24

Network ID

  • 192.168.3.0

Host ID

  • 119

First Usable Host

  • 192.168.3.1

Last Useable Host

  • 192.168.3.254

Broadcast IP

  • 192.168.3.255