CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Jul 2009
    Posts
    25

    Programing for the LAN - Help

    Hi,

    I never programed for lan , I dont know much about how LAN works.
    Now I have a project in which users of a LAN should be able to log in an application
    running on the Administrator machine.
    Do I need to use server-client method ,or is it possible that users on other machines
    are able to use the same application that is on the main machine?
    So can you guys point me to the right direction, like what i need to learn (topics)?

    Sorry for the poor english.

  2. #2
    Join Date
    Sep 2005
    Location
    London
    Posts
    208

    Re: Programing for the LAN - Help

    Hi Iraq,

    Quote Originally Posted by Iraq View Post
    Do I need to use server-client
    Yes

    Quote Originally Posted by Iraq View Post
    what i need to learn (topics)?
    Take a look at:
    http://en.wikipedia.org/wiki/Winsock
    http://en.wikipedia.org/wiki/Transmi...ntrol_Protocol
    http://msdn.microsoft.com/en-us/libr...45(VS.85).aspx

    Hope it helps
    Doron

  3. #3
    Join Date
    Jul 2009
    Posts
    25

    Re: Programing for the LAN - Help

    Thanks Doron Moraz for the links.
    One more thing is working for the LAN is same as Internet.I know a little bit of network programing.
    But do I need to learn LAN too ?

  4. #4
    Join Date
    Mar 2004
    Location
    Singapore
    Posts
    47

    Re: Programing for the LAN - Help

    Quote Originally Posted by Iraq View Post
    Now I have a project in which users of a LAN should be able to log in an application running on the Administrator machine. Do I need to use server-client method ,or is it possible that users on other machines...
    You can consider to use web application instead, use PHP + MySQL.
    Xander Tan

  5. #5
    Join Date
    Mar 2004
    Location
    Singapore
    Posts
    47

    Re: Programing for the LAN - Help

    Quote Originally Posted by Iraq View Post
    Thanks Doron Moraz for the links.
    One more thing is working for the LAN is same as Internet.I know a little bit of network programing.
    But do I need to learn LAN too ?
    For LAN, you don't really need to think much about security, for Internet, you do. And usually to access to the internet you need to go pass a firewall or proxy, so your application may need to consider this situation. For instance, Windows Live Messenger can work behind a firewall using web-proxy.
    Xander Tan

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

Featured