Top "Subnet" questions

A part of the IP address identifying the whole local network (high bits as defined by netmask).

Determine the network and host ID portion of an IP address

I need to work out the algorithm regarding how you calculate the network and host portion of an IP address. …

networking ip-address host subnet cidr
How to get gateway address when subnetting?

I have to subnet a network from a single class C IP address. I have figured out the subnet mask …

ip-address gateway subnet
How can I determine network and broadcast address from the IP address and subnet mask?

For example: IP Address: 130.45.34.36 Mask: 255.255.240.0 What would be Net ID/Subnet Address, and Broadcast Address?

networking network-programming ip broadcast subnet
IP Subnet Notation

On a lab to regarding network topology using port scanners, I am instructed "to develop a network inventory and topology …

ip-address notation subnet
list all computers on a network with cmd or C#

I need to get a list of all the computers on the network The network is split into two local …

c# networking ip psexec subnet
Calculate broadcast address from ip and subnet mask

I want to calculate the broadcast address for: IP: 192.168.3.1 Subnet: 255.255.255.0 = 192.168.3.255 in C. I know the way (doing fancy bitwise OR's …

c ip broadcast subnet
Python 3: create a list of possible ip addresses from a CIDR notation

I have been handed the task of creating a function in python (3.1) that will take a CIDR notation and return …

python subnet cidr
How to check if an IP address is within a particular subnet

I have a subnet in the format 10.132.0.0/20 and an IP address from the ASP.Net request object. Is there a .…

c# ip-address subnet
Calculating range of IPs from subnet mask

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 …

networking tcp ip subnet
How to get subnet mask using .net?

I want to get client subnet mask using c#. How can I get it?

c# network-programming ip subnet