9.5 Audio & Video Conferencing: Protocols, Codecs & Educational Deployment
Key Takeaways
- Audio and video conferencing is synchronous, real-time, two-way communication, in contrast with the asynchronous delivery of recorded lectures and repository content.
- H.323 is the ITU-T umbrella standard for packet-network conferencing, SIP is the competing IETF signalling protocol, and WebRTC delivers browser-native conferencing without any client installation.
- A codec (coder-decoder) compresses and decompresses the media stream: H.264/AVC remains the interoperability baseline, while H.265/HEVC, VP9 and AV1 deliver comparable quality at materially lower bitrates; a Multipoint Control Unit bridges three or more endpoints into a single conference, whereas a point-to-point call connects exactly two endpoints without a bridge.
- ITU-T Recommendation G.114 sets a one-way mouth-to-ear delay of up to 150 milliseconds as acceptable for most interactive conversation, with quality degrading progressively beyond that threshold.
- India's conferencing backbone for education is the National Knowledge Network, and A-VIEW is the indigenous multi-modal e-learning conferencing platform developed under the National Mission on Education through ICT.
Audio & Video Conferencing: Protocols, Codecs & Educational Deployment
Quick Answer: Unit 8 lists "Audio and Video-conferencing" as a distinct bullet. Conferencing is synchronous communication — participants are present simultaneously and exchange media in real time — which separates it from the asynchronous repositories and recorded courseware of Section 9.4. The examinable core is the protocol stack (H.323 from the ITU-T, SIP from the IETF, WebRTC in the browser), the codec that compresses the stream, the Multipoint Control Unit (MCU) that bridges three or more endpoints, and the bandwidth–latency–jitter triad that determines perceived quality.
1. Synchronous and Asynchronous Communication
| Synchronous | Asynchronous | |
|---|---|---|
| Temporal requirement | All participants present at the same moment | Participants engage at times of their own choosing |
| Instances | Audio conference, video conference, live webinar, virtual classroom, instant messaging | Email, discussion forum, recorded lecture, SWAYAM course video, learning-repository content |
| Pedagogical strength | Immediate clarification, live negotiation of meaning, social presence, accountability | Reflection time, self-pacing, accommodation of geography and time zones |
| Principal weakness | Scheduling burden, bandwidth dependence, no replay unless recorded | Delayed feedback, weaker social presence, higher attrition |
[!NOTE] Terminology examiners test. A webcast is one-to-many and broadcast-only; a webinar is one-to-many with a limited return channel (chat, polls, raised hands); a web conference is many-to-many with full bidirectional media. Teleconferencing is the generic umbrella term covering audio, video and data conferencing alike.
2. Audio Conferencing
Audio conferencing connects three or more participants in a single voice call. Two delivery paths exist:
- Circuit-switched (PSTN) bridge: participants dial a conference bridge over the public switched telephone network. Reliable and bandwidth-light, but costly over distance and limited to voice.
- Voice over Internet Protocol (VoIP): the voice signal is digitised, packetised and carried over IP. Marginal cost approaches zero and the call integrates with data sharing, at the price of dependence on network quality.
A further distinction is duplex mode. Half-duplex permits transmission in only one direction at a time, so a speaker must stop before another can be heard — the walkie-talkie model. Full-duplex permits simultaneous bidirectional transmission and is required for natural conversational overlap; all modern conferencing is full-duplex.
3. Video Conferencing Architecture
Point-to-Point vs. Multipoint
- Point-to-point: exactly two endpoints exchange media directly. No bridging infrastructure required.
- Multipoint: three or more endpoints are joined through a Multipoint Control Unit (MCU), which receives every incoming stream, mixes or composites them, and redistributes a combined stream. The MCU also enforces the layout — continuous presence (a tiled grid of all participants) or voice-activated switching (full-screen display of whoever is currently speaking).
A modern alternative is the Selective Forwarding Unit (SFU), which forwards streams without transcoding them, reducing server processing cost at the expense of higher client-side bandwidth.
The Protocol Families
| Protocol | Standards Body | Character |
|---|---|---|
| H.323 | ITU-T | The original umbrella standard for real-time audio, video and data over packet networks; heavyweight, binary-encoded, dominant in legacy hardware room systems |
| SIP (Session Initiation Protocol) | IETF | Text-based application-layer signalling for creating, modifying and terminating sessions; the modern interoperability standard |
| RTP / RTCP | IETF | Real-time Transport Protocol carries the actual media payload; RTCP carries the quality-control and statistics channel |
| WebRTC | W3C and IETF | Browser-native real-time communication using JavaScript APIs; requires no plug-in or client installation and underpins most current web conferencing |
[!WARNING] Do not conflate signalling with transport. H.323 and SIP set up, manage and tear down the session; RTP actually carries the media. Options that describe SIP as the protocol that transports audio and video are the standard distractor.
4. Codecs and Compression
A codec — coder-decoder — compresses media at the sender and reconstructs it at the receiver. Uncompressed video is far too large for practical transport, so codec efficiency directly determines the bandwidth a given quality requires.
| Codec | Body | Note |
|---|---|---|
| H.264 / AVC | ITU-T and ISO/IEC (MPEG) | The universal interoperability baseline; supported by effectively every endpoint |
| H.265 / HEVC | ITU-T and ISO/IEC | Successor to H.264, delivering comparable quality at substantially lower bitrate; encumbered by licensing complexity |
| VP9 | Royalty-free, widely used in browser-based conferencing and streaming | |
| AV1 | Alliance for Open Media | Royalty-free successor to VP9 with further efficiency gains |
| G.711 / G.722 / Opus | ITU-T (G-series), IETF (Opus) | Audio codecs; Opus is the adaptive wideband codec used by WebRTC |
5. The Quality Triad: Bandwidth, Latency, Jitter
- Bandwidth is the channel's data-carrying capacity. Insufficient bandwidth forces the codec to shed resolution or frame rate.
- Latency is end-to-end delay. ITU-T Recommendation G.114 specifies a one-way mouth-to-ear delay of up to 150 milliseconds as acceptable for most interactive conversation; between 150 and 400 milliseconds quality degrades but remains usable for some applications, and beyond 400 milliseconds interaction breaks down into turn-taking collisions.
- Jitter is variation in packet arrival time. It is absorbed by a jitter buffer, which trades a small amount of added latency for smooth playback.
- Packet loss removes media data outright; concealment algorithms interpolate, but sustained loss produces audible dropouts and visible artefacts.
Quality of Service (QoS) mechanisms prioritise real-time media over bulk data on a congested link, which is why an institutional conference on a managed network outperforms the same call on an unmanaged connection at nominally equal bandwidth.
6. India's Educational Conferencing Infrastructure
- National Knowledge Network (NKN): a national multi-gigabit backbone interconnecting universities, research laboratories, libraries and government institutions. It is the substrate over which high-quality inter-institutional conferencing, remote-triggered laboratories and collaborative research sessions run.
- A-VIEW (Amrita Virtual Interactive E-learning World): an indigenous multi-modal e-learning and video-conferencing platform developed by Amrita Vishwa Vidyapeetham under the National Mission on Education through ICT (NMEICT), designed to deliver live instruction to large numbers of remote classrooms at low bandwidth.
- SWAYAM PRABHA: direct-to-home educational television channels. Note carefully that this is broadcast and asynchronous, not conferencing — a frequent examination trap.
- Institutional platforms: Zoom, Google Meet, Microsoft Teams and Cisco Webex are the commercial platforms in routine academic use.
7. Pedagogical Application and Limits
Applications: live virtual classrooms across campuses; remote expert guest lectures; doctoral viva voce and interview panels; teacher professional development at scale; supervision of research scholars at distant centres; academic conferences and collaborative seminars.
Limits: the technology reproduces transmission, not participation. Large multipoint sessions collapse into passive viewing unless the instructor deliberately engineers interaction through polls, breakout rooms, structured questioning and shared documents. Bandwidth inequity also makes synchronous delivery regressive — learners on constrained connections are systematically disadvantaged — which is precisely why India's open and distance learning strategy pairs synchronous conferencing with asynchronous, low-bandwidth repository content rather than relying on either alone.
During a virtual doctoral viva, four examiners at different institutions join a single session in which all participants are visible simultaneously in a tiled layout. Which component performs the mixing and compositing that produces this layout?
An institutional network engineer reports that the one-way mouth-to-ear delay on a conferencing link has risen to approximately 500 milliseconds. Against which standard is this assessed, and what is the consequence?
A question asks candidates to identify the protocol that actually carries the audio and video payload in a conference, as opposed to the protocol that establishes and terminates the session. Which pairing is correct?
Which of the following Indian initiatives is a broadcast, asynchronous delivery channel rather than a synchronous conferencing platform?