Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. how to recognize webserver exactly

how to recognize webserver exactly

Scheduled Pinned Locked Moved ASP.NET
comsysadmintutorial
8 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Sophia Rekhi
    wrote on last edited by
    #1

    Hi all, i want to know 'how the page request fetch the data exactly from server only. EX: i am typing in URL bar like "www.yahoo.com" then it will fetch the data from exactly from yahoo server only.no interaction with other servers. how it possible. please tell me.

    G S N 3 Replies Last reply
    0
    • S Sophia Rekhi

      Hi all, i want to know 'how the page request fetch the data exactly from server only. EX: i am typing in URL bar like "www.yahoo.com" then it will fetch the data from exactly from yahoo server only.no interaction with other servers. how it possible. please tell me.

      G Offline
      G Offline
      gauthee
      wrote on last edited by
      #2

      there is something called domain naming concept, explore that! What if the you need to access a web server referred to as www.anothercomputer.com? How does your web browser know where on the Internet this computer lives? The answer to all these questions is the Domain Name Service or DNS. The DNS is a distributed database which keeps track of computer's names and their corresponding IP addresses on the Internet. Many computers connected to the Internet host part of the DNS database and the software that allows others to access it. These computers are known as DNS servers. No DNS server contains the entire database; they only contain a subset of it. If a DNS server does not contain the domain name requested by another computer, the DNS server re-directs the requesting computer to another DNS server. you can also refer: http://computer.howstuffworks.com/internet-infrastructure8.htm -- modified at 3:28 Thursday 19th April, 2007

      Gautham

      S 1 Reply Last reply
      0
      • S Sophia Rekhi

        Hi all, i want to know 'how the page request fetch the data exactly from server only. EX: i am typing in URL bar like "www.yahoo.com" then it will fetch the data from exactly from yahoo server only.no interaction with other servers. how it possible. please tell me.

        S Offline
        S Offline
        Sathesh Sakthivel
        wrote on last edited by
        #3

        Use Javascript for this.

        Regards, Satips.

        N J 2 Replies Last reply
        0
        • S Sophia Rekhi

          Hi all, i want to know 'how the page request fetch the data exactly from server only. EX: i am typing in URL bar like "www.yahoo.com" then it will fetch the data from exactly from yahoo server only.no interaction with other servers. how it possible. please tell me.

          N Offline
          N Offline
          N a v a n e e t h
          wrote on last edited by
          #4

          Sophia Rekhi wrote:

          am typing in URL bar like "www.yahoo.com" then it will fetch the data from exactly from yahoo server only

          Request will first reach in DNS server and fetch the IP for yahoo.com and will be send back to browser. Browser will give a request to this IP and server will give the rendered HTML back to browser. Browser will display this


          printf("Navaneeth!!") www.w3hearts.com

          1 Reply Last reply
          0
          • S Sathesh Sakthivel

            Use Javascript for this.

            Regards, Satips.

            N Offline
            N Offline
            N a v a n e e t h
            wrote on last edited by
            #5

            what do you mean by this post ?


            printf("Navaneeth!!") www.w3hearts.com

            1 Reply Last reply
            0
            • G gauthee

              there is something called domain naming concept, explore that! What if the you need to access a web server referred to as www.anothercomputer.com? How does your web browser know where on the Internet this computer lives? The answer to all these questions is the Domain Name Service or DNS. The DNS is a distributed database which keeps track of computer's names and their corresponding IP addresses on the Internet. Many computers connected to the Internet host part of the DNS database and the software that allows others to access it. These computers are known as DNS servers. No DNS server contains the entire database; they only contain a subset of it. If a DNS server does not contain the domain name requested by another computer, the DNS server re-directs the requesting computer to another DNS server. you can also refer: http://computer.howstuffworks.com/internet-infrastructure8.htm -- modified at 3:28 Thursday 19th April, 2007

              Gautham

              S Offline
              S Offline
              Sophia Rekhi
              wrote on last edited by
              #6

              hi Gautham, Thanx for your valueble information

              G 1 Reply Last reply
              0
              • S Sathesh Sakthivel

                Use Javascript for this.

                Regards, Satips.

                J Offline
                J Offline
                J4amieC
                wrote on last edited by
                #7

                Satips wrote:

                Use Javascript for this.

                :wtf:

                --- How to get answers to your questions[^]

                1 Reply Last reply
                0
                • S Sophia Rekhi

                  hi Gautham, Thanx for your valueble information

                  G Offline
                  G Offline
                  gauthee
                  wrote on last edited by
                  #8

                  You are welcome!

                  Gautham

                  1 Reply Last reply
                  0
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Don't have an account? Register

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • World
                  • Users
                  • Groups