Web Technologies Flashcards
what are the factors that affect a site’s PageRank
number of sites that link to the site
the PageRank of the links sites
what is server side processing
where the processing takes place on the webserver. data is sent to the server to be processed and when processed it is sent back
what is client side processing
client side processing is when data is processed by the web browser
what are the benefits of client side processing
good when a quick response is needed
good when critical code doesnt run
what are the benefits of server side processing
doesnt rely on the browser’s interpreter as all the processing is done on the server
takes away the code from the user and avoids the risk of it being exploited
best for when accessing secure data
what are the benefits of both (client and server)
both good for validation
what is the damping factor and its values
normally a value between (0.85 and 0.95) which represents the probability that the user will continue navigating to another page