Answer :
Final Answer:
The correct place where all VLANs are stored is option B. FLASH: a non-volatile storage medium in network devices.
Explanation:
VLAN configurations are stored in the FLASH memory of a network device, such as a switch or a router. FLASH memory is non-volatile storage that retains data even when the device is powered off. It is commonly used to store the device's operating system, configuration files, and other essential data.
When you configure VLANs on a network device, the VLAN information, including VLAN IDs, names, and associated ports, is typically stored in a configuration file located in the FLASH memory. This configuration file is read by the device during startup to recreate the VLAN configurations.
NVRAM (non-volatile RAM) is another storage option in network devices, but it is generally used for storing the device's startup configuration, which includes settings like passwords and basic network parameters. VLAN information is not typically stored in NVRAM.
In summary, FLASH memory (option B) is the correct place where all VLANs are stored, making it the appropriate choice for this question.
Learn more about FLASH memory
https://brainly.com/question/17715579
#SPJ11