AP networking

0.0(0)
studied byStudied by 0 people
0.0(0)
linked notesView linked note
full-widthCall with Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/19

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No study sessions yet.

20 Terms

1
New cards

Encapsulation

The process of wrapping data with protocol information at each layer of the OSI model.

2
New cards

De-Encapsulation

The process of removing protocol information from the data as it passes back up through the layers of the OSI model.

3
New cards

OSI Model

A conceptual framework used to understand and implement the interoperability of different networking systems.

4
New cards

Application Layer

Layer 7 of the OSI model that deals directly with user data and application services.

5
New cards

TCP (Transmission Control Protocol)

A connection-oriented protocol that ensures reliable data transmission.

6
New cards

UDP (User Datagram Protocol)

A connectionless protocol that sends data without guaranteeing its delivery.

7
New cards

PDU (Protocol Data Unit)

The format of the data at each layer of the OSI model; for example, packets at Layer 3, frames at Layer 2.

8
New cards

Frame

A Layer 2 (Data Link) packet encapsulation that includes MAC address and error checking information.

9
New cards

Packet

A Layer 3 (Network) encapsulation of data that includes the IP address for routing.

10
New cards

Segment

A Layer 4 (Transport) PDU that contains a portion of the application's data along with TCP header information.

11
New cards

Bit

The smallest unit of data in computing, representing a binary state of 0 or 1.

12
New cards

IP Addressing

A system that assigns a unique identifier to each device on a network for communication.

13
New cards

MAC Addressing

A hardware identifier assigned to network interfaces for communications at the data link layer.

14
New cards

Layer 3

The Network layer in the OSI model responsible for path determination and logical addressing.

15
New cards

Layer 2

The Data Link layer in the OSI model that establishes communication on the local area network.

16
New cards

Layer 1

The Physical layer in the OSI model that transmits raw data bits over a communication medium.

17
New cards

Protocol Data Units (PDU) at each layer

Data encapsulations vary in type for each layer; data at Layer 7, segments at Layer 4, packets at Layer 3, and frames at Layer 2.

18
New cards

Encapsulation analogy

The process of wrapping data is compared to putting a letter inside multiple envelopes as it is sent through different layers.

19
New cards

Troubleshooting in the OSI Model

The OSI model helps isolate issues in network communications by separating functions into layers.

20
New cards

Modularity in Networking

Facilitates changes by allowing updates or replacements in one layer without affecting others.