0
0
Computer Networksknowledge~10 mins

ICMP and ping/traceroute in Computer Networks - Interactive Code Practice

Choose your learning style9 modes available
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete the sentence to describe the purpose of the ping command.

Computer Networks
The ping command uses the [1] protocol to check if a host is reachable.
Drag options to blanks, or click blank then click option'
ATCP
BICMP
CHTTP
DFTP
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing ICMP with TCP or HTTP protocols.
Thinking ping uses protocols related to web or file transfer.
2fill in blank
medium

Complete the sentence to explain what traceroute shows.

Computer Networks
Traceroute displays the [1] a packet takes to reach its destination.
Drag options to blanks, or click blank then click option'
Apath
Bsize
Cspeed
Dcontent
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing path with packet size or speed.
Thinking traceroute shows the content of packets.
3fill in blank
hard

Fix the error in the explanation about ICMP message types.

Computer Networks
ICMP Echo Request and Echo Reply messages are used for [1].
Drag options to blanks, or click blank then click option'
Afile transfer
Bemail delivery
Cnetwork diagnostics
Dweb browsing
Attempts:
3 left
💡 Hint
Common Mistakes
Thinking ICMP messages are used for file transfer or email.
Confusing ICMP with application layer protocols.
4fill in blank
hard

Fill both blanks to complete the description of how traceroute works.

Computer Networks
Traceroute sends packets with increasing [1] values and listens for [2] messages from routers.
Drag options to blanks, or click blank then click option'
ATTL
BACK
CICMP Time Exceeded
DSYN
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing TTL with ACK or SYN flags.
Not knowing which ICMP message indicates TTL expiry.
5fill in blank
hard

Fill all three blanks to complete the explanation of ping's output.

Computer Networks
Ping reports the [1] of each reply, the number of [2] sent, and the [3] time statistics.
Drag options to blanks, or click blank then click option'
Apackets
Bround-trip
Ctime
Derrors
Attempts:
3 left
💡 Hint
Common Mistakes
Mixing up 'time' and 'packets' in the output description.
Confusing round-trip time with errors.