A particular multicast called an IGMP group is assigned an address in which class range?

A. Class A range
B. Class B range
C. Class C range
D. Class D range

Answer: D

Computer Science & Information Technology

You might also like to view...

In the following code, which line has an error?

1 public class TestApplet extends JApplet 2 { 3 public void init() 4 { 5 super.JApplet(); 6 JLabel label = new JLabel("Test label"); 7 setLayout(new FlowLayout()); 8 add(label); 9 } 10 } A) 1 B) 3 C) 5 D) There are no errors

Computer Science & Information Technology

The ____________________ lists all the styles in a Style Set and includes options for creating new styles, using the Style Inspector, and managing styles.

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

Computer Science & Information Technology