An administrator issues the command ping 127.0.0.1 from the command line prompt on a PC. If a reply is received, what does this confirm?
  • 1、
【正确答案】 1、E    
【答案解析】地址127.0.0.0是一个私有的保留地址段,他是一个回环的地址,一般用于测试,测试TCP/IP协议栈是否起来了。在一台PC上能ping 通127.0.0.1说明这个PC的TCP/IP协议栈是正确安装的。