- Published:
- December 23, 2009 – 9:26 pm
- Author:
- By Dave
We recently did some speed testing on a few of the servers on our network, and we were not receiving the speeds expected considering they were sitting on a physical 100mbps ethernet port. The servers were indeed on physical 100mbps connection, however wget (TCP/IP, HTTP Port 80) download tests showed only a max of about 1.5MB/sec (note the 8bit/byte conversion, so this translates to about 12mbits).
Categories: Linux, Software, System Administration, Ubuntu
Tagged: Ethernet, kernel, Linux, network, speed, tcp/ip
- Published:
- September 17, 2008 – 6:58 am
- Author:
- By Dave
For a class I am taking, we are testing out a simple UDP Server and UDP Client to demonstrate what each one does and how sockets work. They are pretty small and give you a good idea about how a UDP Server opens up a port, and then the UDP Client sends or receives data [...]
Categories: Code Samples, Java, Software
Tagged: Code Samples, communications, java, networking, server, tcp/ip