PPP Secrets is a user authentication mechanism used in MikroTik RouterOS for various PPP-based services. These include: * PPP (Point-to-Point Protocol) * PPPoE (PPP over Ethernet) * PPTP (Point-to-Point Tunneling Protocol) * L2TP (Layer 2 Tunneling Protocol) Each client authenticates with a username/password combination defined under PPP # Secrets. PPP Secrets is not used for: * IPSec clients ##They use peer configurations and policies * Router users (Winbox/WebFig) ##Use system # users, not PPP secrets MTCNA PPP Chapter - Secrets Authentication: "PPP Secrets are used for all PPP services: PPP, PPPoE, L2TP, and PPTP. It defines usernames, passwords, profiles, and IP bindings." Rene Meneses Guide - Tunnels and PPP: "Any PPP-based tunnel uses PPP secrets for login validation. This includes local dial-in and remote VPN tunnels." Terry Combs Notes - PPP Authentication Table: "PPP Secrets = for PPP, PPPoE, PPTP, and L2TP. Not for IPSec or Winbox."
Question 27
You need to reboot a RouterBoard after importing a previously exported rsc file to activate the new configuration.
Correct Answer: A
Question 28
How many collision domains are created when you segment a network with a 12-port switch?
Correct Answer: D
Each port on a switch creates its own collision domain. Unlike hubs (which extend a single collision domain), switches segment each interface, allowing full-duplex communication and eliminating collisions. MTCNA Course Material - Ethernet Switching Concepts: "Each switch port is a separate collision domain. A 24-port switch creates 24 separate collision domains." Rene Meneses MTCNA Study Guide - Collision and Broadcast Domains: "Switches break up collision domains per port, unlike hubs." Therefore, a 12-port switch creates 12 individual collision domains.
Question 29
Which of the following is NOT a valid MAC Address?
Correct Answer: A
AMAC (Media Access Control) addressis aunique identifier assigned to network interfacesfor communications at the data link layer (Layer 2 of the OSI model). A MAC address is: * Always48 bits(6 bytes) long * Represented in12 hexadecimal characters * Grouped into6 pairsseparated by colons or dashes (e.g., 00:1A:2B:3C:4D:5E) * Contains onlyhexadecimal characters (0-9, A-F) Extract fromRene Meneses MTCNA Study Guide: "A MAC address is a 48-bit value, represented as 6 groups of two hexadecimal digits (00 to FF). Any character outside this range is not valid. For example, 80:GF:AA:67:13:5D is invalid because 'G' is not a valid hexadecimal digit." Extract fromTerry Combs MTCNA Notes - MAC Addressing Section: "Valid MAC addresses contain only 0-9 and A-F. A common mistake in training exams is to insert an invalid character like G or H into a MAC, which instantly makes it incorrect." Extract fromMikroTik Wiki - MAC Address Format Page: "MAC addresses are six octets long and use hexadecimal format only. Hexadecimal numbers go from 0-9 and A-F. If a character appears outside that range, the address is invalid." Now let's evaluate each option: * Option A: 80:GF:AA:67:13:5D#Contains the letter"G", whichdoes not belong to the hexadecimal system. That makes this addressinvalid. * Option B: 95:B5:DD:EE:78:8A#All characters are valid hex (9, 5, B, D, E, 7, 8, A) * Option C: 88:0C:00:99:5F:EF#All valid characters. * Option D: EA:BA:AA:EE:FF:CB#Hex only - valid. * Option E: 13:16:86:53:89:43#Also valid hex - no issue. So,Option A is the only invalid MAC address.
Question 30
How many collision domains are created when you segment a network with a 12-port switch?