Section 8 Flashcards

(56 cards)

1
Q

PDU stands for…

A

Protocol Data Units

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

Transmission Control Protocol
(TCP) is

A

Connection-oriented

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

User Datagram Protocol
(UDP) is

A

Not Connection-oriented

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

ICMP

A

Internet Control Message Protocol

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

IGMP

A

Internet Group Management Protocol

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

224.ANYTHING

A

Is Multicast

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

ICMP & IGMP work with…

A

the internet layer (2) in the TCP/IP model

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

Tracert

A

Windows

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

Traceroute

A

Linux

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

Pathping

A

Traceroute alternative

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

Bandwidth Speed tester

A

helps verify the upload and download speeds to an individual computer

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

Wireshark

A

Protocol Analyzer

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

Alternative capture tool

A

Tcpdump

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

Lists all open ports and connections on your computer

A

Netstat

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

Presents the results numerically

A

Netstat -N

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

Shows the executable for every connection

A

Netstat -B

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

Shows the executable and process id for every connection

A

Netstat -O

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

Shows all the active ports

A

Netstat -A

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

Also referred to as SMB 445

A

Port 445

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

Shows the local routing table

A

Netstat -R

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

HTTP

A

Hypertext Transfer Protocol

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

HTTP uses…

A

TCP port 80

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

HTTPS

A

Hypertext Transfer Protocol “Secure”

24
Q

HTTPS uses…

25
FTP
File Transfer Protocol
26
FTP uses ports...
21 and 20
27
Enable public access to FTP servers
Anonymous accounts
28
Is not an encrypted protocol
FTP
29
uses SSL and TLS
SFTP (Secure FTP)
30
uses UDP port 69
TFTP (trivial FTP)
31
What is SMTP
Simple Mail Transfer Protocol
32
SMTP uses port....
25
33
What is POP3
Post Office Protocol v3
34
POP3 run on port....
110
35
What is IMAP
Internet Message Access Protocol v4
36
IMAP uses port...
143
37
What 3 Protocols are not are not encrypted?
SMTP (Simple Mail Transfer Protocol), POP3 (Post Office Protocol), IMAP (Internet Message Access Protocol)
38
Traditional E-mail
SMTP-25, POP3-110, IMAP-143
39
Implementing TLS
SMTP-465, POP3-995, IMAP-993
40
StartTLS
IMAP, POP3, SMTP Ran on Port 465
41
What conflicted with port 465?
TLS/tartTLS
42
StartTLS changed to what port?
587
43
What enables you to access a remote computer?
Telnet
44
Telnet(unsecure) and SSH (Secure) are...
Both Terminal emulators
45
What does SSH stand for?
Secure Shell
46
What port does SSH run on?
TCP port 22
47
SSH uses what kind of key?
Authentication Key
48
Rlogin is not secure and uses what port?
513
49
What is NTP
Network Time Protocol
50
What is SNTP
Simple Network Time Protocol
51
What port does NTP/SNTP use?
Port 123
52
NTP operates in...
Hierarchical fashion (clock strata)
53
What is IPAM?
IP Address Management
54
What does DIG stand for
Domain Information Groper
55
What should you use to check connectivity to an FQDN
Ping
56