Network Protocols and Network Operating Systems

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

1/32

flashcard set

Earn XP

Description and Tags

Flashcards covering networking protocols, rules of communication, the OSI/TCP-IP models, data encapsulation, and Cisco IOS operating system basics.

Last updated 10:45 AM on 6/22/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

33 Terms

1
New cards

Protocols

The rules that govern communication and the sending of messages between a source and a destination, whether face-to-face or over a network.

2
New cards

Encoding

The process of converting information into another, acceptable form for transmission.

3
New cards

Decoding

The process of reversing the encoding process in order to interpret the transmitted information.

4
New cards

Flow Control

A component of message timing that defines how much information can be sent and the speed at which it can be delivered.

5
New cards

Response Timeout

A protocol rule specifying how long a host should wait for responses and what action to take if a timeout occurs.

6
New cards

Access method

The rule that determines when someone or a device is allowed to send a message over the network.

7
New cards

Protocol suite

A group of inter-related protocols necessary to perform a communication function, implemented by hosts and networking devices in software or hardware.

8
New cards

TCP/IP suite

Specific suite of protocols required for transmitting and receiving information using the Internet.

9
New cards

ICANN

The Internet Corporation for Assigned Names and Numbers; coordinates IP address allocation, domain name management, and TCP/IP protocol identifiers.

10
New cards

IANA

The Internet Assigned Numbers Authority; responsible for overseeing and managing IP address allocation and protocol identifiers for ICANN.

11
New cards

OSI Model

A 7-layer networking model containing the Application, Presentation, Session, Transport, Network, Data Link, and Physical layers.

12
New cards

Application Layer (OSI)

Layer 77 of the OSI model; contains protocols used for process-to-process communications.

13
New cards

Presentation Layer (OSI)

Layer 66 of the OSI model; provides for common representation of the data transferred between application layer services.

14
New cards

Session Layer (OSI)

Layer 55 of the OSI model; provides services to the presentation layer to organize its dialogue and manage data exchange.

15
New cards

Transport Layer (OSI)

Layer 44 of the OSI model; defines services to segment, transfer, and reassemble data for individual communications between end devices.

16
New cards

Network Layer (OSI)

Layer 33 of the OSI model; provides services to exchange individual pieces of data over the network between identified end devices using IP addresses.

17
New cards

Data Link Layer (OSI)

Layer 22 of the OSI model; describes methods for exchanging data frames between devices over a common media.

18
New cards

Physical Layer (OSI)

Layer 11 of the OSI model; describes the mechanical, electrical, functional, and procedural means to activate and maintain physical connections for bit transmission.

19
New cards

Segmentation

The process of dividing data into smaller, more manageable pieces to send over the network to increase reliability and prevent delays.

20
New cards

Multiplexing

The process used to interleave the pieces of separate conversations together on the network.

21
New cards

Protocol Data Unit (PDU)

The form that a piece of data takes at any layered model level; examples include Data, Segment, Packet, Frame, and Bits.

22
New cards

Encapsulation

The process where various protocols add information to application data at each level as it is passed down the protocol stack.

23
New cards

De-encapsulation

The process used by a receiving device to remove one or more protocol headers as data moves up the stack toward the end-user application.

24
New cards

MAC addresses

Media Access Control addresses; data link layer addresses responsible for delivering frames from one NIC to another on the same network.

25
New cards

Cisco IOS

The Internetwork Operating System; the network operating system used on Cisco infrastructure devices.

26
New cards

Kernel

The portion of the operating system that interacts directly with computer hardware.

27
New cards

Shell

The portion of the operating system that allows users to interact with the device via CLI or GUI.

28
New cards

Console port

A management port providing out-of-band access, which refers to a dedicated channel used for device maintenance purposes only.

29
New cards

SSH

Secure Shell; a protocol providing secure remote login through a virtual interface using encryption and stronger password authentication than Telnet.

30
New cards

User EXEC mode

A CLI mode which allows only a limited number of basic monitoring commands and is often referred to as view-only mode; prompt ends with ">>".

31
New cards

Privileged EXEC mode

A CLI mode that allows all monitoring commands and execution of configuration/management commands; prompt ends with "#".

32
New cards

IP address (Manual Assignment)

Providing manual static assignments for end devices including IP address, Subnet mask, and Default gateway.

33
New cards

Switch Virtual Interface (SVI)

A virtual interface such as interface vlan 11 used to provide an IP address to a switch for remote management.