How The Web Works (THM).4 Flashcards

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

Name 3 different algorithms a load balancer runs

A

Round-robin
weighted
health check

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

What is a load balancer?

A

Device which manages the load of high traffic websites and provides a failover for servers

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

What is a CDN?

A

Content Delivery Network

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

What is the purpose of a CDN?

A

Hosts static files
Redirects requests to the nearest server with those static files to the client

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

What are static files?

A

website files such as JS, CSS. Images, Videos, etc

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

What is a WAF?

A

Web Application Firewall

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

What does a WAF do?

A

Sits between web request and web server
Protects webserver from hacks or denail of service attacks
Audits web requests
Rate limiting

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

What is rate limiting?

A

Checks for excessive web requests
Filters and allows only certain amount of requests from an IP per second
If a request is ID as an attack, blacklisted

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

What is a web server?

A

Software that manages incoming requests and uses HTTP to deliver websites to clients

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

What are the most common web servers?

A

Apache
NodeJS
Nginx
IIS

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

Where does a web server deliver its files from?

A

Root directory

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

What are virtual hosts?

A

text-based configuration files that provide different websites on the same web server

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

What is Dynamic content?

A

Content that can be changed or updated on a web server

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