InterviewSolution
| 1. |
Write difference between tracert and traceroute. |
|
Answer» Tracert: It is a Command Prompt command that is used to SHOW various details about the path that a packet takes from the source computer to the SPECIFIED destination computer. It only uses ICMP (Internet Control Message Protocol) echo REQUESTS. It can be used on a PC. This command is GENERALLY used in Windows NT-based OS. |
|