IP Addresses are often divided into several categories. One of these is a Class C.

A Class C network block can be easily visualized by thinking of an IP address, such as 1.2.3.4. The Class C block includes all addresses under 1.2.3.X, where X is any number between 0 and 255. (That includes broadcast addresses too, which aren't necessarily relevant.)

When someone says "Lock out the entire Class C," they mean to lock out the 255 addresses in that network block. This is useful because most of the time the addresses in a Class C are associated with one another. For example, a dialup network node might have all the addresses within a class C assigned to it. Blocking that entire class C block locks out the dialup node.

Class C address ranges define a network with 254 addresses available for hosts, and have a subnet mask of 255.255.255.0. The original class C address ranges started between 193 and 223. In a Class C address range, the network number is X.X.X.0 and the the broadcast address is X.X.X.255, and the hosts can be anything between those two numbers.

Log in or register to write something here or to contact authors.