5: Web Servers Flashcards

1
Q

What is a web server ?

A

A file server which holds and dispenses WWW documents.

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

What is HTTP ?

A

HyperText Transfer Protocol.

A protocol for messages between a client and server, eg specifying types of content (text/html) and errors (404).

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

Sample HTTP commands ?

A

GET
POST
PUT

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

Sample status codes ?

A

200s: Ok codes
400s: Error codes
500s: Server overload

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

MIME ? Examples ?

A

Multipurpose Internet Mail Extensions

text/plain
text/html
text/css
image/gif

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

HTML tags ?

A
<h1>
</h1><p>
<a>
<ul>
<li>
</li></ul></a></p>
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

CSS declarations ?

A

{ height: 100px }

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

SMTP ?

A

Simple Mail Transfer Protocol

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

SNMP ?

A

Simple Network Management Protocol

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