So Lets start this:
First download this file from here: Test a Wireless Connection
After that do the following activity:
- Configure a PC to join a wireless network.
- Test the wireless connection.
- Click PC3 to open the Physical Device View.
- Click the Desktop tab for PC3.
- Select the PC Wireless button. The Link Information window opens with the note: No association with access point.
- Click the Connect tab in the window.
- When WRS_LAN appears as an available wireless network, click the Connect button.
- Enter ABCDE12345 as the WEP key and click the Connect button.
- Select the Link Information tab. A message should display: You have successfully connected to the access point. If you do not receive this message, troubleshoot the steps in this activity.
- Close the PC Wireless window.
- Click the Command Prompt button.
- Type ipconfig /all and then press the Enter key.
- What is the physical address of the computer? What is another name for the physical address?
- What is the IP address of the computer?
- What is the subnet mask of the computer?
- What is the default gateway of the computer?
- What is the DNS server address? What service does the DNS server provide to the network?
- From the Command Prompt window, ping the default gateway for PC3. The ping should be successful. A successful ping resembles the output below:
Pinging 192.168.2.1 with 32 bytes of data:
Reply from 192.168.2.1: bytes=32 time=203ms TTL=255
Reply from 192.168.2.1: bytes=32 time=94ms TTL=255
Reply from 192.168.2.1: bytes=32 time=94ms TTL=255
Reply from 192.168.2.1: bytes=32 time=78ms TTL=255
Ping statistics for 192.168.2.1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss)
Approximate round trip times in milli-seconds:
Minimum = 78ms, Maximum = 203ms, Average = 117ms
- From the Command Prompt window, ping PC1 using its IP address of 192.168.1.11. (The ping should be successful.)
- The tracert command is used to determine the path between a local host, in this case PC3, and a remote host. From the Command Prompt verify the path between PC3 and PC2 using the below command from the Command Prompt on PC3.
Type tracert 192.168.1.12 and then press the Enter key.
- The output of the command should resemble the following information:
Tracing route to 192.168.1.12 over a maximum of 30 hops:
1 187 ms 94 ms 93 ms 192.168.2.1
2 * 125 ms 125 ms 192.168.1.12
Trace complete.
- Following the output of the command, the ICMP packets generated by the tracert command show the packets traveling across the WRS1 LAN interface to the host, PC2.
- Close the Command Prompt window on PC3.
- Click the Web Browser button.
- Enter http://www.example.com in the URL window and click the GO button. The webpage for the server should display.
- DNS is used to resolve domain names to IP addresses. To verify the resolution, close the Web Browser window on PC3.
- Click the Command Prompt button to open the Command Prompt on PC3.
- In the Command Prompt window ping the webserver using the domain name www.example.com. This should generate the following output:
Pinging 192.168.3.100 with 32 bytes of data:
Reply from 192.168.3.100: bytes=32 time=138ms TTL=126
Reply from 192.168.3.100: bytes=32 time=156ms TTL=126
Reply from 192.168.3.100: bytes=32 time=172ms TTL=126
Reply from 192.168.3.100: bytes=32 time=140ms TTL=126
Ping statistics for 192.168.3.100:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 138ms, Maximum = 172ms, Average = 151ms
Note that the domain name www.example.com was translated by the DNS server to the IP address for the webserver, 192.168.3.100. This verifies proper operation of the DNS server.
- Still from PC3 Command Prompt, type nslookup www.example.com. The command followed by its output should look like the following:
0 comments:
Post a Comment