Is there any way that i can get the signal to boost as more of it is utilized?
the short answer is no.
for a start see http://www.techspot.com/vb/topic141987.html#4
Bandwidth control is difficult with our cheap routers -- the professionals have features
that are seldomly available to home users. Look to see if QoS is supported in your router; if present you *may*
be able to configure it.
You currently have
Code:
modem ---- router#1 ---wired system(A)
|
+ - - - - WiFi (B + C systems)
With that layout, all systems will see all traffic ; system A will see but not process packets from system C.
Not all routers use Switch technology -- see if yours does. If not add a switch
Code:
modem ---- router#1 ---(switch*) --- wired system(A)
|
+ - - - - WiFi (B + C systems)
This will reduce traffic from the router to system(A). Everything attached to the
switch* side will only see its own traffic.
If I were using WiFi, this would be my layout
Code:
modem ---- router#1 ---(switch) --- A/P - - - WiFi (B + C systems) wired system(A)
|
+---- wired system(A)
Here, ALL systems only see their own traffic
In all cases, router#1 provides the initial NAT to allow multiple systems to share the single ISP connection.