1.4a - Introduction to IP (Prof. Messer)

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

flashcard set

Earn XP

Description and Tags

This set of vocabulary flashcards covers the fundamental concepts of IP, including encapsulation, the differences between TCP and UDP, port types, and the concept of sockets as presented in the CompTIA Network+ N10-009 lecture.

Last updated 3:21 PM on 6/28/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

18 Terms

1
New cards

Internet Protocol (IP)

The protocol that acts like a moving truck, doing the heavy lifting to move application data packaged in virtual boxes across the network.

2
New cards

Encapsulation

The fundamental process of packaging application data within protocols like TCP or UDP, which are then placed within larger protocols like IP and Ethernet frames.

3
New cards

OSI Layer 44

The transport layer where TCP and UDP operate to allow multiple applications to be sent simultaneously between devices.

4
New cards

Multiplexing

The efficient process of transferring multiple applications simultaneously between multiple devices.

5
New cards

TCP (Transmission Control Protocol)

A connection-oriented protocol that uses formal processes to set up and tear down sessions and provides reliable delivery via acknowledgments.

6
New cards

Reliable delivery

A method used by TCP where a station acknowledges received data, allowing the sending station to track delivery and recover from errors by resending information.

7
New cards

Flow control

A process where the receiving station tells the sending device to speed up or slow down the transmission based on how well traffic is being transferred.

8
New cards

UDP (User Datagram Protocol)

A connectionless, barebones protocol with no formal setup or teardown, no acknowledgments, and no method for error recovery or flow control.

9
New cards

Unreliable delivery

A characteristic of UDP where no acknowledgments are sent, meaning there is no guarantee that information was truly delivered to the destination.

10
New cards

IP Address

In the moving truck analogy, this represents the destination address for the truck carrying the data boxes.

11
New cards

Port number

A identifier associated with data that acts like a room name in a house, ensuring the box of data is delivered to the appropriate application.

12
New cards

Socket

A combination of an IP address, a protocol (TCP or UDP), and an application port number.

13
New cards

Nonephemeral ports

Permanent port numbers ranging from 00 through 1,0231,023 that are commonly associated with well-known server applications.

14
New cards

Ephemeral ports

Temporary port numbers ranging from 1,0241,024 through 65,53565,535 that are commonly used by client devices on a temporary basis.

15
New cards

Ethernet Frame Structure

A structure consisting of an Ethernet header at the beginning, an Ethernet payload (containing IP data) in the middle, and an Ethernet trailer at the end.

16
New cards

Port 8080 / Port 443443

Well-known, nonephemeral port numbers used by web servers for communication.

17
New cards

Port 143143

The well-known TCP destination port used for email services as described in the lecture.

18
New cards

Port 50045004

The well-known UDP destination port used for voice-over-IP services as described in the lecture.