Q.931 |
|
ITU-T Recommendation Q.931 is the ITU standard ISDN connection control signalling protocol, forming part of Digital Subscriber Signalling System No. 1. Unlike connectionless systems like UDP, ISDN is connection oriented and uses explicit signalling to manage call state: Q.931. Q.931 typically does not carry user data. Q.931 does not have a direct equivalent in the Internet Protocol stack, but can be compared to SIP. Q.931 does not provide flow control or perform retransmission, since the underlying layers are assumed to be reliable and the circuit-oriented nature of ISDN allocates bandwidth in fixed increments of 64 kbit/s. Amongst other things, Q.931 manages connection setup and breakdown. Like TCP, Q.931 documents both the protocol itself and a protocol state machine.
|
QA Lead |
QAL |
Responsible for a project's process and product quality. |
QAM |
Quadrature Amplitude Modulation |
Quadrature amplitude modulation (QAM) is the name of a family of digital modulation methods and a related family of analog modulation methods widely used in modern telecommunications to transmit information. It conveys two analog message signals, or two digital bit streams, by changing (modulating) the amplitudes of two carrier waves, using the amplitude-shift keying (ASK) digital modulation scheme or amplitude modulation (AM) analog modulation scheme. The two carrier waves of the same frequency are out of phase with each other by 90°, a condition known as orthogonality or quadrature. The transmitted signal is created by adding the two carrier waves together. At the receiver, the two waves can be coherently separated (demodulated) because of their orthogonality property. Another key property is that the modulations are low-frequency/low-bandwidth waveforms compared to the carrier frequency, which is known as the narrowband assumption. |
QoS |
Quality of Service |
Quality of service (QoS) is the description or measurement of the overall performance of a service, such as a telephony or computer network or a cloud computing service, 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 packet loss, bit rate, throughput, transmission delay, availability, jitter, etc. |
QSIG |
|
QSIG is an ISDN based signaling protocol for signaling between private branch exchanges (PBXs) in a private integrated services network (PISN). It makes use of the connection-level Q.931 protocol and the application-level ROSE protocol. ISDN "proper" functions as the physical link layer. |
Quality |
|
Software quality CKA. Covers activities designed to ensure that a system and related artifacts have the desired characteristics and conformance to requirements and standards. See CxStand_Quality for more information. |
Quality Assurance |
QA |
Often used as synonym for the quality CKA. Also a subset of the quality CKA covering prevention of defects. |
Quality Assurance Plan |
QAP |
See quality plan. |
Quality Control |
QC |
A subset of the quality CKA covering detection of defects. Usually consists of reviews and testing. |
Quality Plan |
QP |
Documents the quality methods and practices that will be used on a project to support QA and QC, along with coverage plans for project artifacts. Often delegates testing details to the test plan. |
Quick Design Session |
|
When "simple design" choices have far-reaching consequences, two or more developers meet for a quick design session at a whiteboard. |