GCGA Ch. 3 Reviewing Basic Networking Concepts (ST) Flashcards

(11 cards)

1
Q

OSI Model

A

OSI Model ->

Please Do Not Throw Sausage Pizza Away

Physical Data Link Network Transport Session Presentation Application

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

TCP & UDP

A

The Transmission Control Protocol (TCP) is a connection oriented protocol that provides guaranteed delivery while the User Datagram Protocol (UDP) is a connectionless protocol that provides “best effort” delivery.

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

FTP, SFTP, & FTPS

A

File Transfer Protocol - used to send files over networks; SSH (port 22) encrypts Secure Copy (SCP) and Secure FTP (SFTP). TLS encrypts FTPS. FTP uses TCP 21 (control connections) and TCP 20 (data connections); FTPS uses TCP 21 (control connection in explicit mode), TCP 990 (control connection in implicit mode).

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

SMTP & SMTPS

A

Simple Mail Transfer Protocol/Secure - uses TCP port 25 (original) and 587 (encrypted over TLS)

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

HTTP & HTTPS

A

HyperText Transmission Protocol/Secure. HTTP is unencrypted and on port 80. HTTPS encrypts browser-based traffic with TLS using TCP port 443.

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

LDAP & LDAPS

A

Lightweight Directory Access Protocol/LDAP Secure - LDAP runs over TCP port 389; LDAPS runs over TCP port 636

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

SSH & RDP

A

Secure SHell. Administrators commonly connect to remote systems using SSH (on port 22) instead of Telnet because SSH encrypts the connection. Administrators also use Remote Desktop Protocol (RDP) to connect to remote systems graphically using TCP port 3389.

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

NTP

A

Network Time Protocol - provides time synchronization services (UDP 123)

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

DNS

A

Domain Name System - provides domain name resolution; includes A records for IPv4 addresses and AAAA records for IPv6. MX -> mail servers, MX w/ lowest preference is primary mail server; DNS uses TCP 53 -> zone transfers & UDP 53 -> client queries

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

DNSSEC

A

Domain Name System Security Extensions - provides validation for DNS responses by adding a Resource Record Signature (RRSIG)

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

RRSIG

A

Resource Record Signature - provides data integrity & authentication; helps prevent DNS poisoning attacks

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