COMPUTER NETWORKING

TRANSPORT LAYER

TRANSMISSION CONTROL PROTOCOL TCP

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What does the command tracert do within CMD
A
Send out a ping
B
DDOS’s someone
C
Causes a fire-see previous question on fire safety
D
Traces the route of the ping you’ve sent
Explanation: 

Detailed explanation-1: -The TRACERT diagnostic utility determines the route to a destination by sending Internet Control Message Protocol (ICMP) echo packets to the destination.

Detailed explanation-2: -A: Ping and traceroute are both network diagnostic tools, but traceroute is a little more complex. Ping will test connectivity between two hosts but gives no information on the path between those two hosts. The traceroute tool, on the other hand, displays all of the intermediate hops between source and destination.

Detailed explanation-3: -Click your Start menu and select Programs > Accessories > Command Prompt. In the command line window that opens, type ping example.com, and hit Enter. Once the test is complete, type tracert example.com and hit Enter. More items •19-Dec-2014

There is 1 question to complete.