Testing Your Computer Network
You've set up all your network switches, plugged in all the cables, and configured all your computers. One task remains before you can declare your network finished: You must verify that the network works as expected.
Here are a few simple tests you can conduct to make sure your network is functional.
Check the physical connections.
Check that the Link light — the little red or green light next to the RJ-45 port — is lit on every computer. You must check this light both on the computer itself and on the switch or router the computer is plugged into. If this light is not on, you have a connection problem — most likely a bad cable.
Verify that you can log on.
When you're sure the physical connections are good, you should attempt to log on to each of your network computers using a valid domain user account.
Check the network configuration.
Click the Start button, type cmd and press Enter. Then, enter the command ipconfig /all and press Enter.
This command will spit out numerous lines of information. The line you're looking for should resemble this:
IPv4 Address. . . . . . . . . . . : 192.168.1.125(Preferred)
If this part of the output does not show a valid IP address, you need to check that your IP configuration is set correctly and that your DHCP server is working.
Verify that the computers can ping each other.
Another basic test you should perform is to use the ping command from a command prompt to make sure that the computers on your network can contact one another.
Do several ping tests. First, make sure that TCP/IP is up and running by having the computer try to ping itself. Open a command prompt and type ping localhost. The output from this command will indicate whether or not the ping was successful.
Next, try to ping your servers by name. For example, if your file server is named FileServer01, use the command ping FileServer01.

Cloud Computing Glossary
cloud computing
A networking solution in which everything — from computing power to computing infrastructure, applications, business processes to personal collaboration — is delivered as a service wherever and whenever you need.

Cloud Computing Glossary
cloud service
The delivery of software, infrastructure, or storage that has been packaged so it can be automated and delivered to customers in a consistent and repeatable manner.

Cloud Computing Glossary
deprovision
The release of cloud services that are no longer needed.

Cloud Computing Glossary
federating
Linking distributed resources together over the cloud.

Cloud Computing Glossary
hypervisor
An operating system that acts as a traffic cop, managing the various virtualization tasks in the cloud to ensure that they make things happen in an orderly manner.

Cloud Computing Glossary
multi-tenancy
The sharing of underlying resources by multiple companies over a cloud.

Cloud Computing Glossary
network attached store
Storage that has its own network address through which it is accessed by the network's workstation users. Acronym: NAS

Cloud Computing Glossary
service level agreement
A contract that stipulates the type of service you need from providers and what type of penalties would result from an unexpected business interruption. Acronym: SLA

Cloud Computing Glossary
solution stack
An integrated set of software that provides everything a developer needs to build an application.

Cloud Computing Glossary
storage area network
A storage systems that is flexible and scalable because it's available to multiple hosts at the same time. Acronym: SAN

Cloud Computing Glossary
vertical industry groups
Workgroups comprised of members from a particular industry such as technology and retail.

Cloud Computing Glossary
virtual memory
The portion of your hard drive that Windows uses to expand the available RAM

Cloud Computing Glossary
virtualization
Using computer resources to imitate other computer resources or whole computers to maximize performance and flexibility.