answersLogoWhite

0

131.108.16.65

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

How can you change from a subnet mask of 255.255.224.0 to a subnet mask of 255.255.240.0?

2 given subnets


Does IP subnet 88 33 0 0 mask 255 255 128 0 over lap with 88 33 89 0 mask 255 255 128 0?

Yes, the IP subnet 88.33.0.0 with a mask of 255.255.128.0 overlaps with the subnet 88.33.89.0 with the same mask. The subnet mask 255.255.128.0 indicates that the first 17 bits are the network part, meaning subnets can range from 88.33.0.0 to 88.33.127.255. Since 88.33.89.0 falls within this range, the two subnets indeed overlap.


Why would a network administrator create a subnet mask?

There has to be some way of identifying how much of an address is the network portion and how much is client portion. The subnet mask identifies this. It may also indicate the presence of a series of subnets within a network. This is a required definition for operating within a LAN.


How many subnets the 11110000 mask produce?

14 (+2 for network & host).


How do you create 8 subnets for 192.168.1.024?

To create 8 subnets for the IP address 192.168.1.0, you need to use subnetting. Since 8 subnets require 3 additional bits (as 2^3 = 8), you can take 3 bits from the host part of the default subnet mask (255.255.255.0 or /24). This will change the subnet mask to 255.255.255.224 (/27), allowing for 8 subnets, each with 30 usable host addresses (2^5 - 2 = 30). The resulting subnets will range from 192.168.1.0 to 192.168.1.224.


Defference bw a default subnet mask and a custom subnet mask?

The default subnet mask has a standard size. The custom subnet mask allows you to make subnets that are smaller or larger than the default.


If you have decided to create 254 subnets on your class B network what subnet mask will you use to accomplish this?

255.255.255.0


How many subnets are created on host ip 195.70.16.93?

To determine the number of subnets created for the host IP 195.70.16.93, you need to know the subnet mask. Without this information, it's impossible to provide a specific number of subnets. Generally, subnetting involves dividing a larger network into smaller ones by borrowing bits from the host portion of the address, which can vary based on the chosen subnet mask. If you provide the subnet mask or CIDR notation, I can give a more precise answer.


What mask would you assign to the network ID of 172.16.0.0 if you needed about 100 subnets with 500 hosts each?

255.255.252.0


What if your company is assigned a network address of 150.50.0.0 you need to create 4 subnets all having access to the internet what is the correct subnet mask for the network?

What if your company is assigned a network address of 150.50.0.0 you need to create 4 subnets all having access to the internet what is the correct subnet mask for the network


How do you implement subnetting?

To implement subnetting, first determine the network's requirements, including the number of subnets and hosts per subnet. Next, choose a suitable subnet mask that allows for the desired number of subnets and hosts by calculating the available bits in the IP address. Divide the IP address space into subnets based on the selected mask, ensuring that each subnet has a unique network address. Finally, configure the devices on the network to recognize the new subnets by updating their IP addresses and subnet masks accordingly.


How will you break a subnet into two smaller subnets?

To break a subnet into two smaller subnets, you need to extend the subnet mask to create additional bits for subnetting. For example, if you start with a /24 subnet (e.g., 192.168.1.0/24), you can change the mask to /25, which divides the original subnet into two subnets: 192.168.1.0/25 (with addresses from 192.168.1.0 to 192.168.1.127) and 192.168.1.128/25 (with addresses from 192.168.1.128 to 192.168.1.255). This effectively doubles the number of subnets while halving the number of usable IP addresses in each new subnet.