Briefly describe Class B IP addresses.

What will be an ideal response?


Class B IP addresses are assigned to large- and medium-sized companies. The IANA specifies that Class B addresses will lead with 10 when written in binary format. This means that the range in decimal notation for the first octet of Class B addresses is 128 through 191.

With the first two binary digits of the first octet in the Class B category defined, the address range is limited. When the last six configurable bits of the first octet are set to zero, the lowest configurable number is obtained (128). When those same six digits are set to one, the highest configurable number is set (191).

Computer Science & Information Technology

You might also like to view...

__________ is an enhancement of __________ that allocates the disk space in smaller units, creating a more efficient file system.

a. NTFS/FAT32 b. NTFS/FAT c. FAT32/NTFS d. FAT32/FAT

Computer Science & Information Technology

AutoNumbers cannot be changed once they are assigned

Indicate whether the statement is true or false

Computer Science & Information Technology

________ is special software used for product design

A) MRP B) HRIS C) ERP D) CAD

Computer Science & Information Technology

Problems: Correcting Logic and Code ErrorsThe following sample of code contains errors. Rewrite the incorrect statements to correct all errors. ' calculate and return the miles per gallon Private Function GetMPG(ByVal dblMiles,    ByVal dblGallons) As Double Return dblMPG = dblMiles / dblGallons End Sub ? ' call the function to calculate miles per gallon ' pass variables for the calculation intMPG = GetMPG()

What will be an ideal response?

Computer Science & Information Technology