Answer:
b
Explanation:
C and D have equivalent iterations
C: D:
99 990
90 900
81 810
72 720
63 630
54 540
45 450
36 360
27 270
18 180
9 90
Answer:
"Connection Refused"
Explanation:
This is the error message that is returned when the server is not listening on the correct port, or the server is offline.
Cheers.
The CC field is used to send a copy of an email. CC stands for carbon copy.
Answer:
I would reset the Domain Name System (DNS)
Explanation:
One factor that could lead to the "Site Cannot Be Reached" error is DNS "poisoning". Another is invalid DNS cache. Both can be caused by an attack on the system by people trying to spoof the system. Spoofing ensures that even when the right address is entered, it leads one to another web address.
One way to quickly reset the DNS is to run ipconfig /flushdns
This helps to clear the DNS cache.
Once the DNS cache has been successfully flushed, the system returns a confirmatory message that reads “flushed the DNS resolver cache”.
The systems administrator can now proceed to reconfigure the IP address(es)
Cheers