Write the syntax of a tcpdump command that captures packets containing IP datagrams between two hosts with IP addresses 10.0.1.11 and 10.0.1.12, both on interface eth1.

What will be an ideal response?


```
tcpdump –n -i eth1 and \(host 10.0.1.11 and host 10.0.1.12)
```

Computer Science & Information Technology

You might also like to view...

Which of the following does the C++ language not support?

a. classes b. global functions c. automatic garbage collection d. support for object oriented programming e. traditional programming techniques

Computer Science & Information Technology

According to one quote, from a visual perspective, interface design most closely parallels:

a. mapmaking and cartography. b. cinematography and film editing. c. technical writing. d. fine art. e. technical drawing and illustration.

Computer Science & Information Technology

Digital cameras plug directly into a(n) _______________ port.

A. VGA B. USB C. HDMI D. DVI-D

Computer Science & Information Technology

Most home routers also include a built-in ________.

A) range extender B) switch C) hub D) network interface card

Computer Science & Information Technology