About 37,700 results
Open links in new tab
  1. How to get gateway address when subnetting? - Stack Overflow

    Jan 12, 2017 · I have to subnet a network from a single class C IP address. I have figured out the subnet mask and the broadcast address (I'm using subnet mask /28) but don't understand how …

  2. Determine the network and host ID portion of an IP address

    Dec 28, 2011 · The host and network portions of an ip address have nothing to do with public and private. If the subnet mask is a value smaller than 255 the corresponding octet in the IP …

  3. Converting CIDR address to subnet mask and network address

    Converting CIDR address to subnet mask and network address Asked 15 years, 6 months ago Modified 7 years, 9 months ago Viewed 81k times

  4. c# - How to calculate the IP range when the IP address and the …

    If you break down the IP given to you to binary, the network address is the ip address where all of the host bits (the 0's in the subnet mask) are 0,and the last address, the broadcast address, is …

  5. Why do class D and E IP-addresses have no subnet mask?

    Jun 5, 2023 · So their respective Subnet mask should be 255.0.0.0 right? If you look it up, that is not the case, it is stated that D and E have no subnet masks at all. Why is that? Same goes for …

  6. ip - What is the syntax format for a range of IPv4 addresses called …

    Oct 15, 2022 · IPv4 Slash notation is a compact way to show or write an IPv4 subnet mask. When you use slash notation, you write the IP address, a forward slash (/), and the subnet mask …

  7. Calculating range of IPs from subnet mask - Stack Overflow

    Say, I have a subnet of 255.255.255.242 and I have a known IP within that subnet say 192.168.1.101. Now the way I calculate the range of IPs is this: In the subnet mask, find the …

  8. Calculate broadcast address from ip and subnet mask

    Apr 22, 2009 · Here is how to do it in C#. for example using ip 10.28.40.149 with netmask 255.255.252.0 returns 10.28.43.255 which is the correct broadcast address. thanks to some …

  9. How many subnets are possible of a given mask - Stack Overflow

    Aug 25, 2021 · The smallest possible subnet is /31 (for point-to-point links), so with a /26 network you've got five bits to borrow, allowing for up to 2 5 = 32 subnets. More generally, if you start …

  10. What is the "Docker Subnet" used for? - Stack Overflow

    Jul 11, 2020 · There is an option in docker-desktop that allow to change the " Docker subnet ". And I don't see this default subnet 192.168.65.0/28 being used anywhere. I tried to docker …