Question

Consider a memory system with a 16 bit address and the following address decode logic. The...

Consider a memory system with a 16 bit address and the following address decode logic. The signals enrom, enram, and endev are the device enable signals for ROM, RAM, and I/O devices, respectively.

◦ csrom <= '1' when ax(15 downto 12 = "1101" or ax(15 downto 13 = "111" else '0';

◦ csram <= '1' when ax(15 downto 13) = "001" or ax(15 downto 12) = "0100" else '0';

◦ csdev <= '1' when ax(15 downto 8) = "00001" else '0';

a) Determine for each device the first and last address where each device appears as well as the size. Give each address in hexadecimal and the size in units of 1k for values that are greater than or equal to 1k.

b) Use NOT, AND, as well as OR gates to draw a schematic for the corresponding equivalent combinational logic circuit.

Homework Answers

Answer #1

% snmptranslate -Tp -IR usmUserTable
+--usmUserTable(2)
|
+--usmUserEntry(1)
|
+-- ---- String usmUserEngineID(1)
| matter Convention: SnmpEngineID
| Size: five..32
+-- ---- String usmUserName(2)
| matter Convention: SnmpAdminString
| Size: one..32
+-- -R-- String usmUserSecurityName(3)
| matter Convention: SnmpAdminString
| Size: zero..255
+-- CR-- ObjID usmUserCloneFrom(4)
| matter Convention: RowPointer
+-- CR-- ObjID usmUserAuthProtocol(5)
| matter Convention: AutonomousType
+-- CR-- String usmUserAuthKeyChange(6)
| matter Convention: KeyChange
+-- CR-- String usmUserOwnAuthKeyChange(7)
| matter Convention: KeyChange
+-- CR-- ObjID usmUserPrivProtocol(8)
| matter Convention: AutonomousType
+-- CR-- String usmUserPrivKeyChange(9)
| matter Convention: KeyChange
+-- CR-- String usmUserOwnPrivKeyChange(10)
| matter Convention: KeyChange
+-- CR-- String usmUserPublic(11)
| Size: zero..32
+-- CR-- EnumVal usmUserStorageType(12)
| matter Convention: StorageType
| Values: other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)
+-- CR-- EnumVal usmUserStatus(13)
matter Convention: RowStatus
Values: active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)

Well, thats nice however what will it mean?

To summarize the foremost significantly every user incorporates a name (called a securityName) associate degree authentication sort (authProtocol) and a privacy sort (privProtocol) similarly as associated keys for every of those (authKey and privKey).

Authentication is performed by employing a users authKey to sign the message being sent. The authProtocol may be either MD5 or SHA at this point. authKeys (and privKeys) area unit generated from a passphrase that has got to be a minimum of eight characters long.

Authentication is performed by employing a users privKey to code the info portion the message being sent. The privProtocol may be either AES or DES.

Messages may be be sent unauthenticated, echt, or echt and encrypted by setting the securityLevel to use.

All of this info is passed to commands exploitation the instruction arguments delineated within the table below. in addition, you'll be able to place default values in your ~/.snmp/snmp.conf files exploitation the tokens per the third column.

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT