What are the standard (default) subnet masks?

What will be an ideal response?


How do you determine how many digits are used for the network identifier? You must look at the subnet mask, which is a required component for all IP hosts. On every TCP/IP network, hosts must have both an IP address and a subnet mask. The subnet mask indicates how much of the IP address represents the network or subnet (short for subnetwork).

Standard (default) subnet masks are as follows:
• Class A subnet mask is 255.0.0.0 or 11111111.00000000.00000000.00000000
• Class B subnet mask is 255.255.0.0 or 11111111.11111111.00000000.00000000
• Class C subnet mask is 255.255.255.0 or 11111111.11111111.11111111.00000000

Computer Science & Information Technology

You might also like to view...

An organizational technique is to create ____________________ that pertain to a specific subject in a folder.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

How does NetBIOS identify a computer system on the network? Select all that apply.

A. By using the MAC address B. By using the IP address C. By using a computer name D. By using a port number

Computer Science & Information Technology

Agile methods typically use a(n) _____ , which represents a series of iterations based on user feedback.

A. incremental model B. extreme model C. spiral model D. evaluative model

Computer Science & Information Technology

Path MTU Discovery adds a "Fragment Flag" to an IP packet.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology