Which packets, if any, are captured by ethereal?
What will be an ideal response?
```
No. Time Source Destination Protocol Info
1 0.000000 00:04:75:ac:87:22 ff:ff:ff:ff:ff:ff ARP Who has 10.0.1.21? Tell 10.0.1.11
2 0.000209 00:04:75:ad:04:cd 00:04:75:ac:87:22 ARP 10.0.1.21 is at 00:04:75:ad:04:cd
3 0.000221 10.0.1.11 10.0.1.21 ICMP Echo (ping) request
4 0.000470 10.0.1.21 10.0.1.11 ICMP Echo (ping) reply
5 1.011533 10.0.1.11 10.0.1.21 ICMP Echo (ping) request
6 1.011797 10.0.1.21 10.0.1.11 ICMP Echo (ping) reply
7 2.012161 10.0.1.11 10.0.1.21 ICMP Echo (ping) request
8 2.012424 10.0.1.21 10.0.1.11 ICMP Echo (ping) reply
9 3.011534 10.0.1.11 10.0.1.21 ICMP Echo (ping) request
10 3.011793 10.0.1.21 10.0.1.11 ICMP Echo (ping) reply
11 4.011572 10.0.1.11 10.0.1.21 ICMP Echo (ping) request
12 4.011835 10.0.1.21 10.0.1.11 ICMP Echo (ping) reply
13 4.999708 00:04:75:ad:04:cd 00:04:75:ac:87:22 ARP Who has 10.0.1.11? Tell 10.0.1.21
14 4.999728 00:04:75:ac:87:22 00:04:75:ad:04:cd ARP 10.0.1.11 is at 00:04:75:ac:87:22
```
You might also like to view...
Which of the following parameter passing mechanisms requires an exact match?
a. call by value b. call by reference c. call by constant reference d. all of the above require exact matches e. none of the above require exact matches
Provide a high-level description of the CentOS 7 System Monitor.
What will be an ideal response?
When should a programmer select a do while loop for his or her program?
A. When he or she knows the exact number of times the loop will be executed. B. When he or she is not sure how many times the loop will be executed. C. When he or she knows the loop must be executed at least once. D. There is no reason to select a do while loop. Any loop can be used any time.
If a drive malfunctions or gets knocked about, its read-write ____ might literally crash into the disk surface and damage the sectors that hold your data.
A. head B. brain C. arm D. memory