Questions tagged [qos]

Quality of service (QoS) is the overall performance of a telephony or computer network, particularly the performance seen by the users of the network.

To quantitatively measure quality of service several related aspects of the network service are often considered, such as error rates, bandwidth, throughput, transmission delay, availability, jitter, etc.

Quality of service is particularly important for the transport of traffic with special requirements. In particular, much technology has been developed to allow computer networks to become as useful as telephone networks for audio conversations, as well as supporting new applications with even stricter service demands.

Read more

186 questions
0
votes
1 answer

tc-sfq alternative that limits by bytes?

Is there an alternative to tc-sfq (Stochastic Fairness Queueing) that allows to configure a limit based on the packet size (total bytes) instead of packet count? The reason for this is that given a packet size of 50 bytes, one htb class…
xnor
  • 324
  • 3
  • 10
0
votes
1 answer

New NetQosPolicy

I am attempting to set up a new quality of service for VoIP on windows 8.1. As I do not have Pro the "gpedit.msc" is unavailable so I am utilizing Windows Power Shell to create a Quality of Service Policy with the New-NetQosPolicy parameter. …
user3749800
  • 63
  • 1
  • 2
  • 9
0
votes
3 answers

Inconsistent packet delivery by NIC, NIC performance measurement

One of our customers experiences problem with our streaming application (win32). It seems like UDP (RTP) packets that should be sent by the application with some constant interval (say 20 ms) are actually sent with a greatly variable deltas (say…
Boris
  • 1,039
  • 9
  • 33
0
votes
1 answer

Lync 2010 - Primary key relationship betweeen QOS and CDR database records

Does anyone know what tables/fields are used to uniquely tie the records in the "lcsCDR" call detail records database to the Quality of Service "QOEMetrics" db? Currently using CnfDateTime but it does not give exact match for some reason! Thanks in…
Shanyman
  • 41
  • 6
0
votes
1 answer

Why DSCP always 0x00 (default) on Windows 7?

I send (TOS/DSCP 12 for audio and 10 for control) packets, and trace them on Wireshark, but all I see is 0x00 on DSCP field, always. Why is that? I already tried to set the "DisableUserTOSSetting" field on registry to zero, didn't help. Any other…
NettaD
  • 13
  • 1
  • 7
0
votes
1 answer

Does the Differentiated Services Field have any effect in the real world

We deliver realtime data to a large number of cellphone users worldwide, and toying with the idea of marking the data using the Differentiated Services Field in the packets to ensure the data gets there in a timely manner. Our data seems perfect for…
Alexp
  • 510
  • 4
  • 12
0
votes
1 answer

Establish signal strength impact on wifi network speed

I'm developing a network support framework (initially for Android) which includes three basic services: Host discovery, Network Communication, and QoS Monitor. For the last service, I'm trying to implement a method that returns the maximum Messages…
Federico Cristina
  • 2,055
  • 1
  • 17
  • 33
0
votes
1 answer

QOS for UDP on Linux or any other UNIX-like platform

I am doing some research related to QOS for UDP sending application. My application is sending UDP packets over possibly loaded networks. It does so with little bandwidth requirements when compared to, say, BitTorrent over UDP. Since my flows are…
wilx
  • 16,767
  • 5
  • 53
  • 109
0
votes
1 answer

Dscp value in IP header for TCP SYN/SYN ACK

I have TCP client and server sockets and I have set the socket option IP_TOS on both the client and server socket with different values(say Client dscp = 0x21 and Server Dscp = 0x38). Now when I am trying to connect to the server the syn Packet…
abhihdr03
  • 11
  • 4
0
votes
1 answer

Windows RSVP QoS service is stopped when no QoS-socket active. Can that be changed?

We have a program that uses QoS-sockets, our softphone application uses QoS for the RTP. That application is normally left running, sometimes however it is restarted. (Stop, wait 300ms, start.) We have found that when the softphone-application is…
leiflundgren
  • 2,716
  • 7
  • 31
  • 53
0
votes
1 answer

Simplest QoS strategy for my RESTful Web Service

My RESTful Spring based Web Service receives differentiated user requests, say Gold, Silver and Bronze, where Gold requests have maximum priority, Bronze lowest one. So I want to implement some simple type of differentiated service provisioning.…
user1781028
  • 1,348
  • 3
  • 19
  • 44
0
votes
2 answers

Unable to set speed limit using tc tbf

I am using tc to do QOS on an asterisk server. I want to prioritize voice and sip traffic but also cap all the rest to a fixed limit. Here is my script: #!/bin/bash IFACE=eth1 UPSPEED=1.5mbit tc qdisc del dev $IFACE root tc qdisc add dev $IFACE…
Yan Hudon
  • 41
  • 6
0
votes
1 answer

bandwidth/QOS test - paid or free

I have to support a video rich web site. Many of the users are on a city/municipal computer and network. When a user reports a performance issue (video slow to load or hanging) we verify server and backbone and multiple endpoints. We are working…
phoenixAZ
  • 269
  • 2
  • 16
0
votes
1 answer

scapy receive waiting for 2 packets

I'm trying to perform http QoS with scapy. For the scanner, I need to get the connection time, the time between my GET, the begin of datas sent (the ACK from the server) and finally: the end of data. I have written that: …
user1789326
  • 141
  • 1
  • 8
0
votes
1 answer

QoS trough UPnP for improved VoIP quality on wireless lans

I'm working on an application that does VoIP, Cam-streaming and file transfers at the same time. Currently it runs under Windows, OS X, Android and iPhone/iPad. As you may understand, this can create quite some network traffic, especially if several…
jgaa
  • 270
  • 3
  • 13
1 2 3
12
13