Networking, Addressing, and Communication Lesson 008: Network Communications

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/27

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

28 Terms

1
New cards

Ports

Logical communication endpoints that allow a device to send or receive data through specific applications or services.

2
New cards

What are the two types of ports?

Inbound and outbound ports?

3
New cards

What do inbound ports do?

Listens for incoming connections.

4
New cards

What are example of inbound ports?

Ports 80 and 443.

5
New cards

What is port 80 used for?

Is the HTTP port used for transmitting unencrypted web traffic in plain text.

6
New cards

What is port 443 used for?

Is the HTTPS port, used for transmitting encrypted web traffic with SSL/TLS protocols.

7
New cards

What is the purpose of outbound ports?

Dynamically opened by a client device when initiating a connection.

8
New cards

What happens when a client device attempts to access a website?

Device attempts connection > opens a random high-numbered port > makes connection request over port 80 or 443.

9
New cards

What is the range for port numbers?

0-65,535.

10
New cards

What are the three categories of ports?

Well-known ports, registered ports, and dynamic and private ports.

11
New cards

What is the port range for the well-known ports range?

0-1,023.

12
New cards

Who standardized the well-known ports?

The IANA.

13
New cards

What does IANA stand for?

Internet Assigned Numbers Authority.

14
New cards

What uses port 22?

Secure Shell.

15
New cards

What is the port range for the registered ports range?

1,023-49,151.

16
New cards

What uses the registered ports range?

Applications and services.

17
New cards

What uses port 1433?

Microsoft's SQL server.

18
New cards

What uses port 3389?

RDP.

19
New cards

What does RDP stand for?

Remote Desktop Protocol.

20
New cards

What is the port range for Dynamic and Private ports?

49,152-65-535.

21
New cards

What is unique about the dynamic and private ports?

They are not assigned by the IANA and can be used freely by any application or developer.

22
New cards

What are dynamic and private ports most often used for?

Temporary outbound connections.

23
New cards

What are examples of temporary outbound connections?

Web browsing, online gaming, and video chatting.

24
New cards

Why is it important to know the categories of outbound ports?

Helps identify intended use, manage network traffic, and troubleshooting connectivity issues.

25
New cards

What is port 445 used for?

The SMB.

26
New cards

What does SMB stand for?

Server Message Block.

27
New cards

What is the common cause for the inability to access a file share on a Windows network?

Port 445 is being blocked by the firewall.

28
New cards

What is important to know when it comes to ports, regarding digital security?

Which ports are open and closed.