Network Services - Web Servers Flashcards

1
Q

Web Servers

A

Any server that provides access to a website. Usually done with HTTP (Port 80) or HTTPS (Port 443)

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

Internet Information Services (IIS)

A

Extensible web server software, created by Microsoft (HTTP, HTTP/2, and HTTPS)

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

Apache

A

Most popular way to run a web server these days

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

NGINX

A

Reverse proxy, load balancer, mail proxy, and HTTP cache

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

Uniform Resource Locator (URL)

A

Combines the fully qualified domain name with a protocol at the beginning. It contains the protocol (ex. https://), server (ex. www.), domain (ex. diontraining), and top-level domain (ex. com)

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

Benefits of a Digital Certificate

A

When a web browser connects to a server; it will be able to see a digital certificate to create a random code which redirect to a secure connection using port 443

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