The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




Thread: ttcp command
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 03-16-2008
ronen ronen is offline
Registered User
  
 

Join Date: Mar 2008
Posts: 1
ttcp command

please help me with this question:

Provide the syntax of the ttcp command for both client and
server which executes the following scenario:
A TCP server is on 10.0.2.6 and a TCP client is on 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 with each 500
bytes.