networked audio: the basics & real-world the basics & real ... · pdf filethe basics &...

Download NETWORKED AUDIO: THE BASICS & REAL-WORLD THE BASICS & REAL ... · PDF fileTHE BASICS & REAL-WORLD APPLICATIONS. ... the seven-layered Open Systems Interconnection (OSI) model and the

If you can't read please download the document

Upload: tranhanh

Post on 12-Feb-2018

223 views

Category:

Documents


2 download

TRANSCRIPT

  • BIAMP SYSTEMS WHITE PAPER

    NETWORKED AUDIO: THE BASICS & REAL-WORLD

    APPLICATIONSBIAMP SYSTEMS WHITE PAPER

    NETWORKED AUDIO: THE BASICS & REAL-WORLD APPLICATIONS

  • Table of Contents

    Executive Summary ........................................................................3

    The Anatomy of a Network ...........................................................4

    Layer 1: Physical ........................................................................5 Layer 2: Data Link .....................................................................5 Layer 3: Internet ........................................................................5 Layer 4: Transport .....................................................................6 Layer 5: Application .................................................................6 To Sum It All Up ........................................................................6

    Network + Audio = Networked Audio ........................................7

    Applications of Networked Audio in the Real World .............8

    Case Study: Denver Museum of Nature and Science ..........9 Case Study: Birmingham Public School District .................10 Case Study: University of Wisconsin - Eau Claire ...............11

    Where Networked Audio Goes From Here ...............................12

    Additional Resources ....................................................................12

    Learn More ........................................................................................12

    Glossary of Terms ...........................................................................13

  • Page 3Biamp Systems | Networked Audio White Paper

    Executive Summary

    As consumer demands for digital communication technology continue to shift and evolve, manufacturers and software vendors are finding it challenging to keep up: from desktop to mobile, analog to digital, and faster this to more portable that. Adding to this challenge is the reality that these mobile and digital devices are now commonplace in both personal and professional environmentsforcing manufacturers, vendors, and integrators to keep up with trends that could change at any moment. Networked audio is among those new forms of digital communication technology that is being adopted at a steadily increasing rate.

    Though used in a number of environments, networked audio is not widely understood. While most AV integrators understand what networks and audio are, explaining how networked audio works, and what its benefits are, requires a deeper dive into the realm typically inhabited by IT. This IT realm is changing quickly to include AV solutions, professionals, and departments.

    In an effort to provide an educational tool for AV integrators and professionals who want to be able to hold their own in the IT space, this white paper will discuss the general components of networked audio, its real world applications, and its promise as a mature digital communication technology.

    A networked audio system

    provides an easily expandable solution as all data is sent and received over standard network infrastructure.

  • Page 4Biamp Systems | Networked Audio White Paper

    The Anatomy of a NetworkThink about a network like the postal service, and computers or network devices as houses with individual addresses. When networked devices talk to each other, they are communicating by putting data/mail into a proverbial mailbox. As the postal service, the network takes the data/mail, processes it through its sorting machines (the layers of a network), and carries it to its designated location (another device).

    In order to equip you with as many technical tools as possible to understand networks and networked audio, youll need to know that there are two models for describing the process of networking: the seven-layered Open Systems Interconnection (OSI) model and the five-layered Transmission Control Protocol and Internet Protocol (TCP/IP) stack. Both models were developed around the same time by different organizations as a means of organizing the processes required for communication of devices via a network into abstract layers. Encompassed within the OSI model is the TCP/IP stack.

    The main difference between the two configurations is that TCP/IP Layer 5 (Application) encompasses Layers 5-7 of the OSI model (see below).

    Application

    Transport

    Internet

    Data Link

    Physical

    Presentation

    Application

    Session

    Transport

    Network

    Data Link

    Physical

    NetworkAccess

    TCP/IP Stack

    OSI Reference Model

    TCP/IP Stack vs. the OSI Model

  • Page 5Biamp Systems | Networked Audio White Paper

    Each of the layers passes data to the layer above it and is served by the layer below it, adding bits to each packet for proper routing over the network, and processing by the end device or program. When data reaches the top layer, it passes over the Cat-5/6 cabling to its designated location. Well describe the purpose of Layers 1-5 of the TCP/IP stack below.

    Layer 1: PhysicalThe physical layer consists of the basic networking hardware of a network (Cat-5/6 cable, fiber, switches, routers, and network interface cards, for example). It defines the means of transmitting raw bits rather than logical data packets over a physical link connecting network nodes. Another way to describe its purpose is that the physical layer translates logical communications requests from the data link layer into hardware-specific operations that affect transmission or reception of electronic signals.

    Layer 2: Data LinkWhen a data/mail packet is sent over the physical network components (wire cabling, network switches, etc.), that sending computer adds its device-specific MAC address to the packet. This addition to the sent data packet now allows devices on the local network to talk to each other. Its like stamping an envelope before putting it in the mailbox: it means this message is ready to be sent.

    MAC addresses only operate on Local Area Networks (LANs). They cannot go through a router because a router will only accept the addressing scheme from Layer 3. So, the MAC address is used specifically for local communications on the network.

    Layer 3: Internet (Network in OSI model)The third layer of a network is responsible for delivering information from one network, through the necessary routers (nodes), and over to another network.

    Whenever a node needs to send data to another node on a network, it must first know where to send it. If the node cannot directly connect to the destination node, it has to send it via other nodes along a proper route to the destination node. Most nodes do not try to figure out which route(s) might work; instead, a node will send an IP packet to a gateway in the LAN, which then decides how to route the package of data to the correct destination. Each gateway keeps track of which way to deliver various packages of data, and for this it uses a routing table. A routing table is a database that keeps track of paths, like a map, and allows the gateway to provide this information to the node requesting the information.

    For example, when you send an email, the data goes to a router at your location, and the router says, The destination IP address isnt in my routing table. Im going to pass you to the outside network. That email keeps passing through router after router until it finally gets to the destination IP address (the email recipient). The primary responsibility of a router is to do just that: route information from one network to another.

  • Page 6Biamp Systems | Networked Audio White Paper

    Layer 4: TransportContinuing with the mail analogy, the transport layer deals with how the packet is delivered from one point to another. IP only provides a best effort delivery, so the transport layer is the first layer of the TCP/IP stack to offer reliability.

    The transport layer handles data flow and error checking. If there are any errors in the packet, the receiver signals the sender and a replacement packet is sent. This process is repeated until the piece of data being transferred is complete. Like the postal service, if a piece of mail has incorrect information on it (wrong name or zip code, for example) it is sent back through the system for correction, and sent out again when the errors are fixed.

    Layer 5: ApplicationThe fifth layer of the TCP/IP model comprises Layers 5-7 of the OSI model: Session, Presentation, and Application.

    This encompassing layer controls the connections between computer applications. It bridges the communication gap between layers by translating the data received from one language to another, from the back-end coding of the data/mail to what we actually see on our computer screen

    To Sum It All Up

    Layer DescriptionLayer 1: The physical components of the network (cables, switches,

    endpoints).

    Layer 2: MAC address is added to data packet, which allows for networking access.

    Layer 3: IP address is located and responsible delivery is attempted.

    Layer 4: Quality of information in data packet is assured.

    Layer 5: Connections to local and remote programs are managed. Data is translated and visually presented on a computer screen.

  • Page 7Biamp Systems | Networked Audio White Paper

    Network + Audio = Networked AudioSimply stated, networked audio is the transporting of audio from one endpoint to another over an Ethernet network. The major benefits include:

    High quality, low latency, multiple channel count. Time syncing and data transfer management. Dynamic control over the routing of digital audio. Large distance connections. Large channel counts ov