Community discussions

MikroTik App
 
desi
just joined
Topic Author
Posts: 22
Joined: Sat Jul 04, 2009 2:41 pm

ICMP packet prioritization

Thu Jan 07, 2010 7:55 pm

When Router OS performs packet processing, are ICMP ping packets prioritized higher or lower or same as other packet traffic.
 
User avatar
Chupaka
Forum Guru
Forum Guru
Posts: 8716
Joined: Mon Jun 19, 2006 11:15 pm
Location: Minsk, Belarus
Contact:

Re: ICMP packet prioritization

Thu Jan 07, 2010 9:06 pm

no priorities by default. you may use queues for prioritizing
 
desi
just joined
Topic Author
Posts: 22
Joined: Sat Jul 04, 2009 2:41 pm

Re: ICMP packet prioritization

Thu Jan 07, 2010 10:58 pm

Thanks - I agree from a forwarding perspective.

More specifically, is Router OS architecture single or multiple threaded with priority support. For example, if the OS gets ICMP packet, SNMP request and OSPF routing update at the same time, which one will it process first or is it on first come first basis. (aka FIFO)
 
User avatar
Chupaka
Forum Guru
Forum Guru
Posts: 8716
Joined: Mon Jun 19, 2006 11:15 pm
Location: Minsk, Belarus
Contact:

Re: ICMP packet prioritization

Thu Jan 07, 2010 11:17 pm

as for packet receiving, it's FIFO. but take into account, that other packets can be received and sent to router facilities before some internal process is processing the packet. so it's multithreaded (but w/o internal 'priority' system)