問題
which command can verify application layer connectivity between 2 hosts?
a. arp
b. ping
c. telnet
d traceroute
e. plp
題目意思:以下命令當(dāng)中那個是在應(yīng)用層驗證兩個主機(jī)的聯(lián)通性的命令?
telnet tests the application layer, ping test the network layer.telnet is an application used to remotely configure a device. if telnet is succesfful you know that full 7 layer stack on the sending and receiving host are configured correctly and are in working order
因為telnet命令是工作在應(yīng)用層,ping命令是工作在網(wǎng)絡(luò)層的,telnet是應(yīng)用于遠(yuǎn)程控制設(shè)備的,所以如果能telnet成功的話,這就證明了兩臺主機(jī)或設(shè)備已經(jīng)聯(lián)通了,在聯(lián)通性上面已經(jīng)沒有問題了。
該題目主要考學(xué)員命令工作的層面,和osi七層的關(guān)系。
正確答案:c