Media network design
Jan 1, 2011 12:00 PM, By Brad Gilmer
Paying attention to network architecture can keep media networks operating efficiently.
Figure 1. Media network traffic and business network traffic should not be mixed.
Select figure to enlarge.
Professional media has special characteristics that must be considered when transporting this content over computer networks. (See the September article “System administration” online at http://broadcastengineering.com/storage_networking/system-administration-0810.) These characteristics can affect everything from router design to disk drive throughput. But nowhere are these characteristics more important than in the layout and configuration of your computer network and in the configuration of key networking components. This month's article will cover networking basics regarding the design and deployment of media networks.
IP over Ethernet is the most ubiquitous networking available by far. Working with professional media, you may encounter other networking technologies such as Fibre Channel, which is used to connect high-performance storage devices, and IP over SONET (Synchronous Optical NETworks), which is used for long-haul video-over-IP applications. However, for this basic article, we'll stick with IP over Ethernet.
I am going to assume that you already have a pretty good knowledge of computer networking basics. If not, there are many excellent basic references available. I happen to like the books published by Cisco.
The focus of this article is to provide practical guidelines for media networks. Here are some points to consider:
Media networks and business networks should not be mixed.
Careful attention should be paid to routers to ensure that network traffic goes where it should and does not go where it should not.
Use the right wire, the right connectors, the right wall plates and the right technique.
Not mixing media networks and business networks
It is important that the traffic on media networks and business networks not be mixed. There are many reasons to keep them separated:
It increases security. Media networks are at the heart of our facility. Keeping office traffic separate from media network traffic increases security and reduces the risk of outages caused by human error.
It allows you to deploy high-capacity networks where they are needed. Media networks move very large files. Keeping the networks separate allows you to deploy high-speed networking where it is needed without having to build out the entire facility using the same transport. You may choose to use 10GigE fiber in the media network but less expensive unshielded twisted pair (UTP) GigE or 100BASE-T to business desktops.
It avoids affecting office network performance with large file transfers on the media network. Even if you deploy high-speed networking technology, the performance of the media network may slow when several clients move large media files at the same time. Some decrease in speed at peak times may be acceptable on the media network, but business office personnel probably will not accept having their systems slow down every afternoon as editors and graphics operators begin preparing for evening newscasts.
It keeps a networking component failure in the office network from propagating into critical on-air operations. I have seen two separate cases where a network card began chattering constantly. In both cases, the network became unusable because of all the traffic generated by the faulty card. Proper network design, including isolating network traffic to business units, will keep a failure in one area from affecting the entire facility.
It follows engineering best practices. There are a number of other reasons it is a good idea to segment networks according to business unit functionality or according to some other method. I do not have enough space to list them all here, but suffice it to say that for many reasons, it is a best practice to segment network traffic by area.
Separate networks isolate traffic
The first step in separating traffic is to create separate networks. You do this both by physically separating the networks (separate cables and hardware, etc.) and by giving them different network addresses. It is possible to run two logically separate networks on the same physical wires, but unless you use a virtual local area network (VLAN), this will have unintended consequences. We will talk more about this below.
Using the simple example shown in Figure 1, the business network is on one physically separate network, and the broadcast core is on another physically separate network. The Internet connects to the facility through a firewall/router, and the two networks are connected through a firewall/router.
You could give both networks the same addresses, but as soon as you tried to allow any communications between the two networks, problems would result. Entire books have been written on network addressing, but for now, there are two types of IP network addresses — public and private.
In a typical network, something called the subnet mask determines which part of the address refers to the network and which part refers to the host or computer. For example, given the network address 10.0.0.0 and a subnet mask of 255.255.255.0, we can determine that the network address is 10.0.0 and that there are 254 addresses available in the range of 10.0.0.1 through 10.0.0.255. In this case, the address is of the form nnn.nnn.nnn.hhh, where nnn.nnn.nnn indicates a network address and hhh indicates a host address. Thus, we could assign business computers addresses starting at 10.0.0.2. (Convention reserves 10.0.0.1 for the network router.)
On the broadcast core, we can choose another network address, say 10.0.1.0, and then begin assigning addresses from 10.0.1.2 to equipment on this network. We have created two separate physical networks with two separate logical network address spaces. But how do you get traffic from one network to another?
Pay careful attention to routers
If you configured the computers in Figure 1, as described above, and connected them all to the same switch, you would quickly find that the business computers could talk to each other and the broadcast core computers could talk to each other, but that business computers could not talk to broadcast core computers (and vice versa). It may seem that we have achieved our objective, but there is a problem. As soon as a media client begins a large transfer, the business network would be affected by that traffic. This presents a challenge. How do we keep these two networks from affecting each other, but allow selected computers on each network to communicate with each other? One way is to use a VLAN. Another, perhaps better way, is to use routers and firewalls. The main purpose of a router is to route traffic from one network to another. The router/firewall in Figure 1 is carefully programmed to allow only particular types of messages from specific computers to communicate across the network boundary. Traffic on the media network is never seen on the office network switch and vice versa. The goal has been achieved.
Continue on next page
| Want to use this article? Click here for options! |





















