Answer:
3 bits
Explanation:
Capacity of main memory=16 Bytes=24
The number of address bits= 4 bits.
The size of the word= 1 Byte=20
The word bits=0.
Number of lines =4
Number of sets required=21
The sets bits is =1
The number of offset bits=20=0
Number of tag bits= total number of address bits - (word bits + offset bits + set bits)
= 4 - 0 -0- 1
= 3 bits
<span>tunneling Term used
process of encasing one protocol or packet inside another protocol or packet</span>
Answer:
Explanation:
A constant is a name that references a value that cannot be changed while the program runs
Example in Javascript:
const x = 5;
cannot be reassign x
wronged: x = 10; (will throw an error try to assign value to constant variable)
To ensure that multiple backups of the server are available for restores you should Modify the frequency of the scheduled backup.
a. Modify the frequency of the scheduled backup.
<u>Explanation:</u>
To backup system normal and good practices schedule every day either different folder, which is further classified day of a week name. For example Sunday, Monday, Tuesday Wednesday, Thursday, Friday Saturday backup schedule will once a week.
Suppose Monday backup schedule run once a week at midnight of every Monday, same away Tuesday backup schedule run once a week at midnight of every Tuesday. If we schedule weekly one day folder end user will have 6 last days folder so that end user can restore the data any point of time.