Speed of network link


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Speed of network link
# 1  
Old 09-12-2002
Speed of network link

Sorry to keep bothering you guys like this with all these boring, related questions. But here's one that should be more readily answerable.
What command or file should i use to get the speed/data rate of a network link? This is the capacity speed for instance 10Mbps or 100 Mbps in the case of the Ethernet local area network.

Thanks.
# 2  
Old 09-12-2002
dont you already know if it is a 10MBS network card, wont its max be 10MBS??
# 3  
Old 09-12-2002
No, a 10 MBPS or 100 MBPS Ethernet card does not guarentee 10 or 100 MBPS.... There are many factors to consider... protocol overhead, latency in the network card and drivers, latency and speed of the network and transmission layer protocols, the speed and processing power of the application and operating system and the network traffic. Ethernet uses a version of the Aloha protocol where users transmit, collide with other transmission, and retransmit. This is not a very efficient protocol in networks, but works and is simple.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Local Network Speed

Dear All, I have an intel NUC running CentOS 7 and physically connected to my Netgear CBVG834G router. They both have Gigabit Ethernet cards and supposedly a top notch network cable connecting the two devices. But when I run ethtool the connection is only running at 100Mbit/s What can I do... (3 Replies)
Discussion started by: freddie50
3 Replies

2. Hardware

How to test the speed of your WIFI network?

Dear all, Would you know how to measure the max speed of a WIFI connection between a router and a laptop for instance? Many thanks for your help! Regards, (3 Replies)
Discussion started by: freddie50
3 Replies

3. UNIX for Dummies Questions & Answers

how to see network speed of virtual linux machine?

After installing PV (Para virtual drivers) drivers I m not able to check the network speed of my Ethernet port. Please check the output of mii-tool and ethtool. # mii-tool eth0 SIOCGMIIPHY on 'eth0' failed: Operation not supported # ethtool eth0 Settings for eth0: Link... (2 Replies)
Discussion started by: pinga123
2 Replies

4. Solaris

network speed

i have first server (sun solaris 5.10) for example X(172.x.x.x) and i have second server (sun solaris 5.10) for example Y(192.x.x.x) also we have 3 clients PC (windows XP)(172.x.x.x) the X server connect to Y server and to clients PC * who to know the network speed between X and Y * who to... (1 Reply)
Discussion started by: anwar
1 Replies

5. Solaris

Increasing link speed on ce0.

Hi, Does anyone know how to increase the link speed on a ce interface? Currently mine is running at 100. I need to increase this to 1000. # kstat -p ce:0::link* ce:0:ce0:link_T4 0 ce:0:ce0:link_asmpause 0 ce:0:ce0:link_duplex 2 ce:0:ce0:link_pause 0... (4 Replies)
Discussion started by: sparcman
4 Replies

6. Solaris

Change speed on network card

I recently learned that Sun Solaris network cards (ce devices) have problems with ndd -get commands. I did some searching and found out about the netstat -k command to show me the link speed. What is the best way to change the link speed (both one time and permanently)? I am running Solaris 9... (7 Replies)
Discussion started by: hshapiro
7 Replies

7. IP Networking

network speed not tale with the port setting

Hi all, one of my Sun Box facing the problem. The network port i had set to Auto-Negotiated and i had edited the /etc/system/ file in the Sun box as below: set hme:hme_adv_autoneg_cap=1 set hme:hme_adv_100fdx_cap=0 set hme:hme_adv_100hdx_cap=0 But when i checked the /var/adm/messages/, it... (0 Replies)
Discussion started by: AirWalker83
0 Replies

8. HP-UX

Network speed on HPUX

Hello, can anyone tell me how to change network speed or duplex speed...don't understand the concept why that is imp when the server comes back up to check up on it. Basically have to make sure that the setting from the orginial speed. (2 Replies)
Discussion started by: catwomen
2 Replies

9. AIX

AIX - Determining link speed

I am trying to find a command to return the "link" speed of the networks installed on AIX. ifconfig - gives me where the link is up and the duplex setting. I need to determine for example if the ethernet connection is 10, 100, 1000 Mbs or what the current speed is based on the network media... (3 Replies)
Discussion started by: karlgo
3 Replies

10. UNIX for Advanced & Expert Users

network speed is slow

Hello, everyone: i encounter a problem these days , pls help me ,thanks in advance. my env: machine: ES40 A ES40 B os: true64 Unix 4.0f note: src.tar 8M network card speed 100M my problem: ... (3 Replies)
Discussion started by: q30
3 Replies
Login or Register to Ask a Question