Questions tagged [multiplexing]

22 questions
0
votes
4 answers

How is frequency multiplexing implemented?

How is frequency multiplexing implemented? I understand that in time division multiplexing the feed of each channel just uses its own time interval for sending out data over the same medium. But how can you mix different frequencies into a single…
Absolute0
0
votes
0 answers

multiplexing a TCP connection through a dumb shell connection?

I am connecting to a VPN whose gateway is sufficiently misconfigured that basically the only useful thing I can do with it is to ssh to a specific Linux host set up for my usage inside the VPN, and then use that host as a terminal. (Neither scp nor…
Dan Lenski
  • 357
  • 2
  • 12
0
votes
2 answers

ssh multiplexing via port forwarding

I'm trying to create a setup where one could "ssh" to a specific port on localhost and then get forwarded to a remote server and into a shell, without the need to enter credentials (nope, secret key is not an option, unfortunately). So far I have…
frnhr
  • 125
  • 8
0
votes
2 answers

Multiplexing at OSI Layer 4

I am reading this article and it talks about Multiplexing at the Transport Layer of the OSI model. I can't seem to find out what it means with 'multiplexing' at that layer? As multiplexing is a signal process, and at the Transport Layer, we're not…
Tony The Lion
  • 383
  • 1
  • 2
  • 9
0
votes
0 answers

IOT http multiplexing through cloud host

I'm exploring the feasibility of multiplexing http service from up to 100 IOT devices thru a single cloud host. The diagram below represents what's desired. Situation: We have complete control over the configuration of the IOT devices and the cloud…
Mike Ellis
  • 101
  • 1
0
votes
0 answers

openssh multiplex - master is running but ssh connections hangs

So I have a server running openssh 8 [root@jnode-fw15 ~]# rpm -qa |grep -i…
-1
votes
1 answer

Why can't I have more than two SSH connections to a server?

I am using Puppet PE 2017.3.5.0-1 on a CentOS7 AWS instance. When I SSH into this machine, to a default installation, I am getting limited to two connections only. When I try to connect again (from a 3rd terminal) the connection is closed…
Brian Thomas
  • 398
  • 3
  • 15
1
2