5: Web Servers Flashcards
1
Q
What is a web server ?
A
A file server which holds and dispenses WWW documents.
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).
3
Q
Sample HTTP commands ?
A
GET
POST
PUT
4
Q
Sample status codes ?
A
200s: Ok codes
400s: Error codes
500s: Server overload
5
Q
MIME ? Examples ?
A
Multipurpose Internet Mail Extensions
text/plain
text/html
text/css
image/gif
6
Q
HTML tags ?
A
<h1> </h1><p> <a> <ul> <li> </li></ul></a></p>
7
Q
CSS declarations ?
A
{ height: 100px }
8
Q
SMTP ?
A
Simple Mail Transfer Protocol
9
Q
SNMP ?
A
Simple Network Management Protocol