IT-340 partially answer
|
Pg. 01 |
|
خطأ! استخدم علامة التبويب "الصفحة الرئيسية" لتطبيق Heading 1 على النص الذي ترغب في أن يظهر هنا. |
|
|
|
|
Network Management
IT340
Assignment 1
Deadline: Tuesday 08-Oct-2019 @ 23:59
[Total Mark for this Assignment is 6]
[Total Mark for this Assignment is 6]
College of Computing and Informatics
|
|
|
|
|
|
|
|
Question One
1.5 Mark
Learning Outcome(s):
LO1: Describe network management issues, standards and architecture.
What is the purpose of the following terminologies in Data Communications?
• Trunk
• Modem
• Gateway
Answer:
Trunk: Trunk is used as a communication path or line that carries various signals at the same time for providing network communication between two nodes. Switching centers are connected by trunk.
Modem: Modem stands for modulator and demodulator is a computer device which is used to transmit data through cables and telephone lines. Data is sent in analog waves over telephone lines because data stored in computer is in digital form.
Gateway: Gateway is a networking device that is used to act a gate between two nodes and it can be any device like router or server. It controls the operations of in and out.
Question Two
1.5 Mark
Learning Outcome(s):
LO1: Describe network management issues, standards and architecture.
How would you describe Structure of Management Information (SMI)? Also justify, how it is useful for a managed object?
Answer:
It is a framework that explains the basic type of information that is being manipulated by SNMP. The skeleton is being provided by the data in which the data for basic format and management of data hierarchy is provided but the objects that can be managed are described. From which these objects are developed that building blocks are provided in this system. To make sure that object identifiers are unique, each company is accountable for a unique section of the OID tree. Just as ISO and CCITT have accountability for their portions, the Internet Activities Board (IAB) has duty for the internet portion. To enable companies to assist objects that may also not be described in the widespread MIB, the IAB reserves a element of the OID tree for organizations MIBs. This gives vendors with the flexibility they need. The SMI defines fundamental statistics types that make it handy to describe managed objects. These sorts are: Integer, Octet_String, Object_Identifier, ipAddress, Counter, Gauge, TimeTicks, NetworkAddress, and Opaque. Readers who are involved in the precise semantics of these objects are stimulated to study the RFC for further information.
Question Three
1.5 Marks
Learning Outcome(s):
LO2: Recognize conceptual and practical knowledge of different versions of Simple Network Management Protocol (SNMP).
The following is the informal record structure of my contact address:
Name Laila Tookan
BuildingNumber 4142
Street King Saoud road
City Ezzohoor
State Dammam
Zip Code 30319
(a) Write ASN.1 description of the record structure
Answer:
PersonnelRecord ::= {
name “Laila Tookan”,
Building Number 4142,
City “Ezzohor”,
State “Dammam”,
Zip Code 30319,
}
(b) Write The record value for your own contact address
Answer:
//Change according to your personal information
name “Laila Tookan”,
Building Number 4142,
City “Ezzohor”,
State “Dammam”,
Zip Code 30319,
}
Question Four
1.5 Mark
Learning Outcome(s):
LO2: Recognize conceptual and practical knowledge of different versions of Simple Network Management Protocol (SNMP).
The following data response information is received by the manager for a get-request with a varBindList.
OBJECT VALUE
udpInDatagrams 500,000
udpNoPorts 1,000
udpInErrors 5500
udpOutDatagrams 300,000
a) Based on Figure 5.8, Figure 4.26 and Figure 4.37, compose the get-request PDU
Answer:
b) Compose the get-response PDU
Answer: