Is it possible to somehow share a circuit-switched connection? For example, could multiple computers be connected to a router which is connected to a circuit-switched network?
Asked
Active
Viewed 128 times
0
-
1Circuit switched? As in voice circuits? – dbasnett Mar 05 '11 at 23:15
1 Answers
2
Yes. A more detailed answer isn't possible without more details.
If its an IP network, and you have your computers attached to your router with ethernet, and your router knows how to speak IP over the circuit switched network, your multiple computers won't know the difference.

Steven
- 3,029
- 20
- 18
-
-
There are data circuit switched networks. You could start at the wikipedia article http://en.wikipedia.org/wiki/Circuit_switching an read on from there. – Steven Mar 06 '11 at 16:41
-
ATM and Frame Relay is, typically, circuit-switched (well, it's arguable that they're label-switched, but...). MPLS is pretty close to being circuit-swicthed. – Vatine Mar 07 '11 at 06:50