相关题目
414、在CMD下执行如下命令C:\>ping172.21.3.1结果显示如下:Pinging172.21.3.1with32bytesofdata:Requesttimedout.Requesttimedout.Requesttimedout.Requesttimedout.Pingstatisticsfor172.21.3.1:Packets:Sent=4,Received=0,Lost=4(100%loss),分析一下,最有可能是什么原因造成的?
413、在CMD下执行如下命令C:\>ping 221.236.31.143 结果显示如下:Pinging 221.236.31.143 with 32 bytes of data:Reply from 221.236.31.143: bytes=32 time=37ms TTL=57Reply from 221.236.31.143: bytes=32 time=31ms TTL=57Reply from 221.236.31.143: bytes=32 time=31ms TTL=57Reply from 221.236.31.143: bytes=32 time=31ms TTL=57Ping statistics for 221.236.31.143: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),Approximate round trip times in milli-seconds:Minimum = 31ms, Maximum = 37ms, Average = 32ms这个结果表示什么意思?
412、在CMD界面,使用reg命令将C盘下的test.exe加入注册表的RUN,实现开机启动。
411、在CMD界面,如何去掉某个文件的系统属性、隐藏属性、只读属性。
410、阅读分析下面代码,回答问题: Void functionB(char* title) { Char tmp_array[12]; Strcpy(tmp_array,title); } Void functionA()//从网络中读入一个字符串并传递给functionB { functionB(ReadDataFromNetwork(socket)); } 那么,该段代码可能存在什么问题?易遭受什么攻击?并简要说明原因。
409、阅读分析下面代码,回答问题: char* my_name; ………….. char temp[32]; sprintf(temp,”My Name is %s.”,my_name); 对上面的代码,可以发动什么类型的缓冲区溢出攻击?可能在什么情况下出现?
408、以Win7为例,说明如何查看本机的DNS和网关?
407、要利用ECHO命令产生文件a.txt,内容为
406、写出在windows2003操作系统中的IPv6的相关命令的作用:(1)netsh interface ipv6 show destinationcache(2)netsh interface ipv6 show interface
405、写出在Cisco PIX防火墙上,允许网络管理员通过IP地址(10.14.8.50)远程登录管理PIX防火墙的配置命令。
