Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
for example to transmit some 'x' 2 gb files from unix server to mainframe sys,
can the transfer of files be made faster by increasing the window size
or the send buffer size of the current TCP/IP configuration
and base link is T1-fiber link.
already n/w bandwidth utilization on our link is around 70%.
Am just thinking of ways to effectively transmit the files...
If my memory serves me right, you'll need to have a look not only to the TCP/IP packet size, but also
to the size of the physical packets ("frames") on your T1.
This is not the same as your bandwidth (1544 kbps).
Your frame size depends only on your physical network protocol (Ethernet, Token Ring, etc).
When you have bigger frames, you can send out bigger TCP/IP packets. If you don't, your bigger packets will
simply get "cut up" in pieces just before physical transmission.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.