Which classes defined for IPv4 are NOT used for unicast?

A) Class B
B) Class A
C) Class D
D) Class C
E) Class E

C, E
Explanation: C) Five different classes are defined for use with IPv4, including classes A through E. Classes A, B, and C are used for unicast; Class D is used for multicast, and Class E is reserved for experimental purposes.
E) Five different classes are defined for use with IPv4, including classes A through E. Classes A, B, and C are used for unicast; Class D is used for multicast, and Class E is reserved for experimental purposes.

Computer Science & Information Technology

You might also like to view...

Malicious code that is intended to harm your computer is called a(n) ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

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

1. If you use the keyword virtual in a function declaration, you must also use it in the function definition. 2. Destructors are not inherited into the derived class. 3. The assignment operator is inherited from the base class. 4. The copy constructor from the base class is not inherited into the derived class. 5. All member functions in a base class should be listed as virtual functions.

Computer Science & Information Technology