Chapter 3 Concepts Flashcards

To understand concepts listed in Chapter 3 of Security+ book

1
Q

Transmission Control Protocol

A

Transmission control protocol provides connection-oriented traffic (or guaranteed delivery). TCP uses a 3-way handshake to guarantee delivery. Client sends a SYN packet, server responds with a SYN/ACK packet, client responds with ACK packet to finish handshake.

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

User Datagram Protocol

A

User datagram protocol provides connectionless (or best effort) traffic. The ping command and audio/video streaming use UDP.

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

Internet Protocol

A

The internet protocol identifies hosts in a TCP/IP network and delivers traffic from one host to another using IP addresses. IPv4 uses 32 bit address and IPv6 uses 128 bit address

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

Internet Control Message Protocol

A

Internet control message protocol is used for testing basic connectivity and includes tools such as ping, pathping, and tracert.

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

Address Resolution Protocol

A

Address resolution protocol resolves IPv4 addresses to media access control (MAC) address. TCP/IP uses the IP address to get the packet to the correct network, but once it arrives on the network, it uses the MAC or ARP to get the packet to the correct host.

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

Real-Time Transport Protocol (RTP)

A

Real-time transport protocol is used to deliver audio and video over IP networks.

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

Secure Real-Time Transport Protocol (SRTP)

A

Secure real-time transport protocol provides encryption, message authentication, and integrity for real-time transport protocol.

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

File Transfer Protocol (FTP)

A

File transfer protocol uploads and downloads large files to and from an FTP server. FTP transmits data in cleartext. FTP active mode uses TCP port 21 for control signals and TCP port 20 for data. FTP passive mode uses TCP port 21 for signals but a random TCP port for data.

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

Trivial File Transfer Protocol (TFTP)

A

Trivial file transfer protocol use UDP port 69 and is used to transfer smaller amounts of data such as when communicating with network devices.

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

Secure Shell (SSH)

A

Secure shell (SSH) encrypts traffic in transit and can be used to encrypt other protocols such as FTP. When SSH encrypts traffic it uses TCP port 22.

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

Secure Sockets Layer (SSL)

A

Secure sockets layer (SSL) protocol was the primary method to secure HTTP traffic. It has been compromised and is not recommended for use.

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

Transport Layer Security (TLS)

A

Transport layer security (TLS) is the designated replacement for SSL.

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

IPsec

A

Internet protocol security (IPsec) is used to encrypt IP traffic. It is native to IPv6 but also works with IPv4. IPsec includes an Authentication Header (AH) using protocol ID number 51 and Encapsulation Security Payload (ESP) using protocol ID number 50. It uses the Internet Key Exchange (IKE) over UDP port 500 to create a security association for VPN.

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

Secure File Transfer Protocol (SFTP)

A

Secure file transfer protocol (SFTP) is a secure implementation of file transfer protocol (FTP). It is an extension of SSH to transmit files in an encrypted format. SFTP transmits data using TCP port 22

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

File Transfer Protocol Secure (FTPS)

A

File transfer protocol secure is an extension of file transfer protocol (FTP) and uses transport layer security (TLS) to encrypt FTP traffic. FTPS can use TCP port 989 and 990 or FTP ports 20 and 21.

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

Simple Mail Transfer Protocol (SMTP)

A

Simple mail transfer protocol (SMTP) transfers email between clients and SMTP servers. SMTP uses TCP port 25.

17
Q

Post Office Protocol v3 (POP3)

A

Post office protocol v3 transfers or sends emails from servers down to clients. POP3 uses TCP port 110. Secure POP3 encrypts the transmission with SSL or TLS and can use TCP port 995.

18
Q

Internet Message Access Protocol v4 (IMAP4)

A

Internet message access protocol v4 is used to store email on an email server. IMAP4 allows users to organize and manage email in folders on the server. IMAP4 uses TCP port 143. IMAP4 with SSL or TLS can use TCP port 993.

19
Q

Domain Name System (DNS)

A

Domain name system is used for domain name resolution. DNS resolves host names, such as yahoo.com, to IP addresses. DNS uses UDP port 53 for queries. DNS servers can share information with each other by zone transfers using TCP port 53.