Questions tagged [subnet]

A part of the IP address identifying the whole local network (high bits as defined by netmask). The remainder of the IP address (host id) identifies devices that are connected to this network. Can also mean the local network itself, if addressed by IP address in a described way.

Read more on wikipedia: https://en.wikipedia.org/wiki/Subnetwork

893 questions
-3
votes
1 answer

how to write extend network prefix?

I need help with this: Assume that you have been assigned the 200.35.1.0 /24 network block Define an extended network prefix that allows the creation of 20 hosts on each subnet. I've written the addresses in binary form: IP: 1100 1000 . 0010…
Joe
  • 1
  • 1
  • 5
-3
votes
1 answer

IP v 4 subnetting and addresses

Hello I am struggling working out IP address and their subnet networks. I am faced with the following question as an example I would like to know if the answers I came up with are indeed correct. The Question is as follows And my answers to the…
-3
votes
1 answer

Dealing with subnet wastage

I was given a question. A company needs 3 networks. Given IP address is 176.0.0.0 Network A: 300 hosts Network B: 5 hosts Network C: 75 hosts So Network A should be having a subnet of /23 and therefore having maximum assignable IP addresses of…
Boon
  • 687
  • 4
  • 12
  • 25
-4
votes
1 answer

How do I get 500 IP address?

128.100.112.0/21 block of IP addresses granted by a company. Company said this block of addresses must be divided into four subnetworks that have each at least 500 IP addresses. How do I get 500 addresses from the IP block?
-4
votes
1 answer

Need a javascript to check if the subnet CIDR is in range of VPC

Error Details from AWS Example - VPC Range as "10.0.0.0/24" with the subnet range as "10.0.38.0/24".So it should throw an alert as shown in image.
Sneha
  • 83
  • 1
  • 11
-4
votes
1 answer

creating a maskbit based on the number of user count with IPAddress using python

can we create code in Python that can accept the Number of users as an input and creates an Subnetted IP with the Mask bit for an example 10.141.0.0/13 is an ip I want to add 125 users from this IP so I have to Subnet this(10.141.0.0./13) to…
-4
votes
1 answer

How to find First and last IP address from a given subnet?

I'm writing a code, which will output the first and last IP address of every subnet from a given IP. for example if the IP address is 192.168.1.8/28 so if we calculate there are total 16 subnets. So, how do I find the start and last IP address of…
-5
votes
1 answer

How to get ip and subnet mask address using python

how do I get my ip adress and subnet mask from the computer(windows) using python?
Liron
  • 49
  • 7
1 2 3
59
60