LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 09-09-2008, 11:24 AM   #1
kool_kid
Member
 
Registered: Sep 2004
Location: Dubai, UAE
Distribution: RHL
Posts: 350

Rep: Reputation: 30
Need Basic Idea About Port Multiplexing


Hi,

can someone please tell me what exactly is port multiplexing and how do we do it. I need basic idea about how its done.

Thanks
 
Old 09-09-2008, 11:55 AM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by kool_kid View Post
Hi,

can someone please tell me what exactly is port multiplexing and how do we do it. I need basic idea about how its done.

Thanks
You don't know what it is, but you know you have to do it? What kind of port? Serial? TCP/IP? Network? What are you trying to accomplish? What version and distro of Linux?

For generic questions where you don't have to provide any information, try Google.
 
Old 09-09-2008, 12:00 PM   #3
Uncle_Theodore
Member
 
Registered: Dec 2007
Location: Charleston WV, USA
Distribution: Slackware 12.2, Arch Linux Amd64
Posts: 896

Rep: Reputation: 71
Quote:
Originally Posted by kool_kid View Post
Hi,

can someone please tell me what exactly is port multiplexing and how do we do it. I need basic idea about how its done.

Thanks
Usually, port multiplexing refers to several clients talking over the same port (sharing it). But the way to do it depends on the port in question, as was mentioned above.
 
Old 09-09-2008, 12:07 PM   #4
kool_kid
Member
 
Registered: Sep 2004
Location: Dubai, UAE
Distribution: RHL
Posts: 350

Original Poster
Rep: Reputation: 30
I dont have to implement this lol. I just want to know about it, I came to know about port multiplexing from my friend but he doesnt even have much info about it. I dont even know the difference between serial and network port. I have idea about TCP/IP Port.

So tell me about TCP/IP port and doing this on RHEL.
 
Old 09-09-2008, 12:54 PM   #5
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by kool_kid View Post
I dont have to implement this lol. I just want to know about it, I came to know about port multiplexing from my friend but he doesnt even have much info about it. I dont even know the difference between serial and network port. I have idea about TCP/IP Port.

So tell me about TCP/IP port and doing this on RHEL.
Try Google. Go look it up, and read up on computer basics.

RHEL is an enterprise version of Linux that you have to pay for, and if you don't know the different between a serial port and network port, you should start with some basics about computers first, then a free version of Linux (Centos, OpenSuSE, etc.).
 
Old 09-09-2008, 02:29 PM   #6
kool_kid
Member
 
Registered: Sep 2004
Location: Dubai, UAE
Distribution: RHL
Posts: 350

Original Poster
Rep: Reputation: 30
Quote:
Try Google. Go look it up, and read up on computer basics.

RHEL is an enterprise version of Linux that you have to pay for, and if you don't know the different between a serial port and network port, you should start with some basics about computers first, then a free version of Linux (Centos, OpenSuSE, etc.).
Thanks for informing that RHEL is Enterprise Linux and also I have to pay for it. Oh My God! I never knew it...

Not all have good networking info so I asked for help. If you feel so hard to explain things then please don't reply that will save scrolling in thread.

Thanks for suggesting to try google. I appreciate your help .

Okay people I know now what is serial and network port. I'm interested in multiplexing a network port. So can some throw some light this please.
 
Old 09-09-2008, 02:40 PM   #7
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by kool_kid View Post
Thanks for informing that RHEL is Enterprise Linux and also I have to pay for it. Oh My God! I never knew it...

Not all have good networking info so I asked for help. If you feel so hard to explain things then please don't reply that will save scrolling in thread.

Thanks for suggesting to try google. I appreciate your help .

Okay people I know now what is serial and network port. I'm interested in multiplexing a network port. So can some throw some light this please.
It would probably be good for you, too, if you didn't put sarcasm into your replies.

Is multiplexing hard to explain? No, but if you don't know the difference between a serial port and a network port, it makes it VERY hard to explain. Network listeners, the things that monitor a port, unless they're in very, VERY high traffic situations, wouldn't need to 'multiplex'.

You were pointed to sources of information, and distros of Linux that would help you build your knowledge. Instead you come back with sarcasm and your question still makes no sense. You said you don't have to implement this, but you have "idea about TCP/IP port".

Good luck. Perhaps someone else would like to babysit you.
 
Old 09-09-2008, 03:05 PM   #8
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
TBone, have you any idea what you sound like?? I assume not or you wouldn't be chasing someone who's asked a simple, albeit possibly overly brief, question in good faith.

Port multiplexing is just ports in themselves, it's nothing special, just the concept of attaching a port number to an ip connection in order to differentiate the service to connect to. e.g. httpd on port 80, ssh on port 22, smtp on port 25. That's port multiplexing, simple.
 
Old 09-09-2008, 03:12 PM   #9
kool_kid
Member
 
Registered: Sep 2004
Location: Dubai, UAE
Distribution: RHL
Posts: 350

Original Poster
Rep: Reputation: 30
Does this require any kind of special hardware? Or is it that we just assign individual service to each port and n number of clients connect to it.


Thanks for your help.
 
Old 09-09-2008, 03:44 PM   #10
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
This might be useful to read... http://gaia.cs.umass.edu/kurose/transport/fund.html
 
Old 09-09-2008, 03:54 PM   #11
kool_kid
Member
 
Registered: Sep 2004
Location: Dubai, UAE
Distribution: RHL
Posts: 350

Original Poster
Rep: Reputation: 30
Thanks alot farslayer.
 
Old 09-09-2008, 03:55 PM   #12
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
Quote:
Originally Posted by kool_kid View Post
Does this require any kind of special hardware? Or is it that we just assign individual service to each port and n number of clients connect to it.
no, it's just what tcp / udp ports are, they are there for multiplexing and nothing else at all.

Last edited by acid_kewpie; 09-09-2008 at 04:04 PM.
 
Old 09-09-2008, 04:14 PM   #13
kool_kid
Member
 
Registered: Sep 2004
Location: Dubai, UAE
Distribution: RHL
Posts: 350

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by acid_kewpie View Post
no, it's just what tcp / udp ports are, they are there for multiplexing and nothing else at all.
Thanks, I will read more about it in the link farslayer provided.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Moving servers with basic port redirect MrSparky Linux - Server 7 08-15-2008 04:31 PM
Port of apparmor to mandriva. Any instruction or howto or idea whether it is worth it Emmanuel_uk Mandriva 1 08-23-2006 09:10 AM
Is it possible to port Visual Basic in Linux? depam Linux - Software 4 07-27-2006 05:59 AM
A basic idea about installing nirav1983 Linux - Newbie 4 12-22-2005 04:23 AM
Need basic routing rules + a little port forwarding. Pcghost Linux - Networking 1 03-08-2003 11:21 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 11:42 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration