Week_02_CLO1___Explaining_Network_Protocols_and_Standards_Principles__3_

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

1/15

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

16 Terms

1
New cards

Network Protocols

Rules and conventions that determine how data is transmitted and received over a network.

2
New cards

OSI Model

A conceptual framework used to understand and implement networking protocols in seven layers.

3
New cards

TCP/IP Model

A set of protocols used for communication over the Internet that consists of four layers: Application, Transport, Internet, and Network Access.

4
New cards

Encapsulation

The process of wrapping data with protocol information at each layer of the OSI or TCP/IP model.

5
New cards

Decapsulation

The process of removing protocol information from data as it is passed back up through the layers of the OSI or TCP/IP model.

6
New cards

PDU (Protocol Data Unit)

The unit of data specified in a protocol at each layer of the networking model; can refer to bytes, frames, packets, or segments.

7
New cards

MAC Address

A unique identifier assigned to a network interface card (NIC) for communications on the physical network segment.

8
New cards

IP Address

A logical address assigned to a device on a network for identification and communication; it can be in IPv4 or IPv6 format.

9
New cards

Segmentation

The process of dividing a larger message into smaller, individual segments for transmission.

10
New cards

Multiplexing

The process of combining multiple data streams into one for transmission over a single communication channel.

11
New cards

Default Gateway

The device that routes traffic from a local network to other networks, often the first point of contact for network devices.

12
New cards

Open Standards

Standards that are publicly available and adoptable by anyone, promoting interoperability and innovation in technology.

13
New cards

Legacy Networks

Older network infrastructures that often rely on proprietary protocols and technology.

14
New cards

Interoperability

The ability of different systems and organizations to work together and exchange information effectively.

15
New cards

Data Link Layer

Layer 2 of the OSI model responsible for node-to-node data transfer and error correction in physical communications.

16
New cards

TCP (Transmission Control Protocol)

A core protocol of the TCP/IP suite that ensures reliable, ordered, and error-checked delivery of data between applications.