var fDesc=new Array(); fDesc[0] = "AthTek NetWalk concentrates on enterprise network management. It enables the enterprise owner or the network administrator to monitor traffic throughout the network, and gives a graphical real-time collection of data which the network adapter is accessing, including all the different websites/host address, ports, trends, etc. AthTek NetWalk is expert in packet sniffing. It works together with Wireshark and WinPcap, and has achieved better performance in packet sniffing and network analysis. AthTek NetWalk supports almost all protocols, including those unnamed ones. It also perfectly support IPv6, which only a few network monitoring tools can deal with it.

AthTek NetWalk can be used as network intrusion detection system (NIDS). It allows users to set up the alerts to trigger events such as sending an email or text, running programs, etc. If there were doubtful network communication on your network, simply set up a filter in event manage to identify it, even to block it from accessing.

Most of people are being pressured to see more of the usage, performance hurdles, and security risks across their networks. Especially for the enterprise network, it contains huge business data which should be protected seriously. Network monitoring is becoming increasingly important at all place and all times. A well designed network monitoring system helps increase network performance, security, and compliance. It guarantees network and application performance or easily packet sniffing to get communication details. Network monitoring also enables the intrusion detection and theft of intellectual property. And it can support the increasing regulatory compliance mandates. AthTek NetWalk should be a best choice for business network monitoring. It monitors the network traffic by packet sniffing, and generate graphical representations by communication details via protocols."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }