the probability that a user will not follow a link, a valuebetween0and1
Factors that affect the output value given by the PageRank algorithms for a website
Number of links to target site, pageRank score of those sites
Explain the difference between HTML id attribute and a HTML class attribute
Only one element can have a given id, it is unique whereas a class can be used assigned to multiple elements and used multiple times.
HTTPS
http secure, encrypts and decrypts user page requests as well as the pages that are returned by the webserver
What is a NIC and what is it's role?
network interface card connects a device to a wired or wireless networkconnection
uses a protocol to ensure successfulcommunication
Where is code executed in client-side processing?
withinlocalbrowser
Client-side processing
Operations that are performed by the local device in a client-server relationship in a computer network
How does PageRank algorithm work?
By counting the number and quality of links to a page to determine a roughestimate of how important the website is
What is the assumption made in PageRank algorithm?
Moreimportant websites are likely to receivemore links from other websites
What does search engine indexing do?
decides relative importance of the page
How does search engine indexing work?
A crawler looks at eachpage on a website examiningdata in headers and words within the page to add them to a database to be used for searching
What is server side processing?
Operations that are performed by the server in a client-server network
Example of server side processing?
Receiving a SQL query from a client, processing it and returning the results.
How does processing compare between server-side and client-side processing?
In client-side processing dataisn'tsentback and forth but in server-side processing data is sent from the browser to the server then back after processing it
What is server side processing usually used for?
Generating the webpagecontentdynamically in response to clientrequests