杭州電子科技大學通信工程計算機網(wǎng)絡(luò)的實驗報告(共8頁)_第1頁
杭州電子科技大學通信工程計算機網(wǎng)絡(luò)的實驗報告(共8頁)_第2頁
杭州電子科技大學通信工程計算機網(wǎng)絡(luò)的實驗報告(共8頁)_第3頁
杭州電子科技大學通信工程計算機網(wǎng)絡(luò)的實驗報告(共8頁)_第4頁
杭州電子科技大學通信工程計算機網(wǎng)絡(luò)的實驗報告(共8頁)_第5頁
已閱讀5頁,還剩3頁未讀, 繼續(xù)免費閱讀

下載本文檔

版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進行舉報或認領(lǐng)

文檔簡介

1、精選優(yōu)質(zhì)文檔-傾情為你奉上計算機通信與網(wǎng)絡(luò)實驗報告姓 名:徐 一 得 學 號: 班 級:通信五班 上課時間:周四3-5 實驗名稱:TCP/IP Configuration一、 實驗目的(1) To learn TCP/IP configuration.(2) To learn the basic command of dos.二、 實驗內(nèi)容與要求1. Click Start and then click Run. Type the command or cmd and then press Enter.2. At the DOS prompt, type NET HELP and press

2、Enter. You should see something like the screen below:The command you are interested in is the View command. To obtain information about it, type NET HELP VIEW, and press Enter. 3. What is the purpose of NET VIEW:The NET VIEW command shows the names of the machines present on your network. Lists the

3、 names of machines on the left, in column labelled “Server name” and another columns labelled “Remark”4. List the machines after you have typed NET VIEW from the command promptHDUSEC-01, HDUSEC-02,HDUSEC-03,HDUSEC-48Close the DOS window by typing EXIT on the command line and then press Enter, or by

4、clicking the Close button in the upper right corner of the window.Obtain the TCP/IP Configuration InformationUse the Start menu to open the Command Prompt, an MS-DOS-like window. Press Start > Programs > Accessories > Command Prompt or Start > Programs > Command Prompt.The following f

5、igure shows the Command screen. Type ipconfig and press the Enter key. The spelling of ipconfig is critical while case is not. It is short for IP Configuration.This first screen shows the IP address, subnet mask, and default gateway. The IP address and the default gateway should be in the same netwo

6、rk or subnet, otherwise this host would not be able to communicate outside the network. In the figure the subnet mask tells us that the first three octets must be the same to be in the same network.Note: If this computer is on a LAN, the default gateway might not be seen if it is running behind a Pr

7、oxy Server. Record the following information for this computer.Record the following TCP/IP information for this computer6.IP address: 10.1.132.31Subnet Mask: 255.255.255.255Default Gateway: 10.1.132.254Compare the TCP/IP configuration of this computer to others on the LAN7.If this computer is on a L

8、AN, compare the information of several machines.Record a couple of the IP Addresses:1) IP sddresses 1: 10.1.132.322) IP addresses 2: 10.1.132.33Are there any similarities? The three groups are same, all are 10.1.132, last group is not same.What is similar about the IP addresses? The three groups are

9、 same, all are 10.1.132, last group is not same.What is similar about the default gateways?The default gateways are same ip address. The IP addresses should share the same network portion. All machines in the LAN should share the same default gateway.Check additional TCP/IP configuration information

10、To see detailed information, type ipconfig /all and press Enter. The figure shows the detailed IP configuration screen.The host name, including the computer name and NetBIOS name should be displayed. Also, the DHCP server address, if used, and the date the IP lease starts and ends should be displaye

11、d. Look over the information. Entries for the DNS, used in name resolution servers, may also be present.8.Mark the Physical Address (MAC) and the NIC model (Description).MAC: 44-37-E6-D1-EB-2B; NIC: Realtek PCIe GBE Family Controller 9.While not a requirement, most LAN administrators try to standard

12、ize components like NICs. Therefore, it would not be surprising to find all machines share the first three Hex pairs in the adapter address. These three pairs identify the manufacturer of the adapter.44-37-E610.Write down the IP addresses of any servers listed (if any):DHCP Server:10.1.132.254; DNS

13、Server:210.32.32.10,210.32.32.11Write down the computer Host Name:Hdusec-42Write down the Host Names of a couple other computers:Hdusec-41, Hdusec-40, Hdusec-39Do all of the servers and workstations share the same network portion of the IP address as the student workstation? YESIt would not be unusu

14、al for some or all of the servers and workstations to be in another network. It means that the computer default gateway is going to forward requests to the other network.Using ping from a WorkstationAccess the command promptUse the Start menu to open the Command Prompt window. Press Start > Progr

15、ams > Accessories > Command Prompt or Start > Programs > Command Prompt or Start > All Programs > Command Prompt.ping the IP address of another computerIn the window, type ping, a space, and the IP address of a computer located in your working area .11. The following figure shows t

16、he successful results of ping to this IP address.Ping uses the ICMP echo request and echo reply feature to test physical connectivity. Since ping reports on four attempts, it gives an indication of the reliability of the connection. Look over the results and verify that the ping was successful. Is t

17、he ping successful? If not, perform appropriate troubleshooting. Yes, the ping is successful(if the ping is failed, that means the host is down)If a second networked computer is available, try to ping the IP address of the second machine.Note the results. ping the IP address of a DHCP or DNS servers

18、12.Try to ping the IP address of any DHCP and/or DNS servers listed in the last exercise. If this works for either server, and they are not in the network, what does this indicate?We cant know the connection between domain name and ip address Was the ping successful? Yes ping the hostname of another

19、 computerTry to ping the hostname of the computer that was recorded previously. The figure shows the successful result of the ping the hostname.Look over the results. Notice that the first line of output shows the host name, DESKTOP in the example, followed by the IP address. This means the computer

20、 was able to resolve the host name to an IP address. Without name resolution, the ping would have failed because TCP/IP only understands valid IP addresses, not names.If the ping was successful, it means that connectivity and discovery of IP addresses can be done with only a hostname. In fact, this

21、is how many early networks communicated. If successful, then ping a hostname also shows that there is probably a WINS server working on the network. WINS servers or a local “l(fā)mhosts” file resolve computer host names to IP addresses. If the ping fails, then chances are there is no NetBIOS name to IP

22、addresses resolution running.ping the IP address of the default gateway13.What is the IP address of your default gateway?10.1.132.254Try to ping the IP address of the default gateway. Was it successful? YesIf the ping is successful, it means there is physical connectivity to the router on the local

23、network and probably the rest of the world.Type tracert at the command prompt, followed by a host name or IP address from your working area. tracert is TCP/IP abbreviation for trace route. The preceding figure shows the successful result when running tracert from on a LAN. The first output line show

24、s the FQDN followed by the IP address. Therefore, a DNS server was able to resolve the name to an IP address. If you are connected on a huge network (like the Internet) there will be listings of all routers the tracert requests had to pass through to get to the destination.tracert uses the same echo

25、 requests and replies as the ping command but in a slightly different way. Each router represents a point where one network connects to another network and the packet was forwarded through.14. Tracert a website and explain what you have found.From the fig, we can find that there are 14 routers between our host and the server, the second column is the the shortest time delay, the thir

溫馨提示

  • 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
  • 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責。
  • 6. 下載文件中如有侵權(quán)或不適當內(nèi)容,請與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。

評論

0/150

提交評論