<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Nominum.com</title>
	<atom:link href="http://www.nominum.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.nominum.com</link>
	<description>Nominum is the worldwide leader in DNS solutions and DNS Security. Nominum takes the lead when it comes to creating secure Domain Name Server Solutions that enhance network protection.</description>
	<lastBuildDate>Fri, 03 Feb 2012 17:03:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Best practices for designing and deploying caching DNS</title>
		<link>http://www.nominum.com/dns/best-practicescaching-dns</link>
		<comments>http://www.nominum.com/dns/best-practicescaching-dns#comments</comments>
		<pubDate>Tue, 31 Jan 2012 12:00:42 +0000</pubDate>
		<dc:creator>Karim</dc:creator>
				<category><![CDATA[DNS]]></category>
		<category><![CDATA[Operations & Infrastructure]]></category>

		<guid isPermaLink="false">http://www.nominum.com/?p=10805</guid>
		<description><![CDATA[After making decisions about scale, latency targets, and additional DNS based features that will be supported it’s time to define the next level of details. Choose a suitable hardware platform Fast Intel/AMD based processor architecture 2 GB RAM &#8211; 8GB or higher if you plan to take advantage of additional DNS based features like redirection, [...]]]></description>
			<content:encoded><![CDATA[<p>After making decisions about scale, latency targets, and additional DNS based features that will be supported it’s time to define the next level of details.</p>
<p>Choose a suitable hardware platform</p>
<ul>
<li>Fast Intel/AMD based processor architecture</li>
<li>2 GB RAM &#8211; <em>8GB or higher if you plan to take advantage of additional DNS based features like redirection, or extensive statistics</em></li>
<li>Gigabit interface</li>
</ul>
<p>Server configuration:</p>
<ul>
<li>Assign a separate IP address for query source</li>
<li>Memory cache value: Depending on your environment, this value could vary. The number of subscribers accessing this server will have an impact on the configuration value. A value between 500-1500MB can be used.</li>
<li>Recursive contexts: This value needs to stay low. A Recursive context is a thread that is used for recursion. The lower the number of recursive contexts the better is your Cache hit. The two values go hand in hand during the optimization of your caching server.</li>
<li>Negative Cache TTL: the default value usually works in most environments, but with very low TTLs critical for RRs for most global entities, it is better to keep this value low, between 15 and 45 minutes.</li>
</ul>
<p>Security:</p>
<ul>
<li>Don’t deploy a firewall in front of caching DNS servers (can deploy an Intrusion Prevention System or similar if needed)</li>
<li>Define an ACL list that matches the address ranges of the subscribers who can access the server</li>
<li>Use the maximum number of ports (16) for UDP Source Port Randomization to maximize protection against spoofed queries.</li>
<li>Take advantage of query case randomization, also known as “0&#215;20”.  Be sure the server can requery (over TCP) without randomization to cover the small percentage of authoritative nameservers that don’t mirror query case.</li>
</ul>
<p>Redundancy: Redundancy is critical when building a reliable caching infrastructure. Some common practices are</p>
<ul>
<li>Two logical caching servers at a minimum</li>
<li>Ideally on different networks</li>
<li>In different datacenters</li>
<li>At least one server close to the subscriber &lt; 20msec delay</li>
</ul>
<p>Availability: The caching infrastructure always has to be available for the best subscriber Internet experience. There are several ways to deploy – the best solution will be guided by the network topology, the desired subscriber experience and cost.</p>
<ul>
<li>Load balanced: Horizontally scalable in large environments. It also allows additional control of ACLs on a hardware device if needed. The overhead is that it requires a load balancer expertise to manage the environment</li>
<li>Anycast: This is a very common deployment model. This allows for individual servers to present themselves as DNS nodes on a network. DNS traffic is routed to the closest server on the network.</li>
<li>Hybrid (Anycasting via a load-balanced configuration): This configuration is in use in large environments. This provides the flexibility of scaling a node to multiple servers based on subscriber density and traffic flows.</li>
</ul>
<p>Capacity: A scalable infrastructure should be capable of handling failures in the network and/or hardware.  Always provide enough headroom on a server for:</p>
<ul>
<li>Loss of a site</li>
<li>Loss of a server</li>
<li>Site maintenance</li>
<li>Server maintenance</li>
</ul>
<p>Set thresholds: This will allow your network operations center to be proactive to potential problems way before they become serious</p>
<ul>
<li>CPU utilization &gt; 40%, 50% 60%</li>
<li>Recursive Contexts should run at around 20% sustained rate, 50% should trigger a notification and 75% requires attention to see what’s going on.</li>
<li>QPS per client</li>
</ul>
<p>DDoS:</p>
<ul>
<li>Rate limit queries per IP</li>
<li>Distribute servers</li>
<li>Use best of breed caching servers</li>
</ul>
<p>Deployment process:</p>
<p>Simplify the deployment process so patches and software upgrades can be deployed quickly.</p>
<ul>
<li>Be able to quickly rebuild the OS</li>
<li>Be able to quickly deploy a patch</li>
<li>Be able to quickly upgrade the DNS software</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.nominum.com/dns/best-practicescaching-dns/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best practices for DNS design and architecture</title>
		<link>http://www.nominum.com/dns/best-practices-for-dns-design-and-architecture</link>
		<comments>http://www.nominum.com/dns/best-practices-for-dns-design-and-architecture#comments</comments>
		<pubDate>Tue, 24 Jan 2012 13:23:47 +0000</pubDate>
		<dc:creator>Karim</dc:creator>
				<category><![CDATA[DNS]]></category>
		<category><![CDATA[Operations & Infrastructure]]></category>

		<guid isPermaLink="false">http://www.nominum.com/?p=10757</guid>
		<description><![CDATA[The DNS is a critical component of ISP infrastructure. It’s usually described in two forms, Authoritative and Caching. Authoritative DNS Servers host your domains like www.yourcompany.com, and associated resource records, as well as their location. It does this by mapping names of hosts to their IP-addresses. Caching DNS Servers help applications and services – browsers, [...]]]></description>
			<content:encoded><![CDATA[<p>The DNS is a critical component of ISP infrastructure. It’s usually described in two forms, Authoritative and Caching.</p>
<p>Authoritative DNS Servers host your domains like <em>www.yourcompany.com,</em> and associated resource records, as well as their location. It does this by mapping names of hosts to their IP-addresses.</p>
<p>Caching DNS Servers help applications and services – browsers, VOIP, IPTV, etc. &#8211; navigate the DNS hierarchy to find the appropriate Authoritative servers and eventually the target host of your domain.</p>
<p>When you design and deploy DNS caching infrastructure, it’s important to understand and research the following first.</p>
<ul>
<li>How many subscribers are going to access the environment?  100-150 thousand per server is a typical maximum for high performance software running on a current generation hardware platform.</li>
<li>What is the anticipated subscriber growth?  It’s worth matching growth to the hardware refresh cycle of 3-4 years.  Using the growth rate work back from 100-150 thousand subscribers maximum to figure out what the starting subscriber count should be.</li>
<li>How distributed do you want the infrastructure to be? This usually depends on the network topology.  Keeping DNS clusters/servers as close as possible to end-users provides the best possible Internet experience.</li>
<li>What additional features need to be enabled like IPv6 or DNSSEC?</li>
<li>What additional solutions – like redirection, bot identification and mitigation or others need to be run on the platform?</li>
<li>What statistics and metrics do you need to feed internal systems – what DNS related stats are tracked currently, are there new stats offered with the new platform that would be useful?</li>
<li>What are other business growth drivers – are there plans to deploy new services that will fuel DNS growth?</li>
<li>How will your operations team manage the new infrastructure?</li>
<li>What processes and procedures have to been implemented to support the new and/or upgraded platform.</li>
</ul>
<p>Once you have a clear understanding of the questions above and a few other that might be specific to your environment you can start putting your requirements into play.  Since you have the opportunity to build an infrastructure from scratch or upgrade an existing one, it’s worth spending time understanding business needs can be balanced with cost and capabilities of the solution.  Work the numbers – look at subscriber count and performance and consider factors that impact the subscriber experience like latency and costs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nominum.com/dns/best-practices-for-dns-design-and-architecture/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fortinet® Broadens Enterprise Security Reach with New Domain Name System (DNS) Caching Appliances “Powered by Nominum”</title>
		<link>http://www.nominum.com/press-release/fortinet-security</link>
		<comments>http://www.nominum.com/press-release/fortinet-security#comments</comments>
		<pubDate>Tue, 24 Jan 2012 11:49:11 +0000</pubDate>
		<dc:creator>Karim</dc:creator>
				<category><![CDATA[2012]]></category>
		<category><![CDATA[Press Release]]></category>

		<guid isPermaLink="false">http://www.nominum.com/?p=10750</guid>
		<description><![CDATA[FortiDNS™-400C and FortiDNS-1000C Deliver New Security-Focused DNS, Dynamic Host Configuration Protocol and Internet Protocol Address Management (DDI) Solutions SUNNYVALE, Calif., January 24, 2012- Fortinet® (NASDAQ: FTNT) &#8211; a world leader in high-performance network security – today announced the introduction of two new DNS caching appliances designed for the SMB, Enterprise, Federal, Financial Services and Educational [...]]]></description>
			<content:encoded><![CDATA[<p><em>FortiDNS™-400C and FortiDNS-1000C Deliver New Security-Focused DNS, Dynamic Host Configuration Protocol and Internet Protocol Address Management (DDI) Solutions</em></p>
<p><strong>SUNNYVALE, Calif., January 24, 2012</strong>- Fortinet® (NASDAQ: FTNT) &#8211; a world leader in high-performance network security – today announced the introduction of two new DNS caching appliances designed for the SMB, Enterprise, Federal, Financial Services and Educational markets. The FortiDNS-400C and FortiDNS-1000C, the first of a planned product family of security-focused DNS, DHCP and IPAM solutions, enable organizations to prevent malicious attacks against their DNS infrastructure.</p>
<p>The FortiDNS-400C and FortiDNS-1000C are the result of a technology partnership with <a href="../" target="_blank">Nominum</a>, the worldwide leader in intelligent DNS and DHCP business solutions that support over 500 million broadband and mobile users worldwide. Powered by <a href="../" target="_blank">Nominum</a>, the FortiDNS appliances introduce significant security benefits to help protect an organization’s DNS, the method of translating URLs (such as <a href="http://www.fortinet.com/">www.fortinet.com</a>) to individual device IP addresses. Without a fully secure Domain Name Server (DNS) infrastructure, there can be catastrophic consequences that include hijacking of legitimate users and an inability to send email, find Websites or access the Internet. For example, criminals seeking to steal the login credentials of online banking customers could hijack the DNS of an ISP and redirect customers to a fraudulent site.</p>
<p>“If compromised, DNS can open an organization up to attack and subversion via the redirection of users to malicious content,” says Dr. Paul Mockapetris, Chairman and Chief Scientist of Nominum and inventor of the Domain Name System (DNS). “It is one of the most critical but often overlooked components of Internet use. That’s why today’s introduction of the initial FortiDNS appliances is so significant. Organizations now have a DNS caching appliance running a hardened, commercially-crafted software, that is field-proven with hundreds of millions of users, providing exceptional security for one of the most important aspects of their IT infrastructure.”</p>
<p>The security-focused FortiDNS-400C and FortiDNS-1000C feature a high-performance recursive DNS caching engine that supports IPv6 and Domain Name System Security Extensions (DNSSEC) making it an ideal upgrade option over aging and functionally-limited legacy solutions. By integrating the high performance and secure DNS features from Nominum with Fortinet’s broad management, network security and cloud-based <a href="http://fortiguard.com/" target="_blank">FortiGuard</a>™ services, the FortiDNS family provides organizations with a simple-to-deploy and affordable appliance that provides critical DNS security capabilities.</p>
<h2><strong>Simplified Management</strong></h2>
<p>Until now, DNS has had a history of being a somewhat complicated and, at times, error-prone system to manage and administer. Simple configuration errors on the command line have proven disastrous and difficult to troubleshoot. To overcome these issues, FortiDNS is a fully hardened appliance that removes the need to patch and maintain the host operating system. As a GUI-configured solution, the FortiDNS family simplifies the task of administering the appliance to reduce operational overhead and significantly minimize the risk of misconfiguration.</p>
<h2><strong>FortiDNS Features</strong></h2>
<p>As a hardened system powered by <a href="../" target="_blank">Nominum</a>, the FortiDNS-400C delivers market leading, carrier-class DNS security that has been tested in the most demanding environments in a simple-to-deploy appliance form factor for a wide range of enterprises and businesses. Through its secure DNS implementation including Transaction ID, UDP source port and case (query name) randomization, the appliance can prevent DNS cache poisoning attacks. In addition, its high-performance DNS caching speeds up name resolution and network performance.</p>
<p>FortiDNS appliances also provide support for IPv6 and DNSSEC to help ensure future requirements are supported in order to protect customer investments. To secure remote management and protect against brute force attacks to gain access, they also integrate with FortiToken two-factor authentication.</p>
<p>And for enhanced visibility, network and security administrators can gain insight into what is being queried on their network and who is making the query. This aids in quickly identifying potential misconfigurations and compromised systems and helps organizations adhere to audit requirements.</p>
<p>“The need to secure DNS infrastructures has never been greater,” said Michael Xie, chief technology officer with Fortinet. “Because DNS is a fundamental enabling component of the Internet, it has to be aggressively safeguarded from malicious attacks that can wreak havoc on an organization’s ability to conduct business. That’s why we’re collaborating with Nominum on the release of our initial secure DNS caching appliance. By combining best of class technologies from two market leaders, the FortiDNS family is a powerful yet highly affordable solution to help protect and preserve the integrity of an organization’s DNS infrastructure.”</p>
<h2><strong>Availability</strong></h2>
<p>The FortiDNS-400C and FortiDNS-1000C will be available in Q1 2012.</p>
<h2>About Nominum (<a href="../">www.nominum.com</a>)</h2>
<p>Nominum is the leading provider of business solutions powered by world-class Intelligent DNS and DHCP software and service platforms. Our solutions enable our customers, including fixed and mobile service providers and OEM technology partners, to provide the most secure, scalable, robust and reliable Internet experience to more than 500 million users worldwide. Nominum’s DNS- and DHCP-based solutions are the only commercial offerings in the marketplace meeting the rigorous demands that today’s service providers and enterprises have for security, low latency and high-speed performance. Nominum is a global organization headquartered in Redwood City, CA.</p>
<h2>About Fortinet (<a href="http://www.fortinet.com/">www.fortinet.com</a>)</h2>
<p>Fortinet (NASDAQ: FTNT) is a worldwide provider of network security appliances and the market leader in unified threat management (UTM). Our products and subscription services provide broad, integrated and high-performance protection against dynamic security threats while simplifying the IT security infrastructure. Our customers include enterprises, service providers and government entities worldwide, including the majority of the 2011 Fortune Global 100. Fortinet&#8217;s flagship FortiGate product delivers ASIC-accelerated performance and integrates multiple layers of security designed to help protect against application and network threats. Fortinet&#8217;s broad product line goes beyond UTM to help secure the extended enterprise &#8211; from endpoints, to the perimeter and the core, including databases and applications. Fortinet is headquartered in Sunnyvale, Calif., with offices around the world.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nominum.com/press-release/fortinet-security/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Intelligent DNS Will Be Critical in Mobile Networks</title>
		<link>http://www.nominum.com/dns/intelligent-dns-will-be-critical-in-mobile-networks</link>
		<comments>http://www.nominum.com/dns/intelligent-dns-will-be-critical-in-mobile-networks#comments</comments>
		<pubDate>Thu, 19 Jan 2012 14:09:37 +0000</pubDate>
		<dc:creator>Karim</dc:creator>
				<category><![CDATA[DNS]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Online Safety]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.nominum.com/?p=10716</guid>
		<description><![CDATA[Mobile exploits aren’t yet widespread; inherent security protections built into mobile devices, operating systems and networks have thus far largely deterred malware that gets secretly downloaded to mobile devices.  But mobile users are still subjected to socially engineered attacks like phishing, and technologies (like QR codes) expose them in new ways. Criminals always follow the [...]]]></description>
			<content:encoded><![CDATA[<p>Mobile exploits aren’t yet widespread; inherent security protections built into mobile devices, operating systems and networks have thus far largely deterred malware that gets secretly downloaded to mobile devices.  But mobile users are still subjected to socially engineered attacks like phishing, and technologies (like QR codes) expose them in new ways.</p>
<p>Criminals always follow the money and with growth in mobile broadband at the base of the power curve and the billions of devices forecast to be navigating the web, there is little doubt tremendous energy will be expended to target mobile devices.  They will become prime targets especially since people are already comfortable banking and executing other kinds of transactions from their smartphones.</p>
<p>Mobile network operators face different challenges than their fixed network counterparts.  Although mobile devices like tablets and smartphones have become extraordinarily powerful they still have processor and memory constraints as compared to even modest laptop computers.  With this kind of environment, traditional security solutions (like client software) introduce trade-offs.   Mobile users won’t be happy if security software noticeably impairs the performance of their devices, especially if they’re depending on it for directions or information while they’re on the go.</p>
<p>Using precious bandwidth for shipping security software updates is also unlikely to appeal to either network operators or mobile users.  For network operators aggregate bandwidth consumption for updates will be substantial and there is a real cost associated with its use.  Users like the idea of security but if the practical reality means waiting for an update rather than surfing to find the nearest restaurant they’ll always prefer the latter and will quickly tire of intrusions that interrupt their routines.</p>
<p>There are other, more subtle issues with mobile.  With mobile devices in general there’s less opportunity to provide context and cues to users to alert them to security threats.  Small(er) screens introduce unique human factors challenges.  With less display area there’s a reflexive tendency to scroll to where the action is on the screen and even experienced users may miss important cues indicating a security threat, for instance by quickly scrolling below the address bar in a browser window.</p>
<p>Just as criminals are dependent on networks for launching their exploits, they’re also dependent on the network to harvest their gains;  they need phishing sites to gather valuable personal information, drop-off sites for malware to upload personal information, and in the future Command and Control for botnets. These telltale signs reveal their presence.</p>
<p>Mobile network operators have a unique opportunity to address these issues.  Enabling a layer of security protections in the network is an obvious alternative to traditional approaches.  Network based protections offload the burden on mobile devices and eliminate the need to continually update what will rapidly grow to be billions of devices.</p>
<p>Leveraging the DNS as a network based security solution offers even more benefits as discussed in these posts: <a title="A Strategic Vantage Point" href="http://www.nominum.com/dns/a-strategic-vantage-point">Strategic Vantage Point</a>, <a title="The Power of the Control Plane" href="http://www.nominum.com/dns/the-power-of-the-control-plane">The Power of the Control Plane</a>, <a title="Advantage DNS" href="http://www.nominum.com/dns/advantage-dns">Advantage DNS</a>.  Most importantly, it allows network operators to demonstrate an active commitment to protecting their customers – enhancing their safety online and improving their overall Internet experience.  This will increase their affinity for the base service and make them more receptive to other offers.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nominum.com/dns/intelligent-dns-will-be-critical-in-mobile-networks/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Advantage DNS</title>
		<link>http://www.nominum.com/dns/advantage-dns</link>
		<comments>http://www.nominum.com/dns/advantage-dns#comments</comments>
		<pubDate>Tue, 17 Jan 2012 13:10:02 +0000</pubDate>
		<dc:creator>Karim</dc:creator>
				<category><![CDATA[DNS]]></category>
		<category><![CDATA[Operations & Infrastructure]]></category>

		<guid isPermaLink="false">http://www.nominum.com/?p=10665</guid>
		<description><![CDATA[The DNS has played an essential role since the earliest days of the Internet, resolving an IP address when given a domain name.  Now it’s being considered for security applications.  There are many fundamental reasons why it makes sense: The DNS is proven and well understood, it’s been an integral part of IP networks for [...]]]></description>
			<content:encoded><![CDATA[<p>The DNS has played an essential role since the earliest days of the Internet, resolving an IP address when given a domain name.  Now it’s being considered for security applications.  There are many fundamental reasons why it makes sense:</p>
<p>The DNS is proven and well understood, it’s been an integral part of IP networks for more than 25 years. It’s also stable; there have been very few changes to the protocol so there is little inherent risk in leveraging it for new applications like security.</p>
<p>The DNS is universally deployed; every IP network in the world uses it.  Every client device that accesses the Internet also uses it because it’s essential for navigation.  DNS ubiquity is a Good Thing, leveraging the DNS removes the need for new equipment and changes to network architectures.   Since every device already has a DNS client there’s no need for client software either.</p>
<p>The DNS is a superb vantage point in the network.  Virtually every Internet application relies on the DNS, as do social engineering exploits, malware, fake AV etc.  If something bad is happening on a network the DNS is the place to see it.</p>
<p>DNS deployments are virtually always designed with redundancy.  DNS clients are already setup to talk to multiple DNS servers so a DNS based security system will be inherently redundant.</p>
<p>Better still, most Internet transactions start with a DNS query, navigating to a web site, sending an email, making a phone call, etc.  This means security exposure can be detected as early as possible.  Early detection means many exploits never even get off the ground.  No other security system is as proactive.</p>
<p>The DNS scales beautifully, it’s the largest distributed database in the world, hosting hundreds of millions of domain names.  There is no question it can scale to meet security challenges.</p>
<p>The DNS is pervasive, it’s distributed across literally every corner of the Internet and hundreds of millions of Internet resources rely on it to advertise their presence.  Today millions of exploits use the DNS to advertise malicious resources; it just makes sense to use the DNS against them to prevent them from being successful.</p>
<p>Because the DNS is fully distributed and it’s a relatively simple protocol a single server can process queries from tens of thousands of devices.  In aggregate, trillions of DNS queries are handled every day – no other system even comes close.  As traffic increases the DNS is beautifully suited to handle it.</p>
<p>“Zero Cost” protection – using the DNS to protect networks and end users does not introduce any overhead.  There is no new equipment in the network and no additional latency; “intelligent” DNS queries are processed in exactly the same way as conventional DNS queries.<em></em></p>
<p><em>Summary</em></p>
<p>There’s tremendous upside to using systems that are familiar and proven to deter security threats that are becoming more and more common. The DNS is an essential part of the Internet and there’s a tremendous opportunity to leverage its power, scope and scale in the security battle.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nominum.com/dns/advantage-dns/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Power of the Control Plane</title>
		<link>http://www.nominum.com/dns/the-power-of-the-control-plane</link>
		<comments>http://www.nominum.com/dns/the-power-of-the-control-plane#comments</comments>
		<pubDate>Tue, 10 Jan 2012 13:31:09 +0000</pubDate>
		<dc:creator>Karim</dc:creator>
				<category><![CDATA[DNS]]></category>
		<category><![CDATA[Operations & Infrastructure]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.nominum.com/?p=10644</guid>
		<description><![CDATA[Today’s hackers are all about money, they constantly change the face of their exploits to maximize their returns.  These agile attacks require agile defenses.  Moving security protections into the network is essential to enabling more reliable updates of threat information; aggregation also provides significant scaling and manageability benefits.  DNS-based security protections improve agility because DNS [...]]]></description>
			<content:encoded><![CDATA[<p><strong></strong>Today’s hackers are all about money, they constantly change the face of their exploits to maximize their returns.  These agile attacks require agile defenses.  Moving security protections into the network is essential to enabling more reliable updates of threat information; aggregation also provides significant scaling and manageability benefits.  DNS-based security protections improve agility because DNS queries are a leading indicator of security exposure; from a strategic vantage point the DNS participates in web transactions that provide visibility into the presence of security threats.</p>
<p>A major advantage of the DNS is it works in the control plane &#8211; helping set up IP transactions by providing applications with the location or identity of resources. It does not participate in <em>any</em> of the subsequent protocol interactions – to connect to a server and download or exchange data such as web pages, video, email etc.  Yet a single, short, DNS query can reveal a potential security threat like a malicious web site, or a bot trying to reach its command and control.  It’s an extremely effective and lightweight method of identifying existing and potential threats that does not add <em>any</em> overhead to DNS query processing.  There is also no additional equipment or processing required in the network.</p>
<p>All other network-based security solutions work in the data-plane: specialized equipment such as Deep Packet Inspection (DPI) boxes are placed in a network to observe data traffic between client devices and servers.  High performance hardware promiscuously scans every packet on a network link looking for malicious activity.  Network operators configure filters based on information contained in reputation lists or signature updates.  When a packet matches a filter it triggers additional actions to capture data such as the destination of the packet.  Interestingly the presence of such traffic is an indication that an exploit is at least partially successful.</p>
<p>There is another limitation of data-plane based filtering.  In most cases it’s necessary to filter based on IP addresses rather than domain names.  Although for some purposes filtering in IP addresses is adequate it is often ineffective, especially for dynamic threats where attackers change the IP address continuously to avoid detection.  Filtering based on domain names is more effective because dynamic threats can be captured.   But data plane based equipment is typically not situated in the right place in the network to take full advantage of domain-based filtering because it will not see all the DNS traffic (best case it will only see recursive requests from a caching server), and client level IP visibility is lost (recursive requests will always use the caching server IP).  It is certainly possible to situate DPI equipment in front of the DNS and set up filters to trigger on domain names but this justifies and strengthens the case for native use of the DNS for security!</p>
<p>The other disadvantage of data-plane based filtering is it raises privacy concerns.  End users are increasingly aware of the implications of Deep Packet Inspection and wary of its presence.  The notion of a network operator looking at all the data traffic on a network has raised objections from privacy advocates and makes mainstream users extremely nervous.  By contrast, DNS-based solutions only resolve requests for web sites; it is impossible to derive any insight into what someone does at a website when they visit.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nominum.com/dns/the-power-of-the-control-plane/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Strategic Vantage Point</title>
		<link>http://www.nominum.com/dns/a-strategic-vantage-point</link>
		<comments>http://www.nominum.com/dns/a-strategic-vantage-point#comments</comments>
		<pubDate>Thu, 05 Jan 2012 15:22:24 +0000</pubDate>
		<dc:creator>Karim</dc:creator>
				<category><![CDATA[DNS]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.nominum.com/?p=10635</guid>
		<description><![CDATA[The idea of using the DNS for security might be unfamiliar but it has several important characteristics that lend themselves beautifully to addressing today’s dynamic threats. To start with, DNS servers occupy a strategic vantage point with tremendous visibility into what’s happening on networks.  Every end user, device, and IP application uses the DNS to [...]]]></description>
			<content:encoded><![CDATA[<p>The idea of using the DNS for security might be unfamiliar but it has several important characteristics that lend themselves beautifully to addressing today’s dynamic threats.</p>
<p>To start with, DNS servers occupy a strategic vantage point with tremendous visibility into what’s happening on networks.  Every end user, device, and IP application uses the DNS to locate resources; legitimate applications like web browsers, VoIP, and email use it, and malicious applications use it too.  DNS queries for malicious destinations – malware sites with “drive-by” downloads, phishing sites that harvest valuable confidential information, botnet command and control, and many other things – are a telltale sign of security exposure.  They’re a clear indication an end user intends to navigate to a dangerous place, or may already be infected with malware.</p>
<p>In the security world early detection is highly desirable.  The sooner a threat can be detected, the less damage it can do, and the fewer resources it consumes.   A DNS query is a great leading indicator of security exposure because it precedes all other tasks for most of the interactions that take place on a network.   For instance, when someone clicks on a malicious web link the first thing their browser does is initiate a DNS query.  Similarly when a bot is activated it sends a DNS query to find its command and control server.  Even Advanced Persistent Threats signal their presence with DNS queries.</p>
<p>Although there are other methods of detecting these kinds of threats DNS servers are the best early warning system because they see potential security threats before anything else in the network.  It’s even possible to move from a reactive, to a proactive, security model where end users are prevented from going to malicious destinations altogether so their machines don’t get infected in the first place.  Contrast this with today when users get infected, and then rely on client software to discover the infection, hopefully before any real damage is done.</p>
<p>There’s a great opportunity to leverage the strategic vantage point of the DNS and introduce a layer of security in networks that is a far better match for today’s dynamic threats.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nominum.com/dns/a-strategic-vantage-point/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Smarter DNS Makes a Smarter Security Solution</title>
		<link>http://www.nominum.com/dns/smarter-dns-makes-a-smarter-security-solution</link>
		<comments>http://www.nominum.com/dns/smarter-dns-makes-a-smarter-security-solution#comments</comments>
		<pubDate>Tue, 20 Dec 2011 14:06:04 +0000</pubDate>
		<dc:creator>Karim</dc:creator>
				<category><![CDATA[DNS]]></category>
		<category><![CDATA[Operations & Infrastructure]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.nominum.com/?p=10511</guid>
		<description><![CDATA[Network operators and IT departments constantly reassess their security exposure and evaluate the best methods for protecting their networks and end users.  New security solutions are always emerging to help them and one that’s starting to receive a lot of attention is the DNS.  That’s raising an obvious question: “how in the world does the [...]]]></description>
			<content:encoded><![CDATA[<p>Network operators and IT departments constantly reassess their security exposure and evaluate the best methods for protecting their networks and end users.  New security solutions are always emerging to help them and one that’s starting to receive a lot of attention is the DNS.  That’s raising an obvious question: “how in the world does the DNS become a security platform?”.</p>
<p>It’s actually a straightforward proposition: make caching DNS servers smarter so they can identify malicious Internet destinations.  Dynamically updating caching servers with the latest threat information from “reputation lists” makes them more intelligent.  When an Intelligent DNS server sees a request for a web destination that matches a cached malicious destination it can provide a safer more “intelligent” answer based on policies set by a network operator.  For instance depending on the type of threat the server could:</p>
<ul>
<li>Log the request if the threat is not serious or not well understood (to capture data for further analysis), or</li>
<li>Provide the IP address of a “safe” website when a user requests a malicious destination, this website could offer specific guidance on the threat and link to other resources</li>
<li>Provide the IP address of a sinkhole where traffic can be analyzed, or a blackhole where it is dropped</li>
</ul>
<p>Other policies are possible based on a network operators needs.</p>
<p>Providing an intelligent answer to a DNS query does not require any additional processing of the query.  The server does exactly the same amount of work whether an answer is “intelligent” or not.  It just does a normal look-up on the domain name and pulls whatever answer is cached in memory.   Performance (queries per second) and latency (the time to respond to a query) of the server are not affected.  There is a small amount of work to receive and load reputation list updates, but this can be performed when the server is not responding to queries, so it does not affect the primary function of the server.</p>
<p>Making DNS servers more intelligent can enable a new layer of highly agile security defenses.   A familiar, proven system can be inducted into the security battle and have a substantial impact no significant overhead.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nominum.com/dns/smarter-dns-makes-a-smarter-security-solution/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Better Way to Protect Networks and End Users</title>
		<link>http://www.nominum.com/security/a-better-way-to-protect-networks-and-end-users</link>
		<comments>http://www.nominum.com/security/a-better-way-to-protect-networks-and-end-users#comments</comments>
		<pubDate>Thu, 15 Dec 2011 19:50:04 +0000</pubDate>
		<dc:creator>Karim</dc:creator>
				<category><![CDATA[Operations & Infrastructure]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.nominum.com/?p=10433</guid>
		<description><![CDATA[Everyone agrees protecting Internet users from malware and social engineering exploits like phishing is a valuable thing to do.  At minimum these attacks are a nuisance because they degrade the Internet experience, worst case they can be costly and dangerous.  But protecting networks and end users is becoming more difficult because attackers are making their [...]]]></description>
			<content:encoded><![CDATA[<p>Everyone agrees protecting Internet users from malware and social engineering exploits like phishing is a valuable thing to do.  At minimum these attacks are a nuisance because they degrade the Internet experience, worst case they can be costly and dangerous.  But protecting networks and end users is becoming more difficult because attackers are making their exploits more dynamic and thus harder to detect.  This is stressing some solutions, like client software, that have been a primary means of protecting end systems.</p>
<p>To some extent this problem is not a surprise.  Client software was originally developed in an era when exploits propagated far more slowly (remember infected floppy disks?) so it wasn’t necessary to update signatures continuously.  Now attackers have all the resources of the Internet at their disposal – and use them.  Exploits can be morphed and redeployed in seconds.</p>
<p>The problem is <em>not</em> an inherent inability of client software to detect dynamic threats.  It’s human factors or technical constraints preventing the very latest signatures and algorithms from always being installed on every machine.  Security vendors have done a remarkable job of identifying and tracking even the most agile attacks, but the value of their efforts is substantially diminished if people are unwilling, or unable, to keep their client software current.</p>
<p>Agile attacks require agile defenses.  Since virtually every threat today originates in the network, moving protections into the network is a sensible thing to do.  Because threats operate at Internet scale security solutions need to scale as well.  Aggregation is a natural benefit of moving security protections into the network. A few systems, strategically situated, can provide effective protection for potentially millions of hosts.  Fewer systems means updating threat information is simpler and far more reliable which greatly improves agility and responsiveness to a rapidly changing threat landscape.   Consumers, network administrators and other IT staff get relief too, and the burden on hosts can be reduced, especially as network based protections become pervasive.</p>
<p>The idea of network based security is not new, it’s been happening since the Internet was first commercialized and firewalls arrived on the scene to protect corporate networks from outside intruders.  But what’s needed now are solutions that are as dynamic, adaptable and scalable as the threats they are designed to deter.  The question to ask isn’t whether additional security protections should be deployed in the network, but how.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nominum.com/security/a-better-way-to-protect-networks-and-end-users/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resilient DNS: Maximizing Internet Performance and Preparing for DDOS (part 3 of 3)</title>
		<link>http://www.nominum.com/dns/resilient-dns-maximizing-internet-performance-and-preparing-for-ddos-part-3-of-3</link>
		<comments>http://www.nominum.com/dns/resilient-dns-maximizing-internet-performance-and-preparing-for-ddos-part-3-of-3#comments</comments>
		<pubDate>Thu, 08 Dec 2011 12:25:06 +0000</pubDate>
		<dc:creator>Karim</dc:creator>
				<category><![CDATA[DNS]]></category>
		<category><![CDATA[Operations & Infrastructure]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.nominum.com/?p=10001</guid>
		<description><![CDATA[Just as it’s important for service providers and enterprises to maximize the performance and availability of their caching DNS servers, it’s important for brand owners and IT departments to ensure the robustness of their Authoritative DNS.  Some of the issues are similar, but ensuring security of Authoritative data also has to be considered. Make sure [...]]]></description>
			<content:encoded><![CDATA[<p>Just as it’s important for service providers and enterprises to maximize the performance and availability of their caching DNS servers, it’s important for brand owners and IT departments to ensure the robustness of their Authoritative DNS.  Some of the issues are similar, but ensuring security of Authoritative data also has to be considered.</p>
<ul>
<li>Make sure your primary Authoritative server is not accessible by anything other than your secondary Authoritative servers. In particular, the primary should not be accessible via UDP/TCP port 53 from anywhere other than the secondaries.  If a secondary is compromised, you can quickly take it down and rebuild it, because your authoritative DNS data is still secure.</li>
</ul>
<ul>
<li>Implement query-rate limiting on network devices (load balancers, firewalls) in front of your secondary Authoritative servers.</li>
</ul>
<ul>
<li>It might also be worth considering approaches for introducing a redundant master authoritative server.  Active-standby configuration have limitations with only a single primary authoritative nameserver accepting zone changes and transmitting them to secondary servers across their network at any one time, especially for voice and real-time applications.  Existing approaches for handling failure of a master add complexity and often introduce synchronization problems as well as unacceptable and unpredictable delay,  all of which can have a negative impact on application performance.</li>
</ul>
<p>In some cases backing up or supplementing internally managed servers with hosted services may make sense (Nominum offers SKYE Authority). This provides additional live capacity to maintain DNS service for handling unusual loads or if you are attacked.  Look for a globally distributed network that is actively monitored for any unusual traffic.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nominum.com/dns/resilient-dns-maximizing-internet-performance-and-preparing-for-ddos-part-3-of-3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resilient DNS: Maximizing Internet Performance and Preparing for DDOS (part 2 of 3)</title>
		<link>http://www.nominum.com/dns/resilient-dns-maximizing-internet-performance-and-preparing-for-ddos-part-2-of-3</link>
		<comments>http://www.nominum.com/dns/resilient-dns-maximizing-internet-performance-and-preparing-for-ddos-part-2-of-3#comments</comments>
		<pubDate>Mon, 05 Dec 2011 17:29:36 +0000</pubDate>
		<dc:creator>Karim</dc:creator>
				<category><![CDATA[DNS]]></category>
		<category><![CDATA[Operations & Infrastructure]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.nominum.com/?p=9956</guid>
		<description><![CDATA[An earlier post talked about how important it is to maximize the responsiveness and availability of caching DNS in order to maintain a good user experience.  It focused on the benefits of using Anycast.  There are several other things worth considering for caching DNS as covered below: Place recursive DNS servers close to customer access [...]]]></description>
			<content:encoded><![CDATA[<p>An earlier post talked about how important it is to maximize the responsiveness and availability of caching DNS in order to maintain a good user experience.  It focused on the benefits of using Anycast.  There are several other things worth considering for caching DNS as covered below:</p>
<ul>
<li>Place recursive DNS servers close to customer access networks – this minimizes network latency for DNS queries, and helps to reduce the perceived response times from websites.  Complex web pages can generate 20 or more DNS queries, often sequentially, so fast DNS response has a significant impact on overall page load times.</li>
<li>Allow plenty of capacity. A maximum CPU load of 20% for the DNS process and 30% overall (including management agents and other things that may be running) at peak time are good targets to ensure ample headroom. Remember that monitoring systems such as Cacti give a short-term average, usually over several minutes, and DNS traffic spikes may be hidden. Plenty of headroom means that these spikes can be handled, and allows “breathing space” if an attack starts or something on the Internet creates an unusual surge in traffic.</li>
<li>Block UDP and TCP port 53 access to your servers from outside your network. There is no need to provide DNS service to the rest of the Internet (and all the DDoS sources out there!). Optionally, using the distributed Anycast system described above, each DNS server only needs to be exposed to “local” users. However, if this is done, care must be taken to ensure that there are accessible servers in the event that the local one fails.</li>
<li>If you site multiple DNS servers together, use a suitable load balancer.  The Anycast system is not capable of accurately load-balancing between adjacent servers. However, most load balancers and switches are capable of advertising Anycast routes, and withdrawing them when available server capacity drops below a defined threshold. Remember the traffic is mostly UDP. Load balancers are very important tools, and can help rate-limit when an attack occurs, but they do introduce another potential failure point.</li>
<li>An option worth considering is hosted services (Nominum offers Skye Resolution) to provide additional live or backup capacity to maintain caching DNS service if you are attacked.  Be sure to confirm the vendor has a globally distributed network to minimize the likelihood a DDOS attack against your DNS servers affects the hosted service at the same time. Hosted services should also be actively monitored for unusual traffic.</li>
<li>Before the DDOS attack happens, make sure your monitoring and alarms are up to the job. You need to know very quickly when server load has increased. Have trace tools ready to look at query source addresses for unusual patterns. Nominum iView is a valuable ally here, as it is specifically designed to monitor and control DNS systems.</li>
<li>Make sure your organization and response procedures are well understood. Often, when a major outage or attack occurs, the biggest reason for delayed response is confusion: who to call, what steps to take? In many cases, the attack is over before the attacked organization has started analyzing it. At minimum be ready to capture relevant data during an attack so you  have something to analyse after the event.</li>
<li>Document what you find out after the event. Even if you cannot analyse the event while it is happening, there is still great value in a post-mortem investigation, as it will help you defend better and respond more quickly next time.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.nominum.com/dns/resilient-dns-maximizing-internet-performance-and-preparing-for-ddos-part-2-of-3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resilient DNS: Maximizing Internet Performance and Preparing for DDOS (part 1 of 3)</title>
		<link>http://www.nominum.com/dns/resilient-dns-maximizing-internet-performance-and-preparing-for-ddos-part-1-of-3</link>
		<comments>http://www.nominum.com/dns/resilient-dns-maximizing-internet-performance-and-preparing-for-ddos-part-1-of-3#comments</comments>
		<pubDate>Mon, 14 Nov 2011 19:07:15 +0000</pubDate>
		<dc:creator>Zak</dc:creator>
				<category><![CDATA[DNS]]></category>
		<category><![CDATA[Operations & Infrastructure]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.nominum.com/?p=9821</guid>
		<description><![CDATA[For network operators, recursive (caching) DNS is a critical service. Without good, fast DNS service, the Internet service appears slow and unresponsive. Caching DNS systems must also be capable of absorbing “spikes” in traffic which can occur for a multitude of reasons – peak loads, Internet events, DoS etc. Over a few posts we’ll cover [...]]]></description>
			<content:encoded><![CDATA[<p>For network operators, recursive (caching) DNS is a critical service. Without good, fast DNS service, the Internet service appears slow and unresponsive.  Caching DNS systems must also be capable of absorbing “spikes” in traffic which can occur for a multitude of reasons – peak loads, Internet events, DoS etc.  </p>
<p>Over a few posts we’ll cover 13 simple techniques to ensure good service.  They’re relevant for service provider networks and many are applicable to Enterprises as well.  </p>
<p>Below is our first suggested technique, which is how Anycast can be used to make your caching DNS more robust.  </p>
<p>Anycast is a simple way to advertise the same IP address for all DNS servers – this simplifies customer provisioning, and means that DNS queries will automatically be re-routed if a server fails. A DDoS attack from within the network will only affect the “nearest” server(s) to the attack source(s), so disruption is minimized.   Anycast can be implemented on a server with a simple script, which performs a DNS health check and then advertises a /32 route to the relevant routers.  Routers propagate this route to the network edge using the relevant routing protocol.  As /32 routes take precedence over larger subnets, this ensures that all DNS queries from the local network edge are routed to the “local” DNS server.   If the DNS software fails, the script health check will withdraw the route. If the server fails or becomes unreachable, the adjacent router will age the route out. Some tuning of route aging on the routers may be needed. In both cases, there is already a route to the “next nearest” DNS server and queries will flow to it.   The process of route withdrawal can be made shorter than the client’s “no DNS response” failover time, so clients need never fail over to a secondary DNS server address. Recovery is, of course, automatic. The Anycast address is configured as a VIP on each server. The real address of each server should not respond to UDP/TCP 53, or should be protected from this traffic by adjacent network elements. This ensures that attempts to DDOS the servers from off-net, or by using the real addresses, will fail.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nominum.com/dns/resilient-dns-maximizing-internet-performance-and-preparing-for-ddos-part-1-of-3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ready for IPv6?</title>
		<link>http://www.nominum.com/ipv6/ready-for-ipv6</link>
		<comments>http://www.nominum.com/ipv6/ready-for-ipv6#comments</comments>
		<pubDate>Thu, 27 Oct 2011 12:51:01 +0000</pubDate>
		<dc:creator>Zak</dc:creator>
				<category><![CDATA[IPv6]]></category>

		<guid isPermaLink="false">http://www.nominum.com/?p=9800</guid>
		<description><![CDATA[Service providers everywhere are executing on IPv6 transition strategies, some with more urgency than others. Numerous approaches to enable the transition are being implemented, with a goal of maximizing the utility of IPv4 addresses while ensuring 100% connectivity to the small but rapidly growing base of IPv6 addressed hosts. Regardless of technologies being deployed it’s [...]]]></description>
			<content:encoded><![CDATA[<p>Service providers everywhere are executing on IPv6 transition strategies, some with more urgency than others.  Numerous approaches to enable the transition are being implemented, with a goal of maximizing the utility of IPv4 addresses while ensuring 100% connectivity to the small but rapidly growing base of IPv6 addressed hosts.  Regardless of technologies being deployed it’s important not to overlook the DNS since new stresses will be placed on it during the transition.  Since every service provider has allocated budget for IPv6 readiness, now’s a great time to ensure the DNS is really “ready”.  A couple of simple steps will ensure customers continue to enjoy fast response times and high service levels.</p>
<p>One of the stresses that will be imposed on the DNS during the transition to IPv6 is an increase in query volume.  In fact it’s already happening. The default behavior of MacOS X is to request both A and AAAA records even when the clients making the queries aren’t provisioned on an IPv6 network!   In many cases it is believed to be a major source of IPv6 DNS traffic, measurements show the query volume approximates MacOS X adoption.</p>
<p>Windows 7 and Vista will also query for both AAAA and A records if the OS sees a publicly routable (non-local link) IPv6 address configured.  As more and more clients are transitioned to IPv6, operating system behaviors like this will cause query volumes to grow rapidly since from the standpoint of the DNS, adding a new IPv6 address will be almost equivalent to adding a new host.  Because these operating systems dominate the market the aggregate effect will be a noticeable bump in query volume.<br />
Since the shelves at IANA are now bare, Service Providers have to accept the fact that IPv4 addresses are officially scarce and thus have tangible value; they’re no longer “free”.  There may come a day when dual stack deployments for new subscribers will not be economical, especially for consumer services, due to the “cost” of an IPv4 address.  This is causing network operators to consider technologies such as DNS64/NAT64 to preserve precious IPv4 addresses.  However this also results in a corresponding increase in DNS queries, since IPv6 hosts will query a caching server for a AAAA record and when it does not exist (often for now) the caching server will  re-query for an A record.  Bottom line: regardless of which transition technologies predominate DNS query volumes will increase. </p>
<p>DNS queries for both A and AAAA records could continue long into the future, essentially until the last IPv4 addresses are retired – which could be a long time.   It’s possible when a significant majority of web content is migrated to IPv6 operating systems could be modified again to be biased toward IPv6 (only issuing AAAA queries unless an IPv6 record is not found) but it appears as though we are a ways away from that! </p>
<p>The good news is ensuring critical systems like the DNS are truly ready for the transition to IPv6 is straightforward.  The most important task is ensuring the DNS infrastructure is dimensioned to account for the additional load.  The primary variable that needs to be considered is processor utilization, with Best Practices calling for average utilization of around 20%.  This provides headroom in the event of a DoS attack, or other network event, that spikes query volume (DoS attacks have been measured that increase query volume as much as 800%). </p>
<p>Network operators can make judgment calls about how “hot” they run their servers.  When limits are reached it’s only a matter of deploying incremental servers and redistributing clients.   The task of staying ahead of server performance requirements is far simpler with extensive query statistics and detailed IPv6 metrics so query trends can be understood.  If detailed data is available from servers across the network, monitoring and benchmarking can be highly automated and potential problems dealt with proactively.  Monitoring performance is valuable even in the absence of the IPv6 transition since the underlying trend of continuous growth in DNS traffic is unlikely to change. </p>
<p>Another DNS server resource worth paying attention to is memory.  Empirical evidence thus far suggests IPv6 has had little impact on memory but since IPv6 addresses are 4 times larger, AAAA records require more storage capacity.  As more and more web servers are provisioned on IPv6 the impact will be felt since servers will have to store both record types.  As mentioned the availability of detailed statistics from DNS servers will give network operators visibility into IPv6 query trends so DNS infrastructure can be ready.<br />
There’s one last thing on the check list.  If DNS64 /NAT64 is used it is also necessary to configure an IPv6 interface in DNS servers, since the clients will only have IPv6 connectivity.  There have been cases where the IPv6 protocol stack has an impact on server performance so it’s worth testing to see if an OS or HW upgrade is needed.  A similar impact has been observed with load balancers so again prudence suggests some basic performance testing to ensure availability levels can be maintained, even under load. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.nominum.com/ipv6/ready-for-ipv6/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building Broadband Bridges in Brazil</title>
		<link>http://www.nominum.com/broadband-networks/building-broadband-bridges-in-brazil</link>
		<comments>http://www.nominum.com/broadband-networks/building-broadband-bridges-in-brazil#comments</comments>
		<pubDate>Wed, 19 Oct 2011 13:50:03 +0000</pubDate>
		<dc:creator>rachel</dc:creator>
				<category><![CDATA[Broadband Networks]]></category>

		<guid isPermaLink="false">http://www.nominum.com/?p=9792</guid>
		<description><![CDATA[Countries around the world are seeking to spur broadband development, recognizing direct benefits in the form of economic growth, national competitiveness and improvements in social and cultural development. Several studies highlight the potential economic impact of broadband. The World Bank found every 10 percentage point increase in broadband penetration accelerates economic growth by 1.38 percentage [...]]]></description>
			<content:encoded><![CDATA[<p>Countries around the world are seeking to spur broadband development, recognizing direct benefits in the form of economic growth, national competitiveness and improvements in social and cultural development. Several studies highlight the potential economic impact of broadband.  The World Bank found every 10 percentage point increase in broadband penetration accelerates economic growth by 1.38 percentage points in low- and middle-income countries.  A McKinsey &amp; Company study yielded similar results, showing a 10 percent increase in broadband household penetration delivers a GDP boost ranging from 0.1 percent to 1.4 percent. Booz &amp; Company found 10 percent higher broadband penetration in a specific year is correlated to 1.5 percent greater labor productivity growth over the following five years.</p>
<p>By late 2009 wireline and wireless broadband subscriptions crossed 1 billion globally, but most connections are in the developed world, with the developing world far behind.  Fortunately that is starting to change.  Brazil is executing on an ambitious Plan Nacional de Banda Larga (PNBL or National Broadband Plan) to bridge the digital divide and meet the following goals:</p>
<p>•	reduce social and regional inequality,<br />
•	create jobs and income,<br />
•	improve government services,<br />
•	increase Brazil’s overall competitive position</p>
<p>An action plan was created for PNBL to address major challenges that had been identified:</p>
<p>•	Broadband in Brazil was priced far higher as a percentage of per capita income as compared to other developing countries. Regulations and incentives were created to increase competition and lower prices.  In fact taxes on items such as modems were lowered to help reduce costs.<br />
•	Many regions of Brazil were underserved with broadband services and connection speeds were far below world averages in most of the country.  A plan was developed to build a nationwide fiber optic network and Telebras was selected to construct it.</p>
<p>As part of the plan, policies for technology development were proposed to lay the groundwork for a national industry in telecoms equipment.  The Brazilian Development Bank (BNDES) also provided financing incentives for digital cities.</p>
<p>The PNBL is already showing results.  The first city, San Antonio, in the Goias state in central Brazil, has been connected to Telebras’ high speed backbone.  In exchange for high speed connectivity, local providers offer reduced rate broadband or provision a higher speed connection without increasing the cost. More than 300 more municipalities are targeted for connection by the end of 2011, and more than 4,200 by 2014.  The president has set a goal of increasing broadband penetration from 27% of households currently, to 70% of households by 2014.  In all more than $10 billion will be spend from both federal and private sources.</p>
<p>Nominum was proud to play a role in the Brazilian national network.  Starting with early involvement in the planning phase, followed by intensive consultation throughout the design and implementation, the new national network was contructed with a state of the art DNS to match the high speed fiber backbone. Advanced services will help protect Internet users from malware and other threats and because they are based in the network, end users do not have to install or maintain specialized client software.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nominum.com/broadband-networks/building-broadband-bridges-in-brazil/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FutureCom Focus on Cybersecurity</title>
		<link>http://www.nominum.com/dns/futurecom-focus-on-cybersecurity</link>
		<comments>http://www.nominum.com/dns/futurecom-focus-on-cybersecurity#comments</comments>
		<pubDate>Mon, 26 Sep 2011 16:37:56 +0000</pubDate>
		<dc:creator>Zak</dc:creator>
				<category><![CDATA[DNS]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.nominum.com/?p=9709</guid>
		<description><![CDATA[The vibrancy of Latin American economies and rapid growth in broadband in the region were on full display at the FutureCom show held in mid September in Sao Paulo, Brazil. Paul Mockapetris gave a keynote speech “The Future of Defense Against Cybersecurity Threats” and conducted interviews as linked below. In this interview with Telesemana Paul [...]]]></description>
			<content:encoded><![CDATA[<p>The vibrancy of Latin American economies and rapid growth in broadband in the region were on full display at the FutureCom show held in mid September in Sao Paulo, Brazil.  Paul Mockapetris gave a keynote speech “The Future of Defense Against Cybersecurity Threats” and conducted interviews as linked below.</p>
<p>In this interview with Telesemana Paul discusses the importance of layered security and the kinds of exposure Internet users face.</p>
<p><a href="http://youtu.be/GfU1q0Ol5PA" target="_blank"><img src="http://www.nominum.com/wp-content/uploads/futurecom_paul.jpg" width='500' height='305' /></a></p>
<p>RCRWireless News talks with Paul about  the latest Internet attacks and how they can be addressed.</p>
<p><a href="http://youtu.be/hIsa6aIeM1o" target="_blank"><img src="http://www.nominum.com/wp-content/uploads/futurecom_paul2.jpg" width='500' height='305' /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nominum.com/dns/futurecom-focus-on-cybersecurity/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nominum Picnic 2011</title>
		<link>http://www.nominum.com/uncategorized/nominum-picnic-2011</link>
		<comments>http://www.nominum.com/uncategorized/nominum-picnic-2011#comments</comments>
		<pubDate>Fri, 02 Sep 2011 16:40:12 +0000</pubDate>
		<dc:creator>rachel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.nominum.com/?p=9239</guid>
		<description><![CDATA[Several times each year, the people of Nominum come together outside the office to talk about things besides DNS. They bring friends, kids and occasionally dogs. Everyone brings an appetite. This year’s picnic was held at our corporate headquarters in Redwood City. The mouth-watering scent of barbecue, the lively sounds of bluegrass (performed “impromptu” by [...]]]></description>
			<content:encoded><![CDATA[<p>Several times each year, the people of Nominum come together outside the office to talk about things besides DNS.</p>
<p><img class="alignright size-medium wp-image-9246" src="http://www.nominum.com/wp-content/uploads/DSC_0703-300x199.jpg" alt="" width="300" height="199" />They bring friends, kids and occasionally dogs. Everyone brings an appetite. This year’s picnic was held at our corporate headquarters in Redwood City. The mouth-watering scent of barbecue, the lively sounds of bluegrass (performed “impromptu” by 3 members of our Engineering team) and a handful of family activities made the day one to remember.</p>
<p>Nominum continues to grow and evolve; there are always new faces, and yet our spirit remains strong. We’re here to do what we do best, and have some fun along the way!</p>
<p>Stay tuned for additional posts from our team. We&#8217;ll keep it light &amp; interesting, and we always enjoy your feedback!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nominum.com/uncategorized/nominum-picnic-2011/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Q&amp;A Session with New CEO, Gary Messiana</title>
		<link>http://www.nominum.com/security/qa-session-with-new-ceo-gary-messiana</link>
		<comments>http://www.nominum.com/security/qa-session-with-new-ceo-gary-messiana#comments</comments>
		<pubDate>Thu, 01 Sep 2011 18:49:20 +0000</pubDate>
		<dc:creator>rachel</dc:creator>
				<category><![CDATA[Broadband Networks]]></category>
		<category><![CDATA[Innovation]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.nominum.com/?p=9151</guid>
		<description><![CDATA[What attracted you to Nominum? Nominum is a major player in the networking world with incredible product and technology assets.  Hundreds of millions of users depend on us for DNS every day, making us a force in most markets and geographies. Our unparalleled market success has been fueled by some of the world’s brightest DNS minds, [...]]]></description>
			<content:encoded><![CDATA[<p><strong><img class="alignright size-full wp-image-8936" src="http://www.nominum.com/wp-content/uploads/Gary_Messiana_ftd2.jpg" alt="" width="258" height="177" />What attracted you to Nominum? </strong></p>
<p>Nominum is a major player in the networking world with incredible product and technology assets.  Hundreds of millions of users depend on us for DNS every day, making us a force in most markets and geographies. Our unparalleled market success has been fueled by some of the world’s brightest DNS minds, including our Chairman, Paul Mockapetris the inventor of the DNS. Our exceptional engineering team is not only steeped in the history of the Internet but also has a deep understanding of how networks work and how to make them better.  They’re committed to innovating to deliver powerful products that will reshape the future of the Internet and keep Nominum ahead of the pack.</p>
<p><strong>What are your top priorities? </strong></p>
<p>First and foremost, is to engage our customers and make them an integral part of our understanding of how best to do business with them. Second, is to continue our rapid worldwide expansion and record growth. Third, is to share more of Nominum’s deep DNS knowledge and thought leadership through a diverse set of channels and tools such as our newly launched [names &amp; numbers] blog.</p>
<p><strong>What does it mean to you to be a “customer-centric CEO”?</strong></p>
<p>Everything I’ve accomplished in business I owe to customers buying from and trusting in me.  As a result, I respond in kind.  That means listening to and being responsive to their needs.  It means treating them with respect and working within their constraints, not asking them to bend to ours.  It’s not only about providing great products; it’s also about providing a great commercial experience.</p>
<p><strong>What do you see as Nominum’s role in the Internet?</strong></p>
<p>No one disputes  DNS is critical.  That’s why we’ve invested in transforming it to make the Internet better &#8211; more secure, more available and easier to use for over 500 million users every day.  For network operators, we’ve created a suite of products that make it simpler to build and run networks – with far better visibility into what’s really happening and with far friendlier interfaces like our new mobile app.</p>
<p><strong>How would you like customers to describe Nominum?</strong></p>
<p>Our customers universally tell us we have the best DNS products in the world.  But to me, that’s only the first part of the answer.  By far, the more important part is for them to also say we are the best company they’ve ever done business with.  I’m confident our new management team will make that happen.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nominum.com/security/qa-session-with-new-ceo-gary-messiana/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome</title>
		<link>http://www.nominum.com/dnnsec/welcome-11</link>
		<comments>http://www.nominum.com/dnnsec/welcome-11#comments</comments>
		<pubDate>Wed, 31 Aug 2011 19:25:44 +0000</pubDate>
		<dc:creator>Zak</dc:creator>
				<category><![CDATA[DNSSEC]]></category>

		<guid isPermaLink="false">http://www.nominum.com/?p=9237</guid>
		<description><![CDATA[Posts are coming soon!]]></description>
			<content:encoded><![CDATA[<p>Posts are coming soon!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nominum.com/dnnsec/welcome-11/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome</title>
		<link>http://www.nominum.com/dhcp/welcome-10</link>
		<comments>http://www.nominum.com/dhcp/welcome-10#comments</comments>
		<pubDate>Wed, 31 Aug 2011 19:25:15 +0000</pubDate>
		<dc:creator>Zak</dc:creator>
				<category><![CDATA[DHCP]]></category>

		<guid isPermaLink="false">http://www.nominum.com/?p=9235</guid>
		<description><![CDATA[Posts are coming soon!]]></description>
			<content:encoded><![CDATA[<p>Posts are coming soon!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nominum.com/dhcp/welcome-10/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome</title>
		<link>http://www.nominum.com/intellectual-propertyprivacy/welcome-9</link>
		<comments>http://www.nominum.com/intellectual-propertyprivacy/welcome-9#comments</comments>
		<pubDate>Wed, 31 Aug 2011 19:24:47 +0000</pubDate>
		<dc:creator>Zak</dc:creator>
				<category><![CDATA[Intellectual Property/Privacy]]></category>

		<guid isPermaLink="false">http://www.nominum.com/?p=9233</guid>
		<description><![CDATA[Posts are coming soon!]]></description>
			<content:encoded><![CDATA[<p>Posts are coming soon!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nominum.com/intellectual-propertyprivacy/welcome-9/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome</title>
		<link>http://www.nominum.com/internet-governancenet-neutrality/welcome-8</link>
		<comments>http://www.nominum.com/internet-governancenet-neutrality/welcome-8#comments</comments>
		<pubDate>Wed, 31 Aug 2011 19:24:14 +0000</pubDate>
		<dc:creator>Zak</dc:creator>
				<category><![CDATA[Internet Governance/Net Neutrality]]></category>

		<guid isPermaLink="false">http://www.nominum.com/?p=9231</guid>
		<description><![CDATA[Posts are coming soon!]]></description>
			<content:encoded><![CDATA[<p>Posts are coming soon!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nominum.com/internet-governancenet-neutrality/welcome-8/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome</title>
		<link>http://www.nominum.com/mobile/welcome-6</link>
		<comments>http://www.nominum.com/mobile/welcome-6#comments</comments>
		<pubDate>Wed, 31 Aug 2011 19:22:56 +0000</pubDate>
		<dc:creator>Zak</dc:creator>
				<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://www.nominum.com/?p=9226</guid>
		<description><![CDATA[Posts are coming soon!]]></description>
			<content:encoded><![CDATA[<p>Posts are coming soon!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nominum.com/mobile/welcome-6/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome</title>
		<link>http://www.nominum.com/nps/welcome-4</link>
		<comments>http://www.nominum.com/nps/welcome-4#comments</comments>
		<pubDate>Wed, 31 Aug 2011 19:19:47 +0000</pubDate>
		<dc:creator>Zak</dc:creator>
				<category><![CDATA[NPS]]></category>

		<guid isPermaLink="false">http://www.nominum.com/?p=9220</guid>
		<description><![CDATA[Posts are coming soon!]]></description>
			<content:encoded><![CDATA[<p>Posts are coming soon!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nominum.com/nps/welcome-4/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome</title>
		<link>http://www.nominum.com/cloud/welcome-3</link>
		<comments>http://www.nominum.com/cloud/welcome-3#comments</comments>
		<pubDate>Wed, 31 Aug 2011 18:39:22 +0000</pubDate>
		<dc:creator>Zak</dc:creator>
				<category><![CDATA[Cloud]]></category>

		<guid isPermaLink="false">http://www.nominum.com/?p=9218</guid>
		<description><![CDATA[Posts are coming soon!]]></description>
			<content:encoded><![CDATA[<p>Posts are coming soon!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nominum.com/cloud/welcome-3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome to Our Blog</title>
		<link>http://www.nominum.com/dns/welcome-to-our-blog</link>
		<comments>http://www.nominum.com/dns/welcome-to-our-blog#comments</comments>
		<pubDate>Wed, 31 Aug 2011 17:58:44 +0000</pubDate>
		<dc:creator>Zak</dc:creator>
				<category><![CDATA[DNS]]></category>

		<guid isPermaLink="false">http://www.nominum.com/?p=9172</guid>
		<description><![CDATA[Domain [names] and IP addresses [numbers] are the foundation of the Internet. People at Nominum spend a lot of time thinking about DNS and how to use it to make the Internet better. That’s why we’ve created the [names &#38; numbers] blog. It’s a place to start conversations and stimulate thought. It aims to be [...]]]></description>
			<content:encoded><![CDATA[<p><em>Domain <strong>[names]</strong> and IP addresses <strong>[numbers]</strong> are the foundation of the Internet.</em> </p>
<p>People at Nominum spend a lot of time thinking about DNS and how to use it to make the Internet better. That’s why we’ve created the [names &amp; numbers] blog.  It’s a place to start conversations and stimulate thought.  It aims to be deeply informative, provocative, and non-commercial.  We welcome your comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nominum.com/dns/welcome-to-our-blog/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nominum Names Gary Messiana Chief Executive Officer</title>
		<link>http://www.nominum.com/press-release/nominum-names-gary-messiana-chief-executive-officer</link>
		<comments>http://www.nominum.com/press-release/nominum-names-gary-messiana-chief-executive-officer#comments</comments>
		<pubDate>Tue, 23 Aug 2011 03:00:43 +0000</pubDate>
		<dc:creator>rachel</dc:creator>
				<category><![CDATA[2011]]></category>
		<category><![CDATA[Press Release]]></category>

		<guid isPermaLink="false">http://www.nominum.com/?p=9029</guid>
		<description><![CDATA[Industry Veteran with Customer-Centric Approach to Continue Company’s Growth Trajectory Redwood City, Calif. – Aug. 23, 2011 — Nominum, the worldwide leader in Intelligent DNS systems, today announces the appointment of Gary Messiana as the company’s new Chief Executive Officer. Messiana, a seasoned industry veteran who has led a number of start-ups into high-growth markets, [...]]]></description>
			<content:encoded><![CDATA[<p><em>Industry Veteran with Customer-Centric Approach to Continue Company’s Growth Trajectory</em></p>
<p><strong>Redwood City, Calif. – Aug. 23, 2011 —</strong> Nominum, the worldwide leader in Intelligent DNS systems, today announces the appointment of Gary Messiana as the company’s new Chief Executive Officer. Messiana, a seasoned industry veteran who has led a number of start-ups into high-growth markets, will oversee corporate strategy and all operations as the company enhances its products to expand into new markets. Messiana’s appointment marks the beginning of a new path for customer relations and strategic partnerships for Nominum.</p>
<p>“I am excited to join Nominum during such a high-growth phase and to build upon our leadership within carrier and enterprise markets globally,” states Gary Messiana, CEO of Nominum.  “With our new management team, our new approachability and the company’s industry leading products and services, we will continue our work as the leading force shaping the new Internet.  I am committed to ensuring our customers recognize Nominum as the most customer-centric and commercially-friendly company they do business with.”</p>
<p>Since 2008, Messiana has been an entrepreneur-in-residence at Bessemer Venture Partners, one of Nominum’s investors, focused on evaluating investment opportunities in the software and infrastructure-as-a-service sectors.   His background includes notable CEO positions with Netli and Diligent Software.  Under Messiana’s leadership, companies have innovated, grown and competed successfully across multiple markets and geographies.</p>
<p>“As our technology evolves and we look to the future, Gary is a perfect match for Nominum,” explains Paul Mockapetris, chairman and chief scientist at Nominum. “Gary brings an extensive track record of leadership and success in software and hosted service solutions. His customer relationship skills, operational excellence and deep industry experience make him an ideal CEO to manage our current growth.”</p>
<p>&#8220;Now that our DNS enables security and growth for the world&#8217;s largest Internet providers, Nominum&#8217;s poised to be the next Cisco,&#8221; said board member David Cowan of Bessemer Venture Partners. &#8220;It&#8217;s a star team in need of a star CEO, so naturally we recruited Gary.&#8221;</p>
<p><strong>About Nominum </strong></p>
<p>Nominum’s Intelligent DNS systems improve IP networks of all sizes globally, ensuring people always have a safe, secure and enjoyable Internet experience.  Nominum in-network software solutions and <a href="http://www.nominum.com/what-we-do/hosted-network-services">SKYE™</a> hosted services form the foundation of the always-on Internet, protecting operator and enterprise networks and the families and businesses that use them, and providing superior performance and reliability. Nominum software and SKYE services now support more than 500 million fixed and mobile broadband users as well as enterprises, universities, and government agencies in every region.  For more information visit <a href="http://www.nominum.com">www.nominum.com</a>.</p>
<p><strong>For press inquires contact:</strong></p>
<p><strong>Nominum, Inc. </strong><br />
David Contreras<br />
+1 650 381 6000<br />
pr@nominum.com</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nominum.com/press-release/nominum-names-gary-messiana-chief-executive-officer/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Korea Internet &amp; Security Agency (KISA) Selects Nominum for Intelligent DNS and Malicious Domain Redirection</title>
		<link>http://www.nominum.com/press-release/2011/korea-internet-security-agency-kisa-selects-nominum-for-intelligent-dns-and-malicious-domain-redirection</link>
		<comments>http://www.nominum.com/press-release/2011/korea-internet-security-agency-kisa-selects-nominum-for-intelligent-dns-and-malicious-domain-redirection#comments</comments>
		<pubDate>Mon, 08 Aug 2011 10:00:42 +0000</pubDate>
		<dc:creator>rachel</dc:creator>
				<category><![CDATA[2011]]></category>

		<guid isPermaLink="false">http://www.nominum.com/?p=8907</guid>
		<description><![CDATA[Redwood City, Calif. – August 8, 2011 — Nominum, the leader in secure and intelligent DNS solutions, announced a partnership today with the KISA whereby they will have access to its Vantio™ Intelligent DNS system and Vantio MDR™ (Malicious Domain Redirection) policy module for a variety of security offerings including DNSSEC validation. Vantio’s policy software [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Redwood City, Calif. – August 8, 2011 —</strong> Nominum, the leader in secure and intelligent DNS solutions, announced a partnership today with the KISA whereby they will have access to its <a href="http://www.nominum.com/what-we-do/software-systems/vantio-base-server">Vantio™</a> Intelligent DNS system and <a href="http://www.nominum.com/what-we-do/software-systems/vantio-mdr">Vantio MDR™</a> (Malicious Domain Redirection) policy module for a variety of security offerings including DNSSEC validation.</p>
<p>Vantio’s policy software modules MDR, <a href="http://www.nominum.com/what-we-do/software-systems/vantio-nxr">NXR</a>, and <a href="http://www.nominum.com/what-we-do/software-systems/vantio-uar">UAR</a> and hosted network services <a title="SKYE™ Network Protection Service" href="http://www.nominum.com/what-we-do/hosted-network-services/skye-network-protection-service">SKYE™ Network Protection Service</a> and <a title="NavAssist" href="http://www.nominum.com/what-we-do/consumer-applications/navassist">NavAssist</a>™ provide network-wide benefits including protecting users from becoming infected with malware and the propagation of botnets, helping them reach their intended destinations more quickly and better informed, and isolating PCs infected with viruses from draining network resources.</p>
<p>KISA, established in 2009, is a public corporation dedicated to ensuring a high-quality and safe Internet framework for Korea by working with the government to develop Internet-related policy, protect national Internet-infrastructure, and promote Internet usage. As part of this initiative, KISA chose Nominum’s Vantio caching DNS system as a highly secure, scalable, and reliable augmentation to their existing DNS infrastructure. The full DNSSEC support included with Vantio was a major selling point for KISA who plans to ensure a safe Internet for consumers by offering DNSSEC validation for the first time in Korea. ISPs, in partnership with KISA, will direct their customers who want DNSSEC validation to KISA’s DNS servers. This relationship also provides the structure KISA will use to offer future security solutions around network protection which will be offered both to Korean service providers and directly to end customers as is being done with this current DNSSEC project.</p>
<p>“KISA continues to play a critical role in ensuring the security of the Internet in Korea and protecting the safety of Internet users throughout the country. We are proud to be a part of that process and to work with such a respected partner. We are looking forward to our continued relationship in this growing market,” said Pete Wisowaty, Executive Vice President of Worldwide Sales at Nominum, Inc.</p>
<p><strong>About KISA</strong></p>
<p>KISA was established as a public corporation responsible for managing the Internet of Korea on July 23th, 2009, by merging three institutes NIDA, KISA, and KIICA. KISA is now an improved public agency that plays a major role in developing and researching the Internet in Korea.</p>
<p><strong>About Nominum </strong></p>
<p>Nominum’s Intelligent DNS systems improve IP networks of all sizes globally; ensuring people always have a safe, secure and enjoyable Internet experience.  Nominum in-network software solutions and <a href="http://www.nominum.com/what-we-do/hosted-network-services">SKYE™</a> hosted services form the foundation of the always-on Internet, protecting networks and the families and businesses that use them, and providing superior performance and reliability. Nominum software and SKYE services now support more than 500 million fixed and mobile broadband users as well as enterprises, universities, and government agencies in every region.  For more information visit <a href="http://www.nominum.com">www.nominum.com</a>.</p>
<p><strong>For press inquires contact:</strong></p>
<p><strong>Nominum, Inc.</strong><br />
John Arledge<br />
+1 650 381 6000<br />
PR@nominum.com</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nominum.com/press-release/2011/korea-internet-security-agency-kisa-selects-nominum-for-intelligent-dns-and-malicious-domain-redirection/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iView Mobile Introduces Anytime, Anywhere Access to Network Intelligence</title>
		<link>http://www.nominum.com/press-release/2011/iview-mobile-introduces-anytime-anywhere-access-to-network-intelligence</link>
		<comments>http://www.nominum.com/press-release/2011/iview-mobile-introduces-anytime-anywhere-access-to-network-intelligence#comments</comments>
		<pubDate>Mon, 11 Jul 2011 10:38:53 +0000</pubDate>
		<dc:creator>rachel</dc:creator>
				<category><![CDATA[2011]]></category>

		<guid isPermaLink="false">http://www.nominum.com/?p=8866</guid>
		<description><![CDATA[Network Operators Gain Access to Real-time Information from Mobile Devices Redwood City, Calif. – July 11, 2011 — Nominum, following on the introduction of iView™ its hosted network intelligence service, today announced the launch of iView Mobile extending real-time network intelligence to Apple and Android-based devices worldwide.  As with Nominum’s iView service, iView Mobile brings [...]]]></description>
			<content:encoded><![CDATA[<p><em>Network Operators Gain Access to Real-time Information from Mobile Devices</em></p>
<p><strong>Redwood City, Calif. – July 11, 2011 —</strong> Nominum, following on the introduction of <a href="http://www.nominum.com/what-we-do/hosted-network-services/iview">iView™</a> its hosted network intelligence service, today announced the launch of iView Mobile extending real-time network intelligence to Apple and Android-based devices worldwide.  As with Nominum’s iView service, iView Mobile brings together DNS information, application metrics, and performance data from resources across an operator’s network to provide actionable intelligence.  iView and iView Mobile leverage information gathered by the Nominum Analytics System a cross-platform technology integrated within Nominum’s DNS software products and hosted services.</p>
<p>“When we introduced iView last year, it was a leap forward for network owners in terms of their ability to deeply understand the important network activity and trends to deliver a better service for their customers.  With iView Mobile we have removed the location constraint on this information by making it accessible anywhere and in doing so have made it available to a much broader audience.  With this new level of visibility, C-level executives and non-IT staff can now have up-to-the-minute network intelligence that used to be limited to datacenter staff,” said Jon Shalowitz, Nominum’s Executive Vice President of Marketing.</p>
<p>Network owners of all types can benefit from the insights provided by iView and iView Mobile. Whether a service provider using the <a href="http://www.nominum.com/what-we-do/software-systems/vantio-base-server">Vantio™ Intelligent DNS System</a>, an enterprise using <a href="http://www.nominum.com/what-we-do/hosted-network-services/skye-authority">SKYE™ Authority</a>, or a government agency using a combination of Nominum technologies, iView and iView Mobile tie the information from these sources together.  On the recent World IPv6 Day on June 8, Nominum customers using iView were able to monitor IPv6 queries being generated on their network and isolate misconfigurations that could lead to customer-impacting events.  iView has also been instrumental in identifying denial-of-service attacks and rogue clients on an operator’s network allowing them to take proactive steps to maintain service levels.  All of these capabilities are now accessible to executives and decision-makers wherever they may be.</p>
<p>In addition to its vast reporting capabilities iView allows management of a broad range of services.  iView provides management options for <a href="http://www.nominum.com/what-we-do/hosted-network-services/skye-resolution">SKYE™ Resolution</a> and SKYE Authority offerings.  In doing so, network owners now have a single interface for not only reporting, but also basic day-to-day management previously unavailable in web-based tools.</p>
<p>With iView being in production in customer networks around the world since 2010, certain trends have emerged based on information customers have shared with Nominum. These trends sometimes validate what would be expected and sometimes shed light on entirely new areas of network activity. For instance, global trending suggests that usage patterns change on the weekends vs. midweek. Interestingly, the pattern reverses when considering residential providers vs. commercial providers. Aside from trends, Nominum customers are reporting some interesting operational learnings from iView:</p>
<p><strong>·</strong>   Uncovered routing inefficiencies leading to excessive DNS and network usage<br />
<strong>·</strong>   Found unexpected IPv6 activity prior to launching IPv6 network support<br />
<strong>·</strong>   Reported anomalous DNS traffic later diagnosed as an early indicator of a virus outbreak</p>
<p>In these and other cases, customers were able to take immediate actions based on this information gleaned from iView to better prepare their networks for future activity or thwart threats before having an adverse impact on the customer experience.</p>
<p>iView Mobile is available immediately as a free download via the iTunes Store for both <a href="http://itunes.apple.com/us/app/iview-for-ipad/id447298537?mt=8&amp;uo=4">iPad</a> and <a href="http://itunes.apple.com/us/app/iview-mobile/id437952127?mt=8&amp;uo=4">iPhone</a> and via the Android Market for Android devices.  The iView service itself is available to Nominum customers as part of their annual support and maintenance contract.</p>
<p><strong>About Nominum </strong><br />
Nominum’s Intelligent DNS systems improve IP networks of all sizes globally; ensuring people always have a safe, secure and enjoyable Internet experience.  Nominum in-network software solutions and <a href="http://www.nominum.com/what-we-do/hosted-network-services">SKYE™</a> hosted services form the foundation of the always-on Internet, protecting networks and the families and businesses that use them, and providing superior performance and reliability. Nominum software and SKYE services now support more than 500 million fixed and mobile broadband users as well as enterprises, universities, and government agencies in every region.  For more information visit <a href="http://www.nominum.com">www.nominum.com</a>.</p>
<p><strong>For press inquires contact:</strong><br />
Nominum, Inc.<br />
John Arledge<br />
+1 650 381 6000<br />
<a href="mailto:pr@nominum.com">pr@nominum.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nominum.com/press-release/2011/iview-mobile-introduces-anytime-anywhere-access-to-network-intelligence/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nominum Announces SKYE Network Protection Service Version 2.1</title>
		<link>http://www.nominum.com/press-release/2011/nominum-announces-skye-network-protection-service-version-2-1</link>
		<comments>http://www.nominum.com/press-release/2011/nominum-announces-skye-network-protection-service-version-2-1#comments</comments>
		<pubDate>Wed, 29 Jun 2011 20:08:35 +0000</pubDate>
		<dc:creator>rachel</dc:creator>
				<category><![CDATA[2011]]></category>

		<guid isPermaLink="false">http://www.nominum.com/?p=8824</guid>
		<description><![CDATA[Improvements Further Reduce Spam and Malware Traffic Redwood City, Calif. – June 30, 2011 — Nominum, the worldwide leader in Intelligent DNS systems for network operators, has released the latest version of its SKYE™ Network Protection Service (SKYE NPS).  This latest version incorporates three major enhancements&#8211;namely a dynamic global whitelist, enhanced adaptive learning algorithms, and [...]]]></description>
			<content:encoded><![CDATA[<p><em>Improvements Further Reduce Spam and Malware Traffic</em></p>
<p><strong>Redwood City, Calif. – June 30, 2011 —</strong> Nominum, the worldwide leader in Intelligent DNS systems for network operators, has released the latest version of its <a href="http://www.nominum.com/what-we-do/hosted-network-services/skye-network-protection-service">SKYE™ Network Protection Service</a> (SKYE NPS).  This latest version incorporates three major enhancements&#8211;namely a dynamic global whitelist, enhanced adaptive learning algorithms, and an advanced proprietary scoring system.  The global whitelist ‘learns’ from SKYE NPS deployments worldwide to weed out false positives from the system.  New adaptive algorithms provide improved correlation between bot command and control domains and related nameservers which increases the scope and accuracy of the domain threat list.  The advanced scoring system improves the granularity of the SKYE NPS feed allowing fine-tuning of security levels.</p>
<p>“SKYE NPS plus Vantio represents a significant obstacle to spammers and purveyors of botnet traffic generally.  When we look at global infection rates of up to 14% in some markets around the world, botnets are a significant threat to the stability, scalability, and profitability of an IP network.  Network operators who have deployed SKYE NPS are doing so to avoid the very real bandwidth and performance degradation associated with this form of network pollution,” stated Vivian Neou, Nominum’s Vice President of Research and Data Strategy.  “As an example, a very modest 1,000 infected machines are capable of generating in excess of 500Mbps of upstream traffic causing undue impact on subscriber experience and necessitating substantial incremental infrastructure.”</p>
<p>Introduced last Fall, SKYE NPS is a multi-faceted service which first provides a real-time feed of bot-related domains to network operators who use Nominum’s <a href="http://www.nominum.com/what-we-do/software-systems/vantio-base-server">Vantio™ Intelligent DNS System</a> and/or <a href="http://www.nominum.com/what-we-do/hosted-network-services/skye-resolution">SKYE Resolution™</a> caching DNS service.  The solution further learns the specific characteristics of bots in a given operator’s network and combines this knowledge with real-time insights from other operators around the world. Threat lists are updated instantly as new threats are detected across the Nominum Global Network and immediately fed to network operators using Vantio and/or SKYE Resolution ensuring they have access to the very latest information.  This combination of technology deters botnet command and control activities and blocks their propagation. The accuracy of the SKYE NPS feed is further supported by Nominum’s award-winning research and data team.</p>
<p>“SKYE NPS continues to be a major area of investment for Nominum,” said Gopala Tumuluri, Nominum’s Chief Technical Officer, “enhanced native intelligence and improved algorithmic adaptability are just the beginning of coming improvements to NPS.”</p>
<p>SKYE NPS 2.1 is available now and integrates seamlessly with Nominum Vantio and SKYE Resolution deployments</p>
<p><strong>About Nominum </strong></p>
<p>Nominum’s Intelligent DNS systems improve IP networks of all sizes globally; ensuring people always have a safe, secure and enjoyable Internet experience.  Nominum in-network software solutions and <a href="http://www.nominum.com/what-we-do/hosted-network-services">SKYE™</a> hosted services form the foundation of the always-on Internet, protecting networks and the families and businesses that use them, and providing superior performance and reliability. Nominum software and SKYE services now support more than 500 million fixed and mobile broadband users as well as enterprises, universities, and government agencies in every region.  For more information visit <a href="http://www.nominum.com">www.nominum.com</a>.</p>
<p><strong>For press inquires contact:</strong></p>
<p><strong>Nominum, Inc. </strong></p>
<p>John Arledge</p>
<p>+1 650 381 6000</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nominum.com/press-release/2011/nominum-announces-skye-network-protection-service-version-2-1/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nominum Announces Vantio Intelligent DNS System Version 5.1</title>
		<link>http://www.nominum.com/press-release/2011/nominum-announces-vantio-intelligent-dns-system-version-5-1</link>
		<comments>http://www.nominum.com/press-release/2011/nominum-announces-vantio-intelligent-dns-system-version-5-1#comments</comments>
		<pubDate>Tue, 28 Jun 2011 12:37:27 +0000</pubDate>
		<dc:creator>rachel</dc:creator>
				<category><![CDATA[2011]]></category>

		<guid isPermaLink="false">http://www.nominum.com/?p=8807</guid>
		<description><![CDATA[Nominum Analytics System Becomes Platform For Enhanced Network Visibility &#38; Protection Redwood City, Calif. – June 28, 2011 — Nominum, the worldwide leader in Intelligent DNS systems for network operators, today announced the latest version of its flagship Vantio™ Intelligent DNS system.  Version 5.1 offers a comprehensive new platform for logging, aggregation and analysis of [...]]]></description>
			<content:encoded><![CDATA[<p><em>Nominum Analytics System Becomes Platform For Enhanced Network Visibility &amp; Protection</em></p>
<p><strong>Redwood City, Calif. – June 28, 2011 —</strong> Nominum, the worldwide leader in Intelligent DNS systems for network operators, today announced the latest version of its flagship <a href="http://www.nominum.com/what-we-do/software-systems/vantio-base-server">Vantio<strong>™</strong></a> Intelligent DNS system.  Version 5.1 offers a comprehensive new platform for logging, aggregation and analysis of DNS traffic information.  With this version of Vantio, Nominum also announced the Nominum Analytics System (NAS) that uses a combination of in-network/off-network architecture to offload complex analysis of DNS data from in-network DNS servers, thereby optimizing their performance and maintaining the best user response times. More importantly the off-network analytics system allows for globally aggregated DNS insights to provide early detection of new and emerging DNS-based threats and attacks throughout the Internet in real-time, including early detection and notification of DDoS attacks.  Customers of value-added Nominum services such as <a href="http://www.nominum.com/what-we-do/hosted-network-services/iview">iView<strong>™</strong></a> and <a href="http://www.nominum.com/what-we-do/hosted-network-services/skye-network-protection-service">SKYE<strong>™</strong> Network Protection Service</a> (NPS) directly benefit from the Nominum Analytics System with actionable intelligence and network security policies at their fingertips.</p>
<p>“Vantio is really the cornerstone of a scalable, secure IP network.  Enhancements such as the Nominum Analytics System make it even more valuable to a network operator not only for the direct benefit of improved data visibility without impacting performance but also for access to the services Nominum offers on top of this platform.  The combination of Vantio and iView truly provides network operators the most real-time information about their network’s health and operations while running on the industry’s best DNS system.  It’s a win-win,” said Jon Shalowitz, Nominum’s Executive Vice President of Marketing.</p>
<p>In addition to NAS, Vantio 5.1 features support for the new DNS64 draft standard proposed by the IETF to further the transition of the Internet to IPv6.  DNS64 allows IPv6-only clients to communicate with IPv4 services on the Internet that are not yet IPv6 enabled.</p>
<p>Vantio 5.1 is currently available to all Nominum customers as part of their annual support &amp; maintenance.</p>
<p><strong>About Nominum </strong></p>
<p>Nominum’s Intelligent DNS systems improve IP networks of all sizes globally; ensuring people always have a safe, secure and enjoyable Internet experience.  Nominum in-network software solutions and <a href="http://www.nominum.com/what-we-do/hosted-network-services">SKYE<sup>TM</sup></a> hosted services form the foundation of the always-on Internet, protecting networks and the families and businesses that use them, and providing superior performance and reliability. Nominum software and SKYE services now support more than 500 million fixed and mobile broadband users as well as enterprises, universities, and government agencies in every region.  For more information visit <a href="http://www.nominum.com">www.nominum.com</a>.</p>
<p><strong>For press inquires contact:</strong></p>
<p><strong>Nominum, Inc. </strong></p>
<p>John Arledge</p>
<p>+1 650 381 6000</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nominum.com/press-release/2011/nominum-announces-vantio-intelligent-dns-system-version-5-1/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Telebras Selects Nominum&#8217;s Vantio Intelligent DNS System</title>
		<link>http://www.nominum.com/press-release/2011/telebras-selects-nominums-vantio-intelligent-dns-system</link>
		<comments>http://www.nominum.com/press-release/2011/telebras-selects-nominums-vantio-intelligent-dns-system#comments</comments>
		<pubDate>Thu, 23 Jun 2011 09:34:35 +0000</pubDate>
		<dc:creator>rachel</dc:creator>
				<category><![CDATA[2011]]></category>

		<guid isPermaLink="false">http://www.nominum.com/?p=8799</guid>
		<description><![CDATA[Nominum To Supply Caching and Authoritative DNS System for Brazil’s National Broadband Plan Redwood City, Calif. – June 23, 2011 — Telebrás, the federal coordinator for Brazil’s national broadband plan (PNBL), has awarded a contract to PromonLogicalis to supply Nominum’s Vantio™ Intelligent DNS System to provide caching DNS services and ANS Premier™ authoritative DNS servers [...]]]></description>
			<content:encoded><![CDATA[<p><em>Nominum To Supply Caching and Authoritative DNS System for Brazil’s National Broadband Plan</em></p>
<p><strong>Redwood City, Calif. – June 23, 2011 —</strong> Telebrás, the federal coordinator for Brazil’s national broadband plan (PNBL), has awarded a contract to PromonLogicalis to supply Nominum’s <a href="http://www.nominum.com/what-we-do/software-systems/vantio-base-server">Vantio™ Intelligent DNS System</a> to provide caching DNS services and <a href="http://www.nominum.com/what-we-do/software-systems/ans-premier-and-ans">ANS Premier™</a> authoritative DNS servers for the PNBL.</p>
<p>This system is being deployed by network operators worldwide and especially throughout Latin America where broadband Internet penetration is growing rapidly.  More than simply an industry-proven scalable and reliable DNS system, Vantio allows operators to leverage their investment in DNS to improve the satisfaction, quality, and safety of their network for all users.  Vantio’s policy software modules MDR, NXR, and UAR and hosted network services <a href="http://www.nominum.com/what-we-do/hosted-network-services/skye-network-protection-service">SKYE™ Network Protection Service</a> and <a href="http://www.nominum.com/what-we-do/consumer-applications/navassist">NavAssist</a>™ are providing network-wide benefits including protecting users from becoming infected with malware and the propagation of botnets, helping them reach their intended destinations more quickly and better informed, and isolating PCs infected with viruses from draining network resources. The activity from each of these systems is processed and presented in an actionable manner through <a href="http://www.nominum.com/what-we-do/hosted-network-services/iview">iView™</a>, Nominum’s network intelligence service.</p>
<p>“As we experience the explosive growth of Internet traffic in Latin America, network operators have realized the value of the DNS infrastructure for much more than simple query handling.  They are proactively specifying systems that provide far more flexibility, insight, and end-user benefits.  The PNBL is an ambitious undertaking, and Nominum is proud to have been selected as the supplier for this critical component ensuring a safer more enjoyable Internet experience for the people of Brazil,” said Pete Wisowaty, Executive Vice President, Worldwide Sales at Nominum.</p>
<p>Under the PNBL Telebrás plans to connect 1,163 previously unserved municipalities with broadband services in 2011 and 4,283 municipalities by 2014.</p>
<p><strong>About Nominum </strong></p>
<p>Nominum’s Intelligent DNS systems improve IP networks of all sizes globally; ensuring people always have a safe, secure and enjoyable Internet experience.  Nominum in-network software solutions and <a href="http://www.nominum.com/what-we-do/hosted-network-services">SKYE<sup>TM</sup></a> hosted services form the foundation of the always-on Internet, protecting networks and the families and businesses that use them, and providing superior performance, and reliability. Nominum software and SKYE services now support more than 500 million fixed and mobile broadband users as well as enterprises, universities, and government agencies in every region.  For more information visit <a href="http://www.nominum.com">www.nominum.com</a>.</p>
<p><strong>About Logicalis</strong></p>
<p>Logicalis is an international provider of integrated information and communications technology (ICT) solutions and services founded on a superior breadth of knowledge and expertise in communications &amp; collaboration; data centre; and professional and managed services.</p>
<p>The Logicalis Group has annualised revenues of $1 billion, from operations in the UK, US, Germany, Latin America and Asia Pacific. In Latin America it operates as a joint venture between Logicalis Group and the Brazilian Group, Promon. It maintains offices in Argentina, Bolivia, Brazil, Chile, Colombia, Paraguay, Peru and Uruguay.</p>
<p><strong>For press inquires contact:</strong></p>
<p><strong>Nominum, Inc. </strong></p>
<p>John Arledge</p>
<p>+1 650 381 6000</p>
<p>pr@nominum.com</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nominum.com/press-release/2011/telebras-selects-nominums-vantio-intelligent-dns-system/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hosts Gear Up for Internet Society-Led World IPv6 Day, June 8</title>
		<link>http://www.thewhir.com/web-hosting-news/060311_Hosts_Gear_Up_for_Internet_Society_Led_World_IPv6_Day_June_8</link>
		<comments>http://www.thewhir.com/web-hosting-news/060311_Hosts_Gear_Up_for_Internet_Society_Led_World_IPv6_Day_June_8#comments</comments>
		<pubDate>Fri, 03 Jun 2011 17:34:20 +0000</pubDate>
		<dc:creator>rachel</dc:creator>
				<category><![CDATA[2011]]></category>
		<category><![CDATA[News Article]]></category>

		<guid isPermaLink="false">http://www.nominum.com/?p=8733</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://www.thewhir.com/web-hosting-news/060311_Hosts_Gear_Up_for_Internet_Society_Led_World_IPv6_Day_June_8/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Large-Scale IPv6 Trial Set for June 8</title>
		<link>http://news.idg.no/cw/art.cfm?id=5A38692B-1A64-67EA-E4D1D2E1F5E23F84</link>
		<comments>http://news.idg.no/cw/art.cfm?id=5A38692B-1A64-67EA-E4D1D2E1F5E23F84#comments</comments>
		<pubDate>Fri, 03 Jun 2011 17:33:33 +0000</pubDate>
		<dc:creator>rachel</dc:creator>
				<category><![CDATA[2011]]></category>
		<category><![CDATA[News Article]]></category>

		<guid isPermaLink="false">http://www.nominum.com/?p=8731</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://news.idg.no/cw/art.cfm?id=5A38692B-1A64-67EA-E4D1D2E1F5E23F84/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Preparing for World IPv6 Day</title>
		<link>http://www.networkworld.com/community/node/74382</link>
		<comments>http://www.networkworld.com/community/node/74382#comments</comments>
		<pubDate>Sun, 29 May 2011 17:32:21 +0000</pubDate>
		<dc:creator>rachel</dc:creator>
				<category><![CDATA[2011]]></category>
		<category><![CDATA[News Article]]></category>

		<guid isPermaLink="false">http://www.nominum.com/?p=8729</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://www.networkworld.com/community/node/74382/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nominum DNS Readiness Program Targets World IPv6 Day</title>
		<link>http://www.cable360.net/ct/news/events/Nominum-DNS-Readiness-Program-Targets-World-IPv6-Day_46552.html</link>
		<comments>http://www.cable360.net/ct/news/events/Nominum-DNS-Readiness-Program-Targets-World-IPv6-Day_46552.html#comments</comments>
		<pubDate>Thu, 26 May 2011 17:24:25 +0000</pubDate>
		<dc:creator>rachel</dc:creator>
				<category><![CDATA[2011]]></category>
		<category><![CDATA[News Article]]></category>

		<guid isPermaLink="false">http://www.nominum.com/?p=8725</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://www.cable360.net/ct/news/events/Nominum-DNS-Readiness-Program-Targets-World-IPv6-Day_46552.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nominum Announces IPv6 Readiness Program for Network Operators</title>
		<link>http://www.nominum.com/press-release/2011/ipv6-readiness-program</link>
		<comments>http://www.nominum.com/press-release/2011/ipv6-readiness-program#comments</comments>
		<pubDate>Tue, 24 May 2011 09:00:31 +0000</pubDate>
		<dc:creator>rachel</dc:creator>
				<category><![CDATA[2011]]></category>

		<guid isPermaLink="false">http://www.nominum.com/?p=8686</guid>
		<description><![CDATA[Redwood City, Calif. – May 25, 2011 — Nominum, the worldwide leader in Intelligent DNS systems for network operators, today announced its IPv6 Readiness Program whereby new and existing service provider, government, and enterprise customers gain access to Nominum software, services, and expertise to test IPv6 support in their networks surrounding World IPv6 Day on [...]]]></description>
			<content:encoded><![CDATA[<p>Redwood City, Calif. – May 25, 2011 — Nominum, the worldwide leader in Intelligent DNS systems for network operators, today announced its IPv6 Readiness Program whereby new and existing service provider, government, and enterprise customers gain access to Nominum software, services, and expertise to test IPv6 support in their networks surrounding World IPv6 Day on June 8, 2011.</p>
<p>World IPv6 Day, being led by the Internet Society (ISOC), is the day when major Internet content publishers will offer their web content via IPv6 addresses with the intention of highlighting IPv6 readiness throughout the Internet from content providers, to networks, to clients. Highlighting the rapid growth in Internet services and access devices, especially in the mobile space, the addition of new IP addresses also indicates the significant influence the Internet will have on the world for years to come.</p>
<p>In support of World IPv6 Day, Nominum’s corporate website www.nominum.com is now available to IPv6 enabled clients.</p>
<p>For testing purposes the IPv6 Readiness Program provides network operators worldwide with access to the suite of Nominum’s fully IPv6 compliant Vantio™ Intelligent DNS System and ANS Premier™  for caching and authoritative DNS software as well as the Dynamic Configuration Server for DHCP software.  Implementation of the software system will be supported by access to Nominum’s technical support team.  Testing of the operator’s implementation will be assisted by access to Nominum’s IPv6 test protocols.  All of these software and support services are provided free of charge under the terms of the IPv6 Readiness Program.</p>
<p>“As a company we are dedicated to advancing the state of the Internet both for consumers and our customers, and IPv6 is a major step in that direction.  By giving network owners of all types access to our software and expertise we hope to improve understanding of the steps remaining to complete IPv6 support across the Internet,” said Gopala Tumuluri, Nominum’s Chief Technology Officer.</p>
<p>Both current and prospective customers can take advantage of the software, support, and services offered through the program.  To register interest in the IPv6 Readiness Program, please visit the program page <a href="http://www.nominum.com/ipv6" target="_self">here</a>.</p>
<p>About Nominum<br />
Nominum’s Intelligent DNS systems improve IP networks of all sizes globally; ensuring people always have a safe, secure and enjoyable Internet experience.  Nominum in-network software solutions and SKYE™ hosted services form the foundation of the always-on Internet, protecting networks and the families and businesses that use them, and providing superior performance and reliability. Nominum software and SKYE services now support more than 500 million fixed and mobile broadband users as well as enterprises, universities, and government agencies in every region.  For more information visit www.nominum.com.</p>
<p>For press inquires contact:<br />
Nominum, Inc.<br />
John Arledge<br />
+1 650 381 6000</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nominum.com/press-release/2011/ipv6-readiness-program/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cablevision Argentina Selects Nominum&#8217;s Vantio Intelligent DNS system</title>
		<link>http://www.tmcnet.com/usubmit/2011/04/14/5445383.htm</link>
		<comments>http://www.tmcnet.com/usubmit/2011/04/14/5445383.htm#comments</comments>
		<pubDate>Thu, 14 Apr 2011 17:39:24 +0000</pubDate>
		<dc:creator>rachel</dc:creator>
				<category><![CDATA[2011]]></category>
		<category><![CDATA[News Article]]></category>

		<guid isPermaLink="false">http://www.nominum.com/?p=8741</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://www.tmcnet.com/usubmit/2011/04/14/5445383.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cablevision Picks Nominum for DNS, Botnet Mitigation</title>
		<link>http://www.telecompaper.com/news/cablevision-picks-nominum-for-dns-botnet-mitigation</link>
		<comments>http://www.telecompaper.com/news/cablevision-picks-nominum-for-dns-botnet-mitigation#comments</comments>
		<pubDate>Wed, 13 Apr 2011 17:37:44 +0000</pubDate>
		<dc:creator>rachel</dc:creator>
				<category><![CDATA[2011]]></category>
		<category><![CDATA[News Article]]></category>

		<guid isPermaLink="false">http://www.nominum.com/?p=8737</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://www.telecompaper.com/news/cablevision-picks-nominum-for-dns-botnet-mitigation/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cablevision Argentina Selects Nominum For Intelligent DNS And Botnet Mitigation</title>
		<link>http://sanfrancisco.dbusinessnews.com/shownews.php?articletitle=Cablevision%20Argentina%20Selects%20Nominum%20For%20Intelligent%20DNS%20And%20Botnet%20Mitigation&#038;newsid=232627&#038;type_news=latest&#038;s=sbcn</link>
		<comments>http://sanfrancisco.dbusinessnews.com/shownews.php?articletitle=Cablevision%20Argentina%20Selects%20Nominum%20For%20Intelligent%20DNS%20And%20Botnet%20Mitigation&#038;newsid=232627&#038;type_news=latest&#038;s=sbcn#comments</comments>
		<pubDate>Tue, 12 Apr 2011 17:38:50 +0000</pubDate>
		<dc:creator>rachel</dc:creator>
				<category><![CDATA[2011]]></category>
		<category><![CDATA[News Article]]></category>

		<guid isPermaLink="false">http://www.nominum.com/?p=8739</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://sanfrancisco.dbusinessnews.com/shownews.php?articletitle=Cablevision%20Argentina%20Selects%20Nominum%20For%20Intelligent%20DNS%20And%20Botnet%20Mitigation&#038;newsid=232627&#038;type_news=latest&#038;s=sbcn/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cablevisión Argentina Selects Nominum for Intelligent DNS and Botnet Mitigation</title>
		<link>http://www.nominum.com/press-release/2011/cablevision-argentina-selects-nominum-for-intelligent-dns-and-botnet-mitigation</link>
		<comments>http://www.nominum.com/press-release/2011/cablevision-argentina-selects-nominum-for-intelligent-dns-and-botnet-mitigation#comments</comments>
		<pubDate>Tue, 12 Apr 2011 11:44:09 +0000</pubDate>
		<dc:creator>rachel</dc:creator>
				<category><![CDATA[2011]]></category>

		<guid isPermaLink="false">http://www.nominum.com/?p=8371</guid>
		<description><![CDATA[Nominum’s SKYE™ Network Protection Service Improves Internet Service for One Million Customers Redwood City, Calif. – April 12, 2011 — Nominum, the leader in secure and intelligent DNS solutions, announced today that Cablevisión Argentina has selected its Vantio™ Intelligent DNS System to provide caching DNS services and SKYE Network Protection Service (NPS) to reduce the [...]]]></description>
			<content:encoded><![CDATA[<p><em>Nominum’s SKYE<strong><strong>™</strong></strong></em><em> Network Protection Service Improves Internet Service for One Million Customers</em></p>
<p><strong>Redwood City, Calif. – April 12, 2011 —</strong> Nominum, the leader in secure and intelligent DNS solutions, announced today that Cablevisión Argentina has selected its <a href="http://www.nominum.com/what-we-do/software-systems">Vantio<strong><strong>™</strong></strong> Intelligent DNS System</a> to provide caching DNS services and <a href="http://www.nominum.com/what-we-do/hosted-network-services/skye-network-protection-service">SKYE<sup> </sup>Network Protection Service</a> (NPS) to reduce the incidence of bot and other malicious network traffic throughout Cablevisión Argentina’s broadband network.<em> </em>SKYE NPS is a service hosted on the Nominum Global Network providing real-time data to network operators regarding malicious domains and infected clients on the Internet allowing these operators to instantly identify, validate, and mitigate bot and related threats.  Real-time data analysis is available via Nominum’s <a href="http://www.nominum.com/what-we-do/hosted-network-services/iview">iView</a><strong>™</strong>, a network intelligence service which provides a completely new view of a network created via intelligent processing of DNS data.</p>
<p>Long known to be a steady drain on network resources, bots on average consume 10-25% of a service provider’s traffic depending on the geographic region and require a provider to purchase additional equipment to handle this added volume with no offsetting revenue.  Cablevisión embraced Nominum’s unique solution that leverages the existing DNS footprint in combination with a hosted service to deliver threat detection, validation, and enforcement all in a single solution with no additional third-party hardware or software integration.  Further, Nominum’s unparalleled access to DNS traffic patterns from around the globe allows all SKYE NPS customers to benefit from instantaneous policy updates generated by Nominum’s real-time adaptive learning technology. This approach ensures threats are detected earlier and are blocked before causing serious damage.</p>
<p>“At Cablevisión we are constantly searching for technology to improve the reliability of our network and the experience of our customers,” said Gabriel Carro, Engineering Manager<strong> </strong>at Cablevisión Argentina.  “SKYE NPS achieves these goals in a single hosted solution leveraging the Vantio Intelligent DNS System infrastructure.  No other technology we evaluated combines the most advanced detection system with the ability to take action on the spot nor offers the same level of system integration.”</p>
<p>“This service is truly a milestone in our goal of delivering a better Internet for all users,” said Gopala Tumuluri, Chief Technology Officer at Nominum.  “SKYE NPS brings to bear our decade-plus of knowledge supporting our service provider customers around the world to reduce malicious traffic and represents a dramatic shift in methodology for detection and mitigation of malicious traffic utilizing DNS as the platform.”</p>
<p>The project was developed in partnership with solutions provider Logicalis Southern Cone.  “Our goal is always to thoroughly understand customer issues and then implement best-of-breed technology to provide a solution.  We were happy to bring together these two industry leaders for the benefit of broadband subscribers throughout Argentina,” said Rodrigo Parreira, CEO, Logicalis Southern Cone.</p>
<p><strong>About Cablevisión Argentina </strong></p>
<p>Cablevisión is the leading pay TV and Internet services company in Argentina.  It began its operations in La Lucila, Buenos Aires, in 1981.  With more than 3,200,000 customers, it provides pay TV and broadband Internet services in 96 cities across the country and in 12 provinces (Buenos Aires, La Pampa, Santa Fe, Córdoba, Neuquén, Río Negro, Entre Ríos, Corrientes, Misiones, Chaco, Formosa and Salta), as wells as in Uruguay and in Paraguay. Current shareholders are Grupo Clarin with a 60% and Fintech Media LLC, with the remaining 40%.</p>
<p><strong>About Nominum </strong></p>
<p>Nominum’s Intelligent DNS systems improve IP networks of all sizes globally; ensuring people always have a safe, secure and enjoyable Internet experience.  Nominum in-network software solutions and <a href="http://www.nominum.com/what-we-do/hosted-network-services">SKYE</a><strong>™</strong> hosted services form the foundation of the always-on Internet, protecting networks and the families and businesses that use them, and providing superior performance, and reliability. Nominum software and SKYE services now support more than 500 million fixed and mobile broadband users as well as enterprises, universities, and government agencies in every region.  For more information visit <a href="http://www.nominum.com">www.nominum.com</a>.</p>
<p><strong>About Logicalis</strong></p>
<p>Logicalis is an international provider of integrated information and communications technology (ICT) solutions and services founded on a superior breadth of knowledge and expertise in communications &amp; collaboration; data centre; and professional and managed services.</p>
<p>With its international headquarters in the UK, Logicalis Group employs over 1,900 people worldwide, including highly trained service specialists who design, specify, deploy and manage complex ICT infrastructures to meet the needs of over 5,000 corporate and public sector customers.  To achieve this, Logicalis maintains strong partnerships with technology leaders companies.</p>
<p>The Logicalis Group has annualised revenues of $1 billion, from operations in the UK, US, Germany, Latin America and Asia Pacific, In Latin America it operates as a joint venture between Logicalis Group and the Brazilian Group, Promon, achieving the leadership in the ITC market. It maintains offices in Argentina, Bolivia, Brazil, Chile, Colombia, Paraguay, Peru and Uruguay.</p>
<p><strong>For press inquires contact:</strong></p>
<p><strong>Nominum, Inc. </strong></p>
<p>John Arledge</p>
<p>+1 650 381 6000</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nominum.com/press-release/2011/cablevision-argentina-selects-nominum-for-intelligent-dns-and-botnet-mitigation/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

