Skip to main content

HOW GOOGLE SEARCH WORKS??!



Google's search engine is a powerful tool,making it practically possible to find the information you need when you browse the Web.
Google uses automated programs called spiders or crawlers, which finds and retrieves pages on the web and hands them off to the Google indexer. Google has a large index of keywords This index is sorted alphabetically by search term, with each index entry storing a list of documents in which the term appears and the location within the text where it occurs. This data structure allows rapid access to documents that contain user query terms.To improve search performance, Google ignores (doesn’t index) common words called stop words (such as the, is, on, or, of, how, why, as well as certain single digits and single letters)
.How Google ranks search results , determines the order Google displays results on its search engine results page (SERP). Google uses a trademarked algorithm called PageRank, which assigns each Web page a relevancy score.
A Web page's PageRank depends on a few factors:

• The frequency and location of keywords within the Web page: If the keyword only appears once within the body of a page, it will receive a low score for that keyword.
• How long the Web page has existed: People create new Web pages every day, and not all of them stick around for long. Google places more value on pages with an established history.
• The number of other Web pages that link to the page in question: Google looks at how many Web pages link to a particular site to determine its relevance.

Google also applies machine-learning techniques to improve its performance automatically by learning relationships and associations within the stored data. For example, the spelling-correcting system uses such techniques to figure out likely alternative spellings. Indexing the full text of the web allows Google to go beyond simply matching single search terms. Google gives more priority to pages that have search terms near each other and in the same order as the query. Google can also match multi-word phrases and sentences. Users can restrict searches on the basis of where query words appear, e.g., in the title, in the URL, in the body, and in links to the page, options offered by Google’s Advanced Search Form and Using Search Operators (Advanced Operators).

Comments

Popular posts from this blog

Fatal exception errors and how to fix them

              'A fatal exception XY has occured at xxxx:xxxxxxxx' What is it? A fatal exception error is an error that causes a program to abort,returning the user to the operating system.When program encounters an exception that is invalid or unknown,fatal exception error(fatal 0E) is thrown.It mainly occurs during the computer's booting process,shutdown process or while trying to launch a program in windows.The processor exception(XY value) ranges from  00 to 0F. xxxx:xxxxxxxx represents the 32-bit address where the actual exception has occured. 00-Divide fault 02-NMI interrupt 04-overflow trap 05-bounds check fault 07-coprocesser not available 08-double fault 09-coprocesser segment overrun 0A-invalid task state segment 0B-Not present fault 0C-stack fault 0D-general protection fault 0E-page fault 10-coprocessor error fault 11-Alignment check fault When it occurs? Attempting an illegal instruction or operation accessin...

Virtual Reality

Virtual reality is an artificial three-dimensional, computer generated environment which can be explored and interacted with by a person. .It  refers to a  type of reality emulation.  That person becomes part of this virtual world and whilst there, is able to manipulate  objects or perform a series of actions. Virtual realities artificially create sensory experiences, which can include sight, touch, hearing, and smell. There are a range of systems that are used for this purpose, such as headsets, omni-directional treadmills and special gloves. These are used to actually stimulate our senses together in order to create the illusion of reality. There are a wide variety of applications for virtual reality which include: Architecture,Sport,Medicine,Arts,Entertainment. From trainee fighter pilots to medical applications trainee surgeons, virtual reality allows us to take virtual risks in order to gain real world experience. Virtual reality systems  allows a ...

Test your anti virus software with eicar

Do you want to check whether you have deployed your anti virus(AV) software correctly? Checking your AV software with real virus is risky!What if you have an option to test with a file which the AV software detects as if it were a virus,but actually it is non-viral? EICAR(European Institution for Computer Anti virus Research) provides Anti-malware test file for this purpose.It provides four test files to check your anti virus software.A good anti virus scanner will believe that the file is virus-infected. To download the anti-malware test files,visit this website Please feel free to post your comments.