Unit 3 Flashcards

1
Q

What is the function of

SMTP (Simple Mail Transfer Protocol)

A

Standard communication protocol for electronic mail transmission.

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

What is the function of

POP3 (Post Office Protocol 3)

A

An internet protocol that is used by e-mail clients to retrieve emails from a mail server.

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

What is the function of

FTP (File Transfer Protocol)

A

Standard communication protocol for the transfer of computer files.

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

What is the function of

HTTP (Hypertext Transfer Protocol)

A

A protocol that transfers data between a user’s browser and a website server.

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

What is the function of

HTTPS (Hypertext Transfer Protocol Secure)

A

A protocol that secures communication and data transfer between a user’s browser and a website server.

Provides a level of encryption, which makes it more secure than HTTP..

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

What is the function of

ICMP (Internet Control Access Protocol)

A

Used by a router to exchange information with other routers.

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

What is the function of

TCP (Transmission Control Protocol)

A

A transport protocol that is used on top of IP to ensure reliable transmission of packets.

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

What is a

Denial of Service Atttack

A

An attacker floods a server with data so that it cannot respond to genuine users.

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

What is a

Distributed Denial of Service Attack

A

Multiple machines target a single server to perform a denial of service attack.

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

What is a

Teardrop Attack

A

The attacker sends fragmented packets to a server, so the server cannot reassemble the packets and is overloaded.

(Type of DoS attack)

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

What is a

SYN Packet

A

Client requests connection to a server by sending packet

First step of a TCP handshake

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

What is a

SYN-ACK Packet

A

Server’s reply to a SYN packet

Second step of a TCP handshake

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

What is an

ACK Packet

A

Shows that Client acknowledges the server and allows the start of a reliable connection

Third step of a TCP Handshake

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

What is a

Reflected XSS Attack

A

The malicious code resides in a link, and isn’t stored in a server’s database

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

What is a

Stored XSS Attack

A

The malicious code resides on a web page or in a database

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

What are

RST Cookies

A

A server intentionally sends an invalid SYN-ACK packet to a client. If the client generates an AST packet, the server knows the request is legitimate.

Mitigation Technique

17
Q

What is

Stack Tweaking

A

Altering the TCP stack on a server so that it will take less time to time out when a SYN connection is left incomplete.

18
Q

What is a

SYN Flood

A

Attacker sends a large amount of SYN packets to a server

19
Q

What are

SYN Cookies

A

Cookies used to authenticate connection requests

20
Q

What is a

ICMP Flood

A

ICMP Echo packets are sent to a target from a spoofed ip address. Target responds to each packet and reaches limit of packets per second sent.

21
Q

What is the port number of

HTTPS

A

443

22
Q

What is the port number of

HTTP

A

80

23
Q

What is the port number of

IMAP

A

143

24
Q

What is the port number of

POP3

A

110

25
Q

What is the port number of

FTP

A

20/21

26
Q

What is the port number of

SMTP

A

25

27
Q

What are

Micro Blocks

A

Allocating a micro record instead of a complete connection for each request.

28
Q

What are

Loose-lipped error messages

A

A message to a web browser that reveals potentially damaging information about the server’s configuration usable by a hacker.