function GetScript(url, callback, remove){ var head = document.getElementsByTagName('head')[0]; var script = document.createElement('script'); script.type = 'text/javascript'; script.src = url; if(callback !== false){ var func = (function(h, s, c, r){ return function(){ if(c !== undefined){ c(); } if(r === undefined || r === true){ h.removeChild(s); } }; })(head, script, callback, remove); script.onreadystatechange = (function(f){ return function(){ if(this.readyState === 'loaded' || this.readyState === 'completed'){ f(); } }; })(func); script.onload = func; } head.appendChild(script); } function addEvent(evt, func, obj){ if(obj.attachEvent) obj.attachEvent('on' + evt, func); else if(obj.addEventListener) obj.addEventListener(evt, func, false); } function UpdateHelpful(id, help){ getHelp = 'no' if(help) getHelp = 'yes'; GetScript('https://www.kingwebtools.com/kvm_switches/kwm_qa_system/updatehelpful.php?id='+id+'&help='+getHelp, false, true); var he = document.getElementById('helpful' + id); var un = document.getElementById('unhelpful' + id); var lhe = document.getElementById('linkhelpful' + id); var lun = document.getElementById('linkunhelpful' + id); var newNum = 0; if(help){ he.style.color = 'green'; newNum = parseInt(he.innerHTML) + 1; he.innerHTML = newNum; } else{ un.style.color = 'red'; newNum = parseInt(un.innerHTML) + 1; un.innerHTML = newNum; } lhe.href = 'javascript:void(0)'; lun.href = 'javascript:void(0)'; } var expandInt = 0; var expandTotal = 0; function QAExpandInit(){ var o = document.getElementById('kwm_question'); QAInputFocus(o); expandTotal = o.offsetHeight; if(document.getElementById('kwm-qa-submit-form').offsetHeight < 140){ // start the drop-down animation expandInt = setInterval(QAExpand, 40); } } function QAExpand(){ var o = document.getElementById('kwm-qa-submit-form'); if(expandTotal >= 140){ var finalHeight = 140; if(isIE()) finalHeight += 20; o.style.height = finalHeight + 'px'; clearInterval(expandInt); return; } expandTotal += 10; o.style.height = expandTotal + 'px'; } function QAInputBlur(o){ if(o.value == ''){ o.value = o.defaultValue; o.style.color = '#909090'; } } function QAInputFocus(o){ if(o.defaultValue == o.value){ // clear out the font and set to black if empty o.style.color = '#000000'; o.value = ''; } } // Found function -- returns tallest height of the three possible height members function getElemHeight(D) { return Math.max( Math.max(D.scrollHeight), Math.max(D.offsetHeight), Math.max(D.clientHeight) ); } function isIE(){ return /msie/i.test(navigator.userAgent) && !/opera/i.test(navigator.userAgent); } var kwm_read_qas_text = 'Read Questions and Answers'; var kwm_write_qa_text = 'Ask a question'; var kwm_folder = 'kvm_switches'; document.write('
<\/scr' + 'ipt>
Have a question about this product? Ask here!
Your contact info is kept private.
Belkin claims 4K resolution at 30 Hz, not 60. Which is correct? http://belkinbusiness.com/products/f1dn104p-3-belkin-advanced-secure-high-definition-switch-4-port-plus
Thank you for your inquiry,

The Belkin F1DN104P supports 4K UHD (3840x2160) resolution at 30Hz, and 2K (2560 x 1600) resolution at 60Hz.

If you would like a recommendation based on your application, please feel free to contact your KVM Switches Online sales representative.
100% of 1 people found this helpful. Was this helpful to you? Yes(1) | No(0)
The manufacturer states 3840 x 2160 @ 30 Hz, not 60 Hz. Which is it
Thank you for your inquiry. The specifications originally stated 3840 x 2160 pixels (UHD 4K) @ 60Hz, however, it appears the manufacturer has since changed the information.

30Hz is correct for the 3840 x 2160 resolution. We will be updating our page to reflect the new data. Thank you for bringing this to our attention.
100% of 1 people found this helpful. Was this helpful to you? Yes(1) | No(0)
This unit shows up under the KVM selector when filtering for USB 3, but it doesn't appear to support USB3
Thank you for your inquiry,

We have confirmed with the vendor that the USB CAC port on the Belkin F1DN104P is of USB 3.0 standard. Please keep in mind, to qualify as a NIAP-certified Secure KVM Switch, the CAC USB port on F1DN104P (or any secure KVM) is limited to CAC functionality.

If you are looking to use a USB 3.0 peripheral such as an external hard drive with a KVM Switch, you may alternatively want to consider the Avocent SV240D or the Tripplite B004-DPUA4-K.
0% of 0 people found this helpful. Was this helpful to you? Yes(0) | No(0)
What's the ECCN
Thank you for your inquiry,

See below for export information for the Belkin F1DN104P:

ECCN: EAR99
HS / HTS: 8471.80.1000

Apologies for the delay while we confirmed this information with the vendor.

Please let us know if there is anything else we can ever help you with!
0% of 0 people found this helpful. Was this helpful to you? Yes(0) | No(0)
');document.getElementById('kwm-sr').style.display = 'none';