杭州电子科技大学通信工程计算机网络的实验报告3_第1页
杭州电子科技大学通信工程计算机网络的实验报告3_第2页
杭州电子科技大学通信工程计算机网络的实验报告3_第3页
杭州电子科技大学通信工程计算机网络的实验报告3_第4页
杭州电子科技大学通信工程计算机网络的实验报告3_第5页
已阅读5页,还剩2页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

1、计算机通信与网络实验报告姓 名:徐 一 得 学 号:15081525 班 级:通信五班 上课时间:周四3-5 实验名称:TCP/IP Configuration一、 实验目的(1) To learn TCP/IP configuration.(2) To learn the basic command of dos.二、 实验内容与要求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 Enter

2、. 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 name

3、s 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 click

4、ing 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 figure

5、 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 network or

6、 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 Proxy S

7、erver. Record the following information for this computer.Record the following TCP/IP information for this computer6.IP address: Subnet Mask:Default Gateway: Compare the TCP/IP configuration of this computer to others on the LAN7.If this computer is on a LAN, compare the information of several machi

8、nes.Record a couple of the IP Addresses:1) IP sddresses 1: 2) IP addresses 2: Are 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 same, all are 10.1.132, last group is not same.What is similar ab

9、out 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 informationTo see detailed information, type ipconfig /all and press Enter. T

10、he 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 displayed. Look over the information. Entries for the DNS, used in name re

11、solution 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 standardize components like NICs. Therefore, it would not be surprising to

12、 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):Write down the computer Host Name:Hdusec-42Write down the Host Names of a couple other computers

13、: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 unusual for some or all of the servers and workstations to be in another network. It means that the computer default gateway is going

14、 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 > Programs > Accessories > Command Prompt or Start > Programs > Command Prompt or Start > All Programs > Command Prom

15、pt.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 the successful results of ping to this IP address.Ping uses the ICMP echo request and echo reply feature to test physical connect

16、ivity. 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 the ping successful? If not, perform appropriate troubleshooting. Yes, the ping is successful(if the ping is failed, that means t

17、he 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 servers12.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 t

18、hey 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 computerTry to ping the hostname of the computer that was recorded previously. The figure shows the successful result of the pi

19、ng 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 was able to resolve the host name to an IP address. Without name resolution, the ping would have failed because TCP/IP only und

20、erstands 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 is how many early networks communicated. If successful, then ping a hostname also shows that there is probably a WINS server wor

21、king on the network. WINS servers or a local “lmhosts” file resolve computer host names to IP addresses. If the ping fails, then chances are there is no NetBIOS name to IP addresses resolution running.ping the IP address of the default gateway13.What is the IP address of your default gateway?Try to

22、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 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.

23、 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 shows 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

24、 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 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 third colu

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论