Provide the syntax of the ttcp command for both the sender and receiver, which executes the following scenario: A TCP server has IP address 10.0.2.6 and a TCP client has IP address 10.0.2.7. The TCP server is waiting on port number 2222 for a connection request. The client connects to the server and transmits 2000 bytes to the server, which are sent as 4 write operations of 500 bytes each.
What will be an ideal response?
```
server (10.0.2.6): ttcp -rs –l500 –n4 -p2222
client (10.0.2.7): ttcp -ts -l500 -n4 -p2222 -D 10.0.2.6
```
Computer Science & Information Technology
You might also like to view...
Which of the following could be a Web document that could possibly be imported into PowerPoint?
A) cleaning service.doc B) cleaning.http C) spring_contract.htm D) spring contract.rtf
Computer Science & Information Technology
The ________ function looks for a value within a range and returns the position of that value
Fill in the blank(s) with correct word
Computer Science & Information Technology