COMPUTER NETWORKING

MULTIMEDIA AND QUALITY OF SERVICE

INTRODUCTION

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
The menu on Winbox that is used to mark data packets or traffic on the network is..
A
tails
B
mangle
C
qos
D
bandwidth
E
ip
Explanation: 

Detailed explanation-1: -A connection mark is a mark that is automatically applied to all packets of a connection. You mark the connection on one packet, and all other packets in the same connection will have the same mark. This is very useful for identifying traffic to a host as well as the return traffic.

Detailed explanation-2: -The POSTROUTING chain in the mangle table is mainly used when we want to do mangling on packets before they leave our host, but after the actual routing decisions. This chain will be hit by both packets just traversing the firewall, as well as packets created by the firewall itself. 10. nat. POSTROUTING.

Detailed explanation-3: -How to set priority. Priority of packets can be set using action=set-priority of IP firewall mangle rules or bridge filter/nat rules. Priority can be set to a specific value or taken from the ingress priority using the from-ingress setting.

There is 1 question to complete.