What configuration is added by /ip Hot-Spot setup command? (select all that apply)
Correct Answer: A,E
Question 8
In a network with dozens of switches, how many root bridges would you have?
Correct Answer: D
Question 9
Action=redirect is applied in:
Correct Answer: C
The redirect action is only valid in the dstnat chain. It is used to redirect traffic to a service running on the router itself (e.g., redirecting HTTP to a local proxy server). * A.#srcnat - Not compatible with redirect * B.#forward - Redirect doesn't apply in this chain * C.#dstnat - This is the correct and only supported chain for action=redirect Extract from Official MTCNA Course Material - NAT Actions: "The redirect action is used within the dstnat chain to forward packets to the router's local services." Extract from MikroTik Wiki - NAT Rule Actions: "Redirect is used in dstnat chain and changes destination address to a local router IP and port."
Question 10
What is the main reason the OSI model was created?
Correct Answer: C
The OSI (Open Systems Interconnection) model was developed by the ISO (International Standards Organization) to provide a universal standard for network communications. Its primary goal is to enable interoperability between different systems and vendors by establishing a common networking framework. MTCNA Course Material - OSI Model Purpose: "The OSI model helps standardize networking so that different systems and networks can communicate." Rene Meneses MTCNA Study Guide - OSI Principles: "The model was designed to guide product developers and facilitate communication between heterogeneous network systems." Other options: * A: The OSI was not intended to be "larger" than DoD model * B: Helpful benefit, but not the main reason for creation * D: Incorrect and vendor-specific (not factual)