answersLogoWhite

0

What is a Subnet mask?

Updated: 10/4/2023
User Avatar

Wiki User

17y ago

Best Answer

The word subnetwork (usually shortened to subnet) has two related meanings. In the older and more general meaning, it meant one physical network of an internetwork. In the internet Protocol (IP), a subnetwork is a division of a classful network. The rest of this article is about the second meaning. Subnetting an IP network allows a single large network to be broken down into what appear (logically) to be several smaller ones. It was originally introduced before the introduction of classful network numbers in IPv4, to allow a single site to have a number of local area networks. Even after the introduction of classful network numbers, subnetting continued to be useful, as it reduced the number of entries in the Internet-wide routing table (by hiding information about all the individual subnets inside a site). As a side benefit, it also resulted in reduced network overhead, by dividing the parts which receive IP broadcasts.

User Avatar

Wiki User

17y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

14y ago

subnet maskis the network address plis the bit reseived to identfying subnetworking. a mask used to determine what subnet an IP address belongto.An IP address has two components, the network address and the host address. sub netting enables the network administrator to futher divde the host part of the address into two or more subnet.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

The subnet mask is used by the Internet Protocol (IP) addressing scheme to determine if a packet of data is destined to a local or non-local network address. It is called a mask because it is used to to "mask" bits to determine if an address is on the same network. Masking is done by the Boolean bit logic "AND," where "1 AND 1" is a "1," and "0 AND 1," "1 AND 0," and "0 AND 0" all produce a "0."

In simple programming, an IP address is in the same network if, and only if:


"My IP & Subnet Mask" = "Other IP & Subnet Mask".


For simplicity, consider the address 10.0.0.5 with a subnet mask of 255.0.0.0. Performing the "mask" operation yields a base network IP "address" of 10.0.0.0. Note that you can't actually communicate with this IP address, because it represents the entire network.


If two other computers have the address 65.25.10.12 and 10.34.98.123, the respective masking operations using 255.0.0.0 will yield the networks 65.0.0.0 and 10.0.0.0; the computer can immediately tell that the first IP address isn't on the local network, but the second one is.


If a computer is configured with the wrong subnet mask or IP address, it will be unable to communicate with some or all of the computers on the network. As in the previous example, if the computer with the address 10.34.98.123 had a subnet mask of 255.255.0.0, it would be unable to communicate with 10.0.0.5, because it would try to send that IP through the gateway, which the gateway would reject since it is a local IP address.


Similarly, if the computer were changed to 65.1.2.12 mask 255.0.0.0, it would be unable to communicate with any device on the 10.0.0.0 network nor the outside world, because the default gateway would be outside of its own network.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

A subnet mask is a number that defines a range of IP addresses that can be used in a network. A common subnet mask for a Class C IP address is 255.255.255.0.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a Subnet mask?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Does ipv6 require a subnet mask?

It does not require a subnet mask.


What class has subnet mask 225.225.225.0?

If this is a default subnet mask, then it would be a class C subnet mask. If you are subnetting a network and this is not the default subnet mask, then it could be either a class A or class B.


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.


What is a subnet mass number?

The correct term is subnet mask instead of subnet mass. A subnet mask separates an IP address into the host address and the network address. It is a 32-bit number that can mask an IP address.


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


What is the default subnet mask for the 198.25.4.129 address?

255.255.255.0


What is the subnet mask of IP address 188.88.0.0?

255.255.255.0


What is the subnet mask number to this IP address number 86.158.175.121?

Subnet mask for the above is 255.0.0.0


What is the subnet mask for 176.42.53.18?

The default subnet mask would be 255.255.0.0 for a class B address.


What may be the subnet mask of 192.168.2.1?

if the ip address is 192.168.2.1 then the subnet mask should be 255.255.255.0


What is the result when changing from a subnet mask of 255.255.224.0 to a subnet mask of 255.255.240.0?

By changing subnet mask..from 255.255.224.0 to 255.255.240.0 Number of subnetworks increase and the number of host in each subnetwork decreases


What subnet mask is used for 192.168.12.526?

It depends on whether you are subnetting or not. If not, the default subnet mask would be 255.255.255.0