|
-
Mar 24th, 2005, 11:19 AM
#1
Thread Starter
Fanatic Member
join multiple connections on one computer...
do you know how to join multiple connections on one computer... i have 2 wireless internet connections plugged into my computer, and i was wondering how i can join then together so my speen increases? is it even possable without a router/hub?
thanks
-ALL
-
Mar 24th, 2005, 01:40 PM
#2
Retired VBF Adm1nistrator
Re: join multiple connections on one computer...
Without using a router then you'd need to write a software proxy and dynamically use the bandwidth available...
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Mar 24th, 2005, 04:08 PM
#3
Thread Starter
Fanatic Member
Re: join multiple connections on one computer...
sounds like somthing that i should work on for a project in C++, i gotta start somewhere, even thought this is probable EXTREMELY complicated
-
Mar 24th, 2005, 04:32 PM
#4
Retired VBF Adm1nistrator
Re: join multiple connections on one computer...
Not really. If you just put a 2nd NIC into your computer, both on different subnets, and have both wireless gateways on separate subnets, you could route dynamically through code
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Mar 24th, 2005, 04:48 PM
#5
Re: join multiple connections on one computer...
In XP, you can bridge two connections together. Is that what you mean?
-
Mar 24th, 2005, 05:31 PM
#6
Re: join multiple connections on one computer...
 Originally Posted by dglienna
In XP, you can bridge two connections together. Is that what you mean?
No, a Bridge is a way to connect two or more network segments that are configured with different protocols. Basically a translator, so to speak.
ALL is talking about running the connections in parallel to increase the bandwidth.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Mar 24th, 2005, 06:18 PM
#7
Re: join multiple connections on one computer...
I thought it would increase the speed if you bridged a wireless and wired connection together. When would you use a bridge, then?
-
Mar 24th, 2005, 06:58 PM
#8
Thread Starter
Fanatic Member
Re: join multiple connections on one computer...
 Originally Posted by dglienna
I thought it would increase the speed if you bridged a wireless and wired connection together. When would you use a bridge, then?
you use a bridge when you have Computer A connected to the net and Computer B plugged into Computer A to get to the net.
does that help?
-
Mar 24th, 2005, 10:47 PM
#9
Re: join multiple connections on one computer...
Without using Internet Connection Sharing? OK, I guess.
-
Mar 25th, 2005, 12:08 AM
#10
Re: join multiple connections on one computer...
A bridge connects two different networks together. A typical example of this is a wireless router, it is a bridge between wired, wireless and the internet. If you bridge in Windows XP, you do not share the bandwidth, rather your computer acts like a router between the two networks. Useful if you want to bridge wireless and wired w/o a wireless access point.
It also allows you to bridge two different networks on different subnets.
I use Microsoft Visual Basic 2005. (Therefore, most code samples I provide will be based around the .NET Framework v2.0, unless otherwise specified)
-
Mar 25th, 2005, 02:13 AM
#11
Re: join multiple connections on one computer...
Oh. Different subnets. That I understood. Thanks.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|