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
Answer:
A) The type of data it will hold
Explanation:
In most programming languages, a variable must be decalared before it can be used. Variable declarations allows the compiller to make provision of memory space for the variable so the type of data must be defined accordingly with the name of the variable because different data types occuppy different spaces in memory for example
An integer is 32 bit integral value
A char is 16 bit unicode value
A double is 64 bit floating point value
Answer:
D) IaaS
Explanation:
In this scenario, the best cloud service model would be IaaS. This stands for Infrastructure as a service (IaaS) and basically provides all the physical infrastructure that a company needs virtually. The company itself purchases a piece of software that allows them to remotely use all of the infrastructure provided by the service. Meaning they have access to computing power, data centers space, servers, networking, etc. without actually purchasing any of the physical hardware. This would solve all of "your" business needs as asked by the company.