mask

A binary number that is used to remove bits from another binary number by use of one of the logical operators (AND, OR, NOT, XOR) to combine the binary number and the mask. Masks are used in IP addresses and file permissions.

See also IP address; subnet mask.