1.3.4 Web Technologies Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is a search engine?

A

A program that searches the database of internet addresses to find the closest match based off the criteria set by the user.

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

What is a web crawler?

A

A bot that traverses the web by following the links on each site, adding this to the index which is then searched by the browser.

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

What factors affect the PageRank of a webpage?

A

How many links it has from other webpages.

The PageRank of the webpages that link to it.

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

What is server-side processing? What are its advantages and disadvantages?

A

Server-side processing is when a client sends data to a server for it to be processed.

Advantages => Security, not browser-dependent, faster at large calculations.
Disadvantages => Can waste server time for simple tasks, security could be reduced as data has to be transmitted to a server.

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

What is client-side processing? What are its advantages and disadvantages?

A

Client-side processing is when a client processes data on a local device.

Advantages => Doesn’t waste server space, executes quickly, webpage immediately responds to user’s actions.
Disadvantages => Browser dependent, slower to process a lot of data, cannot access features of a server like comparisons of data to a different database.

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