Results 1 to 6 of 6

Thread: how does internet explorer works?

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2000
    Location
    I'm right here!
    Posts
    849

    how does internet explorer works?

    hello,

    I want to know something... when you visit a site internet explorer
    saves its content in the temporary internet files folder and the
    next time you access the site internet explorer searches for it in
    the temporary internet files folder and loads it from there?

    or is it another way around?

    thanks
    Dekel C.

  2. #2
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906
    That is pretty much how it works. In more detail:
    You load an image for the first time:
    1. Internet Exlplorer sends a request for image. It opens a connection and downloads the image to your computer. The image is saved as a temporary file.
    2. When close your browser it will save these files to the cache (temporary internet files)
    3. Two days later you request the same image again. Internet explorer sees that it has previously cached the image and sends a request to the web server to the effect: "If this resource has been updated since xx/xx/xx xx:xx then send me the new copy".
    4. If the image has not been updated since the last request, Internet Explorer uses the cached copy from the temporary internet files.

    Its worth noting that it is not only web browsers that cahce resources. Your request may pass through several proxy servers - each of which may have a cached copy of the resource. This makes the Internet seem a lot faster than it actaully is and without this caching the whole lot would probably grind to a halt.
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2000
    Location
    I'm right here!
    Posts
    849
    internet explorer doesn't check first if the image is in the
    temporary files?

    and where are the temporary files (not temporary internet files)
    are saved in the process?

    Last edited by dekelc; May 22nd, 2004 at 01:30 PM.
    Dekel C.

  4. #4
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906
    Originally posted by dekelc
    internet explorer doesn't check first if the image is in the
    temporary files?

    and where are the temporary files (not temporary internet files)
    are saved in the process?

    Browsers in general do check to see if they have cached copy of the resource before requesting it. If they do they ask the sever to send it only if they have a more up to date copy.

    All the files are saved in the Temporary Internet Files directory. If you have chosen not to keep these files they will be deleted when you close your browser.
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  5. #5

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2000
    Location
    I'm right here!
    Posts
    849
    ok, I get it..
    for a minute there I thought that the temporary files and the temporary internet files are two different things...
    thanx visualAd
    Dekel C.

  6. #6
    Addicted Member The Phoenix's Avatar
    Join Date
    Aug 2003
    Location
    With my wife
    Posts
    142
    Originally posted by dekelc
    for a minute there I thought that the temporary files and the temporary internet files are two different things...
    There is usually a "Temp" folder that keeps a lot of junk in it, as well as the "Temporary Internet Files" folder. (Not sure if its in older versions of Windows or not) That's perhaps what made you think that.
    Take my love
    Take my land
    Take me where I cannot stand
    I don't care, I'm still free
    You can't take the sky from me...

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