Introduction to IP Networking

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

1/23

flashcard set

Earn XP

Description and Tags

A set of vocabulary flashcards covering key concepts related to IP networking, TCP, UDP, and their roles in data communication.

Last updated 10:51 PM on 4/7/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

24 Terms

1
New cards

IP

Internet Protocol; the primary communication protocol used for transmitting data across a network.

2
New cards

TCP

Transmission Control Protocol; a connection-oriented protocol that ensures reliable delivery of data.

3
New cards

UDP

User Datagram Protocol; a connectionless protocol that allows for faster transmission of data without guaranteed delivery.

4
New cards

Encapsulation

The process of wrapping data with the necessary protocol information before transmission.

5
New cards

Decapsulation

The process of extracting the encapsulated data from a packet upon receipt.

6
New cards

Ethernet

A family of networking technologies commonly used for local area networks (LANs).

7
New cards

IP Address

A unique identifier for a device on a network, used to send and receive data.

8
New cards

Port Number

A number assigned to a specific service or application, used to distinguish multiple services on a network.

9
New cards

Multiplexing

The ability to send multiple types of traffic simultaneously across a network.

10
New cards

Reliable Delivery

The assurance that data sent from one device to another has been received correctly.

11
New cards

Flow Control

A technique used to manage the rate of data transmission between devices.

12
New cards

Connection-oriented

A type of communication that requires a formal connection setup and teardown.

13
New cards

Connectionless

A type of communication that does not require a formal connection setup.

14
New cards

Non-ephemeral Ports

Permanent port numbers (0 - 1023) assigned to services and applications.

15
New cards

Ephemeral Ports

Temporary port numbers (1024 - 65535) used in establishing connections for a single session.

16
New cards

Well-known Ports

Ports that are universally recognized by specific applications, typically falling within the range of 0 - 1023.

17
New cards

DHCP

Dynamic Host Configuration Protocol; a network management protocol used to automatically assign IP addresses.

18
New cards

TFTP

Trivial File Transfer Protocol; a simple protocol for transferring files that doesn't require complex control mechanisms.

19
New cards

HTTP

Hypertext Transfer Protocol; the protocol used for transferring web pages on the internet.

20
New cards

HTTPS

Hypertext Transfer Protocol Secure; an extension of HTTP that uses encryption for secure communication.

21
New cards

SSH

Secure Shell; a protocol used for securely accessing network services over an unsecured network.

22
New cards

Ethernet Payload

The encapsulated data being transmitted across an Ethernet network, should include the header and trailer.

23
New cards

TCP Header

The data packet header that contains control information for TCP.

24
New cards

UDP Header

The data packet header that contains control information for UDP.