IPv4 Class B addresses have their first two bits as 10 in binary. The range for Class B starts at 128.0.0.0 and goes up to 191.255.255.255, which in binary representation begins with 10xxxxxx.
MTCNA Course Material – IP Addressing and Classes:
“Class B IP addresses are identified by the first two bits being 10. This corresponds to IP addresses from 128.0.0.0 to 191.255.255.255.”
René Meneses MTCNA Study Guide – Address Classes:
“Class B: 128.0.0.0 – 191.255.255.255. Binary pattern: 10xxxxxx.”
Terry Combs MTCNA Notes – IP Addressing:
“The first octet of a Class B address starts with binary 10, followed by 6 variable bits.”
Other options:
A. 01xxxxxx: incorrect (used for experimental/reserved ranges)
B. 0xxxxxxx: represents Class A
D. 110xxxxx: indicates Class C
Final Answer: C QUESTION NO: 102 [RouterOS Introduction – Protocols]
Which of the following protocols uses both TCP and UDP?
A. FTP
B. SMTP
C. Telnet
D. DNS
Answer: D
DNS (Domain Name System) can use both UDP and TCP. Typically:
UDP port 53 is used for standard DNS queries due to its lower overhead.
TCP port 53 is used for DNS zone transfers and when DNS responses exceed the UDP packet size (e.g., DNSSEC).
MTCNA Course Material – Protocol Overview:
“DNS uses UDP port 53 for standard queries and TCP port 53 for zone transfers or large responses.”
René Meneses MTCNA Study Guide – Protocol Functions:
“DNS can operate over UDP and TCP. UDP is faster and used for most lookups. TCP is used when the payload is too large or for zone transfers.”
MikroTik Wiki – DNS Protocols:
“DNS primarily uses UDP 53. For zone transfers (AXFR), TCP 53 is used.”
Other options:
A. FTP uses TCP (ports 20/21)
B. SMTP uses TCP (port 25)
C. Telnet uses TCP (port 23)
Only DNS uses both TCP and UDP.
Final Answer: D QUESTION NO: 103 [RouterOS Introduction – IP Fundamentals]
What protocol is used to find the hardware address of a local device?
A. RARP
B. ARP
C. IP
D. ICMP
Answer: B
ARP (Address Resolution Protocol) is used to resolve IP addresses to MAC (hardware) addresses on a local network.
MTCNA Course Material – ARP & Layer 2 Communication:
“ARP translates an IP address to a MAC address on local networks. It is necessary for IP communication within a broadcast domain.”
René Meneses MTCNA Study Guide – ARP Explanation:
“When sending to a local IP, the host first uses ARP to determine the hardware address. This is done through broadcast ARP requests.”
MikroTik Wiki – ARP Functionality:
“RouterOS uses ARP to associate IP addresses with hardware (MAC) addresses in the LAN.”
Other options:
A. RARP is Reverse ARP, outdated and rarely used.
C. IP is the higher-layer addressing protocol.
D. ICMP is used for ping and diagnostics.
Only ARP (Option B) is correct.
Final Answer: B QUESTION NO: 104 [RouterOS Introduction]
Which of the following are TCP/IP protocols used at the Application layer of the OSI model?
IP
TCP
Telnet
FTP
TFTP
A. 1 and 3
B. 1, 3 and 5
C. 3, 4 and 5
D. All of the above
Answer: C
In the OSI model:
Application layer protocols include Telnet, FTP, and TFTP.
IP is a Network Layer (Layer 3) protocol.
TCP is a Transport Layer (Layer 4) protocol.
MTCNA Course Material – OSI Model and Protocols:
“Application layer protocols provide services to user applications. Examples include FTP, TFTP, Telnet. TCP and IP operate at lower layers.”
René Meneses MTCNA Study Guide – TCP/IP Stack:
“Telnet, FTP, and TFTP are Application layer protocols. IP belongs to Layer 3. TCP is at Layer 4.”
Terry Combs MTCNA Notes – OSI Reference Model:
“Layer 7 (Application): FTP, HTTP, Telnet, TFTP.
Layer 4: TCP, UDP
Layer 3: IP”
Only Options 3 (Telnet), 4 (FTP), and 5 (TFTP) are Application layer protocols.
────────────────────────────────────────────────────────────