قديم منذ /21-03-2017, 04:59 AM   #11

طالب نشيط

hawad غير متواجد حالياً

 

مواضيعي | ردودي

 رقم العضوية : 14091
 تاريخ الإنتساب : Apr 2015
 المشاركات : 229
 الجنس : ذكر
 مستوى التقييم : hawad is on a distinguished road
النقاط : 33

شكراً: 3
تم شكره 19 مرة في 10 مشاركة
افتراضي


طلع معي حل السوال الاول الفقرة الاولى كذا





GetRequest(Enterprises , BikesFun )

getResponse(Enterprises , BikesFun )

getNextRequest(BikesFun.1 )
getNextresponse(bikes. 1 , tshirts .2 )

getNextRequest(bikes. 1 , tshirts .2 )
getNextresponse(bikesQuantity . 1 , tShirtsTable .1 , tShirtsTableEntry .1)



getNextRequest(tShirtsTableEntry .1)
getNextresponse( tShirtSize .1 , tShirtQuantity .2 )

getNextRequest(tShirtSize .1 , tShirtQuantity .2)
getNextresponse(10,50)

getNextRequest(10,50)
getNextresponse(12,100)


getNextRequest(12,100)
getNextresponse(14,150)


getNextRequest(14,150)
getNextresponse(16,250)


getNextRequest(16,250)
getNextresponse(18,200)



ترى ماني متاكد لكن حسب الحل الي في الكتاب








  رد مع اقتباس

قديم منذ /21-03-2017, 07:11 AM   #12

طالب نشيط

iNorah غير متواجد حالياً

 

مواضيعي | ردودي

 رقم العضوية : 10040
 تاريخ الإنتساب : Jul 2014
 مقر الإقامة : الخبر.
 فرع الجامعة : فرع الدمام
 التخصص : بكالوريوس تقنية معلومات
 المستوى : غير منتسب
 المشاركات : 428
 الجنس : أنثى
 مستوى التقييم : iNorah is a jewel in the roughiNorah is a jewel in the roughiNorah is a jewel in the roughiNorah is a jewel in the rough
النقاط : 39

شكراً: 23
تم شكره 281 مرة في 33 مشاركة
افتراضي


-



ثلاث شغلات مهمه:
1/ الـmanger مايعرف وش فيه الجدول أو كم صف فيها، ما يعرف الا الهيكله "tree" اللي بالسؤال ويدري فيه جدول بس مايدري وش مكوناته.
2/ الـgetRequest بالكتاب موجوده لأن مافيه علاقه بين A و B في الـtree "مافي لينك"، فاستخدمنا الـgetRequest، بس مع T و E استخدمنا الـgetNextRequest لأن فيه لنك، ومعروف بالـtree دايم نروح حق اقصى اليسار، اذا تذكرونه جافا 1
3/ مايصير تدخل للـtree من النص لازم تمسك من فوق من الـroot وتبدأ تتشعب لين توصل للي تبي.

طريقة الحل بتكون ارقام، لكن تقدرون تسونها زي ما سواها هواد لكن الأفضل حطو حلكم على اساس الأرقام^^

اخير شيء، بحط لكم طريقة هواد في الحل للي حاب يحطها بحله
كود:
getNextRequest(Enterprises.BikesFun.BikesFunProducts.tShirts.tShirtsTable.tShirtTableEntry.tShirtSize.0, Enterprises.BikesFun.BikesFunProducts.tShirts.tShirtsTable.tShirtTableEntry.tSHirtQuantity.0)
getResponse(Enterprises.BikesFun.BikesFunProducts.tShirts.tShirtsTable.tShirtTableEntry.tShirtSize.1=10, Enterprises.BikesFun.BikesFunProducts.tShirts.tShirtsTable.tShirtTableEntry.tSHirtQuantity.1=50)

getNextRequest(Enterprises.BikesFun.BikesFunProducts.tShirts.tShirtsTable.tShirtTableEntry.tShirtSize.1, Enterprises.BikesFun.BikesFunProducts.tShirts.tShirtsTable.tShirtTableEntry.tSHirtQuantity.1)
getResponse(Enterprises.BikesFun.BikesFunProducts.tShirts.tShirtsTable.tShirtTableEntry.tShirtSize.2=12, Enterprises.BikesFun.BikesFunProducts.tShirts.tShirtsTable.tShirtTableEntry.tSHirtQuantity.2=100)

getNextRequest(Enterprises.BikesFun.BikesFunProducts.tShirts.tShirtsTable.tShirtTableEntry.tShirtSize.2, Enterprises.BikesFun.BikesFunProducts.tShirts.tShirtsTable.tShirtTableEntry.tSHirtQuantity.2)
getResponse(Enterprises.BikesFun.BikesFunProducts.tShirts.tShirtsTable.tShirtTableEntry.tShirtSize.3=14, Enterprises.BikesFun.BikesFunProducts.tShirts.tShirtsTable.tShirtTableEntry.tSHirtQuantity.3=150)

getNextRequest(Enterprises.BikesFun.BikesFunProducts.tShirts.tShirtsTable.tShirtTableEntry.tShirtSize.3, Enterprises.BikesFun.BikesFunProducts.tShirts.tShirtsTable.tShirtTableEntry.tSHirtQuantity.3)
getResponse(Enterprises.BikesFun.BikesFunProducts.tShirts.tShirtsTable.tShirtTableEntry.tShirtSize.4=16, Enterprises.BikesFun.BikesFunProducts.tShirts.tShirtsTable.tShirtTableEntry.tSHirtQuantity.4=250)
getNextRequest(Enterprises.BikesFun.BikesFunProducts.tShirts.tShirtsTable.tShirtTableEntry.tShirtSize.4, Enterprises.BikesFun.BikesFunProducts.tShirts.tShirtsTable.tShirtTableEntry.tSHirtQuantity.4)
getResponse(Enterprises.BikesFun.BikesFunProducts.tShirts.tShirtsTable.tShirtTableEntry.tShirtSize.5=18, Enterprises.BikesFun.BikesFunProducts.tShirts.tShirtsTable.tShirtTableEntry.tSHirtQuantity.5=200)

getNextRequest(Enterprises.BikesFun.BikesFunProducts.tShirts.tShirtsTable.tShirtTableEntry.tShirtSize.5, Enterprises.BikesFun.BikesFunProducts.tShirts.tShirtsTable.tShirtTableEntry.tSHirtQuantity.5)
getResponse(noSuchName)
ولا تنسون الفقره الأخيره من السؤال، المقارنه بينهم بأن العمليه الأولى تاخذ PDU كثيره وتسهلك وقت أكثر من العملية الثانيه^^

بالتوفيق.







التوقيع
.

.Graduated
May 20, 2018----------
  رد مع اقتباس
قديم منذ /21-03-2017, 11:22 AM   #13

طالب جديد

hwwf4 غير متواجد حالياً

 

مواضيعي | ردودي

 رقم العضوية : 14443
 تاريخ الإنتساب : Apr 2015
 المشاركات : 15
 الجنس : أنثى
 مستوى التقييم : hwwf4 is on a distinguished road
النقاط : 0

شكراً: 12
تم شكره 0 مرة في 0 مشاركة
افتراضي


جزااااك الله خير








  رد مع اقتباس
قديم منذ /21-03-2017, 12:50 PM   #14

 
الصورة الرمزية A.A
طالب جديد

A.A غير متواجد حالياً

 

مواضيعي | ردودي

 رقم العضوية : 6772
 تاريخ الإنتساب : Oct 2013
 المشاركات : 27
 الجنس : أنثى
 مستوى التقييم : A.A is on a distinguished road
النقاط : 0

شكراً: 3
تم شكره 0 مرة في 0 مشاركة
افتراضي





ما فهمت شي احسو معقد







  رد مع اقتباس
قديم منذ /21-03-2017, 07:16 PM   #15

طالب جديد

shaker77 غير متواجد حالياً

 

مواضيعي | ردودي

 رقم العضوية : 27083
 تاريخ الإنتساب : Mar 2017
 المشاركات : 11
 الجنس : ذكر
 مستوى التقييم : shaker77 is on a distinguished road
النقاط : 0

شكراً: 1
تم شكره 0 مرة في 0 مشاركة
افتراضي


Discuss the enhancement carried by RMON2 compared to RMON1 in terms of monitoring capability.

احد يعرف اجابته








  رد مع اقتباس
قديم منذ /21-03-2017, 08:15 PM   #16

طالب جديد

alihas000 غير متواجد حالياً

 

مواضيعي | ردودي

 رقم العضوية : 14610
 تاريخ الإنتساب : May 2015
 المشاركات : 20
 الجنس : ذكر
 مستوى التقييم : alihas000 is on a distinguished road
النقاط : 0

شكراً: 0
تم شكره 2 مرة في مشاركة واحدة
افتراضي


اجابة السوال الثالث موجود في ch8 سلايد رقم 5
مع ملاحظة استخدام كلمات وتعبير مختلف








  رد مع اقتباس
قديم منذ /21-03-2017, 08:28 PM   #17

طالب نشيط

iNorah غير متواجد حالياً

 

مواضيعي | ردودي

 رقم العضوية : 10040
 تاريخ الإنتساب : Jul 2014
 مقر الإقامة : الخبر.
 فرع الجامعة : فرع الدمام
 التخصص : بكالوريوس تقنية معلومات
 المستوى : غير منتسب
 المشاركات : 428
 الجنس : أنثى
 مستوى التقييم : iNorah is a jewel in the roughiNorah is a jewel in the roughiNorah is a jewel in the roughiNorah is a jewel in the rough
النقاط : 39

شكراً: 23
تم شكره 281 مرة في 33 مشاركة
افتراضي


اقتباس:
المشاركة الأصلية كتبت بواسطة shaker77 مشاهدة المشاركة
Discuss the enhancement carried by RMON2 compared to RMON1 in terms of monitoring capability.

احد يعرف اجابته
RMON2 (RMONv2) is an extension of RMON that focuses on higher layers of traffic above the medium access-control (MAC) layer. RMON2 has an emphasis on IP traffic and application-level traffic. RMON2 allows network management applications to monitor packets on all network layers. This is difference from RMON which only allows network monitoring at MAC layer or below.







التوقيع
.

.Graduated
May 20, 2018----------
  رد مع اقتباس
قديم منذ /21-03-2017, 08:53 PM   #18

طالب نشيط

hawad غير متواجد حالياً

 

مواضيعي | ردودي

 رقم العضوية : 14091
 تاريخ الإنتساب : Apr 2015
 المشاركات : 229
 الجنس : ذكر
 مستوى التقييم : hawad is on a distinguished road
النقاط : 33

شكراً: 3
تم شكره 19 مرة في 10 مشاركة
افتراضي


هنا الحل من للسوال الاول من الدكتور

<Enterprises 5001> DEFINITIONS ::= BEGIN

Enterprises 5001 OBJECT IDENTIFIER ::= ** enterprises 5000 **

-- Only Products group is defined in this module.

-- Products Group

abcProducts OBJECT IDENTIFIER ::= ** Enterprises 5001 **

-- the Products group

tShirt OBJECT-TYPE

SYNTAX DisplayString (SIZE (10, 12, 14, 16, 18))

ACCESS read-only

STATUS mandatory

DESCRIPTION " tShirt are all made in one size and adjustable." ::= ** Enterprises 5001Products 1 **

tShirt Quantity OBJECT-TYPE

SYNTAX INTEGER

ACCESS read-only

STATUS mandatory

DESCRIPTION "Quantity of hats in the inventory." ::= ** tShirt 1 **

END

Using get-next –request and response




GetnextRequest (at Enterprise ,tShirt, tShirtTable, tShirttableEntry, tShirtSize tshirtQuantity )

Getnextresponse (5001, 2, 1, 1, 10, 50 )

GetnextRequest (at Enterprise ,tShirt, tShirtTable, tShirttableEntry, tShirtSize tshirtQuantity )

Getnextresponse (5001, 2, 1, 1, 12, 100 )

GetnextRequest (at Enterprise ,tShirt, tShirtTable, tShirttableEntry, tShirtSize tshirtQuantity )

Getnextresponse (5001, 2, 1, 1, 14, 150 )

GetnextRequest (at Enterprise ,tShirt, tShirtTable, tShirttableEntry, tShirtSize tshirtQuantity )

Getnextresponse (5001, 2, 1, 1, 16, 250 )

GetnextRequest (at Enterprise ,tShirt, tShirtTable, tShirttableEntry, tShirtSize tshirtQuantity )

Getnextresponse (5001, 2, 1, 1, 18, 200 )



Using get-bulk- request and response


GetbulkRequest (at Enterprise ,tShirt, tShirtTable, tShirttableEntry, tShirtSize tshirtQuantity )

Response (5001, 2, 1, 1, 1,2)



GetbulkRequest (5001, 2, 1, 1, 1,2 )

Response (5001, 2, 1, 1, “10,12,14,16,18”, “50,100,150,250,200”)








  رد مع اقتباس
قديم منذ /21-03-2017, 10:14 PM   #19

طالب جديد

alihas000 غير متواجد حالياً

 

مواضيعي | ردودي

 رقم العضوية : 14610
 تاريخ الإنتساب : May 2015
 المشاركات : 20
 الجنس : ذكر
 مستوى التقييم : alihas000 is on a distinguished road
النقاط : 0

شكراً: 0
تم شكره 2 مرة في مشاركة واحدة
افتراضي


Describe the role of Notification / Proxy in SNMP.

الي يعرف الاجابة؟








  رد مع اقتباس
قديم منذ /21-03-2017, 11:09 PM   #20

طالب جديد

Mazenlal غير متواجد حالياً

 

مواضيعي | ردودي

 رقم العضوية : 14761
 تاريخ الإنتساب : May 2015
 المشاركات : 23
 الجنس : ذكر
 مستوى التقييم : Mazenlal is on a distinguished road
النقاط : 0

شكراً: 9
تم شكره 0 مرة في 0 مشاركة
افتراضي


الله يعطيك العافيه








  رد مع اقتباس
إضافة رد

مواقع النشر (المفضلة)

أدوات الموضوع
انواع عرض الموضوع

تعليمات المشاركة
لا تستطيع إضافة مواضيع جديدة
لا تستطيع الرد على المواضيع
لا تستطيع إرفاق ملفات
لا تستطيع تعديل مشاركاتك

BB code is متاحة
كود [IMG] متاحة
كود HTML معطلة
Trackbacks are متاحة
Pingbacks are متاحة
Refbacks are متاحة