131.108.16.65
2 given subnets
A subnet mask that would divide the 172.31.0.0 network into as many subnets as possible and support 600 uers on each subnet would be 255.255.255.0. Each subnet can communicate with each other through the gateway.
A subnet mask that would divide the 172.31.0.0 network into as many subnets as possible and support 600 uers on each subnet would be 255.255.255.0. Each subnet can communicate with each other through the gateway.
Given a Class C network: 200.1.1.0 We want 5 subnets, each with 30 hosts on it. How many bits to borrow ? How many bits to leave? What is the subnet mask? ( in dot notation and in CIDR notation)
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.
255.255.255.0
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
A Class C IP address has 24 bits for network and 8 bits for host. So to have a subnet mask of 26 bits, you will need to use 2 bits from host part.Number of subnets is given by the formula : 2^(no. of bits used from host part).Hence number of subnets in this case would be = 2^2 = 4.For e.g. if the class C IP address is 200.168.210.0the 4 subnet addresses would be :11001000.10101000.11010010.00000000 = 200.168.210.011001000.10101000.11010010.01000000 = 200.168.210.6411001000.10101000.11010010.10000000 = 200.168.210.12811001000.10101000.11010010.11000000 = 200.168.210.192Note: The digits in bold are the mask bits.
That probably refers to a situation where a larger network was divided into smaller subnets, but all subnets have the same size - as opposed to VLSM (variable length subnet masks), where subnets can have different sizes.That probably refers to a situation where a larger network was divided into smaller subnets, but all subnets have the same size - as opposed to VLSM (variable length subnet masks), where subnets can have different sizes.That probably refers to a situation where a larger network was divided into smaller subnets, but all subnets have the same size - as opposed to VLSM (variable length subnet masks), where subnets can have different sizes.That probably refers to a situation where a larger network was divided into smaller subnets, but all subnets have the same size - as opposed to VLSM (variable length subnet masks), where subnets can have different sizes.
No, all subnets must use the same subnet mask