VoIP networks face security concerns. How best to address those concerns can be gleaned from experience with regular IP networks.
VoIP comes with all of the risks associated with IP traffic. There are standard IP protocol issues – denial of service problems, routers and switches carrying traffic need to be configured to industry standards, and the like. There are also privacy issues for users. These require rigorous QoS routing to ensure traffic terminates in the appropriate place. Strict separation of user traffic and data associated with callers is also important.
To address these risks, an infrastructure has to be built with security in mind from the get go. When connecting to partners, it is safer to use a DMZ* which faces into the partner’s network as a staging area to bring traffic onto one own network. This affords some protection from network-facing services like VoIP. There is also a need to regulate the type of traffic permitted, where it comes from and where it’s going through rules on routers and firewalls and switches. There is also a lot more logging of connections on these types of network segments. Firewalls, IDSs and IPSs** help identify problem traffic while it’s being attempted rather than after the fact.
Taken together these methods take the long view on VoIP security and help ensure solid protection from the ground up.
* “DMZ” refers to a de-militarized zone, a baston network that is exposed to the Internet. Typically your internet servers live there. You pay more attention to the DMZ and protect your internal network from it as well.
**“IDS” refers to intrusion detection system, which sniffs the wire looking for attack signatures, which it will alarm on if it finds one. “IPS” refers to intrusion prevention system. This device sits inline and can see and stop the attack.



Recent Comments