answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is the dotted decimal notation for a 23 bit subnet mask?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Math & Arithmetic

What is difference between subnet-mask and wildcard mask?

Subnet Mask: Subnet mask is a 32 bits value which differentiate the host portion & network portion of an IP address. Where network portion is designate by the 1's & host portion 0's. Wild card Mask: Wild card mask defines which IP addresses are allowed & which are blocked. Where 0's defines the accurate match where non zero value defines any value on the corresponding octete.


What is the subnet mask for 10 0 10 1 17?

This is not a valid IP address - a valid IP address has 4 bytes. Also, you can't guess the subnet mask from looking only at the IP address; there are usually several options.


What is the second subnet of 172.16.0.0?

172.16.0.0/16 gives you 65534 possible hosts within 1 subnet. By binary math, you would need to increase the subnet mask to divide the network into subnets. Think of the additional subnet mask bits as a binary value. With 0 extra bits in the masks, you have 1 subnet. With 1 bit, you have 2. With 2 bits, you have 4. With 3 bits, you have 8. With 4 bits, you have 16. We need 8, so we should add 3 bits to the subnet mask. This would be a base CIDR of 172.16.0.0/19. Since there are 256 possibilities in the 3rd octet (Based on Class B network), divide by 8. The resultant number is the increment value for each network address. 256 / 8 = 32. Therefore, your networks would be: 172.16.0.0/19 172.16.32.0/19 172.16.64.0/19 172.16.96.0/19 172.16.128.0/19 172.16.160.0/19 172.16.192.0/19 172.16.224.0/19 With maximum (65536 / 8 - 2) 8190 hosts per subnet. Additional: Since we have 19 network bits, there are 13 bits remaining for hosts (total, as always 32). An all 0 string of host bits would leave you with your base network number ex> 172.16.0.0/19 , host with all 0's 10101100.00010000.00000000.00000000 The resultant would be 172.16.0.0, which is your network address. Conversely, having a host with all 1's: 10101100.00010000.00011111.11111111 This would result in 172.16.31.255, which is the broadcast address for the first subnet. These aren't usable as assignable addresses, but are used for network and broadcast purposes. Using all of the 3 borrowed bits in a 111 situation gives you a resultant of 172.16.224.0/19, which is a legitimate network address. Network bits in this case carry over from the /16, and are simply added on. An IP address of 172.16.255.255 would be the broadcast address for the final subnet. ex> 10101100.00010000.11111111.11111111 If you were doing a class A network, this wouldn't be as applicable. If all 3 of the first bits of a network address are 1, this puts your IP into a class D (224.0.0.0/4) subnet which is reserved for multicasting. This is only applicable to the first bits of the network address (starting from the very beginning). Hope this helped at least a little.


What are some of the companies that produce a 3M Mask?

The 3M Company used to produce the 3M Mask. However, they sold the liquid mask name to the Trimex Company who now produces the 3M Mask and calls it Trimex Window Mask.


Where can you get a aces and eights mask?

My name is joshua broome aces and eights i like to have one vest and mask too

Related questions

Dotted decimal notation for a 29 subnet mask?

12


How is the subnet mask displayed by default on a router?

dotted decimal notation


Convert the following subnet mask into its dotted decimal equivalent?

"Subnet mask" is is a computer term related to IP networks. Since you haven't given your example, the question cannot be answered. Further information can be found by searching for 'subnet mask' in Wikipedia.


Which dotted decimal number is used to distinguish the network portion of an IP address from the host portion?

Subnet mask


Convert the following subnet mask into its dotted-decimal equivalent 11111111 11111111 11111000 00000000?

255.255.248.0


A subnet mask is a group of four dotted decimal numbers that tells TCPIP if a computers IP address is on the same or a different network than another computer?

True


What is the prefix notation for a subnet mask of 255.255.255.240?

/28


How 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)?

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)


Example of ip address and subnet mask which represents a Host address of decimal 123?

Example IP address of 192.168.1.123 with a subnet mask of 255.255.255.0


What is the slash notation equivalent to the dotted decimal mask of 255.255.255.252?

The term "slash notation" refers to the way a processor reads an IP address. The "Watchguard" website gives a table showing the most common network masks and their equivalent in slash notation.


What would the value of the last octet of the subnet mask be if the CIDR notation for an address is 192.168.1.1627?

This isn't a valid CIDR address, so I assume it is: 192.168.1.162/7 That would yield a subnet mask of 255.255.255.254


What is the binart equivalent to the dotted decmal net mask-225.225.192.0?

That's not a valid subnet mask. Probably the subnet mask is supposed to be 255.255.192.0. You can convert each of the parts separated by dots to binary separately. Just use a scientific calculator, for example, the one that comes with Windows. To be a valid subnet mask, the binary equivalent must have a certain number of only ones, followed by only zeros.