Which of the following is not true regarding IP addresses?
a. Every host, computer, server, device, and application that communicates over the Internet is assigned an IP address.
b. Internet service providers are assigned static IP addresses that they, in turn, dispense to you, their customer.
c. A static IP address never changes and is the type used by most major Web sites.
d. A dynamic IP address is automatically assigned to a computer when you log on to a network.
Answer: b. Internet service providers are assigned static IP addresses that they, in turn, dispense to you, their customer.
You might also like to view...
When text is inserted in the wrong location, click ________ on the Quick Access Toolbar
Fill in the blank(s) with correct word
Here is a function prototype. What would the call statement look like?
void DoMath(int *p1, int *p2) A. DoMath(int &m, int n); B. DoMath(&m, &n); C. DoMath(int &m, int &n); D. DoMath(*m,*n);