Questions tagged [qos]

Quality-Of-Service (QoS) is the management of system resources, network or otherwise, to apply greater returns with minimal overhead, providing a measurable increase in performance.^1 ^2 ^3

Application QoS is related to thread management or Interprocess Communication (IPC) management as it relates to hardware and software resource access.

"In the field of computer networking and other packet-switched telecommunication networks, quality of service refers to traffic prioritization and resource reservation control mechanisms rather than the achieved service quality. Quality of service is the ability to provide different priorities to different applications, users, or data flows, or to guarantee a certain level of performance to a data flow."

199 questions
-1
votes
1 answer

AUTOSAR Quality of service goals

I am carrying out a research on the QoS mechanisms in AUTOSAR. Can any one please let me know on which OSI layer AUTOSAR resides on?
Anonymous
  • 33
  • 5
-1
votes
1 answer

Correct iptables settings for QoS in RPi 2?

My Raspberry Pi 2 is configured as access point, working with the following iptables settings: iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE iptables -A FORWARD -i eth0 -o wlan0 -m state --state RELATED,ESTABLISHED -j ACCEPT iptables -A…
elmazzun
  • 1,066
  • 2
  • 18
  • 44
-2
votes
1 answer

Why am I unable to prioritize TCP traffic using ToS fields?

I am trying to prioritize TCP traffic using ToS field in IP header. I am saturating the interface(ethernet) by sending 1GB data through iperf with ToS field set to 0x10 (Minimize-Delay). I then start another TCP client with default ToS…
Varun
  • 1
  • 2
-2
votes
1 answer

how to limit wifi speed to all devices (PCs and Wifi devices) connected to a network using Qos settings

My brother and Uncle is using most of the wifi speed by playing online games and downloading movies. How to limit wifi speed for both of their devices, so that i can use the data with good speed. Pls share step by step QoS settings for this router,…
David
  • 1
1 2 3
13
14