Client Server Communication

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • madankarmukta
    Contributor
    • Apr 2008
    • 308

    Client Server Communication

    HI,
    Can anybody tell me the link from where i can find how trhe interaction betwenn the server and client takes place..includin g the point
    1)Listeing port for both i.e. server is listening on port p1 and client on port p2.
    2)How the coomunication proceeds when the client send the request to server
    3) what if the any of the listening ports of the client or server are not responding
    then how the communication proceeds.
    I had a little quest on the this topics .. but not able to get the nice article.

    Thanks!
  • pootle
    New Member
    • Apr 2008
    • 68

    #2
    hi,

    A good place to start is on MSDN. You can find a lot of samples when you look at the documentation for System.Net and especially System.Net.Sock ets. Also you can find thousand of tutorials and samples by googling for the same or "c# client server".

    Hth

    Comment

    • madankarmukta
      Contributor
      • Apr 2008
      • 308

      #3
      Originally posted by pootle
      hi,

      A good place to start is on MSDN. You can find a lot of samples when you look at the documentation for System.Net and especially System.Net.Sock ets. Also you can find thousand of tutorials and samples by googling for the same or "c# client server".

      Hth

      Ohhh Thanks!
      i will have a search and will post if i have any doubt..

      Thanks once again

      Comment

      • madankarmukta
        Contributor
        • Apr 2008
        • 308

        #4
        Originally posted by pootle
        hi,

        A good place to start is on MSDN. You can find a lot of samples when you look at the documentation for System.Net and especially System.Net.Sock ets. Also you can find thousand of tutorials and samples by googling for the same or "c# client server".

        Hth
        Hi ,
        From your reply I got how the ports are used for communication.B ut I stuck at the point that.. when i use http/https (SSL communiocation ) protocol for communication then in that case the port on which server continue to run is fix (Please correct me if I am wrong .. ?) i.e. for http protocol communication server listen at port 80 and for https it runs at 443.


        So my qn is " How the implementation in .Net is done when I am using the proptocol like http/ https " .. Can any one tell me how it is done ..?

        Thanks!

        Comment

        • kenobewan
          Recognized Expert Specialist
          • Dec 2006
          • 4871

          #5
          Please read the Posting Guidelines. This sounds like a homework question.

          Remember this is a programming forum, we assume you have the basic knowledge. Also why can't you look for links? Its quicker than waiting for replies. Thanks.

          MODERATOR

          Comment

          • madankarmukta
            Contributor
            • Apr 2008
            • 308

            #6
            Originally posted by kenobewan
            Please read the Posting Guidelines. This sounds like a homework question.

            Remember this is a programming forum, we assume you have the basic knowledge. Also why can't you look for links? Its quicker than waiting for replies. Thanks.

            MODERATOR

            ohh .. Thanks For pointing out the mistake..This won't happen again

            Thanks

            Comment

            Working...