1.3.4 Web Tech Flashcards
(7 cards)
Pagerank Algorithm:
Link analysis: How many links the website has is counted, with weight on relevance of linker
Link weight distribution: A portion of the linkers importance is given to the linked page
Iterative Calculation: Uses a repetitive calculation process considering new weights each time
Damping factor: Probability that a user will not follow a link (between 0 and 1)
Search Engine Indexing:
Crawling:
Web crawlers visit each site
Either selecting it from an existing link or following a link
Records the position of each word in the page
Stores them in an index
Follows links to other sites
Indexing:
Collected information is stored in search engines database
Every word from the webpage is put into an index which allows for quick retrieval of relevant information
Ranking:
Ranked based on keyword relevance and user engagement
Updates:
Crawlers sometimes check for updates
HTML Prac
HTML Prac
CSS Prac
CSS Prac
Pagerank algorithm structure
Directed graph
Server side reasons
+ Doesnt require plugins
+ Large calculations
+ Not browser dependant
Client side reasons:
+ Webpage responds immidately
+ More control over behaviour