摘要:
import random,string def verify(): ''' 生成100个随机不重复的字符串 :return: ''' list1=[] new_list=[] while 1: value = ''.join(random.sample(string.ascii_letters+s 阅读全文
摘要:
1)pc1会生成一个arp请求包,请求pc2的MAC地址 2)sw1收到arp请求包 3)pc2收到arp请求包,对此数据包进行解析 4)pc2发出的arp应答包到达sw1,将此arp应答包从feth10发送出去 5)pc1收到目的mac地址为自身的此arp应答包,进行解封装 6)sw1收到pc1发 阅读全文
摘要:
阅读全文