client reponse ports for asp.net

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default Re: client reponse ports for asp.net

    If I remember correctly from my networking class, the client OS sets these, not the server. If the server set them, how would the client know on which port to listen for the response?

    --Michael

    "Silvia Brunet Jones" <Silvia Brunet [email]Jones@discussions.microsoft.com[/email]> wrote in message news:6C8F1D90-E007-4C21-B360-017899597065@microsoft.com...
    > does any one knows how to set the range of ports that are used to send the response back to the client once the web server has processed it. I want to sett the range of ports used to respond to the client.
    > How do I do this.?
    Raterus Guest

  2. Similar Questions and Discussions

    1. Flash Webcam client <-> client (not client <-> server<-> client)
      Dear Flash Team, supporter and regular mortals (Like myself) I am currently running a IRC chat with mostly webclients connected. We currently offer...
    2. No ports without ftp ?
      Hello guys ! I'm on a LAN which has the ftp port blocked. Is there any chance for me to install aplications from ports ? Thank you ! ...
    3. Ports
      Can Action Script access ports or live audio? I.E. be a passive device between the speakers and the motherboard.
    4. how to show the reponse page into a new blank window?
      Hi, I create site with a prefix FramSet layout. The main page contains HTML <Form> function like this <Form name=my_form method=post ...
    5. TCP/IP ports in use
      Is there any command to list the TCP/IP ports are alreday in use? Thanks
  3. #2

    Default Re: client reponse ports for asp.net

    This makes a lot of sense this is what my net admin is telling me.

    I allways asumed that my response to the client allways went back on the port the request was issued. However, my network admin is asking me to set the range of ports my web app response. So I asked is the reponse not comming back on port 81 (our local intranet) and he said no. He has been monitoring the port requests and reponses form our web server and said that the web server is randomnly using a port to respond back to the client. In this case to talk to the web server client 1.1.2.1 send a request to server 1.1.1.1:81 the response the server is sending is 1.1.2.1:## where ## seems to be a random number between a certain range of ports.

    He needs me to set this range of ports in the high end for security purposes.
    So if it is a client setting how can we set our clients which are only computer inside our private network to only listen for the reponse on a specified port range?

    thanks your response is very valuable



    "Raterus" wrote:
    > If I remember correctly from my networking class, the client OS sets these, not the server. If the server set them, how would the client know on which port to listen for the response?
    >
    > --Michael
    >
    > "Silvia Brunet Jones" <Silvia Brunet [email]Jones@discussions.microsoft.com[/email]> wrote in message news:6C8F1D90-E007-4C21-B360-017899597065@microsoft.com...
    > > does any one knows how to set the range of ports that are used to send the response back to the client once the web server has processed it. I want to sett the range of ports used to respond to the client.
    > > How do I do this.?
    >
    Silvia Brunet Jones Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139