logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

计算机网络自顶向下WireShark实验:TCP

题目(是由英文翻译过来的)1:What is the IP address and TCP port number used by the client computer (source)that is transferring the file to gaia.cs.umass.edu? To answer this question, it’sprobably easiest to selec

计算机网络自顶向下WireShark实验:ICMP

前言计算机网络自顶向下WireShark实验记录,可供参考题目1.What is the IP address of your host? What is the IP address of the destinationhost?你的主机的 IP 地址是什么?目的主机的 IP 地址是什么?答:2.Why is it that an ICMP packet does not have source

#wireshark
计算机网络自顶向下WireShark实验:UDP

前言计算机WireShark实验记录可供参考题目(有英文原文)1.Select one UDP packet from your trace. From this packet, determine how manyfields there are in the UDP header. (You shouldn’t look in the textbook! Answerthese questio

八股文:计算机网络

前言先写到这里,后面再补充OSI网络模型应用层、表示层、会话层、运输层、网络层、链路层、物理层TCP/IP模型应用层、运输层、网络层、链路层、物理层MTU链路层的最大传输单元MAC地址指物理地址,确定网络设备的地址ARP协议提供IPV4和各种网络技术使用的硬件地址之间的映射。为啥有IP地址还需要MAC地址?为啥有MAC地址还需要IP地址首先是有交换机用来寻找地址的,交换机中是根据MAC地址来寻址的

计算机网络自顶向下WireShark实验:DHCP

前言计算机网络自顶向下WireShark实验记录,可供参考题目1.Are DHCP messages sent over UDP or TCP?DHCP 消息是通过 UDP 还是 TCP 发送的?答:UDP2.Draw a timing datagram illustrating the sequence of the first four-packetDiscover/Offer/Request

#计算机网络#wireshark
计算机网络自顶向下WireShark实验:IP

前言计算机网络自顶向下WireShark实验记录,可供参考题目1… Select the first ICMP Echo Request message sent by your computer, and expandthe Internet Protocol part of the packet in the packet details window.选择计算机发送的第一条 ICMP 回应请

计算机自顶向下WireShark实验2:DNS

前言本博客仅记录我自己做实验所用,在码云上看到一份比较好的自顶向下的实验记录,大家可以参考计算机自顶向下实验实验内容1.运行nslookup获取亚洲一个Web服务器的IP地址。那台服务器的IP地址是什么?答:对自己的学校采用即可2.运行nslookup来确定欧洲某大学的权威DNS服务器。3.运行nslookup,以便在问题2中获得的DNS服务器之一查询雅虎的邮件服务器!邮件。它的IP地址是什么?4

到底了