CINXE.COM
Ethernet Alliance
<!doctype html> <!--[if lt IE 7]><html class="no-js ie ie6 lt-ie9 lt-ie8 lt-ie7" lang="en-US"> <![endif]--> <!--[if IE 7]><html class="no-js ie ie7 lt-ie9 lt-ie8" lang="en-US"> <![endif]--> <!--[if IE 8]><html class="no-js ie ie8 lt-ie9" lang="en-US"> <![endif]--> <!--[if gt IE 8]><!--><html class="no-js" lang="en-US"> <!--<![endif]--> <head> <meta charset="UTF-8" /> <title> Ethernet Alliance </title> <meta name="description" content="Dedicated to the continued success & advancement of Ethernet technologies"> <link rel="stylesheet" href="https://ethernetalliance.org/wp-content/themes/ea-child-theme/style.css" type="text/css" media="screen" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="author" href="https://ethernetalliance.org/wp-content/themes/ea-child-theme/humans.txt" /> <link rel="pingback" href="https://ethernetalliance.org/xmlrpc.php" /> <meta name='robots' content='max-image-preview:large' /> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <meta name="dlm-version" content="5.0.22"><link rel='dns-prefetch' href='//static.addtoany.com' /> <link rel='dns-prefetch' href='//www.google.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <!-- This site uses the Google Analytics by MonsterInsights plugin v9.4.1 - Using Analytics tracking - https://www.monsterinsights.com/ --> <script src="//www.googletagmanager.com/gtag/js?id=G-FJXXFVD7ZP" data-cfasync="false" data-wpfc-render="false" type="text/javascript" async></script> <script data-cfasync="false" data-wpfc-render="false" type="text/javascript"> var mi_version = '9.4.1'; var mi_track_user = true; var mi_no_track_reason = ''; var MonsterInsightsDefaultLocations = {"page_location":"https:\/\/ethernetalliance.org\/"}; if ( typeof MonsterInsightsPrivacyGuardFilter === 'function' ) { var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsPrivacyGuardFilter( MonsterInsightsExcludeQuery ) : MonsterInsightsPrivacyGuardFilter( MonsterInsightsDefaultLocations ); } else { var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsExcludeQuery : MonsterInsightsDefaultLocations; } var disableStrs = [ 'ga-disable-G-FJXXFVD7ZP', ]; /* Function to detect opted out users */ function __gtagTrackerIsOptedOut() { for (var index = 0; index < disableStrs.length; index++) { if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) { return true; } } return false; } /* Disable tracking if the opt-out cookie exists. */ if (__gtagTrackerIsOptedOut()) { for (var index = 0; index < disableStrs.length; index++) { window[disableStrs[index]] = true; } } /* Opt-out function */ function __gtagTrackerOptout() { for (var index = 0; index < disableStrs.length; index++) { document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[disableStrs[index]] = true; } } if ('undefined' === typeof gaOptout) { function gaOptout() { __gtagTrackerOptout(); } } window.dataLayer = window.dataLayer || []; window.MonsterInsightsDualTracker = { helpers: {}, trackers: {}, }; if (mi_track_user) { function __gtagDataLayer() { dataLayer.push(arguments); } function __gtagTracker(type, name, parameters) { if (!parameters) { parameters = {}; } if (parameters.send_to) { __gtagDataLayer.apply(null, arguments); return; } if (type === 'event') { parameters.send_to = monsterinsights_frontend.v4_id; var hookName = name; if (typeof parameters['event_category'] !== 'undefined') { hookName = parameters['event_category'] + ':' + name; } if (typeof MonsterInsightsDualTracker.trackers[hookName] !== 'undefined') { MonsterInsightsDualTracker.trackers[hookName](parameters); } else { __gtagDataLayer('event', name, parameters); } } else { __gtagDataLayer.apply(null, arguments); } } __gtagTracker('js', new Date()); __gtagTracker('set', { 'developer_id.dZGIzZG': true, }); if ( MonsterInsightsLocations.page_location ) { __gtagTracker('set', MonsterInsightsLocations); } __gtagTracker('config', 'G-FJXXFVD7ZP', {"forceSSL":"true"} ); window.gtag = __gtagTracker; (function () { /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */ /* ga and __gaTracker compatibility shim. */ var noopfn = function () { return null; }; var newtracker = function () { return new Tracker(); }; var Tracker = function () { return null; }; var p = Tracker.prototype; p.get = noopfn; p.set = noopfn; p.send = function () { var args = Array.prototype.slice.call(arguments); args.unshift('send'); __gaTracker.apply(null, args); }; var __gaTracker = function () { var len = arguments.length; if (len === 0) { return; } var f = arguments[len - 1]; if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') { if ('send' === arguments[0]) { var hitConverted, hitObject = false, action; if ('event' === arguments[1]) { if ('undefined' !== typeof arguments[3]) { hitObject = { 'eventAction': arguments[3], 'eventCategory': arguments[2], 'eventLabel': arguments[4], 'value': arguments[5] ? arguments[5] : 1, } } } if ('pageview' === arguments[1]) { if ('undefined' !== typeof arguments[2]) { hitObject = { 'eventAction': 'page_view', 'page_path': arguments[2], } } } if (typeof arguments[2] === 'object') { hitObject = arguments[2]; } if (typeof arguments[5] === 'object') { Object.assign(hitObject, arguments[5]); } if ('undefined' !== typeof arguments[1].hitType) { hitObject = arguments[1]; if ('pageview' === hitObject.hitType) { hitObject.eventAction = 'page_view'; } } if (hitObject) { action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction; hitConverted = mapArgs(hitObject); __gtagTracker('event', action, hitConverted); } } return; } function mapArgs(args) { var arg, hit = {}; var gaMap = { 'eventCategory': 'event_category', 'eventAction': 'event_action', 'eventLabel': 'event_label', 'eventValue': 'event_value', 'nonInteraction': 'non_interaction', 'timingCategory': 'event_category', 'timingVar': 'name', 'timingValue': 'value', 'timingLabel': 'event_label', 'page': 'page_path', 'location': 'page_location', 'title': 'page_title', 'referrer' : 'page_referrer', }; for (arg in args) { if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) { hit[gaMap[arg]] = args[arg]; } else { hit[arg] = args[arg]; } } return hit; } try { f.hitCallback(); } catch (ex) { } }; __gaTracker.create = newtracker; __gaTracker.getByName = newtracker; __gaTracker.getAll = function () { return []; }; __gaTracker.remove = noopfn; __gaTracker.loaded = true; window['__gaTracker'] = __gaTracker; })(); } else { console.log(""); (function () { function __gtagTracker() { return null; } window['__gtagTracker'] = __gtagTracker; window['gtag'] = __gtagTracker; })(); } </script> <!-- / Google Analytics by MonsterInsights --> <script type="text/javascript"> /* <![CDATA[ */ window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/ethernetalliance.org\/wp-includes\/js\/wp-emoji-release.min.js?ver=bece2b179812c96249e0291968599c0a"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); /* ]]> */ </script> <style id='wp-emoji-styles-inline-css' type='text/css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://ethernetalliance.org/wp-includes/css/dist/block-library/style.min.css?ver=bece2b179812c96249e0291968599c0a' type='text/css' media='all' /> <link rel='stylesheet' id='goal-block-css' href='https://ethernetalliance.org/wp-content/plugins/before-and-after/blocks/goal/style.css?ver=1628866904' type='text/css' media='all' /> <link rel='stylesheet' id='complete-goal-block-css' href='https://ethernetalliance.org/wp-content/plugins/before-and-after/blocks/complete-goal/style.css?ver=1628866904' type='text/css' media='all' /> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css' type='text/css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='GP_Custom_Forms-css' href='https://ethernetalliance.org/wp-content/plugins/before-and-after/include/lib/GP_Custom_Forms/assets/css/gp_custom_forms.css?ver=bece2b179812c96249e0291968599c0a' type='text/css' media='all' /> <link rel='stylesheet' id='GP_Custom_Forms_RateIt-css' href='https://ethernetalliance.org/wp-content/plugins/before-and-after/include/lib/GP_Custom_Forms/assets/rateit/rateit.css?ver=bece2b179812c96249e0291968599c0a' type='text/css' media='all' /> <link rel='stylesheet' id='contact-form-7-css' href='https://ethernetalliance.org/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=6.0.5' type='text/css' media='all' /> <link rel='stylesheet' id='collapscore-css-css' href='https://ethernetalliance.org/wp-content/plugins/jquery-collapse-o-matic/css/core_style.css?ver=1.0' type='text/css' media='all' /> <link rel='stylesheet' id='collapseomatic-css-css' href='https://ethernetalliance.org/wp-content/plugins/jquery-collapse-o-matic/css/light_style.css?ver=1.6' type='text/css' media='all' /> <link rel='stylesheet' id='social_comments-css' href='https://ethernetalliance.org/wp-content/plugins/social/assets/comments.css?ver=2.6' type='text/css' media='screen' /> <link rel='stylesheet' id='child-fonts-css' href='https://fonts.googleapis.com/css?family=Lato%7CRoboto+Condensed%3A700&ver=1.0.0' type='text/css' media='all' /> <link rel='stylesheet' id='style-css' href='https://ethernetalliance.org/wp-content/themes/ea-new-theme/dist/main.css?ver=1.0.0' type='text/css' media='all' /> <link rel='stylesheet' id='child-style-css' href='https://ethernetalliance.org/wp-content/themes/ea-child-theme/dist/main.css?ver=1.0.0' type='text/css' media='all' /> <link rel='stylesheet' id='addtoany-css' href='https://ethernetalliance.org/wp-content/plugins/add-to-any/addtoany.min.css?ver=1.16' type='text/css' media='all' /> <link rel='stylesheet' id='feed-text-link-css' href='https://ethernetalliance.org/wp-content/plugins/feed-link-widget/feed-text-link-widget.css?ver=bece2b179812c96249e0291968599c0a' type='text/css' media='all' /> <script type="text/javascript" src="https://ethernetalliance.org/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=9.4.1" id="monsterinsights-frontend-script-js" async="async" data-wp-strategy="async"></script> <script data-cfasync="false" data-wpfc-render="false" type="text/javascript" id='monsterinsights-frontend-script-js-extra'>/* <![CDATA[ */ var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[]","home_url":"https:\/\/ethernetalliance.org","hash_tracking":"false","v4_id":"G-FJXXFVD7ZP"};/* ]]> */ </script> <script type="text/javascript" id="addtoany-core-js-before"> /* <![CDATA[ */ window.a2a_config=window.a2a_config||{};a2a_config.callbacks=[];a2a_config.overlays=[];a2a_config.templates={}; a2a_config.templates.twitter = { text: "${title} ${link} via @ethernetallianc", //related: "AddToAny,Twitter" //Use to suggest other users or tags }; /* ]]> */ </script> <script type="text/javascript" defer src="https://static.addtoany.com/menu/page.js" id="addtoany-core-js"></script> <script type="text/javascript" src="https://ethernetalliance.org/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script type="text/javascript" src="https://ethernetalliance.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script type="text/javascript" defer src="https://ethernetalliance.org/wp-content/plugins/add-to-any/addtoany.min.js?ver=1.1" id="addtoany-jquery-js"></script> <link rel="https://api.w.org/" href="https://ethernetalliance.org/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://ethernetalliance.org/wp-json/wp/v2/pages/4166" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://ethernetalliance.org/xmlrpc.php?rsd" /> <link rel="canonical" href="https://ethernetalliance.org/" /> <link rel='shortlink' href='https://ethernetalliance.org/' /> <link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://ethernetalliance.org/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fethernetalliance.org%2Fblog%2F2024%2F03%2F13%2Fhigh-speed-data-on-the-move-how-400g-zr-and-zr-optics-are-changing-the-game%2F" /> <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://ethernetalliance.org/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fethernetalliance.org%2Fblog%2F2024%2F03%2F13%2Fhigh-speed-data-on-the-move-how-400g-zr-and-zr-optics-are-changing-the-game%2F&format=xml" /> <!-- Dynamic Widgets by QURL loaded - http://www.dynamic-widgets.com //--> <script>(()=>{var o=[],i={};["on","off","toggle","show"].forEach((l=>{i[l]=function(){o.push([l,arguments])}})),window.Boxzilla=i,window.boxzilla_queue=o})();</script><meta name="generator" content="Powered by Slider Revolution 6.6.15 - responsive, Mobile-Friendly Slider Plugin for WordPress with comfortable drag and drop interface." /> <link rel="icon" href="https://ethernetalliance.org/wp-content/uploads/2013/07/cropped-ea_logo-32x32.jpg" sizes="32x32" /> <link rel="icon" href="https://ethernetalliance.org/wp-content/uploads/2013/07/cropped-ea_logo-192x192.jpg" sizes="192x192" /> <link rel="apple-touch-icon" href="https://ethernetalliance.org/wp-content/uploads/2013/07/cropped-ea_logo-180x180.jpg" /> <meta name="msapplication-TileImage" content="https://ethernetalliance.org/wp-content/uploads/2013/07/cropped-ea_logo-270x270.jpg" /> <script>function setREVStartSize(e){ //window.requestAnimationFrame(function() { window.RSIW = window.RSIW===undefined ? window.innerWidth : window.RSIW; window.RSIH = window.RSIH===undefined ? window.innerHeight : window.RSIH; try { var pw = document.getElementById(e.c).parentNode.offsetWidth, newh; pw = pw===0 || isNaN(pw) || (e.l=="fullwidth" || e.layout=="fullwidth") ? window.RSIW : pw; e.tabw = e.tabw===undefined ? 0 : parseInt(e.tabw); e.thumbw = e.thumbw===undefined ? 0 : parseInt(e.thumbw); e.tabh = e.tabh===undefined ? 0 : parseInt(e.tabh); e.thumbh = e.thumbh===undefined ? 0 : parseInt(e.thumbh); e.tabhide = e.tabhide===undefined ? 0 : parseInt(e.tabhide); e.thumbhide = e.thumbhide===undefined ? 0 : parseInt(e.thumbhide); e.mh = e.mh===undefined || e.mh=="" || e.mh==="auto" ? 0 : parseInt(e.mh,0); if(e.layout==="fullscreen" || e.l==="fullscreen") newh = Math.max(e.mh,window.RSIH); else{ e.gw = Array.isArray(e.gw) ? e.gw : [e.gw]; for (var i in e.rl) if (e.gw[i]===undefined || e.gw[i]===0) e.gw[i] = e.gw[i-1]; e.gh = e.el===undefined || e.el==="" || (Array.isArray(e.el) && e.el.length==0)? e.gh : e.el; e.gh = Array.isArray(e.gh) ? e.gh : [e.gh]; for (var i in e.rl) if (e.gh[i]===undefined || e.gh[i]===0) e.gh[i] = e.gh[i-1]; var nl = new Array(e.rl.length), ix = 0, sl; e.tabw = e.tabhide>=pw ? 0 : e.tabw; e.thumbw = e.thumbhide>=pw ? 0 : e.thumbw; e.tabh = e.tabhide>=pw ? 0 : e.tabh; e.thumbh = e.thumbhide>=pw ? 0 : e.thumbh; for (var i in e.rl) nl[i] = e.rl[i]<window.RSIW ? 0 : e.rl[i]; sl = nl[0]; for (var i in nl) if (sl>nl[i] && nl[i]>0) { sl = nl[i]; ix=i;} var m = pw>(e.gw[ix]+e.tabw+e.thumbw) ? 1 : (pw-(e.tabw+e.thumbw)) / (e.gw[ix]); newh = (e.gh[ix] * m) + (e.tabh + e.thumbh); } var el = document.getElementById(e.c); if (el!==null && el) el.style.height = newh+"px"; el = document.getElementById(e.c+"_wrapper"); if (el!==null && el) { el.style.height = newh+"px"; el.style.display = "block"; } } catch(e){ console.log("Failure at Presize of Slider:" + e) } //}); };</script> <style type="text/css" id="wp-custom-css"> .banner-menu > li.poe-cert > a:after { background-image: url(//ethernetalliance.org/wp-content/uploads/2019/12/EA_PoE_PD_1_RGB-trans-60x60.png) !important; } /* custom styles for VoE*/ .voe-post-title { visibility: hidden; height: 1em; } .voe-hidden { visibility: hidden; } @media screen and (max-width: 1024px) { .voe-hidden { display: none; } } .voe-display-none { display: none; } .voe-banner-img { background-color: rgb(200,200,200); } .voe-interviews { margin-bottom: 6rem; } .voe-interviews figure { text-align: center; max-width: 300px; margin: auto; } .voe-landing-nomination { text-align: center; } .voe-interview-video { text-align: center; } .voe-interview-sidebar { text-align: center; } </style> <div class="search-form__outer"> <div class="container"> <span class="icon-link icon-link--close close-search"></span> <div class="search-form__inner"> <form role="search" method="get" class="search-form" action="https://ethernetalliance.org/"> <label> <span class="screen-reader-text">Search for:</span> <input type="search" class="search-field" placeholder="Search …" value="" name="s" /> </label> <input type="submit" class="search-submit" value="Search" /> </form> </div> </div> </div> </head> <body class="home page-template-default page page-id-4166" data-template="base.twig"> <header class="header"> <div class="topbar"> <div class="container"> <div class="topbar__inner"> <a href="/blog" class="icon-link icon-link--text icon-link--pencil menu-item menu-item-type-custom menu-item-object-custom menu-item-10807 ml-2">Blog</a> <a href="https://eamembers.ethernetalliance.org/" class="icon-link icon-link--text icon-link--lock menu-item menu-item-type-custom menu-item-object-custom menu-item-10619 ml-2">Member Login</a> <a href="#" class="icon-link icon-link--search search-toggle menu-item menu-item-type-custom menu-item-object-custom menu-item-10851 ml-2">Search</a> </div> </div> </div> <nav class="navbar fixed-top navbar-expand-lg justify-content-between"> <ul class="navbar-nav navbar-right navbar-right-mobile" style="display: none;"> <li class="nav-item nav-item--alt"> <a class="nav-link icon-link icon-link--linkedin menu-item menu-item-type-custom menu-item-object-custom menu-item-10638" href="https://www.linkedin.com/company/ethernet-alliance/"> LinkedIn </a> </li> <li class="nav-item nav-item--alt"> <a class="nav-link icon-link icon-link--fb menu-item menu-item-type-custom menu-item-object-custom menu-item-10639" href="https://www.facebook.com/EthernetAlliance/"> Facebook </a> </li> <li class="nav-item nav-item--alt"> <a class="nav-link icon-link icon-link--twitter menu-item menu-item-type-custom menu-item-object-custom menu-item-10640" href="https://twitter.com/EthernetAllianc"> Twitter </a> </li> <li class="nav-item nav-item--alt"> <a class="nav-link icon-link icon-link--youtube menu-item menu-item-type-custom menu-item-object-custom menu-item-14470" href="https://www.youtube.com/@Ethernet3855"> YouTube </a> </li> <li class="nav-item nav-item--alt"> <a class="nav-link cta cta--primary menu-item menu-item-type-post_type menu-item-object-page menu-item-10615" href="https://ethernetalliance.org/who-we-are/how-to-join/"> Join </a> </li> </ul> <div class="container"> <a class="navbar-brand" href="/" title="Home"><img src="https://ethernetalliance.org/wp-content/themes/ea-child-theme/src/assets/ea-logo.svg" alt="Ethernet Alliance Logo"/></a> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> <div class="collapse navbar-collapse" id="navbarSupportedContent"> <ul class="navbar-nav mr-auto"> <li class="nav-item menu-item menu-item-type-post_type menu-item-object-page menu-item-25 menu-item-has-children"> <a class="nav-link" href="https://ethernetalliance.org/who-we-are/"> Who We Are </a> <a href="#" class="sub-menu-toggler"></a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-141"> <a href="https://ethernetalliance.org/who-we-are/leadership/">Leadership</a> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10781"> <a href="https://ethernetalliance.org/who-we-are/member-list/">Member List</a> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14505"> <a href="https://ethernetalliance.org/ethernet-alliance-sponsorship/">Sponsorships</a> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-143"> <a href="https://ethernetalliance.org/who-we-are/faqs/">FAQs</a> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-142"> <a href="https://ethernetalliance.org/who-we-are/contact-us/">Contact Us</a> </li> </ul> </li> <li class="nav-item menu-item menu-item-type-post_type menu-item-object-page menu-item-10664"> <a class="nav-link" href="https://ethernetalliance.org/membership/"> Membership </a> </li> <li class="nav-item menu-item menu-item-type-post_type menu-item-object-page menu-item-10774 menu-item-has-children"> <a class="nav-link" href="https://ethernetalliance.org/news/"> News </a> <a href="#" class="sub-menu-toggler"></a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10775"> <a href="https://ethernetalliance.org/news/press-releases/">Press Releases</a> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-10808"> <a href="/blog">Blog</a> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10776"> <a href="https://ethernetalliance.org/news/industry-news/">Industry News</a> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14412"> <a href="https://ethernetalliance.org/ethernet-alliance-newsletter-3/">Newsletter</a> </li> </ul> </li> <li class="nav-item menu-item menu-item-type-post_type menu-item-object-page menu-item-10819 menu-item-has-children"> <a class="nav-link" href="https://ethernetalliance.org/events/"> Events </a> <a href="#" class="sub-menu-toggler"></a> <ul class="sub-menu"> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16661"> <a href="/events/?y=2025">2025</a> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15653"> <a href="/events/?y=2024">2024</a> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-14467"> <a href="/events/?y=2023">2023</a> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13730"> <a href="/events/?y=2022">2022</a> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12077"> <a href="/events/?y=2021">2021</a> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11364"> <a href="/events/?y=2020">2020</a> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11207"> <a href="/events/?y=2019">2019</a> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11206"> <a href="/events/?y=2018">2018</a> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-10890"> <a href="/events/?y=2017">2017</a> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-10891"> <a href="/events/?y=2016">2016</a> </li> </ul> </li> <li class="nav-item menu-item menu-item-type-post_type menu-item-object-page menu-item-22"> <a class="nav-link" href="https://ethernetalliance.org/library/"> Library </a> </li> <li class="nav-item menu-item menu-item-type-post_type menu-item-object-page menu-item-11345 menu-item-has-children"> <a class="nav-link" href="https://ethernetalliance.org/poecert/"> PoE Certification </a> <a href="#" class="sub-menu-toggler"></a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11346"> <a href="https://ethernetalliance.org/poecert/program-overview/">Program Overview</a> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11665"> <a href="https://ethernetalliance.org/poecert/poe-getting-started/">PoE Getting Started</a> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11675"> <a href="https://ethernetalliance.org/poecert/poe-infographic/">PoE Infographic</a> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11347"> <a href="https://ethernetalliance.org/poecert/poe-certification-members/">PoE Certification Members</a> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11351"> <a href="https://ethernetalliance.org/poecert/membership-fees/">Membership & Fees</a> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11405"> <a href="https://ea-poe-cert.iol.unh.edu/">Product Registry</a> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11406"> <a href="https://ea-poe-cert.iol.unh.edu/approved-test-equipment">Approved Test Equipment</a> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11349"> <a href="https://ethernetalliance.org/poecert/test-plan/">Test Plan</a> </li> </ul> </li> <li class="nav-item menu-item menu-item-type-post_type menu-item-object-page menu-item-13508 menu-item-has-children"> <a class="nav-link" href="https://ethernetalliance.org/voices-of-ethernet/"> Voices of Ethernet </a> <a href="#" class="sub-menu-toggler"></a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13796"> <a href="https://ethernetalliance.org/voe-robert-garner/">Robert Garner</a> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14094"> <a href="https://ethernetalliance.org/voe-gordon-bell/">Gordon Bell</a> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14466"> <a href="https://ethernetalliance.org/voe-david-cunningham/">David Cunningham</a> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13505"> <a href="https://ethernetalliance.org/voe-bob-grow/">Bob Grow</a> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15271"> <a href="https://ethernetalliance.org/tony-jeffree-part-1/">Tony Jeffree</a> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13506"> <a href="https://ethernetalliance.org/voe-robert-metcalfe/">Robert Metcalfe</a> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15521"> <a href="https://ethernetalliance.org/paul-nikolich-voe/">Paul Nikolich</a> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13504"> <a href="https://ethernetalliance.org/voe-gary-robinson/">Gary Robinson</a> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14021"> <a href="https://ethernetalliance.org/voe-rich-seifert/">Rich Seifert</a> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15465"> <a href="https://ethernetalliance.org/rouzbeh-yassini-fard/">Rouzbeh Yassini-Fard</a> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13653"> <a href="https://ethernetalliance.org/voe-geoff-thompson/">Geoff Thompson</a> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13507"> <a href="https://ethernetalliance.org/voe-submit-nomination/">Voices of Ethernet - Submit a Nomination</a> </li> </ul> </li> <li class="nav-item menu-item menu-item-type-post_type menu-item-object-page menu-item-11863 menu-item-has-children"> <a class="nav-link" href="https://ethernetalliance.org/technologies/"> Technologies </a> <a href="#" class="sub-menu-toggler"></a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16507"> <a href="https://ethernetalliance.org/tef-2024-ethernet-in-the-age-of-ai-2/">Technology Exploration Forum</a> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14134"> <a href="https://ethernetalliance.org/ethernet-alliance-2022-technology-webinars/">Technology Webinar Series</a> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13932"> <a href="https://ethernetalliance.org/technology/ethernet-roadmap/">2025 Ethernet Roadmap</a> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11864"> <a href="https://ethernetalliance.org/single-pair-ethernet/">Single Pair Ethernet (SPE)</a> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12698"> <a href="https://ethernetalliance.org/technologies/nbase-t/">NBASE-T Archive</a> </li> </ul> </li> </ul> <ul class="navbar-nav navbar-right"> <li class="nav-item nav-item--alt"> <a class="nav-link icon-link icon-link--linkedin menu-item menu-item-type-custom menu-item-object-custom menu-item-10638" href="https://www.linkedin.com/company/ethernet-alliance/"> LinkedIn </a> </li> <li class="nav-item nav-item--alt"> <a class="nav-link icon-link icon-link--fb menu-item menu-item-type-custom menu-item-object-custom menu-item-10639" href="https://www.facebook.com/EthernetAlliance/"> Facebook </a> </li> <li class="nav-item nav-item--alt"> <a class="nav-link icon-link icon-link--twitter menu-item menu-item-type-custom menu-item-object-custom menu-item-10640" href="https://twitter.com/EthernetAllianc"> Twitter </a> </li> <li class="nav-item nav-item--alt"> <a class="nav-link icon-link icon-link--youtube menu-item menu-item-type-custom menu-item-object-custom menu-item-14470" href="https://www.youtube.com/@Ethernet3855"> YouTube </a> </li> <li class="nav-item nav-item--alt"> <a class="nav-link cta cta--primary menu-item menu-item-type-post_type menu-item-object-page menu-item-10615" href="https://ethernetalliance.org/who-we-are/how-to-join/"> Join </a> </li> </ul> <ul class="navbar-nav banner-menu-mobile" style="display: none;"> <li class="nav-item poe-cert menu-item menu-item-type-post_type menu-item-object-page menu-item-10633 menu-item-has-children"> <a class="nav-link" href="https://ethernetalliance.org/poecert/"> PoE Certification </a> <a href="#" class="sub-menu-toggler"></a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10917"> <a href="https://ethernetalliance.org/poecert/program-overview/">Program Overview</a> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11655"> <a href="https://ethernetalliance.org/poecert/poe-getting-started/">PoE Getting Started</a> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10916"> <a href="https://ethernetalliance.org/poecert/membership-fees/">Membership & Fees</a> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10918"> <a href="https://ethernetalliance.org/poecert/poe-certification-members/">PoE Certification Members</a> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-10783"> <a href="https://ea-poe-cert.iol.unh.edu/">Product Registry</a> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-10784"> <a href="https://ea-poe-cert.iol.unh.edu/approved-test-equipment">Approved Test Equipment</a> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10785"> <a href="https://ethernetalliance.org/poecert/test-plan/">Test Plan</a> </li> </ul> </li> <li class="nav-item bolt menu-item menu-item-type-custom menu-item-object-custom menu-item-11271 menu-item-has-children"> <a class="nav-link" href="#"> Technology </a> <a href="#" class="sub-menu-toggler"></a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14067"> <a href="https://ethernetalliance.org/technology/ethernet-roadmap/">2025 Ethernet Roadmap</a> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14139"> <a href="https://ethernetalliance.org/ethernet-alliance-2022-technology-webinars/">Technology Webinar Series</a> </li> </ul> </li> <li class="nav-item envelope menu-item menu-item-type-custom menu-item-object-custom menu-item-10636"> <a class="nav-link" href="https://ethernetalliance.org/ethernet-alliance-newsletter-3/"> Newsletter </a> </li> </ul> </div> </div> </nav> </header> <div class="frontpage-wrapper"> <section class="hero"> <div class="container position-relative"> <img src="https://ethernetalliance.org/wp-content/themes/ea-child-theme/src/assets/ea-50-year.png" class="hero__50-year"> </div> <ul class="banner-menu"> <li class="poe-cert menu-item menu-item-type-post_type menu-item-object-page menu-item-10633 menu-item-has-children"> <a href="https://ethernetalliance.org/poecert/"> PoE Certification </a> <ul class="banner-menu__sub-menu"> <li class="banner-menu__sub-menu__list-item"> <a href="https://ethernetalliance.org/poecert/program-overview/">Program Overview</a> </li> <li class="banner-menu__sub-menu__list-item"> <a href="https://ethernetalliance.org/poecert/poe-getting-started/">PoE Getting Started</a> </li> <li class="banner-menu__sub-menu__list-item"> <a href="https://ethernetalliance.org/poecert/membership-fees/">Membership & Fees</a> </li> <li class="banner-menu__sub-menu__list-item"> <a href="https://ethernetalliance.org/poecert/poe-certification-members/">PoE Certification Members</a> </li> <li class="banner-menu__sub-menu__list-item"> <a href="https://ea-poe-cert.iol.unh.edu/">Product Registry</a> </li> <li class="banner-menu__sub-menu__list-item"> <a href="https://ea-poe-cert.iol.unh.edu/approved-test-equipment">Approved Test Equipment</a> </li> <li class="banner-menu__sub-menu__list-item"> <a href="https://ethernetalliance.org/poecert/test-plan/">Test Plan</a> </li> </ul> </li> <li class="bolt menu-item menu-item-type-custom menu-item-object-custom menu-item-11271 menu-item-has-children"> <a href="#"> Technology </a> <ul class="banner-menu__sub-menu"> <li class="banner-menu__sub-menu__list-item"> <a href="https://ethernetalliance.org/technology/ethernet-roadmap/">2025 Ethernet Roadmap</a> </li> <li class="banner-menu__sub-menu__list-item"> <a href="https://ethernetalliance.org/ethernet-alliance-2022-technology-webinars/">Technology Webinar Series</a> </li> </ul> </li> <li class="envelope menu-item menu-item-type-custom menu-item-object-custom menu-item-10636"> <a href="https://ethernetalliance.org/ethernet-alliance-newsletter-3/"> Newsletter </a> </li> </ul> <div class="hero__content"> <div class="hero-slider" id="hero-slider"> <div class="hero-slider__slide"> <div class="hero-slider__slide__content"> <h1>2025 Ethernet Roadmap is Here!</h1> <p><p>The latest version of the Ethernet Roadmap is now available packed full of technology insights for navigating today鈥檚 vast Ethernet ecosystem. Download your copy today.</p> </p> <a href="https://ethernetalliance.org/technology/ethernet-roadmap/" class="cta cta--light cta--lg"> View Now </a> </div> </div> <div class="hero-slider__slide"> <div class="hero-slider__slide__content"> <h1>Ethernet Alliance Newsletter</h1> <p><p>Subscribe to our bi-weekly newsletter to stay up to date on the latest industry news and insights, educational resources and advancements in Ethernet technologies.</p> </p> <a href="https://ethernetalliance.org/ethernet-alliance-newsletter-3/" class="cta cta--light cta--lg"> Subscribe </a> </div> </div> <div class="hero-slider__slide"> <div class="hero-slider__slide__content"> <h1>Ethernet Alliance Blog Portal</h1> <p><p>Catch up on the latest industry insights via the Alliance鈥檚 blog portal, sharing quarterly highlights, technology deep dives and summaries of Ethernet advancements and best practices, straight from our technology experts.</p> </p> <a href="https://ethernetalliance.org/blog/" class="cta cta--light cta--lg"> View Now </a> </div> </div> <div class="hero-slider__slide"> <div class="hero-slider__slide__content"> <h1>The Voices of Ethernet</h1> <p><p>Don鈥檛 miss the latest interviews from our oral history archive, preserving the past through engaging personal accounts of the pivotal moments behind Ethernet鈥檚 story.</p> </p> <a href="https://ethernetalliance.org/voices-of-ethernet/." class="cta cta--light cta--lg"> Learn More </a> </div> </div> </div> </div> </section> </div> <section id="content" role="main" class="content-wrapper"> <div class="container"> <div class="wrapper "> <div class="row p-5"> <div class="col-sm-12 col-lg-4 mb-4"> <h2 class="heading--alt-right-2" id="fp-green">Blogs</h2> <p>Read posts from Ethernet Alliance experts sharing timely insights on Ethernet technologies, highlighting their value and facilitating their transition from standardization to adoption.</p> <a href="/blog" class="cta cta--light">Learn More</a> </div> <div class="col-sm-12 col-lg-4 mb-4"> <h2 class="heading--alt-right-2" id="fp-red">Roadmap</h2> <p>Download the latest version of the Ethernet Roadmap, the industries only publicly available roadmap for navigating the vast Ethernet ecosystem, chronicling its past, present & future.</p> <a href="/technology/ethernet-roadmap/" class="cta cta--light">Learn More</a> </div> <div class="col-sm-12 col-lg-4 mb-4"> <h2 class="heading--alt-right-2" id="fp-blue">Newsletter</h2> <p>Subscribe to stay up-to-date on latest news, industry insights and interoperability related activities supporting the continued success and expansion of Ethernet technologies.</p> <a href="/ethernet-alliance-newsletter-3/" class="cta cta--light">Subscribe</a> </div> </div> <style> .heading--alt-right-2 { position: relative; padding: 2rem; } .heading--alt-right-2:before { background: #fff; position: absolute; height: 100%; left: 0; top: 0; right: 0; content: ''; display: block; box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.2); z-index: -1; } #fp-green { background-color: #037C0C; color: #fff; } #fp-red { background-color: #a61a22; color: #fff; } #fp-blue { background-color: #022a58; color: #fff; } </style> <div class="tri-callouts mb-5"> <div class="callout"> <div class="callout__header callout__header--info"> <h2>What We Do</h2> </div> <p><p>Ethernet Alliance is a global consortium of member organizations dedicated to the advancement of Ethernet technologies. We are the voice of Ethernet, playing a vital role in facilitating its commercialization, bridging the gap between technology standards and end users.</p> </p> <a href="/who-we-are/" class="cta cta--light">Read More</a> </div> <div class="callout callout--center"> <div class="callout__header callout__header--list"> <h2>Join Ethernet Alliance</h2> </div> <p> <p>We offer a well-recognized industry platform and numerous opportunities for member organizations to be heard, to be seen, and be involved in the vibrant Ethernet ecosystem.</p> </p> <div class="text-center"> <a href="/who-we-are/how-to-join/" class="cta cta--primary">Learn More</a> </div> </div> <div class="callout"> <div class="callout__header callout__header--books"> <h2>Members</h2> </div> <div class="container"> <div class="fp-members"> <div class="fp-members__slider" id="fp-members__slider"> <div class="fp-members__slider__slide"> <img width="200" height="200" src="https://ethernetalliance.org/wp-content/uploads/2025/02/Foremerica-WP-2.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://ethernetalliance.org/wp-content/uploads/2025/02/Foremerica-WP-2.jpg 200w, https://ethernetalliance.org/wp-content/uploads/2025/02/Foremerica-WP-2-150x150.jpg 150w" sizes="auto, (max-width: 200px) 100vw, 200px" /> </div> <div class="fp-members__slider__slide"> <img width="300" height="168" src="https://ethernetalliance.org/wp-content/uploads/2020/12/Keysight.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" /> </div> <div class="fp-members__slider__slide"> <img width="600" height="242" src="https://ethernetalliance.org/wp-content/uploads/2019/01/marvell-logo-horiz-padded-600x241-BLACK.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://ethernetalliance.org/wp-content/uploads/2019/01/marvell-logo-horiz-padded-600x241-BLACK.jpg 600w, https://ethernetalliance.org/wp-content/uploads/2019/01/marvell-logo-horiz-padded-600x241-BLACK-300x121.jpg 300w" sizes="auto, (max-width: 600px) 100vw, 600px" /> </div> <div class="fp-members__slider__slide"> <img width="195" height="72" src="https://ethernetalliance.org/wp-content/uploads/2024/07/exfo.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" /> </div> <div class="fp-members__slider__slide"> <img width="300" height="47" src="https://ethernetalliance.org/wp-content/uploads/2016/12/Teledyne_LeCroy_Logo_Blue-Black-300x47.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://ethernetalliance.org/wp-content/uploads/2016/12/Teledyne_LeCroy_Logo_Blue-Black-300x47.png 300w, https://ethernetalliance.org/wp-content/uploads/2016/12/Teledyne_LeCroy_Logo_Blue-Black-1024x162.png 1024w, https://ethernetalliance.org/wp-content/uploads/2016/12/Teledyne_LeCroy_Logo_Blue-Black-e1480615179955.png 250w" sizes="auto, (max-width: 300px) 100vw, 300px" /> </div> <div class="fp-members__slider__slide"> <img width="114" height="60" src="https://ethernetalliance.org/wp-content/uploads/2012/08/cisco1.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" /> </div> <div class="fp-members__slider__slide"> <img width="142" height="39" src="https://ethernetalliance.org/wp-content/uploads/2012/08/juniper2.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" /> </div> <div class="fp-members__slider__slide"> <img width="2461" height="631" src="https://ethernetalliance.org/wp-content/uploads/2018/12/Spirent-Blue-NoTag.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://ethernetalliance.org/wp-content/uploads/2018/12/Spirent-Blue-NoTag.png 2461w, https://ethernetalliance.org/wp-content/uploads/2018/12/Spirent-Blue-NoTag-300x77.png 300w, https://ethernetalliance.org/wp-content/uploads/2018/12/Spirent-Blue-NoTag-1024x263.png 1024w, https://ethernetalliance.org/wp-content/uploads/2018/12/Spirent-Blue-NoTag-768x197.png 768w, https://ethernetalliance.org/wp-content/uploads/2018/12/Spirent-Blue-NoTag-1536x394.png 1536w, https://ethernetalliance.org/wp-content/uploads/2018/12/Spirent-Blue-NoTag-2048x525.png 2048w" sizes="auto, (max-width: 2461px) 100vw, 2461px" /> </div> <div class="fp-members__slider__slide"> <img width="300" height="198" src="https://ethernetalliance.org/wp-content/uploads/2014/06/tec_tab_rgb_orn-300x198.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://ethernetalliance.org/wp-content/uploads/2014/06/tec_tab_rgb_orn-300x198.jpg 300w, https://ethernetalliance.org/wp-content/uploads/2014/06/tec_tab_rgb_orn-1024x676.jpg 1024w, https://ethernetalliance.org/wp-content/uploads/2014/06/tec_tab_rgb_orn.jpg 1325w" sizes="auto, (max-width: 300px) 100vw, 300px" /> </div> <div class="fp-members__slider__slide"> <img width="600" height="243" src="https://ethernetalliance.org/wp-content/uploads/2018/12/Intel.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://ethernetalliance.org/wp-content/uploads/2018/12/Intel.jpg 600w, https://ethernetalliance.org/wp-content/uploads/2018/12/Intel-300x122.jpg 300w" sizes="auto, (max-width: 600px) 100vw, 600px" /> </div> <div class="fp-members__slider__slide"> <img width="200" height="200" src="https://ethernetalliance.org/wp-content/uploads/2024/11/Huawei-_POS_RBG_-for-WP.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://ethernetalliance.org/wp-content/uploads/2024/11/Huawei-_POS_RBG_-for-WP.png 200w, https://ethernetalliance.org/wp-content/uploads/2024/11/Huawei-_POS_RBG_-for-WP-150x150.png 150w" sizes="auto, (max-width: 200px) 100vw, 200px" /> </div> <div class="fp-members__slider__slide"> <img width="137" height="31" src="https://ethernetalliance.org/wp-content/uploads/2012/08/Broadcom_Limited_logo11.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" /> </div> <div class="fp-members__slider__slide"> <img width="160" height="160" src="https://ethernetalliance.org/wp-content/uploads/2012/08/AMPH1.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://ethernetalliance.org/wp-content/uploads/2012/08/AMPH1.jpg 160w, https://ethernetalliance.org/wp-content/uploads/2012/08/AMPH1-150x150.jpg 150w" sizes="auto, (max-width: 160px) 100vw, 160px" /> </div> </div> </div> </div> <a href="/who-we-are/member-list/" class="cta cta--light">View All</a> </div> </div> </div> </div> </section> <footer class="footer"> <div class="footer__main"> <div class="container"> <div class="footer__main__inner"> <img class="footer__brand" src="https://ethernetalliance.org/wp-content/themes/ea-child-theme/src/assets/ea-logo-white.svg" alt="Ethernet Alliance Logomark"/> <ul class="footer__menu"> <li> <a href="https://ethernetalliance.org/who-we-are/">Who We Are</a> <ul> <li> <a href="https://ethernetalliance.org/who-we-are/leadership/"> Leadership </a> </li> <li> <a href="https://ethernetalliance.org/who-we-are/member-list/"> Member List </a> </li> <li> <a href="https://ethernetalliance.org/ethernet-alliance-sponsorship/"> Sponsorships </a> </li> <li> <a href="https://ethernetalliance.org/who-we-are/faqs/"> FAQs </a> </li> <li> <a href="https://ethernetalliance.org/who-we-are/contact-us/"> Contact Us </a> </li> </ul> </li> <li> <a href="https://ethernetalliance.org/membership/">Membership</a> </li> <li> <a href="https://ethernetalliance.org/news/">News</a> <ul> <li> <a href="https://ethernetalliance.org/news/press-releases/"> Press Releases </a> </li> <li> <a href="/blog"> Blog </a> </li> <li> <a href="https://ethernetalliance.org/news/industry-news/"> Industry News </a> </li> <li> <a href="https://ethernetalliance.org/ethernet-alliance-newsletter-3/"> Newsletter </a> </li> </ul> </li> <li> <a href="https://ethernetalliance.org/events/">Events</a> <ul> <li> <a href="/events/?y=2025"> 2025 </a> </li> <li> <a href="/events/?y=2024"> 2024 </a> </li> <li> <a href="/events/?y=2023"> 2023 </a> </li> <li> <a href="/events/?y=2022"> 2022 </a> </li> <li> <a href="/events/?y=2021"> 2021 </a> </li> <li> <a href="/events/?y=2020"> 2020 </a> </li> <li> <a href="/events/?y=2019"> 2019 </a> </li> <li> <a href="/events/?y=2018"> 2018 </a> </li> <li> <a href="/events/?y=2017"> 2017 </a> </li> <li> <a href="/events/?y=2016"> 2016 </a> </li> </ul> </li> <li> <a href="https://ethernetalliance.org/library/">Library</a> </li> <li> <a href="https://ethernetalliance.org/poecert/">PoE Certification</a> <ul> <li> <a href="https://ethernetalliance.org/poecert/program-overview/"> Program Overview </a> </li> <li> <a href="https://ethernetalliance.org/poecert/poe-getting-started/"> PoE Getting Started </a> </li> <li> <a href="https://ethernetalliance.org/poecert/poe-infographic/"> PoE Infographic </a> </li> <li> <a href="https://ethernetalliance.org/poecert/poe-certification-members/"> PoE Certification Members </a> </li> <li> <a href="https://ethernetalliance.org/poecert/membership-fees/"> Membership & Fees </a> </li> <li> <a href="https://ea-poe-cert.iol.unh.edu/"> Product Registry </a> </li> <li> <a href="https://ea-poe-cert.iol.unh.edu/approved-test-equipment"> Approved Test Equipment </a> </li> <li> <a href="https://ethernetalliance.org/poecert/test-plan/"> Test Plan </a> </li> </ul> </li> <li> <a href="https://ethernetalliance.org/voices-of-ethernet/">Voices of Ethernet</a> <ul> <li> <a href="https://ethernetalliance.org/voe-robert-garner/"> Robert Garner </a> </li> <li> <a href="https://ethernetalliance.org/voe-gordon-bell/"> Gordon Bell </a> </li> <li> <a href="https://ethernetalliance.org/voe-david-cunningham/"> David Cunningham </a> </li> <li> <a href="https://ethernetalliance.org/voe-bob-grow/"> Bob Grow </a> </li> <li> <a href="https://ethernetalliance.org/tony-jeffree-part-1/"> Tony Jeffree </a> </li> <li> <a href="https://ethernetalliance.org/voe-robert-metcalfe/"> Robert Metcalfe </a> </li> <li> <a href="https://ethernetalliance.org/paul-nikolich-voe/"> Paul Nikolich </a> </li> <li> <a href="https://ethernetalliance.org/voe-gary-robinson/"> Gary Robinson </a> </li> <li> <a href="https://ethernetalliance.org/voe-rich-seifert/"> Rich Seifert </a> </li> <li> <a href="https://ethernetalliance.org/rouzbeh-yassini-fard/"> Rouzbeh Yassini-Fard </a> </li> <li> <a href="https://ethernetalliance.org/voe-geoff-thompson/"> Geoff Thompson </a> </li> <li> <a href="https://ethernetalliance.org/voe-submit-nomination/"> Voices of Ethernet - Submit a Nomination </a> </li> </ul> </li> <li> <a href="https://ethernetalliance.org/technologies/">Technologies</a> <ul> <li> <a href="https://ethernetalliance.org/tef-2024-ethernet-in-the-age-of-ai-2/"> Technology Exploration Forum </a> </li> <li> <a href="https://ethernetalliance.org/ethernet-alliance-2022-technology-webinars/"> Technology Webinar Series </a> </li> <li> <a href="https://ethernetalliance.org/technology/ethernet-roadmap/"> 2025 Ethernet Roadmap </a> </li> <li> <a href="https://ethernetalliance.org/single-pair-ethernet/"> Single Pair Ethernet (SPE) </a> </li> <li> <a href="https://ethernetalliance.org/technologies/nbase-t/"> NBASE-T Archive </a> </li> </ul> </li> <li> <a href="#">Technology</a> <ul> <li> <a href="https://ethernetalliance.org/technology/ethernet-roadmap/"> 2025 Ethernet Roadmap </a> </li> <li> <a href="https://ethernetalliance.org/ethernet-alliance-2022-technology-webinars/"> Technology Webinar Series </a> </li> </ul> </li> <li> <a href="https://ethernetalliance.org/ethernet-alliance-newsletter-3/">Newsletter</a> </li> </ul> </div> </div> </div> <div class="bottombar"> <div class="container"> <div class="bottombar__inner"> <div>Ethernet Alliance © 2025</div> <div class="footer-bar-menu"> <a href="/privacy-policy"> Privacy Policy </a> </div> </div> </div> </div> </footer> <script> window.RS_MODULES = window.RS_MODULES || {}; window.RS_MODULES.modules = window.RS_MODULES.modules || {}; window.RS_MODULES.waiting = window.RS_MODULES.waiting || []; window.RS_MODULES.defered = true; window.RS_MODULES.moduleWaiting = window.RS_MODULES.moduleWaiting || {}; window.RS_MODULES.type = 'compiled'; </script> <link rel='stylesheet' id='rs-plugin-settings-css' href='https://ethernetalliance.org/wp-content/plugins/revslider/public/assets/css/rs6.css?ver=6.6.15' type='text/css' media='all' /> <style id='rs-plugin-settings-inline-css' type='text/css'> #rs-demo-id {} </style> <script type="text/javascript" src="https://ethernetalliance.org/wp-content/plugins/before-and-after/include/lib/GP_Custom_Forms/assets/js/gp_custom_forms.js?ver=bece2b179812c96249e0291968599c0a" id="GP_Custom_Forms-js"></script> <script type="text/javascript" id="before_and_after-js-extra"> /* <![CDATA[ */ var before_and_after_vars = {"ajax_url":"https:\/\/ethernetalliance.org\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type="text/javascript" src="https://ethernetalliance.org/wp-content/plugins/before-and-after/assets/js/before_and_after_fe.js?ver=bece2b179812c96249e0291968599c0a" id="before_and_after-js"></script> <script type="text/javascript" src="https://ethernetalliance.org/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6" id="wp-hooks-js"></script> <script type="text/javascript" src="https://ethernetalliance.org/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6" id="wp-i18n-js"></script> <script type="text/javascript" id="wp-i18n-js-after"> /* <![CDATA[ */ wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); /* ]]> */ </script> <script type="text/javascript" src="https://ethernetalliance.org/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=6.0.5" id="swv-js"></script> <script type="text/javascript" id="contact-form-7-js-before"> /* <![CDATA[ */ var wpcf7 = { "api": { "root": "https:\/\/ethernetalliance.org\/wp-json\/", "namespace": "contact-form-7\/v1" }, "cached": 1 }; /* ]]> */ </script> <script type="text/javascript" src="https://ethernetalliance.org/wp-content/plugins/contact-form-7/includes/js/index.js?ver=6.0.5" id="contact-form-7-js"></script> <script type="text/javascript" id="collapseomatic-js-js-before"> /* <![CDATA[ */ const com_options = {"colomatduration":"fast","colomatslideEffect":"slideFade","colomatpauseInit":"","colomattouchstart":""} /* ]]> */ </script> <script type="text/javascript" src="https://ethernetalliance.org/wp-content/plugins/jquery-collapse-o-matic/js/collapse.js?ver=1.7.2" id="collapseomatic-js-js"></script> <script type="text/javascript" src="https://ethernetalliance.org/wp-content/plugins/revslider/public/assets/js/rbtools.min.js?ver=6.6.15" defer async id="tp-tools-js"></script> <script type="text/javascript" src="https://ethernetalliance.org/wp-content/plugins/revslider/public/assets/js/rs6.min.js?ver=6.6.15" defer async id="revmin-js"></script> <script type="text/javascript" id="social_js-js-extra"> /* <![CDATA[ */ var Sociali18n = {"commentReplyTitle":"Post a Reply"}; /* ]]> */ </script> <script type="text/javascript" src="https://ethernetalliance.org/wp-content/plugins/social/assets/social.js?ver=2.6" id="social_js-js"></script> <script type="text/javascript" id="dlm-xhr-js-extra"> /* <![CDATA[ */ var dlmXHRtranslations = {"error":"An error occurred while trying to download the file. Please try again.","not_found":"Download does not exist.","no_file_path":"No file path defined.","no_file_paths":"No file paths defined.","filetype":"Download is not allowed for this file type.","file_access_denied":"Access denied to this file.","access_denied":"Access denied. You do not have permission to download this file.","security_error":"Something is wrong with the file path.","file_not_found":"File not found."}; /* ]]> */ </script> <script type="text/javascript" id="dlm-xhr-js-before"> /* <![CDATA[ */ const dlmXHR = {"xhr_links":{"class":["download-link","download-button"]},"prevent_duplicates":true,"ajaxUrl":"https:\/\/ethernetalliance.org\/wp-admin\/admin-ajax.php"}; dlmXHRinstance = {}; const dlmXHRGlobalLinks = "https://ethernetalliance.org/download/"; const dlmNonXHRGlobalLinks = []; dlmXHRgif = "https://ethernetalliance.org/wp-includes/images/spinner.gif"; const dlmXHRProgress = "1" /* ]]> */ </script> <script type="text/javascript" src="https://ethernetalliance.org/wp-content/plugins/download-monitor/assets/js/dlm-xhr.min.js?ver=5.0.22" id="dlm-xhr-js"></script> <script type="text/javascript" src="https://ethernetalliance.org/wp-content/themes/ea-child-theme/dist/child-bundle.js?ver=1.0.0" id="child-bundle-js"></script> <script type="text/javascript" src="https://ethernetalliance.org/wp-content/themes/ea-new-theme/dist/bundle.js?ver=1.0.0" id="bundle-js"></script> <script type="text/javascript" id="gforms_recaptcha_recaptcha-js-extra"> /* <![CDATA[ */ var gforms_recaptcha_recaptcha_strings = {"site_key":"6Lfwz5kUAAAAADuIMcQqk1XoIUF19jAXhvkUoO-A","ajaxurl":"https:\/\/ethernetalliance.org\/wp-admin\/admin-ajax.php","nonce":"bf3345f1e9"}; /* ]]> */ </script> <script type="text/javascript" src="https://www.google.com/recaptcha/api.js?render=6Lfwz5kUAAAAADuIMcQqk1XoIUF19jAXhvkUoO-A&ver=1.6.0" id="gforms_recaptcha_recaptcha-js"></script> <script type="text/javascript" src="https://www.google.com/recaptcha/api.js?render=6Lfwz5kUAAAAADuIMcQqk1XoIUF19jAXhvkUoO-A&ver=3.0" id="google-recaptcha-js"></script> <script type="text/javascript" src="https://ethernetalliance.org/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0" id="wp-polyfill-js"></script> <script type="text/javascript" id="wpcf7-recaptcha-js-before"> /* <![CDATA[ */ var wpcf7_recaptcha = { "sitekey": "6Lfwz5kUAAAAADuIMcQqk1XoIUF19jAXhvkUoO-A", "actions": { "homepage": "homepage", "contactform": "contactform" } }; /* ]]> */ </script> <script type="text/javascript" src="https://ethernetalliance.org/wp-content/plugins/contact-form-7/modules/recaptcha/index.js?ver=6.0.5" id="wpcf7-recaptcha-js"></script> </body> </html>