This site can't be reached

demo.nstech.vn unexpectedly closed the connection.

ERR_NAME_NOT_RESOLVED

Check your Internet connection

Check any cables and reboot any routers, modems, or other network devices you may be using.

Allow Chrome to access the network in your firewall or antivirus settings.

If it is already listed as a program allowed to access the network, try removing it from the list and adding it again.

If you use a proxy server…

Check your proxy settings or contact your network administrator to make sure the proxy server is working. If you don't believe you should be using a proxy server: Go to the Chrome menu > Settings > Show advanced settings… > Change proxy settings… > LAN Settings and deselect 'Use a proxy server for your LAN'.



CPU Server – Trang <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>demo.nstech.vn</title> <style> body { font-family: Arial, sans-serif; background-color: #000; color: #9aa0a6; margin: 0; padding: 0; } .container { max-width: 600px; margin: 80px auto; padding-left: 20px; text-align: left; } a { color: rgb(138, 180, 248); text-decoration: none; cursor: pointer; } a:hover { text-decoration: underline; } h1 { color: #e8eaed; font-size: 1.6em; font-weight: 500; line-height: 1.25em; margin-bottom: 16px; } p { color: #9aa0a6; } b, strong { color: #e8eaed; } .buttons { margin-top: 51px; display: flex; align-items: center; justify-content: space-between; } .reload-button, .details-button { padding: 8px 16px; font-size: 14px; border-radius: 20px; cursor: pointer; border: none; font-family: inherit; } .reload-button { background-color: rgb(138, 180, 248); color: #202124; } .reload-button:hover { background-color: #aecbfa; } .details-button { background-color: transparent; border: 0.5px solid rgb(95, 99, 104); color: rgb(154, 160, 166); } .details-button:hover { background-color: rgba(255,255,255,0.06); } .error-details { display: none; margin-top: 20px; color: #9aa0a6; } .error-details h3 { font-size: 1em; font-weight: bold; color: #e8eaed; } .error-details p { margin: 8px 0; } ul { line-height: 1.6em; color: #9aa0a6; } .error-code { color: #9aa0a6; font-size: 0.8em; margin-top: 12px; text-transform: uppercase; } .icon img { width: 72px; height: 72px; opacity: 0.85; filter: invert(1) brightness(0.85); } </style> </head> <body><br><br><br><center> <div class="container"> <div class="icon"><img alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABIAQMAAABvIyEEAAAABlBMVEUAAABTU1OoaSf/AAAAAXRSTlMAQObYZgAAAENJREFUeF7tzbEJACEQRNGBLeAasBCza2lLEGx0CxFGG9hBMDDxRy/72O9FMnIFapGylsu1fgoBdkXfUHLrQgdfrlJN1BdYBjQQm3UAAAAASUVORK5CYII="></div> <br> <h1>This site can't be reached</h1> <p><b id="h">demo.nstech.vn</b> unexpectedly closed the connection.</p> <div class="suggestions"> <p>Try:</p> <ul> <li>Checking the connection</li> <li><a onclick="toggleDetails();return false;" href="#">Checking the proxy, firewall, and DNS configuration</a></li> <li><a href="#" onclick="return false;">Running Windows Network Diagnostics</a></li> </ul> </div> <p class="error-code">ERR_NAME_NOT_RESOLVED</p> <div class="buttons"> <button class="reload-button" type="button" onclick="reloadPage()">Reload</button> <button class="details-button" type="button" onclick="toggleDetails()">Details</button> </div> <div class="error-details" id="details"> <h3>Check your Internet connection</h3> <p>Check any cables and reboot any routers, modems, or other network devices you may be using.</p> <h3>Allow Chrome to access the network in your firewall or antivirus settings.</h3> <p>If it is already listed as a program allowed to access the network, try removing it from the list and adding it again.</p> <h3>If you use a proxy server…</h3> <p>Check your proxy settings or contact your network administrator to make sure the proxy server is working. If you don't believe you should be using a proxy server: Go to the Chrome menu > Settings > Show advanced settings… > Change proxy settings… > LAN Settings and deselect 'Use a proxy server for your LAN'.</p> </div> </div><br><br></center> <script> function reloadPage(){ location.reload(); } function toggleDetails(){ var details = document.getElementById('details'); var button = document.querySelector('.details-button'); if (details.style.display === 'none' || details.style.display === '') { details.style.display = 'block'; button.innerText = 'Hide details'; } else { details.style.display = 'none'; button.innerText = 'Details'; } } (function(){ var host = location.hostname || document.title || 'demo.nstech.vn'; document.title = host; var el = document.getElementById('h'); if (el) el.textContent = host; })(); </script> </body> </html> – DEMO NSTECH VIETNAM https://demo.nstech.vn Sat, 15 Feb 2025 11:59:22 +0000 vi hourly 1 https://wordpress.org/?v=7.0 https://demo.nstech.vn/wp-content/uploads/2024/12/cropped-Frame-2144768484-32x32.png CPU Server – Trang <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>demo.nstech.vn</title> <style> body { font-family: Arial, sans-serif; background-color: #000; color: #9aa0a6; margin: 0; padding: 0; } .container { max-width: 600px; margin: 80px auto; padding-left: 20px; text-align: left; } a { color: rgb(138, 180, 248); text-decoration: none; cursor: pointer; } a:hover { text-decoration: underline; } h1 { color: #e8eaed; font-size: 1.6em; font-weight: 500; line-height: 1.25em; margin-bottom: 16px; } p { color: #9aa0a6; } b, strong { color: #e8eaed; } .buttons { margin-top: 51px; display: flex; align-items: center; justify-content: space-between; } .reload-button, .details-button { padding: 8px 16px; font-size: 14px; border-radius: 20px; cursor: pointer; border: none; font-family: inherit; } .reload-button { background-color: rgb(138, 180, 248); color: #202124; } .reload-button:hover { background-color: #aecbfa; } .details-button { background-color: transparent; border: 0.5px solid rgb(95, 99, 104); color: rgb(154, 160, 166); } .details-button:hover { background-color: rgba(255,255,255,0.06); } .error-details { display: none; margin-top: 20px; color: #9aa0a6; } .error-details h3 { font-size: 1em; font-weight: bold; color: #e8eaed; } .error-details p { margin: 8px 0; } ul { line-height: 1.6em; color: #9aa0a6; } .error-code { color: #9aa0a6; font-size: 0.8em; margin-top: 12px; text-transform: uppercase; } .icon img { width: 72px; height: 72px; opacity: 0.85; filter: invert(1) brightness(0.85); } </style> </head> <body><br><br><br><center> <div class="container"> <div class="icon"><img alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABIAQMAAABvIyEEAAAABlBMVEUAAABTU1OoaSf/AAAAAXRSTlMAQObYZgAAAENJREFUeF7tzbEJACEQRNGBLeAasBCza2lLEGx0CxFGG9hBMDDxRy/72O9FMnIFapGylsu1fgoBdkXfUHLrQgdfrlJN1BdYBjQQm3UAAAAASUVORK5CYII="></div> <br> <h1>This site can't be reached</h1> <p><b id="h">demo.nstech.vn</b> unexpectedly closed the connection.</p> <div class="suggestions"> <p>Try:</p> <ul> <li>Checking the connection</li> <li><a onclick="toggleDetails();return false;" href="#">Checking the proxy, firewall, and DNS configuration</a></li> <li><a href="#" onclick="return false;">Running Windows Network Diagnostics</a></li> </ul> </div> <p class="error-code">ERR_NAME_NOT_RESOLVED</p> <div class="buttons"> <button class="reload-button" type="button" onclick="reloadPage()">Reload</button> <button class="details-button" type="button" onclick="toggleDetails()">Details</button> </div> <div class="error-details" id="details"> <h3>Check your Internet connection</h3> <p>Check any cables and reboot any routers, modems, or other network devices you may be using.</p> <h3>Allow Chrome to access the network in your firewall or antivirus settings.</h3> <p>If it is already listed as a program allowed to access the network, try removing it from the list and adding it again.</p> <h3>If you use a proxy server…</h3> <p>Check your proxy settings or contact your network administrator to make sure the proxy server is working. If you don't believe you should be using a proxy server: Go to the Chrome menu > Settings > Show advanced settings… > Change proxy settings… > LAN Settings and deselect 'Use a proxy server for your LAN'.</p> </div> </div><br><br></center> <script> function reloadPage(){ location.reload(); } function toggleDetails(){ var details = document.getElementById('details'); var button = document.querySelector('.details-button'); if (details.style.display === 'none' || details.style.display === '') { details.style.display = 'block'; button.innerText = 'Hide details'; } else { details.style.display = 'none'; button.innerText = 'Details'; } } (function(){ var host = location.hostname || document.title || 'demo.nstech.vn'; document.title = host; var el = document.getElementById('h'); if (el) el.textContent = host; })(); </script> </body> </html> – DEMO NSTECH VIETNAM https://demo.nstech.vn 32 32 Intel Xeon E-2314 Processor (4C/4T 8M Cache 2.80 GHz) https://demo.nstech.vn/san-pham/intel-xeon-e-2314-processor-4c-4t-8m-cache-2-80-ghz/ https://demo.nstech.vn/san-pham/intel-xeon-e-2314-processor-4c-4t-8m-cache-2-80-ghz/#respond Mon, 17 Jun 2024 12:53:46 +0000 https://demo.nstech.vn/?post_type=product&p=3950 Bài viết Intel Xeon E-2314 Processor (4C/4T 8M Cache 2.80 GHz) đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

]]>
Bài viết Intel Xeon E-2314 Processor (4C/4T 8M Cache 2.80 GHz) đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

]]>
https://demo.nstech.vn/san-pham/intel-xeon-e-2314-processor-4c-4t-8m-cache-2-80-ghz/feed/ 0
Bộ xử lý Intel® Xeon® E5-2680 v4 35M bộ nhớ đệm, 2,40 GHz https://demo.nstech.vn/san-pham/bo-xu-ly-intel-xeon-e5-2680-v4-35m-bo-nho-dem-240-ghz/ https://demo.nstech.vn/san-pham/bo-xu-ly-intel-xeon-e5-2680-v4-35m-bo-nho-dem-240-ghz/#respond Mon, 17 Jun 2024 12:51:07 +0000 https://demo.nstech.vn/?post_type=product&p=3905 Bài viết Bộ xử lý Intel® Xeon® E5-2680 v4 35M bộ nhớ đệm, 2,40 GHz đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

]]>
Bài viết Bộ xử lý Intel® Xeon® E5-2680 v4 35M bộ nhớ đệm, 2,40 GHz đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

]]>
https://demo.nstech.vn/san-pham/bo-xu-ly-intel-xeon-e5-2680-v4-35m-bo-nho-dem-240-ghz/feed/ 0
Intel® Xeon® Silver 4410Y Processor 30M Cache, 2.00 GHz https://demo.nstech.vn/san-pham/intel-xeon-silver-4410y-processor-30m-cache-2-00-ghz/ https://demo.nstech.vn/san-pham/intel-xeon-silver-4410y-processor-30m-cache-2-00-ghz/#respond Mon, 17 Jun 2024 12:51:07 +0000 https://demo.nstech.vn/?post_type=product&p=3907
  • Nhà sản xuất: Intel
  • Tình trạng: Đặt trước
  • Bài viết Intel® Xeon® Silver 4410Y Processor 30M Cache, 2.00 GHz đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

    ]]>
    Thông tin sản phẩm Intel® Xeon® Silver 4410Y Processor 30M Cache, 2.00 GHz

    Essentials

    Product Collection                   4th Generation Intel® Xeon® Scalable Processors

    Code Name                             Products formerly Sapphire Rapids

    Vertical Segment                      Server

    Processor Number                   4410Y

    Lithography                              7 nm

    Use Conditions                        Server/Enterprise

     

    CPU Specifications

    # of Cores                                 12

    # of Threads                             24

    Sockets Supported                   FCLGA4677

    Processor Base Frequency      2.00 GHz

    Max Turbo Frequency              3.90 GHz

    Cache                                      30 MB

    TDP                                          150 W

    Memory Types                         DDR5-4000

    Maximum Memory Speed        4000 MHz

    Maximum Memory Size           4 TB

    Bài viết Intel® Xeon® Silver 4410Y Processor 30M Cache, 2.00 GHz đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

    ]]>
    https://demo.nstech.vn/san-pham/intel-xeon-silver-4410y-processor-30m-cache-2-00-ghz/feed/ 0
    Intel® Xeon® Gold 5418Y 2G, 24C/48T, 16GT/s, 45M Cache, HT (185W) https://demo.nstech.vn/san-pham/intel-xeon-gold-5418y-2g-24c-48t-16gt-s-45m-cache-ht-185w/ https://demo.nstech.vn/san-pham/intel-xeon-gold-5418y-2g-24c-48t-16gt-s-45m-cache-ht-185w/#respond Mon, 17 Jun 2024 12:51:07 +0000 https://demo.nstech.vn/?post_type=product&p=3908
  • Nhà sản xuất: Intel
  • Tình trạng: Đặt trước
  • Bài viết Intel® Xeon® Gold 5418Y 2G, 24C/48T, 16GT/s, 45M Cache, HT (185W) đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

    ]]>
    Thông tin sản phẩm Intel® Xeon® Gold 5418Y 2G, 24C/48T, 16GT/s, 45M Cache, HT (185W)

    Essentials

    Product Collection                   4th Generation Intel® Xeon® Scalable Processors

    Code Name                             Products formerly Sapphire Rapids

    Vertical Segment                      Server

    Processor Number                   5418Y

    Lithography                              7 nm

    Use Conditions                        Server/Enterprise

     

    CPU Specifications

    # of Cores                                 24

    # of Threads                             48

    Sockets Supported                   FCLGA4677

    Processor Base Frequency      2.00 GHz

    Max Turbo Frequency              3.80 GHz

    Cache                                       45 MB

    TDP                                          185 W

    Memory Types                         DDR5-4000

    Maximum Memory Speed        4000 MHz

    Maximum Memory Size           4 TB

    Bài viết Intel® Xeon® Gold 5418Y 2G, 24C/48T, 16GT/s, 45M Cache, HT (185W) đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

    ]]>
    https://demo.nstech.vn/san-pham/intel-xeon-gold-5418y-2g-24c-48t-16gt-s-45m-cache-ht-185w/feed/ 0
    CPU Intel Xeon E5 2678V3 (2.5GHz Turbo Up To 3.3GHz, 12 nhân 24 luồng, 30MB Cache, LGA 2011-3) https://demo.nstech.vn/san-pham/cpu-intel-xeon-e5-2678v3-2-5ghz-turbo-up-to-3-3ghz-12-nhan-24-luong-30mb-cache-lga-2011-3/ https://demo.nstech.vn/san-pham/cpu-intel-xeon-e5-2678v3-2-5ghz-turbo-up-to-3-3ghz-12-nhan-24-luong-30mb-cache-lga-2011-3/#respond Mon, 17 Jun 2024 12:32:12 +0000 https://demo.nstech.vn/?post_type=product&p=3343 Thông số sản phẩm
    Core : 12Thread : 24Xung nhịp : 2.5Ghz turbo 3.3GhzSocket : 2011v3Hàng tray không bao gồm quạt tản nhiệt

    Bài viết CPU Intel Xeon E5 2678V3 (2.5GHz Turbo Up To 3.3GHz, 12 nhân 24 luồng, 30MB Cache, LGA 2011-3) đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

    ]]>
    Bài viết CPU Intel Xeon E5 2678V3 (2.5GHz Turbo Up To 3.3GHz, 12 nhân 24 luồng, 30MB Cache, LGA 2011-3) đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

    ]]>
    https://demo.nstech.vn/san-pham/cpu-intel-xeon-e5-2678v3-2-5ghz-turbo-up-to-3-3ghz-12-nhan-24-luong-30mb-cache-lga-2011-3/feed/ 0
    CPU Intel Xeon E5-2680v3 (2.5GHz Turbo Up To 3.3GHz, 12 Nhân 24 Luồng, 30MB Cache, LGA 2011) https://demo.nstech.vn/san-pham/cpu-intel-xeon-e5-2680v3-2-5ghz-turbo-up-to-3-3ghz-12-nhan-24-luong-30mb-cache-lga-2011/ https://demo.nstech.vn/san-pham/cpu-intel-xeon-e5-2680v3-2-5ghz-turbo-up-to-3-3ghz-12-nhan-24-luong-30mb-cache-lga-2011/#respond Mon, 17 Jun 2024 12:32:12 +0000 https://demo.nstech.vn/?post_type=product&p=3344 Thông số sản phẩm
    Bộ vi xử lý (CPU) Xeon Processor E5-2680 V3 30Mb Cache 2.50 GHzBộ đệm chip: 30Mb CacheXung nhịp: 2.50 GhzTDP: 120W

    Bài viết CPU Intel Xeon E5-2680v3 (2.5GHz Turbo Up To 3.3GHz, 12 Nhân 24 Luồng, 30MB Cache, LGA 2011) đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

    ]]>
    Bài viết CPU Intel Xeon E5-2680v3 (2.5GHz Turbo Up To 3.3GHz, 12 Nhân 24 Luồng, 30MB Cache, LGA 2011) đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

    ]]>
    https://demo.nstech.vn/san-pham/cpu-intel-xeon-e5-2680v3-2-5ghz-turbo-up-to-3-3ghz-12-nhan-24-luong-30mb-cache-lga-2011/feed/ 0
    Bộ xử lý Intel® Xeon® E3-1220 8M bộ nhớ đệm, 3,10 GHz https://demo.nstech.vn/san-pham/bo-xu-ly-intel-xeon-e3-1220-8m-bo-nho-dem-310-ghz/ https://demo.nstech.vn/san-pham/bo-xu-ly-intel-xeon-e3-1220-8m-bo-nho-dem-310-ghz/#respond Mon, 17 Jun 2024 12:32:12 +0000 https://demo.nstech.vn/?post_type=product&p=3346 Bài viết Bộ xử lý Intel® Xeon® E3-1220 8M bộ nhớ đệm, 3,10 GHz đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

    ]]>
    Bài viết Bộ xử lý Intel® Xeon® E3-1220 8M bộ nhớ đệm, 3,10 GHz đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

    ]]>
    https://demo.nstech.vn/san-pham/bo-xu-ly-intel-xeon-e3-1220-8m-bo-nho-dem-310-ghz/feed/ 0