The fastest way to transfer files between two neighboring computers

I have two neighboring computers, both of which work with the latest version of Ubuntu. Both computers have:

  • Multiple USB 2.0 Ports
  • RJ-45 connection
  • 5400RPM hard drive
  • Express Card Slot
  • PCMCIA Type II

I want to transfer as much data as possible over a given period of time.

  • What is the fastest physical medium for transferring data between two computers without sharing hard drives?

  • What is the fastest protocol (not necessarily used based on TCP / IP) for high entropy data transfer? If it is TCP / IP, what should be optimized for optimal performance?

+3
source share
2 answers

, RJ-45 - , . , Ethernet- 10BASE-T (10 ) 10GBASE-T (10 ). ethernet, , .

USB Hi-Speed ​​ 480 / (60 /), - (40 /) - . USB- , 2 USB-, - . , .

ethernet plug-n play () API. :

. TCP/IP ( ):

  • Fast Ethernet (100 ): 11,7 /
  • Gigabit Ethernet (1000 ): 117,6 /
+2

USB 2.0 480 /, 60 /.

Ethernet (NIC) . 1 /, 1 / 125 /. 100 /, 100 /, 12,5 /.

Wireless 802.11n 600 / (75 /) - , USB 2.0.

USB 3.0 - USB, 5 / (625 /).

, , , ..

TCP UDP , , .. TCP , . UDP , .

(MTU) - , IP. MTU . .

- , -, netbios, .. ( google tcp).

+1

All Articles