M15: TCP & UDP

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

1/9

flashcard set

Earn XP

Description and Tags

Module 15 CISCO Networking: Compare TCP and UDP transport layer functions. Explain how TCP and UDP use port numbers.

Last updated 8:38 PM on 3/29/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

10 Terms

1
New cards

2 Transport Layer Protocols

  1. TCP

  2. UDP

2
New cards

User Datagram Protocol

is a Transport Layer protocol used to send data quickly without worrying about reliability. It’s designed for situations where speed matters more than accuracy.

3
New cards

Transmission Control Protocol

is a Transport Layer protocol that provides reliable, ordered, and error‑checked delivery of data between devices. It’s used when accuracy is more important than speed.

4
New cards

Transport Layer

The layer of the TCP/IP model that is responsible for ensuring packets are sent reliably and any missing packets are resent.

5
New cards

Port Number

is a numerical identifier used at the Transport Layer (TCP/UDP) to specify which application or service data should go to on a device.

Think of an IP address as the street address, and this numbers as the apartment numbers inside the building. They act like Application addresses inside a device.

6
New cards

Well known port

The server-side port numbers for server run applications that listen on fixed numbers. For example HTTP server listen for requests under port 80.

7
New cards

Three Port Number Categories

  1. Well-Known Ports

  2. Registered Ports

  3. Private /Dynamic Ports

8
New cards

Socket

Is the combination of IP address and Port number. It identifies a specific application on a specific device.

9
New cards

Socket Pair

Source IP : Source Port , Destination IP : Destination Port.

This pair uniquely identifies one communication session between two devices.

10
New cards

netstat

is a network utility that shows active TCP and UDP connections on a device.
Who am I talking to?