Solved how to use 1GB/s network transfer data in freebsd14.1

Dear all :
i have 5 Gigabit Ports in my switch . double freebsd14.1 hosts plug in this switch. why transfer data use scp command only 100MB/s ? the speed must be 1Gb/s .
any one can help enable 1GB/s transfer speed ? thanks.
 

Attachments

  • Screenshot from 2024-10-12 19-43-31.png
    Screenshot from 2024-10-12 19-43-31.png
    32.4 KB · Views: 47
  • Screenshot from 2024-10-12 19-41-28.png
    Screenshot from 2024-10-12 19-41-28.png
    33.2 KB · Views: 54
Your are maxing your Gigabit with 110 MBytes/s
dear sebastian:
thanks. you mean , 1gigabit switch port max speed is 110MB//s ? i think
Gigabit Ethernet Speed is 1Gbps. right ?
what differenct is gigabit, gbps , mib/s ? thanks. which switch i need to select for touch 1gib/s ? thanks.
 
dear sebastian:
thanks. you mean , 1gigabit switch port max speed is 110MB//s ? i think
Gigabit Ethernet Speed is 1Gbps. right ?
what differenct is gigabit, gbps , mib/s ? thanks. which switch i need to select for touch 1gib/s ? thanks.
Don't confuse the units.

Usually, upper case "B" means "byte", while lower case "b" means "bit".
1byte(1B) means 8bits(8b). These are NOT AT ALL specific for FreeBSD. And on serial data transfer like ethernet, redundant bits are added for error checking and correction. So 1B becomes around 10b.

And more, both IP (TCP/UDP) and ethernet are packet oriented, means, additional data for packet headers are added for controlling transfer.
So actual transfer rates are mutually always slower than line rate (for 1000base, 1Gbits/s).
 
Back
Top