network speed question

S

Steve T

Running three XP-Home SP-2 PC's with a D-Link wireless router.
PC #1 is the PC that has the cable modem connected to it. The network icon
states Local Area Connection Speed 100.0 Mbps.
PC#2 is wired to the wireless router and connection is through the NIC. It's
network icon states 1394 Connection Speed 400.0 Mbps.
PC#3 has a wireless desktop adapter from D-Link and the Network icon on it
states Wireless Network Speed 108.0 Mbps.
The router is wireless but #1 and #2 are wired into it with network cables.
Why the big discrepancy in speed between the wired PC's and what do the
numbers really mean? Thanks, Steve T
 
S

Steve Winograd [MVP]

"Steve T" said:
Running three XP-Home SP-2 PC's with a D-Link wireless router.
PC #1 is the PC that has the cable modem connected to it. The network icon
states Local Area Connection Speed 100.0 Mbps.
PC#2 is wired to the wireless router and connection is through the NIC. It's
network icon states 1394 Connection Speed 400.0 Mbps.
PC#3 has a wireless desktop adapter from D-Link and the Network icon on it
states Wireless Network Speed 108.0 Mbps.
The router is wireless but #1 and #2 are wired into it with network cables.
Why the big discrepancy in speed between the wired PC's and what do the
numbers really mean? Thanks, Steve T

The reported speed for a connection is the maximum rated speed for
data transfer under ideal laboratory conditions. Real speeds are
always lower, sometimes substantially lower. Here are some typical
rated speeds:

54 Mbps - Wireless 802.11g

100 Mbps - Ethernet. The wired Ethernet connections on PC#1 and PC#2
should show this speed.

108 Mbps - Non-standard wireless 802.11g, offered by D-Link and other
manufacturers. (PC#3 wireless connection)

400 Mbps - IEEE 1394, also known as FireWire. (PC#2 1394 connection).

Since you're using Ethernet networking, not IEEE 1394, ignore the 1394
connection.
--
Best Wishes,
Steve Winograd, MS-MVP (Windows Networking)

Please post any reply as a follow-up message in the news group
for everyone to see. I'm sorry, but I don't answer questions
addressed directly to me in E-mail or news groups.

Microsoft Most Valuable Professional Program
http://mvp.support.microsoft.com
 
J

Jim

Steve T said:
Running three XP-Home SP-2 PC's with a D-Link wireless router.
PC #1 is the PC that has the cable modem connected to it. The network icon
states Local Area Connection Speed 100.0 Mbps.
PC#2 is wired to the wireless router and connection is through the NIC.
It's network icon states 1394 Connection Speed 400.0 Mbps.
PC#3 has a wireless desktop adapter from D-Link and the Network icon on it
states Wireless Network Speed 108.0 Mbps.
The router is wireless but #1 and #2 are wired into it with network
cables. Why the big discrepancy in speed between the wired PC's and what
do the numbers really mean? Thanks, Steve T
Those are the speeds between the cpu and the device. As such, they mean
next to nothing.
Jim
 
C

Chuck

Running three XP-Home SP-2 PC's with a D-Link wireless router.
PC #1 is the PC that has the cable modem connected to it. The network icon
states Local Area Connection Speed 100.0 Mbps.
PC#2 is wired to the wireless router and connection is through the NIC. It's
network icon states 1394 Connection Speed 400.0 Mbps.
PC#3 has a wireless desktop adapter from D-Link and the Network icon on it
states Wireless Network Speed 108.0 Mbps.
The router is wireless but #1 and #2 are wired into it with network cables.
Why the big discrepancy in speed between the wired PC's and what do the
numbers really mean? Thanks, Steve T

Steve,

The numbers refer to the bit rate on each medium. Overhead, of various nature,
will decrease actual numbers, more or less substantially.

Firewire aka 1394 is a cabled point to point connection, ie one computer to
another computer. Ethernet supports cabled multi point connections, ie LANs.
If you're really going to connect multiple computers, for serious networking,
you'll use Ethernet. For convenience, you may use WiFi, but you need to be
aware of the limitations.

Wireless, aka WiFi, has a theoretical maximum of 10M for 802.11b, 54M for
802.11g, and 108M for 802.11g with proprietary enhancements. There are so many
reasons why WiFi never yields actual speeds any where near the theoretical
maximum. I wrote a couple articles to discuss that.
<http://nitecruzr.blogspot.com/2005/10/wifi-will-never-be-as-fast-as-ethernet.html>
http://nitecruzr.blogspot.com/2005/10/wifi-will-never-be-as-fast-as-ethernet.html
<http://nitecruzr.blogspot.com/2006/01/proper-network-design.html#WiFi>
http://nitecruzr.blogspot.com/2006/01/proper-network-design.html#WiFi
 
J

Jim

Chuck said:
Steve,

The numbers refer to the bit rate on each medium. Overhead, of various
nature,
will decrease actual numbers, more or less substantially.

Firewire aka 1394 is a cabled point to point connection, ie one computer
to
another computer. Ethernet supports cabled multi point connections, ie
LANs.
If you're really going to connect multiple computers, for serious
networking,
you'll use Ethernet. For convenience, you may use WiFi, but you need to
be
aware of the limitations.

Wireless, aka WiFi, has a theoretical maximum of 10M for 802.11b, 54M for
802.11g, and 108M for 802.11g with proprietary enhancements. There are so
many
reasons why WiFi never yields actual speeds any where near the theoretical
maximum. I wrote a couple articles to discuss that.
<http://nitecruzr.blogspot.com/2005/10/wifi-will-never-be-as-fast-as-ethernet.html>
http://nitecruzr.blogspot.com/2005/10/wifi-will-never-be-as-fast-as-ethernet.html
<http://nitecruzr.blogspot.com/2006/01/proper-network-design.html#WiFi>
http://nitecruzr.blogspot.com/2006/01/proper-network-design.html#WiFi
And, Ethernet tends to become saturated by collisions at somewhere around
60% of the quoted speed.
Jim
 
C

Chuck

And, Ethernet tends to become saturated by collisions at somewhere around
60% of the quoted speed.

An interesting detail. Wasn't that more likely with classical Ethernet, and
CSMA/CD?

Steve,

classical Ethernet was similar to WiFi - there was a single medium (Ethernet was
a single long bus, to which all computers connected, randomly). With all
computers sharing one cable, the absolute maximum throughput was the published
speed of the cable. With WiFi, the absolute maximum throughput is the published
speed of the WiFi channel. With both, actual throughput drops dramatically, the
more devices you add to each channel, as collisions become normal.
<http://searchnetworking.techtarget.com/sDefinition/0,,sid7_gci213869,00.html>
http://searchnetworking.techtarget.com/sDefinition/0,,sid7_gci213869,00.html

Modern, or switched Ethernet, has a switch connected to each individual
computer. Each computer talks to the switch, which then talks to another
computer (or other switch or router). Collisions are virtually eliminated.

You can, theoretically, have up to 200M of throughput in each conversation
(between each pair of computers), or 100M / active computer. With switched
Ethernet, actual throughput goes up, the more devices you add to a switch.
There's only 3 devices (a switch, and 2 computers) in each conversation, and the
switch actively controls the conversation.

If you think modern Ethernet is interesting, you should try debugging a
classical Ethernet problem. That's when the 60% figure was relevant. Modern
Ethernet is boring (which is good).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top