Results 1 to 11 of 11

Thread: How a Proxy Server works

  1. #1
    Super Moderator
    Join Date
    Sep 2003
    Age
    53
    Posts
    8

    How a Proxy Server works

    Summary

    This article attempts to describe how your web browser fetches pages from the World Wide Web for a variety of methods, including transparent and non-transparent web cahces.

    More Information


    Without any proxy

    1. Your PC does a dns lookup of the required domain using its own (locally) defined dns servers.
    2. It sends the http request on tcp port 80 to the destination server?s IP address.
    3. This request is routed over the network direct to the specified server IP.
    4. The requested page is then returned, by the server, direct to the client.


    Using a manually defined proxy

    1. Your PC does a dns lookup of the proxy servers IP using its own (locally) defined dns servers.
    2. It sends the http request on tcp port 8080 to the proxy servers IP address.
    3. This request is routed over the network direct to the specified proxy server IP.
    4. The proxy server checks if it has a valid copy of the requested page in its cache (using the domain name, not IP address).
    5. If the proxy has the page it returns it directly back to the client ? job done.
    6. If the proxy does not have the page it does a dns lookup of the requested domain using it?s own defined dns servers.
    7. The proxy sends the http request on tcp port 80 to the destination servers IP address.
    8. This request is routed over the network direct to the destination servers IP.
    9. The requested page is then returned, by the destination server, directly back to the proxy server.
    10. The requested page is then returned, by the proxy server, direct to the client.


    Transparent Proxy (if you have no manually defined proxy, but NTL?s proxies are active)

    1. Your PC does a dns lookup of the destination servers IP using its own (locally) defined dns servers.
    2. It sends the http request on tcp port 80 to the destination servers IP address.
    3. This request is intercepted by NTL?s routers and re-directed to one of a group of transparent proxy [cache] servers ? the decision on which proxy server gets used is based on the requested domains IP address.
    4. The chosen proxy server checks if it has a valid copy of the requested page in its cache (using the domain name, not IP address).
    5. If the proxy has the page it returns it directly back to the client, Job done.
    6. If the proxy does not have the page it does a dns lookup of the requested domain using it?s own defined dns servers.
    7. The proxy sends the http request on tcp port 80 to the destination servers IP address.
    8. This request is routed over the network direct to the destination servers IP.
    9. The requested page is then returned, by the destination server, directly back to the proxy server.
    10. The requested page is then returned, by the proxy server, direct to the client.
    This article was originally written by Paul M on the CF forum.

  2. #2

    Re: How a Proxy Server works

    Who is Zippy 4 lol

  3. #3
    The Master Paul M's Avatar
    Join Date
    Apr 2004
    Location
    2
    Posts
    506

    Re: How a Proxy Server works

    Zippy 3's brother.
    Administrator

  4. #4

    Re: How a Proxy Server works

    younger or older?? is the 4 his age or order of birth

  5. #5

    Re: How a Proxy Server works

    Quote Originally Posted by Jules View Post
    Who is Zippy 4 lol
    A relative of Bungle ?

  6. #6

    Re: How a Proxy Server works

    Quote Originally Posted by Rob View Post
    A relative of Bungle ?
    Should be a good mod then haha bungle things hahaha

  7. #7

    Re: How a Proxy Server works

    Someone mentioned my name?

  8. #8

    Re: How a Proxy Server works

    Yes Matt lol lol

  9. #9

    Re: How a Proxy Server works

    Quote Originally Posted by David F View Post
    Yes Matt lol lol
    Nice bit of investigation

  10. #10

    Re: How a Proxy Server works

    There were a few big clues in the mods area

  11. #11

    Re: How a Proxy Server works

    I think someone Bungled his identity

Posting Permissions

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