Core 1 - 2.1 Flashcards

(18 cards)

1
Q

TCP 20/21

A

FTP - File Transfer Protocol

-Transfers files between an FTP client and FTP server

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

TCP 22

A

-Secure Shell (SSH)

-Secure terminal emulation that replaces Telnet

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

TCP 23

A

-Telnet

-Terminal emulation

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

TCP 25

A

-SMTP (Simple Mail Transfer Protocol)

-Sends an email

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

UDP 53

A

-DNS (Domain Name System)

-Used by DNS clients to perform DNS queries against DNS servers

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

TCP/UDP 67/68

A

-DHCP (Dynamic Host Configuration Protocol)

-Used for assigning IP addresses to clients

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

TCP 80

A

-HTTP (Hypertext Transfer Protocol)

-Web page transmission to web browser

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

TCP 110

A

-POP3 (Post office protocol)

-Retrieves emails from POP3 mail servers

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

TCP 137/139

A

-NetBIOS/ NetBIOS over TCP/IP (NetBT)

-Supports older applications that use NetBIOS protocol

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

TCP 143

A

-IMAP4 (Internet message access protocol version 4)

-Retrieves email

-Advanced features beyond POP3 / Folder synchronization

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

UDP 161/162

A

-SNMP (Simple Network Management Protocol)

-Queries network devices for status and statistics

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

TCP 389

A

-LDAP (Lightweight directory Access Protocol)

-A standard method of accessing a network database
-Often used for authenticating user accounts during user logon

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

TCP 443

A

-HTTPS (Hypertext Transfer Protocol Secure)

-Secure transmission of web pages

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

TCP 445

A

-SBM (Secure message block)
-CIFS (Common internet file system)

-Windows file and print sharing services

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

TCP 3389

A

-RDP (Remote desktop protocol)

-Used to remotely access a windows desktop

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

TCP vs UDP

A

TCP (transmission control protocol) is Connection based
-Reliable (Error recovery), can send messages out of order or retransmit
-flow control on data

UDP (user datagram protocol) is Connectionless
-“unreliable” as there’s no error recovery
-no flow control
-UDP is good for real-time communication

17
Q

DHCP (Dynamic Host Configuration Protocol)

A

DHCP is a client/server protocol that automatically provides an Internet Protocol (IP) host with it’s IP address and other related configuration information such as the subnet mask and default gateway

18
Q

TFTP (Trivial file transfer protocol)

A

-Simple protocol for sending/receiving files in a client-server application