Results 1 to 3 of 3

Thread: A little network guidance?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    May 2006
    Posts
    121

    A little network guidance?

    Hey there,

    I'm just looking to write a program that has a server side and a client side.

    The client will connect to a service or something on the server which will then access SQl server 2005 on the same server. However, with regards to security for this, if the router for the server has the port forwaded to the service specified port, how do you make it so only people authenticated to use that service will be able to access that port? General security stuff.

    Does anyone know of any tutorials about server/client's with services or anything?

    Thanx in advance.

  2. #2
    Frenzied Member
    Join Date
    Oct 2003
    Posts
    1,301

    Re: A little network guidance?

    You can implement a user/logon feature in your server and client.
    When a client initiates a connection it must first send a username and password.
    If they are incorrect or if it doesn't do this the server closes the connection.
    Add encryption if you fear that people will sniff out packets.

    This won't keep the router from forwarding packets though.

  3. #3
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    Re: A little network guidance?

    Quote Originally Posted by Bonzol
    if the router for the server has the port forwaded to the service specified port, how do you make it so only people authenticated to use that service will be able to access that port? General security stuff.
    That's not something you write, it's something built into (very expensive) routers.
    The most difficult part of developing a program is understanding the problem.
    The second most difficult part is deciding how you're going to solve the problem.
    Actually writing the program (translating your solution into some computer language) is the easiest part.

    Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.

    Please Help Us To Save Ana

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width