study_admin_l4


"/home/yossef/notes/Su/administration/study_admin_l4.md"

path: Su/administration/study_admin_l4.md

- **fileName**: study_admin_l4
- **Created on**: 2025-02-28 01:32:42

what is Simple Network Management Protocol (SNMP)?

It allows devices to communicate even if the devices are different hardware
and run different software.

what is SNMP in application layer protocol

uses UDP port number 161/162.

What Are UDP Ports (UDP stands for User Datagram Protocol.)?

The User Datagram Protocol is connectionless, which means a host device can
transmit data to its recipient without establishing a connection beforehand.
UDP ports depend on the UDP/IP protocols.

What is SMI stand for?

What is MIB stand for?

what is Management station?

hosts the network management applications. In another meaning, it is the servers,
called managers, collect and process information about devices on the network.

what is SNMP Manager?

SNMP Manager is a centralized system used to monitor network. It is also known as
Network Management Station (NMS)

explain SNMP, SMI, MIB?

what is Simple data types?

are atomic data types. Some of them are taken from ASN.1

what is iStructured data types?

  1. Sequence: a combination of simple data types, not of the same type.
  2. Sequence of: a combination of simple data types, all of the same type.

Data Type Breakdown

Data Type Class Format Number Tag (Binary) Tag (Hex)
INTEGER 00 0 00010 00000010 02

📌 Explanation

1. Data Type (نوع البيانات)

2. Class (الفئة)

3. Format (التنسيق)

4. Number (الرقم)

5. Tag (Binary)(الوسم بالثنائي)

6. Tag (Hex)(الوسم بالست عشري)

for more information about the example in lecture check this

video explain example in lecture

Tip

  • Without a protocol like SNMP, there would be no way for network management tools
  • NMP requires the use of two other protocols: Structure of Management
    Information (SMI) and Management Information Base (MIB).

continue:[[]]
before:./study_admin_l3.md