Networking Study Guide

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/12

flashcard set

Earn XP

Description and Tags

Flashcards for the Networking test, covering key concepts from lecture notes, supplemental material, and videos.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

13 Terms

1
New cards

Decimal to Binary Conversion

The process of changing a base-10 number into its base-2 equivalent.

2
New cards

Binary to Decimal Conversion

The process of changing a base-2 number into its base-10 equivalent.

3
New cards

Binary Code

The base-2 numbering system used by computers to represent data using only 0s and 1s because their electronic circuits easily represent two states.

4
New cards

TCP/IP Model

A four-layer conceptual model for network communication, consisting of the Network Access, Internet, Transport, and Application layers.

5
New cards

Network Access Layer (TCP/IP)

The lowest layer of the TCP/IP model, responsible for the physical transmission of data and managing access to the network medium.

6
New cards

Internet Layer (TCP/IP)

The layer responsible for addressing, routing, and packaging data into IP datagrams for transmission across networks.

7
New cards

Transport Layer (TCP/IP)

The layer responsible for end-to-end communication, segmenting data, and ensuring reliable data transfer between applications.

8
New cards

Application Layer (TCP/IP)

The topmost layer, providing network services directly to end-user applications.

9
New cards

Protocol Data Unit (PDU)

A single unit of information transmitted between peer entities of a computer network, specific to each layer (e.g., segments, packets, frames).

10
New cards

Router

A networking device that operates at the Internet layer, forwarding data packets between different computer networks.

11
New cards

Switch

A networking device that operates primarily at the Network Access layer (Data Link sub-layer), forwarding data frames within a local area network.

12
New cards

Data Encapsulation

The process of adding protocol header information to data as it moves down through the layers of the TCP/IP model for transmission.

13
New cards

Data De-encapsulation

The process of removing protocol header information from data as it moves up through the layers of the TCP/IP model after reception.