wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

MikroTik Networking Quiz

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

Which command is used to view the current IP address configuration on a MikroTik RouterOS device?

a)

/ip address print

b)

/interface print

c)

/system resource print

d)

/ip route print

2.

What is the default username for logging into MikroTik RouterOS for the first time?

a)

admin

b)

root

c)

user

d)

mikrotik

3.

Which chain in the MikroTik firewall is responsible for filtering packets destined for the router itself?

a)

forward

b)

input

c)

output

d)

prerouting

4.

To allow remote Winbox access only from the 192.168.1.0/24 network, which firewall rule should be used?

a)

Allow input chain for port 8291 from 192.168.1.0/24

b)

Allow forward chain for port 8291 from 192.168.1.0/24

c)

Allow output chain for port 8291 from 192.168.1.0/24

d)

Allow input chain for port 80 from 192.168.1.0/24

5.

Which protocol is commonly used for site-to-site VPNs in MikroTik RouterOS?

a)

PPTP

b)

L2TP

c)

IPsec

d)

SSTP

6.

What is the main purpose of the "Simple Queue" feature in MikroTik RouterOS?

a)

To monitor network traffic

b)

To manage bandwidth allocation

c)

To configure firewall rules

d)

To set up VPN tunnels

7.

Which command is used to add a new user in MikroTik RouterOS?

a)

/user add

b)

/system user add

c)

/add user

d)

/user new

8.

What tool in MikroTik RouterOS can be used to monitor real-time traffic on interfaces?

a)

Torch

b)

Ping

c)

Netwatch

d)

Traceroute

9.

Which of the following is NOT a valid method for connecting to MikroTik RouterOS?

a)

Winbox

b)

SSH

c)

Telnet

d)

FTP

10.

What is the default port for Winbox access on MikroTik devices?

a)

22

b)

80

c)

8291

d)

443

11.

Which firewall chain should be used to filter packets passing through the router from one network to another?

a)

input

b)

output

c)

forward

d)

postrouting

12.

In MikroTik, which feature allows you to limit the maximum upload and download speed for a specific user?

a)

Firewall

b)

Simple Queue

c)

Netwatch

d)

DHCP Server

13.

Which VPN protocol in MikroTik supports encryption by default?

a)

PPTP

b)

L2TP

c)

IPsec

d)

PPPoE

14.

What is the function of the "/tool graphing" feature in MikroTik RouterOS?

a)

To create firewall rules

b)

To visualize bandwidth usage over time

c)

To configure VPN tunnels

d)

To add new users

15.

Which command would you use to see all active users currently logged into the MikroTik router?

a)

/user print

b)

/active user print

c)

/tool user-manager user print

d)

/system resource print

16.

What is the primary purpose of the "Netwatch" tool in MikroTik RouterOS?

a)

To monitor the status of remote hosts

b)

To manage user accounts

c)

To configure firewall rules

d)

To set up VPN tunnels

17.

Which of the following is used to prioritize certain types of traffic over others in MikroTik?

a)

Simple Queue

b)

Firewall Filter

c)

Queue Tree

d)

DHCP Lease

18.

To create a user with read-only access in MikroTik, which group should the user be assigned to?

a)

full

b)

write

c)

read

d)

admin

19.

Which log facility in MikroTik RouterOS is used to record firewall events?

a)

system

b)

firewall

c)

info

d)

error

20.

What is the effect of the following command in MikroTik RouterOS: `/ip firewall filter add chain=input action=drop in-interface=ether1`?

a)

Drops all outgoing packets on ether1

b)

Drops all incoming packets to the router on ether1

c)

Accepts all incoming packets to the router on ether1

d)

Accepts all outgoing packets on ether1