2.1 TCP and UDP Flashcards

(64 cards)

1
Q

FTP

A

File Transfer Protocol

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

SSH

A

Secure Shell

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

SSH

A

Secure Shell

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

Telnet

A

Telecommunication Network

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

SMTP

A

Simple Mail Transfer Protocol

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

DNS

A

Domain Name System

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

DHCP

A

Dynamic Host Configuration Protocol

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

tcp/20 (active mode data)
tcp/21 (control)

A

FTP

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

tcp/22

A

SSH

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

tcp/23

A

Telnet

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

tcp/25

A

SMTP

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

udp/53

A

DNS

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

udp/67
udp/68

A

DHCP

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

tcp/80

A

HTTP

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

tcp/443

A

HTTPS

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

tcp/110

A

POP3

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

udp/137

A

NetBIOS-NS

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

tcp/139

A

NetBIOS-SSN

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

tcp/143

A

IMAP

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

udp/161 (Queries)
udp/162 (Traps)

A

SNMP

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

tcp/389

A

LDAP

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

tcp/445

A

SMB

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

tcp/3389

A

RDP

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

HTTP

A

Hypertext Transfer Protocol

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
HTTPS
Hypertext Transfer Protocol Secure
26
POP3
Post Office Protocol 3
27
NetBIOS-NS
NetBIOS Name Service
28
NetBIOS-SSN
NetBIOS Session Service
29
IMAP
Internet Message Access Protocol
30
SNMP
Simple Network Management Protocol
31
LDAP
Lightweight Directory Access Protocol
32
SMB
Server Message Block
33
RDP
Remote Desktop Protocol
34
File Transfer Protocol
Transfers files between systems. Authenticates with username and password. List, add, and delete files.
35
Secure Shell
Encrypted communication link. Text based front-end to an operating system.
36
Telecommunication Network
Remote device console access. Unencryption communication.
37
Simple Mail Transfer Protocol
Server to server email transfer. Send mail from a device to a mail server.
38
Domain Name System
Converts names to IP addresses. Usually multiple DNS servers are in production.
39
Dynamic Host Configuration Protocol
Automated configuration of IP address, subnet mask and other options. Required DHCP server. Dynamic / pooled. DHCP reservation.
40
Hypertext Transfer Protocol
Web server communication.
41
Hypertext Transfer Protocol Secure
Web server communication with encryption.
42
Post Office Protocol 3
Basic mail transfer functionality.
43
NetBIOS Name Service
Name service lookups.
44
NetBIOS Session Service
Transfers files between systems.
45
Internet Message Access Protocol
Includes management of email inbox from multiple clients.
46
Simple Network Management Protocol
"Gather statistics from network devices. v1 = Structure tables, single queries. v2 = Data type enchancements, bulk transfers v3 = Message integrity, authentication, encryption"
47
Lightweight Directory Access Protocol
Store and retrieve information in a network directory. Commonly Microsoft Active Directory.
48
Server Message Block
Microsoft Windows protocol. File and printer sharing. Also called Common Internet File System (CIFS).
49
Remote Desktop Protocol
Share a desktop from a remote location. Commonly Windows Remote Desktop Services. Entire desktop or just and application.
50
Connection-oriented. A formal connection setup and close.
Transmission Control Protocol (TCP)
51
Connectionless. No formal open or close to the connection.
User Datagram Protocol (UDP)
52
Reliable delivery. Recover from errors, Reorder messages, retransmissions
Transmission Control Protocol (TCP)
53
Unreliable. No error recovery, reordering of data, or retransmissions.
User Datagram Protocol (UDP)
54
Flow control. The receiver manages how much data is sent.
Transmission Control Protocol (TCP)
55
No flow control. The sender determines the amount of data sent.
User Datagram Protocol (UDP)
56
Uses: When applications prefer a “return receipt” Hypertext Transfer Protocol Secure (HTTPS) Secure Shell (SSH)
Transmission Control Protocol (TCP)
57
Uses: Real-time communication Dynamic Host Configuration Protocol (DHCP) Trivial File Transfer Protocol (TFTP)
User Datagram Protocol (UDP)
58
Ports
A way for TCP/UDP to route data to specific services.
59
Socket
IP Address + Port Number = Socket
60
Non-ephemeral ports - permanent port numbers
0-1023
61
Ephemeral ports - temporary port numbers
1024-65535
62
Operates on the OSI Layer 4 (Transport Layer).
TCP and UDP
63
Provides Multiplexing to use many different applications at the same time.
TCP and UDP
64
Encapsulated within the IP protocol.
TCP and UDP