2.1 Compare and contrast Transmission Control Protocol (TCP) and User Datagram Protocol (UDP) ports, protocols, and their purposes.

studied byStudied by 0 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 52

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

53 Terms

1

What is FTP (File Transfer Portal) used for?

-Share files with users in LAN or WAN-Supports authentication, authorization, and directory browsing

New cards
2

What is the FTP port?

TCP 20,21

New cards
3

T/F - FTP is encrypted and recommended.

False (Unencrypted and not recommend, use SFTP instead)

New cards
4

SFTP and Secure Shell (SSH) use the same port because...

SFTP is an extension of SSH

New cards
5

What is Secure Shell (PuTT.Y - ex) do?

Provides encrypted remote command line access to interact with a server

New cards
6

What port number does Secure Shell use?

TCP 22

New cards
7

What did SSH version 2 add?

SFTP and SCP support

New cards
8

What is Telnet used for?

Provides remote command line access to interact with a server

New cards
9

t/f - Telenet is still used as its very secure.

False (Use SSH instead)

New cards
10

What port number does telenet use?

TCP 23

New cards
11

What are the three mail protocols?

SMTP (Simple Mail Transfer Protocol), POP3 (Post Office Protocol), IMAP (Internet Message Across Protocol)

New cards
12

What does SMTP (Simple Mail Transfer Protocol) do?

Sends outgoing mail to a server

New cards
13

What is the SMTP (Simple Mail Transfer Protocol) port number?

TCP 25

New cards
14

What does DNS (Domain Name Services) do?

-Resolves Domain name to IP addresses (Google.com -> Numbers)-Provides name to IP address resolution for host

New cards
15

What is DNS (Domain Name Services) port number?

TCP/UDP Port 53

New cards
16

What does DHCP (Dynamic Host Configuration Port) do?

-Provides various configurations to clients in an IP network via broadcast-Gives out IP addresses in a network

New cards
17

What are the DHCP port numbers?

UDP 67 is the server port, UDP 68 is the client port

New cards
18

What is HTTP (Hyper Text Transfer Protocol) used for?

Transmitting webpages insecurely

New cards
19

What is the port number for HTTP (Hyper Text Transfer Protocol)?

TCP 80

New cards
20

What is HTTPS (Hyper Text Transfer Protocol) port number?

TCP 443

New cards
21

What is HTTPS (Hyper Text Transfer Protocol) used for?

Used to securely transmit encrypted webpages using SSL or TLS

New cards
22

What does POP3 (Post Office Protocol) do?

Downloads incoming mail from server

New cards
23

What is POP3 (Post Office Protocol) port number

TCP 110

New cards
24

What does NetBios (Network Basic Input/ Output System)

Provides various network communication features in a Windows Network. (Basically share files between Windows Machines)

New cards
25

What does IMAP (Internet Message Across Protocol) do?

Synchronizes incoming mail from a server

New cards
26

What is IMAP (Internet Message Across Protocol) port number?

TCP 143

New cards
27

t/f - IMAP (Internet Message Across Protocol) and POP3 (Post Office Protocol) can be used together?

False (One or the other only).

New cards
28

What does SNMP (Simple Network Managment Protocols) do?

Used to query, configure, and monitor host in a LAN

New cards
29

What is the SNMP (Simple Network Managment Protocols) port number?

UDP 161/162

New cards
30

SNMPv3 provides what?

Encrypted communication

New cards
31

What does LDAP (Lightweight Directory Access Portal) do?

Used in domain network environment to facilitate system and user management (What makes your directory work)

New cards
32

What port does LDAP use?

TCP/UPD 389

New cards
33

What is CIFS (Common Internet File System)?

Open implementation of SMB used on Linux and macOS

New cards
34

What is the port for CIFS?

TCP 445

New cards
35

What does RDP (Remote Desktop Protocol)

Used to securely remotely access a Windows desktop

New cards
36

What is the port number for RDP (Remote Desktop Protocol)?

TCP 3389

New cards
37

TCP is... (HTTPS, SSH)

-Reliable-Connection-Oriented-Virtual Circuit-Sequenced-Uses Acknowledgements-24-60 bytes (high over turn)

New cards
38

UDP is... (DHCP, TFTP)

-Unreliable-Connectionless-No virtual circuit-Unsequenced-No acknowlegments-8 bytes (light weight)-Giving only, doesn't check if data is received

New cards
39
New cards
40
New cards
41

Network Basic Input/Output System (NetBIOS)/

NetBIOS over TCP/IP (NetBT) port number

UDP/TCP 137/139

New cards
42

Telnet provides what kind of authentication (insecurely)?

Username and password

New cards
43

What protocol would be used when a WINS server tries to resolve a host name into an IP address on a Windows-based LAN?

NetBios

New cards
44

What type of network is netbios/netbt used in?

LAN

New cards
45

What does SMB/CIFS do?

  • Provides shared access to files, directories, and devices

  • Used mainly by Windows computers

New cards
46

Examples of connectionless protocols

  • DHCP

  • TFTP

New cards
47

Examples of connection-oriented protocols

  • HTTPS

  • SSH

New cards
48

Common applications that use TCP

  • File transfer

  • Email communication

  • Web browsing

New cards
49

Common applications that use UDP

  • Online gaming

  • Video conferencing

  • Live streaming

  • Voice over IP (VoIP)

New cards
50

An SNMP management station receives SNMP notifications from Agents on port

UDP 162

New cards
51

An SNMP Agent receives requests on port

UDP 161

New cards
52

Which port enables the FTP's Data Connection for sending file data

20

New cards
53

The FTP's Control Connection for administering a session is established through

21

New cards
robot