S.4 Dion Training Network+ (N10-009)

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

1/45

flashcard set

Earn XP

Description and Tags

Ports + Protocols

Last updated 10:53 AM on 4/14/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

46 Terms

1
New cards

What is a port?

A virtual entry/exit point used by software applications to exchange information.

2
New cards

What is a protocol?

A set of rules and conventions for data exchange between network devices.

3
New cards

What is the purpose of an IP address?

Directs data to the correct system in a network.

4
New cards

What is a port in networking?

A logical opening identifying specific applications or services on a computer.

5
New cards

What is the port range?

0–65,535

6
New cards

What are well‑known ports?

Ports 0–1,023.

7
New cards

What are registered ports?

Ports 1,024–49,151.

8
New cards

What are ephemeral ports?

Temporary ports 49,152–65,535 used for short‑lived connections.

9
New cards

What does TCP provide?

Reliable delivery, error checking, sequencing, and acknowledgments.

10
New cards

What OSI layer does TCP operate at?

Layer 4 (Transport).

11
New cards

What is the TCP three‑way handshake?

SYN → SYN‑ACK → ACK.

12
New cards

What is windowing?

Flow control that adjusts how much data can be sent at once.

13
New cards

What is UDP used for?

Time‑sensitive transmissions prioritizing speed over reliability.

14
New cards

What OSI layer does UDP operate at?

Layer 4 (Transport).

15
New cards

What is a UDP datagram?

A packet sent without connection setup, containing ports, length, and checksum.

16
New cards

Why is UDP considered “fire and forget”?

It does not track packets or wait for acknowledgments.

17
New cards

What is ICMP used for?

Diagnosing network issues, not data transmission.

18
New cards

What OSI layer does ICMP operate at?

Layer 3 (Network).

19
New cards

What utility uses ICMP?

Ping (tests reachability and measures latency).

20
New cards

What are ICMP message fields?

Type, Code, Checksum.

21
New cards

What port does HTTP use?

Port 80.

22
New cards

What port does HTTPS use?

Port 443.

23
New cards

What is the key difference between HTTP and HTTPS?

HTTPS encrypts data using SSL/TLS; HTTP does not.

24
New cards

What port does SMTP use?

Port 25 (sending email).

25
New cards

What ports does SMTPS use?

Ports 465 or 587.

26
New cards

What port does POP3 use?

Port 110.

27
New cards

What port does POP3S use?

Port 995.

28
New cards

What port does IMAP use?

Port 143.

29
New cards

What port does IMAPS use?

Port 993.

30
New cards

What ports does FTP use?

Port 20 (data), Port 21 (control).

31
New cards

What port does SFTP use?

Port 22.

32
New cards

What port does TFTP use?

Port 69.

33
New cards

What port does SMB use?

Port 445.

34
New cards

What port does SSH use?

Port 22.

35
New cards

What port does Telnet use?

Port 23.

36
New cards

What port does RDP use?

Port 3389.

37
New cards

What port does DNS use?

Port 53 (UDP by default; TCP for large messages).

38
New cards

What ports does DHCP use?

Port 67 (server), Port 68 (client).

39
New cards

What port does Microsoft SQL Server use?

Port 1433.

40
New cards

What port does MySQL use?

Port 3306.

41
New cards

What ports does SNMP use?

Port 161 (polling), Port 162 (traps).

42
New cards

What port does Syslog use?

Port 514 (UDP by default).

43
New cards

What port does NTP use?

Port 123 (UDP).

44
New cards

What ports does SIP use?

Port 5060 (unencrypted), Port 5061 (TLS encrypted).

45
New cards

What port does LDAP use?

Port 389.

46
New cards

What port does LDAPS use?

Port 636