Week 10 - Emails and Web Data Flashcards

1
Q

TRUE OR FALSE: Local servers store logs on email activity.

A

TRUE, they often do.

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

What are some local servers that hold useful log data?

A

Web server
Email server
sftp server
ssh server

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

What kind of data does a web server log?

A

Data on the activity of the devices interacting with the web server. This might include requests for services, documents sent out, date-times for usage etc..

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

What is the most important log type on a web server?

A

The access log. This stores data on requests from devices for services, files, websites.

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

What data fields are stored in the access log?

A
Requester's IP address
Requester's Identity
User ID
Date and time of the request
Request method (GET method etc..)
Location, name and size of the requested data
Status code for the exchange
The webpage that contained the link the requested used to make this request
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What can a web server request be made for?

A

Access to a webpage (This may include multiple requests for access to file/data and/or services)
Access to a service
Access to a file/data

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

What is the most used log format on web servers?

A

Common Log Format (CLF)

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

What is a combined log format?

A

It is similar to the common log format (CLF), but stores a couple of extra fields.

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

What are the extra fields stored as part of a combined log format?

A

The referrer page (The page the user came from before making the request)
The user agent (Information about the clients browser)

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

What does a web proxy do?

A

It logs ALL outgoing web requests, as well as the normal local web requests.

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

What type of web requests does a normal web server log?

A

Local web request to do with the service it is providing.

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

What is the common transfer protocol for email servers?

A

SMTP

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

What data do email logs contain?

A

Email headers
Source (Sender) information
Destination (Receiver) information

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