Networking, Addressing, and Communication Lesson 009: Ports and Protocols Part 1

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/24

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 8:24 PM on 8/9/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

25 Terms

1
New cards

Why is it important to know and memorize some ports and protocols?

In order to be ready to configure and troubleshoot networks and its devices

2
New cards

What ports category do all of the listed ports in this section come from?

The registered port range.

3
New cards

What does FTP stand for?

File Transfer Protocol.

4
New cards

What port/s does FTP operate on?

20 and 21.

5
New cards

What is FTP used for?

Transferring files between a client and a server.

6
New cards

Port 20

Used for sending and receiving data.

7
New cards

Port 21

Used as the control channel for FTP.

8
New cards

Why should one not use FTP for transmitting sensitive data?

It transmits data using plain text.

9
New cards

What is the exception for not using FTP when transmitting sensitive data?

When tunneling the data through a secure connection.

10
New cards

What does SSH stand for?

Secure Shell.

11
New cards

What does SSH do?

Provides secure, encrypted access to a remote computer.

12
New cards

What port/s does SSH use?

Port 22.

13
New cards

What is the most common use case for SSH?

For managing servers using a command line interface.

14
New cards

Why is SSH used for managing servers?

Ensures that data and login credentials are protected from eavesdropping.

15
New cards

What port/s does Telnet operate on?

Port 23.

16
New cards

What does Telnet do?

Allows remote access to a computer using a text-based interface.

17
New cards

What is Telnet similar to?

SSH.

18
New cards

What is the important difference between Telnet and SSH?

Telnet is insecure due to data and passwords being transmitted in plaintext.

19
New cards

Which network protocol that uses port 23 should never be used?

Telnet.

20
New cards

If Telnet is considered insecure and obsolete, why is it important to know about it?

To be able to recognize it and fix the security concerns that come with it.

21
New cards

What does SMTP stand for?

Simple Mail Transfer Protocol.

22
New cards

What port/s does SMTP use?

Port 25.

23
New cards

What is SMTP used for?

Sending email messages.

24
New cards

How long has SMTP been an active standard

Since the 1980s.

25
New cards

What is the current standard for outgoing emails?

SMTP.