Web Technologies Flashcards

1
Q

what are the factors that affect a site’s PageRank

A

number of sites that link to the site

the PageRank of the links sites

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

what is server side processing

A

where the processing takes place on the webserver. data is sent to the server to be processed and when processed it is sent back

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

what is client side processing

A

client side processing is when data is processed by the web browser

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

what are the benefits of client side processing

A

good when a quick response is needed
good when critical code doesnt run

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

what are the benefits of server side processing

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

what are the benefits of both (client and server)

A

both good for validation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

what is the damping factor and its values

A

normally a value between (0.85 and 0.95) which represents the probability that the user will continue navigating to another page

How well did you know this?
1
Not at all
2
3
4
5
Perfectly