Deck 14 - SNMP Technologies

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

1/10

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 4:03 PM on 8/31/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

11 Terms

1
New cards

SNMP

Simple Network Management Protocol: A widely used protocol for network management that allows administrators to monitor, configure, and control network devices.

2
New cards
SNMP OSI Layer
SNMP operates at the application layer of the OSI model, providing a standardized framework for managing network devices.
3
New cards
SNMP Trap
An unsolicited message sent from an SNMP-enabled device to a management station, notifying it of significant events or conditions.
4
New cards

MIB

Management Information Base: A database that contains information about network devices, such as their status, capacity, and performance, in the form of data objects.

5
New cards
SNMP v2c
An extension of the original SNMP protocol offering enhancements like bulk data retrieval, but it lacks robust security and relies on plain text community strings for authentication.
6
New cards
SNMP v3
The most secure version of SNMP, providing important security enhancements over v2c, including strong authentication and encryption.
7
New cards
Community String
A string used in SNMP that grants access to a device's information; the two common types are public and private.
8
New cards
Public Community String
A community string that mainly provides read-only access to device information.
9
New cards
Private Community String
A community string that generally provides read-write access to device information.
10
New cards
SNMP v3 Authentication
Robust authentication mechanisms in SNMP v3 that verify the identity of the source and destination before allowing access to network data.
11
New cards
SNMP v2c vs v3 (key exam distinction)
v2c uses plain text community strings with weak security; v3 adds strong authentication and encryption for secure network management operations.