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'.



Workstation Hãng – 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 Mon, 17 Jun 2024 12:48:41 +0000 vi hourly 1 https://wordpress.org/?v=7.0 https://demo.nstech.vn/wp-content/uploads/2024/12/cropped-Frame-2144768484-32x32.png Workstation Hãng – 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 Dell Precision 3660 Tower Workstation i9-12900 https://demo.nstech.vn/san-pham/dell-precision-3660-tower-workstation-i9-12900/ https://demo.nstech.vn/san-pham/dell-precision-3660-tower-workstation-i9-12900/#respond Mon, 17 Jun 2024 12:48:41 +0000 https://demo.nstech.vn/?post_type=product&p=3828
  • Intel Core i5-12500 processor (18MB Cache, 6 Core (6P+0E), 3.0GHz to 4.6GHz (65W)) TDP
  • Chipset: Intel W680
  • 16GB (2x 8GB) DDR5 4400 MHz UDIMM Memory
  • Nvidia T400, 2GB, 3mDP to DP adapter
  • 256 GB, M.2, PCIe NVMe, SSD
  • Intel Ethernet Connection I219-LM 10/100/1000
  • Slots: 2 M.2 2230/2280 PCIe Gen4, 1 M.2 2280 PCIe Gen 3, 1 Gen5 PCIe x16 slot, 1 Gen3 PCIe x4 slot, 1 Gen 4 PCIe x4 slot
  • Storage: (5) internal 2.5/3.5-inch bays (SATA HDD/SSDs)
  • 8x DVD+/-RW 9.5mm Optical Disk Drive
  • Dell Multimedia English Keyboard
  • Dell MS116 Wired Mouse
  • Power Supply: 500W (80 Plus Platinum) PSU
  • OS License : Ubuntu Linux 20.04
  • Warranty: 3 Year
  • Bài viết Dell Precision 3660 Tower Workstation i9-12900 đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

    ]]>

    Available with Windows 11 or Linux Ubuntu.

     

    Picture of a dismantled Dell Precision 3660 Tower Workstation showing the product inside.

    Extreme scalability in mini-tower design

    CPU cooling option

    Get improved cooling with Advanced Air and Premium Liquid Coolers.Lockable, removable front storage

    Secure and accessible data storage.

    Faster ports

    Easy access to ports (up to 20Gbps).

    Removable power supply 

    Use the release to easily remove the power supply.

    Picture of a dismantled Dell Precision 3660 Tower Workstation showing the product inside with a Dell monitor next to it.

    Powerful performance

    You won’t believe your eyes

    Whether you’re working on website design or CAD, Intel integrated graphics or up to AMD Radeon Pro or NVIDIA pro graphics (up to 350W) ensure a smooth and elevated visual experience every time.Slowing down isn’t an option

    125W 12th Gen Intel Core™ processors. Up to 128GB or up to 4400MHz DDR5 memory. Up to 28TB of RAID-capable storage.

    Convenient connectivity

    Integrated Wi-Fi 6 and Bluetooth 5.2 with vPro.

    Picture of a dismantled Dell Precision 3660 Tower Workstation showing the product inside.

    Optional air and liquid cooling

    The flow of air or liquid keeps your internals cool, and your workspace silent, so your creativity is never interrupted. Advanced thermals help to keep your system running at peak performance.
    Reliable Memory Technology Pro
    Reliable Memory Technology Pro
    Works with ECC memory to detect bad memory, correct errors, map out bad memory sectors, report and alerts you when the memory is critically close to failure.
    Independent Software Vendor (ISV) certification
    Independent Software Vendor (ISV) certification
    Precision workstations are tested to ensure the high-performance applications you rely on every day run smoothly.*

    Dell Optimizer for Precision*

    Our built-in AI platform learns how you work and adapts to create a smarter, more personalized experience.
    *Not all Dell Optimizer for Precision features are available on every Precision workstation.

    Intelligent Audio

    Intelligent Audio enhances your audio quality and reduces background noises, so you can hear and be heard, creating a better conference experience for all.

    ExpressResponse

    With Intel® Adaptix™ Technology, prioritize your most important apps, so they open faster and perform better.

    ExpressSign-in

    The workstation proximity sensor enabled by Intel® Context Sensing Technology detects your presence to instantly wake and log you in via the IR camera (with EMZA technology) and Windows Hello. It locks upon walking away, so your work stays safe.

    ExpressCharge

    AI adapts to your charge patterns to improve battery performance. ExpressCharge Boost delivers 35% charge in 20 minutes, or up to 80% in one hour.*

    ExpressConnect

    New ExpressConnect automatically joins the strongest access point in the office and directs bandwidth to critical applications, wherever you work.

    Analytics

    Analyze your system and generate reports on workload, system performance and system diagnostics for insights that help you create a personalized performance for the way you work.

    Redefine reality
    Create fully-immersive VR content with Intel® integrated graphics or up to AMD Radeon Pro or NVIDIA pro graphics (up to 350W).
    Create smart
    Develop AI on-the-go with factory-installed Ubuntu Linux, fast storage options, a large memory footprint, and Intel® CPUS.
    The speed of AI
    Cognitive technologies are the fastest growing area in modern computing. Applications that previously required human intelligence are now augmented by powerful machine learning algorithms, shortening the time between ideas and results.
    Windows 11

    Windows 11 Pro – designed for hybrid work.The most productive and secure version of Windows yet—but simple for IT.

    Learn More

    Picture of two Dell Precision 3660 Tower Workstations with numbers from 1 to 16 signaling the product ports & slots.

    Ports & Slots

    1. Optical drive (optional)

    2. Power button

    3. Audio-mic combo (3.5mm) jack

    4. (2) USB 3.2 Type-A Gen 1 (5Gbps)

    5. USB 3.2 Type-C Gen2 (10Gbps) data only

    6. USB 3.2 Type-C Gen 2×2 (20Gbps) data only

    7. SD Card Reader 4.0

    8. Audio out (3.5mm jack)

    9. (2) DP1.4++ HBR2

    10. (2) USB 3.2 Type-C Gen2 (10Gbps) with power delivery

    11. (2) USB 3.2 Type-A Gen2 (10Gbps)

    12. (2) USB 2.0 Type-A

    13. RJ45 i219 LAN (1G) – Optional

    14. Power connector

    15. LED indicator light

    16. Video port optional (VGA HD15, HDMI 2.0, DP++ 1.4 HBR3, USB Type-C w/DP-Alt mode DP 1.4 HBR2)

    Picture of a Dell Precision 3660 Tower Workstation with numbers from 1 to 3 signaling product dimensions & weight.

    Dimensions & Weight

    1. Height: 369.0 mm

    2. Width: 173.0 mm

    3. Depth: 420.0 mm

    Starting Weight: 8.5 kg*

    Bài viết Dell Precision 3660 Tower Workstation i9-12900 đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

    ]]>
    https://demo.nstech.vn/san-pham/dell-precision-3660-tower-workstation-i9-12900/feed/ 0
    Dell Precision Tower 5820 Workstation W-2102 https://demo.nstech.vn/san-pham/dell-precision-tower-5820-workstation-w-2102/ https://demo.nstech.vn/san-pham/dell-precision-tower-5820-workstation-w-2102/#respond Mon, 17 Jun 2024 12:48:41 +0000 https://demo.nstech.vn/?post_type=product&p=3829
  • Intel Xeon W-2102 2.9GHz, 4C, 8.25M Cache, No Turbo, No HT, (120W) DDR4-2400
  • Chipset: Intel C422 (Skylake/Cascade Lake W)
  • 32GB (4 x 8GB) DDR4 2933MHz RDIMM ECC Memory
  • NVIDIA T400, 4 GB GDDR6, 3 mDP to DP adapters
  • 2.5" 256GB SATA Class 20 Solid State Drive
  • 1TB 3.5" Serial-ATA (7,200 RPM) Hard Drive
  • Integrated: Intel chipset SATA controller (6Gb/s) RAID 0,1,5,10
  • Integrated: Realtek ALC3234 High Definition Audio (2 Channel)
  • Integrated: Intel i219 Gigabit Ethernet
  • Slots: (2) PCIe x16, (1) PCIe x16 wired as x8, (1) PCie x16 wired as x4, (1) PCIe x16 wired as x1, 1 PCI 32/33
  • Storage: 4 x 2.5”/3.5” SATA HDD/SSDs
  • Optical Driver: 8X DVD+/-RW Slimline
  • Dell Multimedia Keyboard KB216 Black
  • Dell Optical Mouse MS116 Black
  • Power Supply: Precision 5820 Tower 425W Chassis CL
  • OS License : Windows 10 Pro for Workstations
  • Warranty: 3 Year ProSupport
  • Bài viết Dell Precision Tower 5820 Workstation W-2102 đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

    ]]>

    Operating System

    With Windows 10 Pro for Workstations or Ubuntu 18.04 LTS – for a smooth, versatile PC experience.
    Blazing fast performance

    Blazing fast performance

    Brainpower that matches yours: The latest Intel® Xeon® processor powers your most demanding applications. Now featuring a new generation of single-socket architecture with up to 18 cores, you can extract maximum performance for your biggest ideas.

     

    Accelerate every project: Run your software as fast as possible and get real-time results thanks to this memory expandable machine with up to 512GB of 2666MHz RDIMM ECC memory (not available with Core X CPUs).Drown out distraction: Focus on your tasks with the workstation that’s quieter than ever. A new multichannel thermal design delivers advanced cooling and acoustics.

    Built for your future

    Built for your future

    Room for more: Your Precision 5820 Tower grows with your ideas no matter where they take you, thanks to a new chassis that combines a versatile design with outstanding storage scalability.

    Adapts to your innovations: Your Precision 5820 Tower is ready for complex projects, including virtual reality and AI workflows, with the next generation AMD Radeon Pro™ and highest-performing NVIDIA® Quadro® RTX graphics. Your workstation supports up to 600W of graphics up to 300W per card (950W PSU required).

    No project is too big: Up to six 2.5″ or five 3.5″ drives and front access storage including SATA, SAS (not available on systems with Core X CPUs) and PCIe M.2/U.2 NVMe SSD can be configured for up to 68TB total storage and easily swapped. With the hot-swap feature on the M.2 and U.2 PCIe NVMe SSDs, you can remove drives without shutting down the workstation.

    precision-5820-workstation

    Intelligence that matches yours

    Dell Optimizer for Precision is a built-in AI platform that learns how you work and continuously adapts to your style to create a smarter, more personalized and productive experience.

    ExpressResponse: Launch your most used apps faster. We use built-in AI and Intel® Adaptix™ Technology to adjust performance levels where you need them most.*

    Reliability where it matters most

    Reliability where it matters most

    Stay safe, stay secure: Reduce downtime with Dell Reliable Memory Technology (RMT) Pro. Designed to work with ECC memory, RMT protects your machine from potential crashes by mapping out bad memory locations after the system reboots.

    Reliably access your data: Improve the availability of your data with hardware and software optional RAID storage options including PCIe NVMe SSDs and optional Smart Card (CAC/PIV) readers that let you determine who can access your system.

    Your work can count on it: Precision Workstations are tested to ensure the high-performance applications you rely on every day run smoothly. Dell ISV-certifications cover the most popular independent software applications.

    Al-ready Data Science Workstations

    Al-ready Data Science Workstations

    Intelligently designed for Data Scientists. The latest Precision Data Science Workstations utilize Al to empower users to get their most important work done faster by fine-tuning their devices for optimized performance of the applications they use the most.

    Manage and secure with ease

    Ultimate convenience

    Ultimate convenience

    Manage all of your Windows 10 endpoints from one console with Dell Client Command Suite and VMware® Workspace ONE™ integration.
    Comprehensive threat prevention

    Comprehensive threat prevention

    With SafeGuard and Response, you have the tools and security experts to protect your ecosystem from cyber threats, giving you the freedom and peace of mind to focus on other strategic initiatives.

    We’ve got your business covered

    ProDeploy Client Suite: We help you deploy PCs with greater speed, less effort and more control. You will direct every detail of your deployment with our TechDirect portal that features an unprecedented level of control, automation and simplicity.

    ProSupport: Let us make hardware and software support easy. ProSupport offers 24×7 access to local language, advanced technology experts who contact you when critical issues arise.* We do all this so you can focus on the strategic work that drives your business forward.

    ProSupport Plus: With our most complete support service for PCs, you get all the capabilities of ProSupport plus hard drive failure prevention,* repair for drops, spills and surges and hard drive retention in the case of replacement.* In today’s fast moving culture, there’s no time for downtime. Dell has your back. Upgrade to ProSupport Plus.

    Precision 5820 Tower - Ports & Slots

    Ports & Slots

    1. Power button/Power light | 2. Drive activity light | 3. SD card slot | 4. USB 3.1 Gen 1 ports | 5. USB 3.1 Gen 1 Type-C port with PowerShare | 6. USB 3.1 Gen 1 Type-C port | 7. Headset port | 8. 5.25 inch bay (optional) | 9. Optical drive | 10. Drive access release latch | 11. Drive carriers | 12. Microphone/Line-in port | 13. PS/2 Mouse port | 14. USB 3.1 Gen 1 ports | 15. Discrete graphics card slot (optional) | 16. Padlock ring | 17. Security cable slot | 18. Power cable connector | 19. Line-out port | 20. Serial port | 21. PS/2 Keyboard port | 22. Network port | 23. USB 3.1 Gen 1 port (supports smart Power-On) | 24. Expansion card slots
    Precision 5820 Tower - Dimensions & Weight

    Dimensions & Weight

    1. Height: 16.45” (417.9 mm) | 2. Width: 6.94” (176.5 mm) | 3. Depth: 20.4” (518.3 mm) | Starting weight: 32 lb (15.9kg) *
    Dell Precision Tower 5820 Workstation W-2102
    Video: Learn How LHB Visualizes Architectural Designs Through VR (2:20)

    Bài viết Dell Precision Tower 5820 Workstation W-2102 đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

    ]]>
    https://demo.nstech.vn/san-pham/dell-precision-tower-5820-workstation-w-2102/feed/ 0
    Dell Precision Tower 5820 Workstation W-2223 https://demo.nstech.vn/san-pham/dell-precision-tower-5820-workstation-w-2223/ https://demo.nstech.vn/san-pham/dell-precision-tower-5820-workstation-w-2223/#respond Mon, 17 Jun 2024 12:48:41 +0000 https://demo.nstech.vn/?post_type=product&p=3830
  • Intel Xeon Processor W-2223 (4C, 3.6GHz 3.9GHz Turbo HT 8.25MB (120W)) DDR4-2666
  • Chipset: Intel C422 (Skylake/Cascade Lake W)
  • 16GB (2 x 8GB) DDR4 2933MHz RDIMM ECC Memory
  • NVIDIA T1000, 8 GB GDDR6, 4 mDP to DP adapters
  • 2.5" 1TB SATA Class 20 Solid State Drive
  • Integrated: Intel chipset SATA controller (6Gb/s) RAID 0,1,5,10)
  • Integrated: Intel i219 Gigabit Ethernet
  • Slots: (2) PCIe x16, (1) PCIe x16 wired as x8, (1) PCie x16 wired as x4, (1) PCIe x16 wired as x1, 1 PCI 32/33
  • Storage: 4 x 2.5”/3.5” SATA HDD/SSDs
  • Optical Driver: 8X DVD+/-RW Slimline
  • Dell Multimedia Keyboard KB216 Black
  • Dell Optical Mouse MS116 Black
  • Power Supply: Precision 5820 Tower 425W Chassis CL
  • OS License : Windows 10 Pro for Workstations
  • Warranty: 3 Year ProSupport
  • Bài viết Dell Precision Tower 5820 Workstation W-2223 đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

    ]]>

    Operating System

    With Windows 10 Pro for Workstations or Ubuntu 18.04 LTS – for a smooth, versatile PC experience.
    Blazing fast performance

    Blazing fast performance

    Brainpower that matches yours: The latest Intel® Xeon® processor powers your most demanding applications. Now featuring a new generation of single-socket architecture with up to 18 cores, you can extract maximum performance for your biggest ideas.

     

    Accelerate every project: Run your software as fast as possible and get real-time results thanks to this memory expandable machine with up to 512GB of 2666MHz RDIMM ECC memory (not available with Core X CPUs).Drown out distraction: Focus on your tasks with the workstation that’s quieter than ever. A new multichannel thermal design delivers advanced cooling and acoustics.

    Built for your future

    Built for your future

    Room for more: Your Precision 5820 Tower grows with your ideas no matter where they take you, thanks to a new chassis that combines a versatile design with outstanding storage scalability.

    Adapts to your innovations: Your Precision 5820 Tower is ready for complex projects, including virtual reality and AI workflows, with the next generation AMD Radeon Pro™ and highest-performing NVIDIA® Quadro® RTX graphics. Your workstation supports up to 600W of graphics up to 300W per card (950W PSU required).

    No project is too big: Up to six 2.5″ or five 3.5″ drives and front access storage including SATA, SAS (not available on systems with Core X CPUs) and PCIe M.2/U.2 NVMe SSD can be configured for up to 68TB total storage and easily swapped. With the hot-swap feature on the M.2 and U.2 PCIe NVMe SSDs, you can remove drives without shutting down the workstation.

    precision-5820-workstation

    Intelligence that matches yours

    Dell Optimizer for Precision is a built-in AI platform that learns how you work and continuously adapts to your style to create a smarter, more personalized and productive experience.

    ExpressResponse: Launch your most used apps faster. We use built-in AI and Intel® Adaptix™ Technology to adjust performance levels where you need them most.*

    Reliability where it matters most

    Reliability where it matters most

    Stay safe, stay secure: Reduce downtime with Dell Reliable Memory Technology (RMT) Pro. Designed to work with ECC memory, RMT protects your machine from potential crashes by mapping out bad memory locations after the system reboots.

    Reliably access your data: Improve the availability of your data with hardware and software optional RAID storage options including PCIe NVMe SSDs and optional Smart Card (CAC/PIV) readers that let you determine who can access your system.

    Your work can count on it: Precision Workstations are tested to ensure the high-performance applications you rely on every day run smoothly. Dell ISV-certifications cover the most popular independent software applications.

    Al-ready Data Science Workstations

    Al-ready Data Science Workstations

    Intelligently designed for Data Scientists. The latest Precision Data Science Workstations utilize Al to empower users to get their most important work done faster by fine-tuning their devices for optimized performance of the applications they use the most.

    Manage and secure with ease

    Ultimate convenience

    Ultimate convenience

    Manage all of your Windows 10 endpoints from one console with Dell Client Command Suite and VMware® Workspace ONE™ integration.
    Comprehensive threat prevention

    Comprehensive threat prevention

    With SafeGuard and Response, you have the tools and security experts to protect your ecosystem from cyber threats, giving you the freedom and peace of mind to focus on other strategic initiatives.

    We’ve got your business covered

    ProDeploy Client Suite: We help you deploy PCs with greater speed, less effort and more control. You will direct every detail of your deployment with our TechDirect portal that features an unprecedented level of control, automation and simplicity.

    ProSupport: Let us make hardware and software support easy. ProSupport offers 24×7 access to local language, advanced technology experts who contact you when critical issues arise.* We do all this so you can focus on the strategic work that drives your business forward.

    ProSupport Plus: With our most complete support service for PCs, you get all the capabilities of ProSupport plus hard drive failure prevention,* repair for drops, spills and surges and hard drive retention in the case of replacement.* In today’s fast moving culture, there’s no time for downtime. Dell has your back. Upgrade to ProSupport Plus.

    Precision 5820 Tower - Ports & Slots

    Ports & Slots

    1. Power button/Power light | 2. Drive activity light | 3. SD card slot | 4. USB 3.1 Gen 1 ports | 5. USB 3.1 Gen 1 Type-C port with PowerShare | 6. USB 3.1 Gen 1 Type-C port | 7. Headset port | 8. 5.25 inch bay (optional) | 9. Optical drive | 10. Drive access release latch | 11. Drive carriers | 12. Microphone/Line-in port | 13. PS/2 Mouse port | 14. USB 3.1 Gen 1 ports | 15. Discrete graphics card slot (optional) | 16. Padlock ring | 17. Security cable slot | 18. Power cable connector | 19. Line-out port | 20. Serial port | 21. PS/2 Keyboard port | 22. Network port | 23. USB 3.1 Gen 1 port (supports smart Power-On) | 24. Expansion card slots
    Precision 5820 Tower - Dimensions & Weight

    Dimensions & Weight

    1. Height: 16.45” (417.9 mm) | 2. Width: 6.94” (176.5 mm) | 3. Depth: 20.4” (518.3 mm) | Starting weight: 32 lb (15.9kg) *
    Dell Precision Tower 5820 Workstation W-2223
    Video: Learn How LHB Visualizes Architectural Designs Through VR (2:20)

    Bài viết Dell Precision Tower 5820 Workstation W-2223 đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

    ]]>
    https://demo.nstech.vn/san-pham/dell-precision-tower-5820-workstation-w-2223/feed/ 0
    Dell Precision Tower 5820 Workstation W-2295 https://demo.nstech.vn/san-pham/dell-precision-tower-5820-workstation-w-2295/ https://demo.nstech.vn/san-pham/dell-precision-tower-5820-workstation-w-2295/#respond Mon, 17 Jun 2024 12:48:41 +0000 https://demo.nstech.vn/?post_type=product&p=3832
  • Intel Xeon Processor W-2295 (18C, 3.0GHz 4.6GHz Turbo HT 24.75MB (165W)) DDR4-2933
  • Chipset: Intel C422 (Skylake/Cascade Lake W)
  • 512GB 8x64GB DDR4 2933 RDIM ECC Memory
  • 2 x Nvidia Quadro RTX 8000, 48GB, 4DP, VirtualLink (xx20)
  • 2.5 1.92TB SATA AG Enterprise Solid State Drive
  • 3.5" 12TB 7,200rpm SATA AG-Enterprise Hard Drive
  • Integrated: Intel chipset SATA controller (6Gb/s) RAID 0,1,5,10
  • Integrated: Realtek ALC3234 High Definition Audio (2 Channel)
  • Integrated: Intel i219 Gigabit Ethernet
  • Slots: (2) PCIe x16, (1) PCIe x16 wired as x8, (1) PCie x16 wired as x4, (1) PCIe x16 wired as x1, 1 PCI 32/33
  • Storage: 4 x 2.5”/3.5” SATA HDD/SSDs
  • Optical Driver: 8X DVD+/-RW Slimline
  • Dell Multimedia Keyboard KB216 Black
  • Dell Optical Mouse MS116 Black
  • Power Supply: Precision 5820 Tower 950W Chassis CL
  • OS License : Ubuntu Linux 18.04
  • Warranty: 3 Year ProSupport
  • Bài viết Dell Precision Tower 5820 Workstation W-2295 đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

    ]]>

    Operating System

    With Windows 10 Pro for Workstations or Ubuntu 18.04 LTS – for a smooth, versatile PC experience.
    Blazing fast performance

    Blazing fast performance

    Brainpower that matches yours: The latest Intel® Xeon® processor powers your most demanding applications. Now featuring a new generation of single-socket architecture with up to 18 cores, you can extract maximum performance for your biggest ideas.

     

    Accelerate every project: Run your software as fast as possible and get real-time results thanks to this memory expandable machine with up to 512GB of 2666MHz RDIMM ECC memory (not available with Core X CPUs).

    Drown out distraction: Focus on your tasks with the workstation that’s quieter than ever. A new multichannel thermal design delivers advanced cooling and acoustics.

    Built for your future

    Built for your future

    Room for more: Your Precision 5820 Tower grows with your ideas no matter where they take you, thanks to a new chassis that combines a versatile design with outstanding storage scalability.

    Adapts to your innovations: Your Precision 5820 Tower is ready for complex projects, including virtual reality and AI workflows, with the next generation AMD Radeon Pro™ and highest-performing NVIDIA® Quadro® RTX graphics. Your workstation supports up to 600W of graphics up to 300W per card (950W PSU required).

    No project is too big: Up to six 2.5″ or five 3.5″ drives and front access storage including SATA, SAS (not available on systems with Core X CPUs) and PCIe M.2/U.2 NVMe SSD can be configured for up to 68TB total storage and easily swapped. With the hot-swap feature on the M.2 and U.2 PCIe NVMe SSDs, you can remove drives without shutting down the workstation.

    precision-5820-workstation

    Intelligence that matches yours

    Dell Optimizer for Precision is a built-in AI platform that learns how you work and continuously adapts to your style to create a smarter, more personalized and productive experience.

    ExpressResponse: Launch your most used apps faster. We use built-in AI and Intel® Adaptix™ Technology to adjust performance levels where you need them most.*

    Reliability where it matters most

    Reliability where it matters most

    Stay safe, stay secure: Reduce downtime with Dell Reliable Memory Technology (RMT) Pro. Designed to work with ECC memory, RMT protects your machine from potential crashes by mapping out bad memory locations after the system reboots.

    Reliably access your data: Improve the availability of your data with hardware and software optional RAID storage options including PCIe NVMe SSDs and optional Smart Card (CAC/PIV) readers that let you determine who can access your system.

    Your work can count on it: Precision Workstations are tested to ensure the high-performance applications you rely on every day run smoothly. Dell ISV-certifications cover the most popular independent software applications.

    Al-ready Data Science Workstations

    Al-ready Data Science Workstations

    Intelligently designed for Data Scientists. The latest Precision Data Science Workstations utilize Al to empower users to get their most important work done faster by fine-tuning their devices for optimized performance of the applications they use the most.

    Manage and secure with ease

    Ultimate convenience

    Ultimate convenience

    Manage all of your Windows 10 endpoints from one console with Dell Client Command Suite and VMware® Workspace ONE™ integration.
    Comprehensive threat prevention

    Comprehensive threat prevention

    With SafeGuard and Response, you have the tools and security experts to protect your ecosystem from cyber threats, giving you the freedom and peace of mind to focus on other strategic initiatives.

    We’ve got your business covered

    ProDeploy Client Suite: We help you deploy PCs with greater speed, less effort and more control. You will direct every detail of your deployment with our TechDirect portal that features an unprecedented level of control, automation and simplicity.

    ProSupport: Let us make hardware and software support easy. ProSupport offers 24×7 access to local language, advanced technology experts who contact you when critical issues arise.* We do all this so you can focus on the strategic work that drives your business forward.

    ProSupport Plus: With our most complete support service for PCs, you get all the capabilities of ProSupport plus hard drive failure prevention,* repair for drops, spills and surges and hard drive retention in the case of replacement.* In today’s fast moving culture, there’s no time for downtime. Dell has your back. Upgrade to ProSupport Plus.

    Precision 5820 Tower - Ports & Slots

    Ports & Slots

    1. Power button/Power light | 2. Drive activity light | 3. SD card slot | 4. USB 3.1 Gen 1 ports | 5. USB 3.1 Gen 1 Type-C port with PowerShare | 6. USB 3.1 Gen 1 Type-C port | 7. Headset port | 8. 5.25 inch bay (optional) | 9. Optical drive | 10. Drive access release latch | 11. Drive carriers | 12. Microphone/Line-in port | 13. PS/2 Mouse port | 14. USB 3.1 Gen 1 ports | 15. Discrete graphics card slot (optional) | 16. Padlock ring | 17. Security cable slot | 18. Power cable connector | 19. Line-out port | 20. Serial port | 21. PS/2 Keyboard port | 22. Network port | 23. USB 3.1 Gen 1 port (supports smart Power-On) | 24. Expansion card slots
    Precision 5820 Tower - Dimensions & Weight

    Dimensions & Weight

    1. Height: 16.45” (417.9 mm) | 2. Width: 6.94” (176.5 mm) | 3. Depth: 20.4” (518.3 mm) | Starting weight: 32 lb (15.9kg) *
    Dell Precision Tower 5820 Workstation W-2295
    Video: Learn How LHB Visualizes Architectural Designs Through VR (2:20)

    Bài viết Dell Precision Tower 5820 Workstation W-2295 đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

    ]]>
    https://demo.nstech.vn/san-pham/dell-precision-tower-5820-workstation-w-2295/feed/ 0
    Dell Precision 3660 Tower Workstation i5-12600 https://demo.nstech.vn/san-pham/dell-precision-3660-tower-workstation-i5-12600/ https://demo.nstech.vn/san-pham/dell-precision-3660-tower-workstation-i5-12600/#respond Mon, 17 Jun 2024 12:48:19 +0000 https://demo.nstech.vn/?post_type=product&p=3820
    • Intel Core i5-12600 (18 MB cache, 6 cores, 12 threads, 3.30 GHz to 4.80 GHz Turbo, 65 W)
    • Chipset: Intel W680
    • 8GB (1x 8GB) DDR5 4400 MHz UDIMM non-ECC memory
    • Nvidia T400 4GB, 4GB, 3 mDP to DP adapter + HDMI 2.0b Video Port
    • 1TB 7200rpm SATA 3.5" HDD
    • Intel Ethernet Connection I219-LM 10/100/1000
    • Slots: 2 M.2 2230/2280 PCIe Gen4, 1 M.2 2280 PCIe Gen 3, 1 Gen5 PCIe x16 slot, 1 Gen3 PCIe x4 slot, 1 Gen 4 PCIe x4 slot
    • Storage: (5) internal 2.5/3.5-inch bays (SATA HDD/SSDs)
    • 8x DVD+/-RW 9.5mm Optical Disk Drive
    • Dell Multimedia English Keyboard
    • Dell MS116 Wired Mouse
    • Power Supply: 300W (80 Plus Platinum) PSU
    • OS License : Ubuntu Linux 20.04
    • Warranty: 3 Year
    Nhà sản xuất: Dell

    Bài viết Dell Precision 3660 Tower Workstation i5-12600 đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

    ]]>

    Available with Windows 11 or Linux Ubuntu.

     

    Picture of a dismantled Dell Precision 3660 Tower Workstation showing the product inside.

    Extreme scalability in mini-tower design

    CPU cooling option

    Get improved cooling with Advanced Air and Premium Liquid Coolers.

    Lockable, removable front storage

    Secure and accessible data storage.

    Faster ports

    Easy access to ports (up to 20Gbps).

    Removable power supply 

    Use the release to easily remove the power supply.

    Picture of a dismantled Dell Precision 3660 Tower Workstation showing the product inside with a Dell monitor next to it.

    Powerful performance

    You won’t believe your eyes

    Whether you’re working on website design or CAD, Intel integrated graphics or up to AMD Radeon Pro or NVIDIA pro graphics (up to 350W) ensure a smooth and elevated visual experience every time.

    Slowing down isn’t an option

    125W 12th Gen Intel Core™ processors. Up to 128GB or up to 4400MHz DDR5 memory. Up to 28TB of RAID-capable storage.

    Convenient connectivity

    Integrated Wi-Fi 6 and Bluetooth 5.2 with vPro.

    Picture of a dismantled Dell Precision 3660 Tower Workstation showing the product inside.

    Optional air and liquid cooling

    The flow of air or liquid keeps your internals cool, and your workspace silent, so your creativity is never interrupted. Advanced thermals help to keep your system running at peak performance.
    Reliable Memory Technology Pro
    Reliable Memory Technology Pro
    Works with ECC memory to detect bad memory, correct errors, map out bad memory sectors, report and alerts you when the memory is critically close to failure.
    Independent Software Vendor (ISV) certification
    Independent Software Vendor (ISV) certification
    Precision workstations are tested to ensure the high-performance applications you rely on every day run smoothly.*

    Dell Optimizer for Precision*

    Our built-in AI platform learns how you work and adapts to create a smarter, more personalized experience.
    *Not all Dell Optimizer for Precision features are available on every Precision workstation.

    Intelligent Audio

    Intelligent Audio enhances your audio quality and reduces background noises, so you can hear and be heard, creating a better conference experience for all.

    ExpressResponse

    With Intel® Adaptix™ Technology, prioritize your most important apps, so they open faster and perform better.

    ExpressSign-in

    The workstation proximity sensor enabled by Intel® Context Sensing Technology detects your presence to instantly wake and log you in via the IR camera (with EMZA technology) and Windows Hello. It locks upon walking away, so your work stays safe.

    ExpressCharge

    AI adapts to your charge patterns to improve battery performance. ExpressCharge Boost delivers 35% charge in 20 minutes, or up to 80% in one hour.*

    ExpressConnect

    New ExpressConnect automatically joins the strongest access point in the office and directs bandwidth to critical applications, wherever you work.

    Analytics

    Analyze your system and generate reports on workload, system performance and system diagnostics for insights that help you create a personalized performance for the way you work.

    Redefine reality
    Create fully-immersive VR content with Intel® integrated graphics or up to AMD Radeon Pro or NVIDIA pro graphics (up to 350W).
    Create smart
    Develop AI on-the-go with factory-installed Ubuntu Linux, fast storage options, a large memory footprint, and Intel® CPUS.
    The speed of AI
    Cognitive technologies are the fastest growing area in modern computing. Applications that previously required human intelligence are now augmented by powerful machine learning algorithms, shortening the time between ideas and results.
    Windows 11

    Windows 11 Pro – designed for hybrid work.The most productive and secure version of Windows yet—but simple for IT.

    Learn More

    Picture of two Dell Precision 3660 Tower Workstations with numbers from 1 to 16 signaling the product ports & slots.

    Ports & Slots

    1. Optical drive (optional)

    2. Power button

    3. Audio-mic combo (3.5mm) jack

    4. (2) USB 3.2 Type-A Gen 1 (5Gbps)

    5. USB 3.2 Type-C Gen2 (10Gbps) data only

    6. USB 3.2 Type-C Gen 2×2 (20Gbps) data only

    7. SD Card Reader 4.0

    8. Audio out (3.5mm jack)

    9. (2) DP1.4++ HBR2

    10. (2) USB 3.2 Type-C Gen2 (10Gbps) with power delivery

    11. (2) USB 3.2 Type-A Gen2 (10Gbps)

    12. (2) USB 2.0 Type-A

    13. RJ45 i219 LAN (1G) – Optional

    14. Power connector

    15. LED indicator light

    16. Video port optional (VGA HD15, HDMI 2.0, DP++ 1.4 HBR3, USB Type-C w/DP-Alt mode DP 1.4 HBR2)

    Picture of a Dell Precision 3660 Tower Workstation with numbers from 1 to 3 signaling product dimensions & weight.

    Dimensions & Weight

    1. Height: 369.0 mm

    2. Width: 173.0 mm

    3. Depth: 420.0 mm

    Starting Weight: 8.5 kg*

    Bài viết Dell Precision 3660 Tower Workstation i5-12600 đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

    ]]>
    https://demo.nstech.vn/san-pham/dell-precision-3660-tower-workstation-i5-12600/feed/ 0
    Dell Precision 3660 Tower Workstation i7-12700 https://demo.nstech.vn/san-pham/dell-precision-3660-tower-workstation-i7-12700/ https://demo.nstech.vn/san-pham/dell-precision-3660-tower-workstation-i7-12700/#respond Mon, 17 Jun 2024 12:48:19 +0000 https://demo.nstech.vn/?post_type=product&p=3821
    • Intel Core i7-12700 (25.0 MB cache, 12 cores, 20 threads, 2.10 GHz to 4.90 GHz Turbo, 65 W)
    • Chipset: Intel W680
    • 8GB (1x 8GB) DDR5 4400 MHz UDIMM non-ECC memory
    • Nvidia T400 4GB, 4GB, 3 mDP to DP adapter + HDMI 2.0b Video Port
    • 256GB PCIe NVMe Class 40 M.2 SSD
    • 1TB 7200rpm SATA 3.5" HDD
    • Intel Ethernet Connection I219-LM 10/100/1000
    • Slots: 2 M.2 2230/2280 PCIe Gen4, 1 M.2 2280 PCIe Gen 3, 1 Gen5 PCIe x16 slot, 1 Gen3 PCIe x4 slot, 1 Gen 4 PCIe x4 slot
    • Storage: (5) internal 2.5/3.5-inch bays (SATA HDD/SSDs)
    • 8x DVD+/-RW 9.5mm Optical Disk Drive
    • Dell Multimedia English Keyboard
    • Dell MS116 Wired Mouse
    • Power Supply: 300W (80 Plus Platinum) PSU
    • OS License : Ubuntu Linux 20.04
    • Warranty: 3 Year
    Nhà sản xuất: Dell

    Bài viết Dell Precision 3660 Tower Workstation i7-12700 đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

    ]]>

    Available with Windows 11 or Linux Ubuntu.

     

    Picture of a dismantled Dell Precision 3660 Tower Workstation showing the product inside.

    Extreme scalability in mini-tower design

    CPU cooling option

    Get improved cooling with Advanced Air and Premium Liquid Coolers.

    Lockable, removable front storage

    Secure and accessible data storage.

    Faster ports

    Easy access to ports (up to 20Gbps).

    Removable power supply 

    Use the release to easily remove the power supply.

    Picture of a dismantled Dell Precision 3660 Tower Workstation showing the product inside with a Dell monitor next to it.

    Powerful performance

    You won’t believe your eyes

    Whether you’re working on website design or CAD, Intel integrated graphics or up to AMD Radeon Pro or NVIDIA pro graphics (up to 350W) ensure a smooth and elevated visual experience every time.

    Slowing down isn’t an option

    125W 12th Gen Intel Core™ processors. Up to 128GB or up to 4400MHz DDR5 memory. Up to 28TB of RAID-capable storage.

    Convenient connectivity

    Integrated Wi-Fi 6 and Bluetooth 5.2 with vPro.

    Picture of a dismantled Dell Precision 3660 Tower Workstation showing the product inside.

    Optional air and liquid cooling

    The flow of air or liquid keeps your internals cool, and your workspace silent, so your creativity is never interrupted. Advanced thermals help to keep your system running at peak performance.
    Reliable Memory Technology Pro
    Reliable Memory Technology Pro
    Works with ECC memory to detect bad memory, correct errors, map out bad memory sectors, report and alerts you when the memory is critically close to failure.
    Independent Software Vendor (ISV) certification
    Independent Software Vendor (ISV) certification
    Precision workstations are tested to ensure the high-performance applications you rely on every day run smoothly.*

    Dell Optimizer for Precision*

    Our built-in AI platform learns how you work and adapts to create a smarter, more personalized experience.
    *Not all Dell Optimizer for Precision features are available on every Precision workstation.

    Intelligent Audio

    Intelligent Audio enhances your audio quality and reduces background noises, so you can hear and be heard, creating a better conference experience for all.

    ExpressResponse

    With Intel® Adaptix™ Technology, prioritize your most important apps, so they open faster and perform better.

    ExpressSign-in

    The workstation proximity sensor enabled by Intel® Context Sensing Technology detects your presence to instantly wake and log you in via the IR camera (with EMZA technology) and Windows Hello. It locks upon walking away, so your work stays safe.

    ExpressCharge

    AI adapts to your charge patterns to improve battery performance. ExpressCharge Boost delivers 35% charge in 20 minutes, or up to 80% in one hour.*

    ExpressConnect

    New ExpressConnect automatically joins the strongest access point in the office and directs bandwidth to critical applications, wherever you work.

    Analytics

    Analyze your system and generate reports on workload, system performance and system diagnostics for insights that help you create a personalized performance for the way you work.

    Redefine reality
    Create fully-immersive VR content with Intel® integrated graphics or up to AMD Radeon Pro or NVIDIA pro graphics (up to 350W).
    Create smart
    Develop AI on-the-go with factory-installed Ubuntu Linux, fast storage options, a large memory footprint, and Intel® CPUS.
    The speed of AI
    Cognitive technologies are the fastest growing area in modern computing. Applications that previously required human intelligence are now augmented by powerful machine learning algorithms, shortening the time between ideas and results.
    Windows 11

    Windows 11 Pro – designed for hybrid work.The most productive and secure version of Windows yet—but simple for IT.

    Learn More

    Picture of two Dell Precision 3660 Tower Workstations with numbers from 1 to 16 signaling the product ports & slots.

    Ports & Slots

    1. Optical drive (optional)

    2. Power button

    3. Audio-mic combo (3.5mm) jack

    4. (2) USB 3.2 Type-A Gen 1 (5Gbps)

    5. USB 3.2 Type-C Gen2 (10Gbps) data only

    6. USB 3.2 Type-C Gen 2×2 (20Gbps) data only

    7. SD Card Reader 4.0

    8. Audio out (3.5mm jack)

    9. (2) DP1.4++ HBR2

    10. (2) USB 3.2 Type-C Gen2 (10Gbps) with power delivery

    11. (2) USB 3.2 Type-A Gen2 (10Gbps)

    12. (2) USB 2.0 Type-A

    13. RJ45 i219 LAN (1G) – Optional

    14. Power connector

    15. LED indicator light

    16. Video port optional (VGA HD15, HDMI 2.0, DP++ 1.4 HBR3, USB Type-C w/DP-Alt mode DP 1.4 HBR2)

    Picture of a Dell Precision 3660 Tower Workstation with numbers from 1 to 3 signaling product dimensions & weight.

    Dimensions & Weight

    1. Height: 369.0 mm

    2. Width: 173.0 mm

    3. Depth: 420.0 mm

    Starting Weight: 8.5 kg*

    Bài viết Dell Precision 3660 Tower Workstation i7-12700 đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

    ]]>
    https://demo.nstech.vn/san-pham/dell-precision-3660-tower-workstation-i7-12700/feed/ 0
    Dell Precision 3660 Tower Workstation i7-12700K https://demo.nstech.vn/san-pham/dell-precision-3660-tower-workstation-i7-12700k/ https://demo.nstech.vn/san-pham/dell-precision-3660-tower-workstation-i7-12700k/#respond Mon, 17 Jun 2024 12:48:19 +0000 https://demo.nstech.vn/?post_type=product&p=3822
  • Intel Core i7-12700K processor (25MB Cache, 12 Core (8P+4E), 3.6GHz to 5.0GHz (125W)) TDP
  • Chipset: Intel W680
  • 16GB ( 2x8GB) DDR5 up to 4400MHz UDIMM non-ECC memory
  • Nvidia T400 4GB, 4GB, 3 mDP to DP adapter + HDMI 2.0b Video Port
  • 1TB 7200rpm SATA 3.5" HDD
  • Intel Ethernet Connection I219-LM 10/100/1000
  • Slots: 2 M.2 2230/2280 PCIe Gen4, 1 M.2 2280 PCIe Gen 3, 1 Gen5 PCIe x16 slot, 1 Gen3 PCIe x4 slot, 1 Gen 4 PCIe x4 slot
  • Storage: (5) internal 2.5/3.5-inch bays (SATA HDD/SSDs)
  • 8x DVD+/-RW 9.5mm Optical Disk Drive
  • Dell Multimedia English Keyboard
  • Dell MS116 Wired Mouse
  • Power Supply: 500W (80 Plus Platinum) PSU
  • OS License : Ubuntu Linux 20.04
  • Warranty: 3 Year
  • Bài viết Dell Precision 3660 Tower Workstation i7-12700K đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

    ]]>
    • Available with Windows 11 or Linux Ubuntu.

       

      Picture of a dismantled Dell Precision 3660 Tower Workstation showing the product inside.

      Extreme scalability in mini-tower design

      CPU cooling option

      Get improved cooling with Advanced Air and Premium Liquid Coolers.Lockable, removable front storage

      Secure and accessible data storage.

      Faster ports

      Easy access to ports (up to 20Gbps).

      Removable power supply 

      Use the release to easily remove the power supply.

      Picture of a dismantled Dell Precision 3660 Tower Workstation showing the product inside with a Dell monitor next to it.

      Powerful performance

      You won’t believe your eyes

      Whether you’re working on website design or CAD, Intel integrated graphics or up to AMD Radeon Pro or NVIDIA pro graphics (up to 350W) ensure a smooth and elevated visual experience every time.Slowing down isn’t an option

      125W 12th Gen Intel Core™ processors. Up to 128GB or up to 4400MHz DDR5 memory. Up to 28TB of RAID-capable storage.

      Convenient connectivity

      Integrated Wi-Fi 6 and Bluetooth 5.2 with vPro.

      Picture of a dismantled Dell Precision 3660 Tower Workstation showing the product inside.

      Optional air and liquid cooling

      The flow of air or liquid keeps your internals cool, and your workspace silent, so your creativity is never interrupted. Advanced thermals help to keep your system running at peak performance.
      Reliable Memory Technology Pro
      Reliable Memory Technology Pro
      Works with ECC memory to detect bad memory, correct errors, map out bad memory sectors, report and alerts you when the memory is critically close to failure.
      Independent Software Vendor (ISV) certification
      Independent Software Vendor (ISV) certification
      Precision workstations are tested to ensure the high-performance applications you rely on every day run smoothly.*

      Dell Optimizer for Precision*

      Our built-in AI platform learns how you work and adapts to create a smarter, more personalized experience.
      *Not all Dell Optimizer for Precision features are available on every Precision workstation.

      Intelligent Audio

      Intelligent Audio enhances your audio quality and reduces background noises, so you can hear and be heard, creating a better conference experience for all.

      ExpressResponse

      With Intel® Adaptix™ Technology, prioritize your most important apps, so they open faster and perform better.

      ExpressSign-in

      The workstation proximity sensor enabled by Intel® Context Sensing Technology detects your presence to instantly wake and log you in via the IR camera (with EMZA technology) and Windows Hello. It locks upon walking away, so your work stays safe.

      ExpressCharge

      AI adapts to your charge patterns to improve battery performance. ExpressCharge Boost delivers 35% charge in 20 minutes, or up to 80% in one hour.*

      ExpressConnect

      New ExpressConnect automatically joins the strongest access point in the office and directs bandwidth to critical applications, wherever you work.

      Analytics

      Analyze your system and generate reports on workload, system performance and system diagnostics for insights that help you create a personalized performance for the way you work.

      Redefine reality
      Create fully-immersive VR content with Intel® integrated graphics or up to AMD Radeon Pro or NVIDIA pro graphics (up to 350W).
      Create smart
      Develop AI on-the-go with factory-installed Ubuntu Linux, fast storage options, a large memory footprint, and Intel® CPUS.
      The speed of AI
      Cognitive technologies are the fastest growing area in modern computing. Applications that previously required human intelligence are now augmented by powerful machine learning algorithms, shortening the time between ideas and results.
      Windows 11

      Windows 11 Pro – designed for hybrid work.The most productive and secure version of Windows yet—but simple for IT.

      Learn More

      Picture of two Dell Precision 3660 Tower Workstations with numbers from 1 to 16 signaling the product ports & slots.

      Ports & Slots

      1. Optical drive (optional)

      2. Power button

      3. Audio-mic combo (3.5mm) jack

      4. (2) USB 3.2 Type-A Gen 1 (5Gbps)

      5. USB 3.2 Type-C Gen2 (10Gbps) data only

      6. USB 3.2 Type-C Gen 2×2 (20Gbps) data only

      7. SD Card Reader 4.0

      8. Audio out (3.5mm jack)

      9. (2) DP1.4++ HBR2

      10. (2) USB 3.2 Type-C Gen2 (10Gbps) with power delivery

      11. (2) USB 3.2 Type-A Gen2 (10Gbps)

      12. (2) USB 2.0 Type-A

      13. RJ45 i219 LAN (1G) – Optional

      14. Power connector

      15. LED indicator light

      16. Video port optional (VGA HD15, HDMI 2.0, DP++ 1.4 HBR3, USB Type-C w/DP-Alt mode DP 1.4 HBR2)

      Picture of a Dell Precision 3660 Tower Workstation with numbers from 1 to 3 signaling product dimensions & weight.

      Dimensions & Weight

      1. Height: 369.0 mm

      2. Width: 173.0 mm

      3. Depth: 420.0 mm

      Starting Weight: 8.5 kg*

    Bài viết Dell Precision 3660 Tower Workstation i7-12700K đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

    ]]>
    https://demo.nstech.vn/san-pham/dell-precision-3660-tower-workstation-i7-12700k/feed/ 0