Connecting Tech Pros Worldwide Help | Site Map

Is it possible to have a public server application on a network without port forwardn

  #1  
Old June 10th, 2009, 11:53 PM
Newbie
 
Join Date: Mar 2009
Posts: 13
Hey
This is a little hard to explain but I will try my best. Is it possible to have a application running on a specific computer on a network, and to have all requests sent from the internet sent to that specific machine, without setting up port forwarding, and if so, is this something which would need to be hard coded into the application, but im inclined to think that it isnt. An example: multiple users on a network can browse the web at the same time, and even without port forwarding set up, the information is sent back to the right machine. I am not sure if this is built into the router though, as web browsing is one of the more common uses of the internet in the home. Another possible example, games which support online multiplayer work, most of the time without having to set up port forwarding.

If you need me to expand, please just ask :)

thanks

ethangk
  #2  
Old June 15th, 2009, 02:50 PM
Nepomuk's Avatar
Moderator
 
Join Date: Aug 2007
Location: Germany
Posts: 2,468

re: Is it possible to have a public server application on a network without port forwardn


I'm no expert on network programming, but as I understand it, if the client behind the router sets up the connection (e.g. by requesting some data from the server), the answer should automatically be sent back to this specific client. If however the server tries to connect to the client (and therefore the server becomes a client and vice versa), then port forwarding is needed.

So, if I'm correct with this assumption, that would mean:
ClientSocket => no port forwarding needed
ServerSocket => port forwarding needed

My guess is however, that you can get more specific answers to this in the Networking Forum, so maybe this thread should me moved there.

Greetings,
Nepomuk
  #3  
Old June 15th, 2009, 07:32 PM
Newbie
 
Join Date: Mar 2009
Posts: 13

re: Is it possible to have a public server application on a network without port forwardn


Thanks, will post it in there, unless there is a way to get a mod to move it there?
Reply