{ "@context": "https://schema.org", "@type": "Organization", "name": "Brainscape", "url": "https://www.brainscape.com/", "logo": "https://www.brainscape.com/pks/images/cms/public-views/shared/Brainscape-logo-c4e172b280b4616f7fda.svg", "sameAs": [ "https://www.facebook.com/Brainscape", "https://x.com/brainscape", "https://www.linkedin.com/company/brainscape", "https://www.instagram.com/brainscape/", "https://www.tiktok.com/@brainscapeu", "https://www.pinterest.com/brainscape/", "https://www.youtube.com/@BrainscapeNY" ], "contactPoint": { "@type": "ContactPoint", "telephone": "(929) 334-4005", "contactType": "customer service", "availableLanguage": ["English"] }, "founder": { "@type": "Person", "name": "Andrew Cohen" }, "description": "Brainscape’s spaced repetition system is proven to DOUBLE learning results! Find, make, and study flashcards online or in our mobile app. Serious learners only.", "address": { "@type": "PostalAddress", "streetAddress": "159 W 25th St, Ste 517", "addressLocality": "New York", "addressRegion": "NY", "postalCode": "10001", "addressCountry": "USA" } }

Common Ports Part 1 Flashcards

Common ports in Networking (21 cards)

1
Q

What Telnet stands for and what port it uses?

A

Telnet stands for Telecommunication Network and uses TCP 23

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

What SSH stands for and what port it uses?

A

SSH stands for Secure Shell and uses TCP 22

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

What DNS stands for and what port it uses?

A

DNS stands for Domain Name System and uses UDP 53 port

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

What SMTP stands for and what port it uses?

A

SMTP stands for Simple Mail Transfer Protocol and uses TCP 25 port

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

What SFTP stands for and what port it uses?

A

SFTP stands for Secure File Transfer Protocol and uses the same port as SSH (TCP 22)

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

What FTP stands for and what ports it uses?

A

FTP stands for File Transfer Protocol and uses TCP 20 for active mode data and TCP 21 for control

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

What TFTP stands for and what port it uses?

A

TFTP stands for Trivial File Transfer Protocol and uses UDP 69 (NICE)

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

What DHCP stands for and what port it uses?

A

DHCP stands for Dynamic Host Configuration and uses both UDP 67 and UDP 68 ports

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

What HTTP and HTTPS stand for and what ports they use?

A

HTTP stands for Hypertext Transfer Protocol and uses port TCP 80
HTTPS stands for Hypertext Transfer Protocol Secure and uses port TCP 443

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

What’s Telnet?

A

Can login to devices
Has a console access
In-the-clear communication

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

What’s Secure Shell

A

Same as Telnet but modern

Encrypted communication link

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

What Domain Name System does?

A

Domain Name System converts names to IP addresses

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

What’s Simple Mail Transfer Protocol (SMTP)?

A

Server to server email transfer

Used to send mail form a device to a mail server

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

What’s SFTP?

A

Uses Secure Shell Transfer Protocol
Provides file system functionality such as resuming interrupted transfers, directory listings, remote file removal
Has encrypted communication

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

What FTP does?

A

Transfers files between systems
Authenticates with username and password
Full-featured functionality (list, add, delete, etc.)

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

What TFTP does?

A

It’s a very simple file transfer application that reads and writes files
Has no authentication

17
Q

What’s DHCP

A

It an automated configuration of IP address, subnet mask and other options

18
Q

What’s DHCP pooled?

A

IP addresses are assigned in real-time from a pool

19
Q

What’s DHCP reservation?

A

Addresses are assigned by MAC addresses in the DHCP server

Quickly manage addresses form one location

20
Q

What’s HTTP?

A

Web server communication

21
Q

What’s HTTPS?

A

Web server communication with encryption