|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en-US"> |
| 3 | + |
| 4 | +<head> |
| 5 | + <link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png"> |
| 6 | + <link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png"> |
| 7 | + <link rel="manifest" href="/favicon/site.webmanifest"> |
| 8 | + |
| 9 | + <link rel="alternate" type="application/rss+xml" title="RSS Feed for Zhiwei Li" |
| 10 | + href="https://lzwjava.github.io/feeds/feed.xml" /> |
| 11 | + |
| 12 | + <title>10BASE-T Maximum Cable Length Explained</title> |
| 13 | + |
| 14 | + <script defer src='https://static.cloudflareinsights.com/beacon.min.js' |
| 15 | + data-cf-beacon='{"token": "70fc8c466cc1445098b3fc6f209c22c2"}'> |
| 16 | + </script> |
| 17 | + |
| 18 | + <!-- |
| 19 | + <script async src="https://www.googletagmanager.com/gtag/js?id=UA-66656236-1"></script> |
| 20 | + <script> |
| 21 | + window.dataLayer = window.dataLayer || []; |
| 22 | + function gtag() { dataLayer.push(arguments); } |
| 23 | + gtag('js', new Date()); |
| 24 | + gtag('config', 'UA-66656236-1'); |
| 25 | + </script> |
| 26 | + --> |
| 27 | + <meta charset="UTF-8"> |
| 28 | + |
| 29 | + <!-- Begin Jekyll SEO tag v2.8.0 --> |
| 30 | +<title>10BASE-T Maximum Cable Length Explained | Zhiwei Li</title> |
| 31 | +<meta name="generator" content="Jekyll v3.10.0" /> |
| 32 | +<meta property="og:title" content="10BASE-T Maximum Cable Length Explained" /> |
| 33 | +<meta name="author" content="Zhiwei Li" /> |
| 34 | +<meta property="og:locale" content="en" /> |
| 35 | +<meta name="description" content="Question: According to the 10BASE-T Ethernet technical specification, what is the maximum distance between a HUB and a network interface card (NIC)?" /> |
| 36 | +<meta property="og:description" content="Question: According to the 10BASE-T Ethernet technical specification, what is the maximum distance between a HUB and a network interface card (NIC)?" /> |
| 37 | +<link rel="canonical" href="https://lzwjava.github.io/10base-t-max-cable-length-en" /> |
| 38 | +<meta property="og:url" content="https://lzwjava.github.io/10base-t-max-cable-length-en" /> |
| 39 | +<meta property="og:site_name" content="Zhiwei Li" /> |
| 40 | +<meta property="og:type" content="article" /> |
| 41 | +<meta property="article:published_time" content="2026-02-25T00:00:00+08:00" /> |
| 42 | +<meta name="twitter:card" content="summary" /> |
| 43 | +<meta property="twitter:title" content="10BASE-T Maximum Cable Length Explained" /> |
| 44 | +<meta name="twitter:site" content="@lzwjava" /> |
| 45 | +<meta name="twitter:creator" content="@lzwjava" /> |
| 46 | +<script type="application/ld+json"> |
| 47 | +{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Zhiwei Li"},"dateModified":"2026-02-25T00:00:00+08:00","datePublished":"2026-02-25T00:00:00+08:00","description":"Question: According to the 10BASE-T Ethernet technical specification, what is the maximum distance between a HUB and a network interface card (NIC)?","headline":"10BASE-T Maximum Cable Length Explained","mainEntityOfPage":{"@type":"WebPage","@id":"https://lzwjava.github.io/10base-t-max-cable-length-en"},"url":"https://lzwjava.github.io/10base-t-max-cable-length-en"}</script> |
| 48 | +<!-- End Jekyll SEO tag --> |
| 49 | + |
| 50 | + |
| 51 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 52 | + <meta name="theme-color" content="#157878"> |
| 53 | + <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> |
| 54 | + |
| 55 | + <!-- Facebook Meta Tags --> |
| 56 | + <!-- <meta property="og:url" content="https://lzwjava.github.io"> --> |
| 57 | + <meta property="og:type" content="website"> |
| 58 | + <!-- <meta property="og:title" content="Zhiwei Li's Blog"> |
| 59 | + <meta property="og:description" content="A personal blog featuring programming insights and projects."> --> |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + <meta property="og:image" content="https://lzwjava.github.io/assets/images/og/og4.jpg"> |
| 69 | + |
| 70 | + <!-- Twitter Meta Tags --> |
| 71 | + <meta name="twitter:card" content="summary_large_image"> |
| 72 | + <meta name="twitter:site" content="@lzwjava"> |
| 73 | + <meta property="twitter:domain" content="lzwjava.github.io"> |
| 74 | + <!-- <meta property="twitter:url" content="https://lzwjava.github.io"> --> |
| 75 | + <!-- <meta name="twitter:title" content="Zhiwei Li's Blog"> |
| 76 | + <meta name="twitter:description" content="A personal blog featuring programming insights and projects."> --> |
| 77 | + <meta name="twitter:image" content="https://lzwjava.github.io/assets/images/og/og4.jpg"> |
| 78 | + |
| 79 | + |
| 80 | + <link rel="stylesheet" href="/assets/css/style.css?v=d654332139a5811af1981b3d7246f80e249f0b87"> |
| 81 | + |
| 82 | + <!-- for mathjax support --> |
| 83 | + <script type="text/x-mathjax-config"> |
| 84 | + MathJax.Hub.Config({ |
| 85 | + tex2jax: { |
| 86 | + inlineMath: [ ['\\(','\\)'], ['$', '$']], |
| 87 | + displayMath: [ ['$$','$$'], ['\\[','\\]']], |
| 88 | + processEscapes: false |
| 89 | + }, |
| 90 | + "HTML-CSS": { linebreaks: { automatic: true } }, |
| 91 | + "CommonHTML": { |
| 92 | + linebreaks: { automatic: true } |
| 93 | + }, |
| 94 | + TeX: { equationNumbers: { autoNumber: "AMS" } } |
| 95 | + }); |
| 96 | + </script> |
| 97 | + |
| 98 | + <script type="text/javascript" async |
| 99 | + src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_CHTML"></script> |
| 100 | + |
| 101 | + <script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script> |
| 102 | + |
| 103 | + <!-- <script src="/assets/js/donatePopup.js?v=d654332139a5811af1981b3d7246f80e249f0b87" defer></script> --> |
| 104 | +</head> |
| 105 | + |
| 106 | +<body> |
| 107 | + <main id="content" class="main-content post-content" role="main"> |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + <div class="title-row post-title-row"> |
| 116 | + <h2 class="title post-title"> |
| 117 | + 10BASE-T Maximum Cable Length Explained | Generated by AI |
| 118 | + </h2> |
| 119 | + </div> |
| 120 | + |
| 121 | + <div class="button-container"> |
| 122 | + <a href="/" class="button left-button">Home</a> |
| 123 | + |
| 124 | + <!-- PDF Button --> |
| 125 | + |
| 126 | + <!-- <a href="#" id="downloadPdfButton" class="button pdf-button" data-file-path="_posts/en/2026-02-25-10base-t-max-cable-length-en.md">PDF</a> --> |
| 127 | + |
| 128 | + <!-- Audio Button --> |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + <!-- --> |
| 133 | + |
| 134 | + <!-- Date Button --> |
| 135 | + |
| 136 | + |
| 137 | + <!-- <span>_postsen2026-02-25-10base-t-max-cable-length-en.md</span> --> |
| 138 | + |
| 139 | + |
| 140 | + <!-- <span>2026-02-25-10base-t-max-cable-length-en.md</span> --> |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + <a href="#" class="button">2026.02</a> |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + <button id="themeTogglePost" class="button icon-button" aria-label="Toggle Theme" style="float: right;margin-bottom: 5px;"> |
| 154 | + <!-- theme-icons.html --> |
| 155 | +<svg id="sunIcon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" stroke="currentColor" |
| 156 | + stroke-width="2" stroke-linecap="round" stroke-linejoin="round" style="display: none;"> |
| 157 | + <circle cx="12" cy="12" r="5"></circle> |
| 158 | + <line x1="12" y1="1" x2="12" y2="3"></line> |
| 159 | + <line x1="12" y1="21" x2="12" y2="23"></line> |
| 160 | + <line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line> |
| 161 | + <line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line> |
| 162 | + <line x1="1" y1="12" x2="3" y2="12"></line> |
| 163 | + <line x1="21" y1="12" x2="23" y2="12"></line> |
| 164 | + <line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line> |
| 165 | + <line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line> |
| 166 | +</svg> |
| 167 | + |
| 168 | +<svg id="moonIcon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" stroke="currentColor" |
| 169 | + stroke-width="2" stroke-linecap="round" stroke-linejoin="round" style="display: none;"> |
| 170 | + <path d="M21 12.79A9 9 0 1 1 11.21 3a7 7 0 0 0 9.79 9.79z"></path> |
| 171 | +</svg> |
| 172 | + </button> |
| 173 | + |
| 174 | + <!-- Language Select Section --> |
| 175 | + |
| 176 | + |
| 177 | + |
| 178 | + |
| 179 | + |
| 180 | + |
| 181 | + |
| 182 | + |
| 183 | + |
| 184 | + <select id="languageSelect" class="button right-button"> |
| 185 | + <option value="/10base-t-max-cable-length-en" selected>English</option> |
| 186 | + <option value="/10base-t-max-cable-length-zh" >中文</option> |
| 187 | + </select> |
| 188 | + </div> |
| 189 | + |
| 190 | + <!-- Audio player for text-to-speech --> |
| 191 | + <div class="audio-container"> |
| 192 | + <audio id="audioPlayer" controls loop style="display:none;"> |
| 193 | + <source id="audioSource" src="" type="audio/mp3"> |
| 194 | + Your browser does not support the audio element. |
| 195 | + </audio> |
| 196 | + </div> |
| 197 | + |
| 198 | + <hr> |
| 199 | + |
| 200 | + <p>Question: According to the 10BASE-T Ethernet technical specification, what is the maximum distance between a HUB and a network interface card (NIC)?</p> |
| 201 | + |
| 202 | +<p>A. 20m<br /> |
| 203 | +B. 50m<br /> |
| 204 | +C. 100m<br /> |
| 205 | +D. 200m</p> |
| 206 | + |
| 207 | +<p>Answer:</p> |
| 208 | + |
| 209 | +<p><strong>C. 100m</strong></p> |
| 210 | + |
| 211 | +<p><strong>Explanation:</strong></p> |
| 212 | + |
| 213 | +<p>The 10BASE-T standard (defined in IEEE 802.3i-1990) is the 10 Mbps Ethernet specification that uses unshielded twisted-pair (UTP) cabling — typically Category 3 or better — and operates in a physical star topology with a hub (or repeater) at the center.</p> |
| 214 | + |
| 215 | +<p>Key technical parameters of 10BASE-T include:</p> |
| 216 | + |
| 217 | +<ul> |
| 218 | + <li>Maximum cable length between the hub (repeater) and the network interface card (DTE): <strong>100 meters</strong></li> |
| 219 | + <li>Uses RJ-45 connectors</li> |
| 220 | + <li>Two pairs of the four pairs in the cable are used (one for transmit, one for receive)</li> |
| 221 | + <li>The 100-meter limit includes patch cords and is the total allowed length of the horizontal cabling segment</li> |
| 222 | +</ul> |
| 223 | + |
| 224 | +<p>This 100-meter maximum segment length is a fundamental rule in 10BASE-T and has been consistently documented in both the original IEEE 802.3 standard and all subsequent references.</p> |
| 225 | + |
| 226 | +<p>Therefore, the correct answer is <strong>C. 100m</strong>.</p> |
| 227 | + |
| 228 | +<p>The other options are incorrect because:</p> |
| 229 | +<ul> |
| 230 | + <li>20m and 50m are far below the standard allowance</li> |
| 231 | + <li>200m exceeds the specification and would cause excessive signal attenuation and timing problems</li> |
| 232 | +</ul> |
| 233 | + |
| 234 | +<p>References:</p> |
| 235 | + |
| 236 | +<ul> |
| 237 | + <li>IEEE 802.3-1990 standard (10BASE-T clause)</li> |
| 238 | + <li><a href="https://standards.ieee.org/ieee/802.3/1990/">https://standards.ieee.org/ieee/802.3/1990/</a></li> |
| 239 | +</ul> |
| 240 | + |
| 241 | + |
| 242 | + <hr> |
| 243 | + |
| 244 | + <div class="button-container"> |
| 245 | + <a href="/" class="button left-button">Back</a> |
| 246 | + |
| 247 | + |
| 248 | + |
| 249 | + |
| 250 | + |
| 251 | + <a href="/donate-en" class="button right-button">Donate</a> |
| 252 | + </div> |
| 253 | +</main> |
| 254 | + |
| 255 | +<script src="/assets/js/dark-mode.js"></script> |
| 256 | +<script src="/assets/js/audio.js" defer></script> |
| 257 | +<script src="/assets/js/pdf.js" defer></script> |
| 258 | +<script> |
| 259 | + document.getElementById('languageSelect').addEventListener('change', function() { |
| 260 | + var selectedValue = this.value; |
| 261 | + if (selectedValue) { |
| 262 | + window.location.href = selectedValue; |
| 263 | + } |
| 264 | + }); |
| 265 | +</script> |
| 266 | + |
| 267 | +</body> |
| 268 | + |
| 269 | +</html> |
0 commit comments