Chapter 3: Exploring Network Technologies and Tools Flashcards

1
Q

Transmission Control Protocol (TCP)

A

Connection oriented traffic with a guaranteed delivery. Three way handshake (SYN, SYN/ACK, ACK).

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

User Datagram Protocol (UDP)

A

Stripped down version of TCP. Commonly used for audio/video.

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

Internet Control Message Protocol (ICMP)

A

Testing connectivity with tools such as ping, pathping, and tracert.

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

Real-Time Transport Protocol (RTP)/(SRTP)

A

Delivers audio and video over IP networking. Secure provides encryption, message authentication, and integrity.

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

File Transfer Protocol (FTP) #

A

Active mode use TCP port 21 for control signals and 20 for data.

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

Secure Shell (SSH) #

A

Encrypts traffic in transit. Uses TCP port 22.

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

Transport Layer Security

A

Replacement for Security Sockets Layer (SSL).

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

Secure File Transfer Protocol (SFTP) #

A

TCP port 22.

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

Simple Mail Transfer Protocol (SMTP) #

A

TCP port 25 and port 587 for encryption with TLS.

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

Post Office Protocol v3 (POP3) #

A

TCP port 110 and TCP port 995 for encryption.

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

Internet Message Access Protocol version 4 (IMAP4) #

A

Stores email on an email server. TCP port 143 and TCP port 993 for encryption.

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

Hypertext Transfer Protocol (HTTP)/(HTTPS) #

A

Uses TCP port 80 and TCP port 443 for encryption.

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

Lightweight Directory Access Protocol (LDAP)/(LDAPS) #

A

Specifies formats and methods use to query directories. Uses TCP port 389 and encryption with TLS using TCP port 636.

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

Stateless Firewall

A

Uses rules implemented in ACLs to identify allowed and blocked traffic.

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

Stateful Firewall

A

Inspects traffic and makes decisions based on the traffic context or state. A TCP session without a 3-way handshake would be dropped.

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