Answer:Cache memory
Explanation:
Cache memory is the fastest system memory, required to keep up with the CPU as it fetches and executes instructions. The data most frequently used by the CPU is stored in cache memory. The fastest portion of the CPU cache is the register file, which contains multiple registers.
Answer:
1010 0111 1101 1111
Explanation:
A = 10 in decimal = 1010 in binary
7 = 7 in decimal = 0111 in binary
D = 13 in decimal = 1101 in binary
F = 15 in decimal = 1111 in binary
Therefore 0xA7DF = 1010 0111 1101 1111 in binary
Answer:
Subnetting is when a large network is divided into small networks and supernetting is when small networks are combined into a large network.
Explanation:
Subnetting is the inverse process of supernetting. Subnetting is about partitioning a network into several smaller sub-networks to decrease address depletion. Supernetting is to merge various networks into a single one to fasten the routing process.