Communications and Wireless
1851992 Members
2676 Online
104063 Solutions
New Discussion

Re: Flow Paradox

 
SOLVED
Go to solution
U.SivaKumar_2
Honored Contributor

Flow Paradox

Hi,

I have network like this

|A|------|B|------|C|-----|D|

Between Node B and Node C the speed is 10 Mbps, Half-duplex and i cannot change it.

My question is to what speed/flow combinations should be set from node A to node B and node C to node D that will ensure the maximum bandwidth performance between node A and node D.

100/FD or 100/HD or 10/HD ?

regards,

U.SivaKumar

Innovations are made when conventions are broken
2 REPLIES 2
Ravi_8
Honored Contributor

Re: Flow Paradox

Hi, Siv

I choose 10/HD.

anyhow ifyou set 100/FD between other nodes, link between B to C has the constraints
never give up
Ron Kinner
Honored Contributor
Solution

Re: Flow Paradox

If A's main job is to talk to D then 10 half is good enough. In fact I have run into problems in a similar situation by trying to run 100 Full on the A-B link. I had a second device on the A - B LAN and they both needed to use the B-C link (a T1) at the same time. When I set A1 to 100 full it would fill the router's input queue with so many packets that A2's processes became timing out. Setting it back to 10half solved the time out problem.

The only time 100 full would help is if it needed to talk quickly to another local computer or if there were a lot of incoming broadcast traffic from the local LAN (in which case you might want to try 10 full first).

Ron