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



Thiết Bị Mạ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:49:10 +0000 vi hourly 1 https://wordpress.org/?v=7.0 https://demo.nstech.vn/wp-content/uploads/2024/12/cropped-Frame-2144768484-32x32.png Thiết Bị Mạ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 S4148F-ON Dell EMC PowerSwitch 48 Ports 10GbE SFP+, 2x QSFP+, 4x 100GbE QSFP28 https://demo.nstech.vn/san-pham/s4148f-on-dell-emc-powerswitch-48-ports-10gbe-sfp-2x-qsfp-4x-100gbe-qsfp28/ https://demo.nstech.vn/san-pham/s4148f-on-dell-emc-powerswitch-48-ports-10gbe-sfp-2x-qsfp-4x-100gbe-qsfp28/#respond Mon, 17 Jun 2024 12:49:10 +0000 https://demo.nstech.vn/?post_type=product&p=3841 Thiết bị chuyển mạch Core Dell EMC Networking S4148F-ON Switch S Series with 48 Ports 10GbE SFP+ Layer 3, 2x QSFP+, 4x 100GbE QSFP28, 2x AC PSU, 4x Fan Module.

Bài viết S4148F-ON Dell EMC PowerSwitch 48 Ports 10GbE SFP+, 2x QSFP+, 4x 100GbE QSFP28 đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

]]>

Dell EMC Networking S4148F-ON

DELL Part Number
: S4148F-ON
List Price
: $19,679
Giá bán
: Giá rẻ nhất thị trường
Bảo hành
: 12 tháng
Made In
: Liên hệ
:

Thiết bị chuyển mạch Core Dell EMC PowerSwitch S4148F-ON Switch S Series with 48 Ports 10GbE SFP+ Layer 3, 2x QSFP+, 4x 100GbE QSFP28, 2x AC PSU, 4x Fan Module.

S4148F-ON Dell EMC PowerSwitch 48 Ports 10GbE SFP+, 2x QSFP+, 4x 100GbE QSFP28

Thông số kỹ thuật Dell EMC S4148F-ON

Product Description
S4148F-ON
  • S4148F, 48x 10GbE SFP+, 2x QSFP+, 4x 100GbE QSFP28, 2x AC PSU, 4x Fan module, I/O Panel to PSU Airflow
  • S4148F, 48x 10GbE SFP+, 2x QSFP+, 4x 100GbE QSFP28, 2x AC PSU, 4x Fan module, PSU to I/O Panel Airflow
Performance
Switching capacity (full duplex)
  • 1.76 Tbps
Forwarding Capacity (Mpps)
  • 1320
Buffer size
  • 12MB
Latency (microseconds)
  • <800 n sec
Ports
FC8/FC16 N/A
FC8/FC16/FC32 N/A
1/10GBase-T NA
10GbE 72
25GbE 16
40GbE (QSFP+) 6
50GbE 8
100GbE 4
Expansion module slots (Modules support speed indicated)
Power and cooling
Max. power consumption (W) 370 (max)/200 (normal)
Power options AC or DC
Redundant power supplies 2
Redundant power supplies Normal or reverse air flow
Features
Stacking Not currently available
Operating system Dell EMC OS10 and select 3rd party OS
Industry-standard CLI Dell EMC networking and several 3rd party OS
iSCSI optimization storage features iSCSI optimization and FSB
Max L2 VLANs and L3 VLANs 500 L3 VLANs
Max MAC entries 272K
Link aggregation (groups/Members) 32 links per group, 128 groups
Max routes (IPv4/IPv6) 200K/130K
Jumbo frames (Bytes) 9,416
IPv4 routing RIP, OSPF, BGP
IPv6 routing OSPFv3
Multicast routing In process

Bài viết S4148F-ON Dell EMC PowerSwitch 48 Ports 10GbE SFP+, 2x QSFP+, 4x 100GbE QSFP28 đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

]]>
https://demo.nstech.vn/san-pham/s4148f-on-dell-emc-powerswitch-48-ports-10gbe-sfp-2x-qsfp-4x-100gbe-qsfp28/feed/ 0
Dell Connectrix DS-6620B-V2 Switch https://demo.nstech.vn/san-pham/dell-connectrix-ds-6620b-v2-switch/ https://demo.nstech.vn/san-pham/dell-connectrix-ds-6620b-v2-switch/#respond Mon, 17 Jun 2024 12:49:10 +0000 https://demo.nstech.vn/?post_type=product&p=3842 Dell Connectrix DS-6620B-V2 Switch48 X 32Gb SFP+, 4 x QSFP, 24 x Active Ports

Bài viết Dell Connectrix DS-6620B-V2 Switch đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

]]>
Dell Connectrix DS-6620B-V2 32Gb/s Fibre Channel Switch
Feature Description
Model Dell Connectrix DS-6620B-V2
Ports 48 X 32Gb SFP+, 4 x QSFP
Licensed Ports 24 x Active Ports, 24 x 32Gb Gbics Included
Power Over Ethernet (PoE) No
Layer N/A
Power Supplies Installed 2 x Hot Swap Power Supply Units
Air Flow Reverse Airflow – PSU to IO
Module Expansion Slots N/A
Operating System Fabric OS9 Installed
Licenses Installed N/A
Management Web or Console Management
Chassis Type 1U Rack Mountable
Rack Mounting Kit Rack Rails Included
Additional Information Additional PoD license required to activate QSFP Ports

Bài viết Dell Connectrix DS-6620B-V2 Switch đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

]]>
https://demo.nstech.vn/san-pham/dell-connectrix-ds-6620b-v2-switch/feed/ 0
S4128F-ON Dell EMC PowerSwitch S Series 28 Ports 10GbE SFP+, 2x 100GbE QSFP28 https://demo.nstech.vn/san-pham/s4128f-on-dell-emc-powerswitch-s-series-28-ports-10gbe-sfp-2x-100gbe-qsfp28/ https://demo.nstech.vn/san-pham/s4128f-on-dell-emc-powerswitch-s-series-28-ports-10gbe-sfp-2x-100gbe-qsfp28/#respond Mon, 17 Jun 2024 12:48:41 +0000 https://demo.nstech.vn/?post_type=product&p=3833 Thiết bị chuyển mạch Core Dell EMC Networking S4128F-ON Switch S Series with 28 Ports 10GbE SFP+, 2x 100GbE QSFP28, 2x AC PSU, 4x Fan module

Bài viết S4128F-ON Dell EMC PowerSwitch S Series 28 Ports 10GbE SFP+, 2x 100GbE QSFP28 đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

]]>

Dell EMC PowerSwitch S Series S4128F-ON

DELL Part Number
: S4128F-ON
List Price
: $13,241
Giá bán
: Giá rẻ nhất thị trường
Bảo hành
: 12 tháng
Made In
: Liên hệ
:

Thiết bị chuyển mạch Core Dell EMC Networking S4128F-ON Switch S Series with 28 Ports 10GbE SFP+ Layer 3, 2x 100GbE QSFP28, 2x AC PSU, 4x Fan module.

Thông số kỹ thuật Dell EMC S4128F-ONS4128F-ON Dell EMC PowerSwitch S Series 28 Ports 10GbE SFP+, 2x 100GbE QSFP28

Product Description
S4128F-ON
  • S4128F, 28x 10GbE SFP+, 2x 100GbE QSFP28, 2x AC PSU, 4x Fan module, I/O Panel to PSU Airflow
  • S4128F, 28x 10GbE SFP+, 2x 100GbE QSFP28, 2x AC PSU, 4x Fan module, PSU to I/O Panel Airflow
Performance
Switching capacity (full duplex)
  • 960 Gbps
Forwarding Capacity (Mpps)
  • 720
Buffer size
  • 12MB
Latency (microseconds)
  • <800 n sec
Ports
FC8/FC16 N/A
FC8/FC16/FC32 N/A
1/10GBase-T NA
10GbE 36
25GbE 8
40GbE (QSFP+) 2
50GbE 4
100GbE 2
Expansion module slots (Modules support speed indicated)
Power and cooling
Max. power consumption (W) 260 (max)/160 (normal)
Power options AC or DC
Redundant power supplies 2
Redundant power supplies Normal or reverse air flow
Features
Stacking Not currently available
Operating system Dell EMC OS10 and select 3rd party OS
Industry-standard CLI Dell EMC networking and several 3rd party OS
iSCSI optimization storage features iSCSI optimization and FSB
Max L2 VLANs and L3 VLANs 500 L3 VLANs
Max MAC entries 272K
Link aggregation (groups/Members) 32 links per group, 128 groups
Max routes (IPv4/IPv6) 200K/130K
Jumbo frames (Bytes) 9,416
IPv4 routing RIP, OSPF, BGP
IPv6 routing OSPFv3
Multicast routing In process

Bài viết S4128F-ON Dell EMC PowerSwitch S Series 28 Ports 10GbE SFP+, 2x 100GbE QSFP28 đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

]]>
https://demo.nstech.vn/san-pham/s4128f-on-dell-emc-powerswitch-s-series-28-ports-10gbe-sfp-2x-100gbe-qsfp28/feed/ 0
C9200L-24P-4G-E Cisco Catalyst 9200L 24 Port PoE+ 370W, 4x1G uplink, Network Essentials https://demo.nstech.vn/san-pham/c9200l-24p-4g-e-cisco-catalyst-9200l-24-port-poe-370w-4x1g-uplink-network-essentials/ https://demo.nstech.vn/san-pham/c9200l-24p-4g-e-cisco-catalyst-9200l-24-port-poe-370w-4x1g-uplink-network-essentials/#respond Mon, 17 Jun 2024 12:45:52 +0000 https://demo.nstech.vn/?post_type=product&p=3778

Switch Cisco C9200L-24P-4G-E Catalyst 9200L 24 Port 10/100/1000 PoE+ 370W, 4x1G uplink, Network Essentials

✓ Mã sản phẩm: C9200L-24P-4G-E
✓ Tình trạng: Liên Hệ

Bài viết C9200L-24P-4G-E Cisco Catalyst 9200L 24 Port PoE+ 370W, 4x1G uplink, Network Essentials đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

]]>
Tổng quan

Thiết bị mạng Switch Cisco C9200L-24P-4G-E mở rộng sức mạnh của mạng dựa trên ý định và sự đổi mới phần cứng và phần mềm Catalyst 9000 thành một loạt các triển khai rộng hơn. Tương tự như các thiết bị Cisco dòng 9000, thiết bị chuyển mạch Cisco C9200L-24P-4G-E cung cấp sự đơn giản, an toàn, và cung cấp tính sẵn sàng cao dựa trên kiến trúc mạng Cisco Digital Network Architecture

Cisco-Catalyst-9200-datasheet

Switch Cisco C9200L-24P-4G-E cung cấp các tính năng bảo mật bảo vệ tính toàn vẹn của phần cứng cũng như phần mềm và tất cả dữ liệu. Cisco C9200L-24P-4G-E cung cấp khả năng phục hồi nhanh giúp hệ thống mạng doanh nghiệp của bạn luôn hoạt động liên tục. Kết hợp điều đó với các API mở có sẵn trong Cisco IOS XE và khả năng lập trình của công nghệ ASIC UADP, thiết bị chuyển mạch Cisco C9200L-24P-4G-E cung cấp cho bạn những gì bạn cần ở hiện tại và có thể mở rộng trong tương lai.

C9200L-24P-4G-E Cisco Catalyst 9200L 24 Port PoE+ 370W, 4x1G uplink, Network Essentials

Thông số kỹ thuật Switch Cisco C9200L-24P-4G-E

Description

Specifications

Performance

Switching capacity

56 Gbps

Forwarding rate

41.66 Mpps

Virtual Networks

1

Stacking bandwidth

80 Gbps

Total number of MAC addresses

16,000

Total number of IPv4 routes (ARP plus learned routes)

11,000 (8,000 direct routes and 3,000 indirect routes)

IPv4 routing entries

3,000

IPv6 routing entries

1,500

Multicast routing scale

1,000

QoS scale entries

1,000

ACL scale entries

1,500

Packet buffer per SKU

6 MB buffers

Flexible NetFlow (FNF) entries

16,000 flows

DRAM

2 GB

Flash

4 GB

VLAN IDs

1024

Total Switched Virtual Interfaces (SVIs)

512

Jumbo frames

9198 bytes

Wireless bandwidth per switch

N/A

Default primary power supply

PWR-C5-600WAC

Available PoE power with single primary power supply only

370W

Optional secondary power supply

PWR-C5-600WAC

Available PoE power with additional secondary power supply

740W

Features

Switch fundamentals Layer 2, Routed Access (RIP, EIGRP Stub, OSPF – 1000 routes), PBR, PIM Stub Multicast (1000 routes), PVLAN, VRRP, PBR, CDP, QoS, FHS, 802.1X, MACsec-128, CoPP, SXP, IP SLA Responder
Automation NETCONF, RESTCONF, YANG, PnP Agent, PnP
Telemetry and visibility Model-driven telemetry, sampled NetFlow, SPAN, RSPAN
Security MACsec-128
Physical Specifications
Chassis Dimensions 1.73 x 17.5 x 11.3 Inches

4.4 x 44.5 x 28.8 Centimeters

weight 10.38 Pounds

4.71 Kilograms

Mean time between failures (hours) 392,210
Connectors
Connectors and cabling
– 1000BASE-T ports: RJ-45 connectors, 4-pair Cat 5E UTP cabling
– 1000BASE-T SFP-based ports: RJ-45 connectors, 4-pair Cat 5E UTP cabling
– 100BASE-FX, 1000BASE-SX, -LX/LH, -ZX, -BX10, dense wavelength-division multiplexing (DWDM) and Coarse Wavelength-Division Multiplexing (CWDM) SFP transceivers: LC fiber connectors (single-mode or multimode fiber)
– Cisco StackWise-80 stacking ports: copper-based Cisco StackWise cabling
– Ethernet management port: RJ-45 connectors, 4-pair Cat 5 UTP cabling
– Management console port: RJ-45-to-DB9 cable for PC connections,USB-C adaptor, USB adaptor
Power connectors
Internal power supply connector: The internal power supply is an auto-ranging unit. It supports input voltages between 100 and 240 VAC. Use the supplied AC power cord to connect the AC power connector to an AC power outlet.
Standards, Safety and compliance information
Standards

EEE 802.1s

IEEE 802.1w

IEEE 802.1x

IEEE 802.1x-Rev

IEEE 802.3ad

IEEE 802.3x full duplex on 10BASE-T, 100BASE-TX, and 1000BASE-T ports

IEEE 802.1D Spanning Tree Protocol

IEEE 802.1p CoS prioritization

IEEE 802.1Q VLAN

IEEE 802.3 10BASE-T specification

IEEE 802.3u 100BASE-TX specification

IEEE 802.3ab 1000BASE-T specification

IEEE 802.3z 1000BASE-X specification

RMON I and II standards

SNMPv1, v2c, and v3

Safety certifications
– IEC 60950-1
– UL 60950-1
– CAN/CSA C22.2 No. 60950-1
– EN 60950-1
– AS/NZS 60950.1
– Class I Equipment
Electromagnetic emissions certifications
– 47 CFR Part 15
– CISPR 22 Class A
– CISPR 32 Class A
– CNS 13438
– EN 300 386
– EN 55022 Class A
– EN 55032 Class A
– EN61000-3-2
– EN61000-3-3
– ICES-003 Class A
– KN 32
– TCVN 7189 Class A
– V-3 Class A
– CISPR 24
– EN 300 386
– EN 55024
– KN 35
– TCVN 7317
Environmental
Reduction of Hazardous Substances (ROHS) 5

Bài viết C9200L-24P-4G-E Cisco Catalyst 9200L 24 Port PoE+ 370W, 4x1G uplink, Network Essentials đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

]]>
https://demo.nstech.vn/san-pham/c9200l-24p-4g-e-cisco-catalyst-9200l-24-port-poe-370w-4x1g-uplink-network-essentials/feed/ 0
Bộ định tuyến Asus RT-AC59U V2 WiFi băng tần kép AC1500 với MU-MIMO, AiMesh https://demo.nstech.vn/san-pham/bo-dinh-tuyen-asus-rt-ac59u-v2-wifi-bang-tan-kep-ac1500-voi-mu-mimo-aimesh/ https://demo.nstech.vn/san-pham/bo-dinh-tuyen-asus-rt-ac59u-v2-wifi-bang-tan-kep-ac1500-voi-mu-mimo-aimesh/#respond Mon, 17 Jun 2024 12:43:32 +0000 https://demo.nstech.vn/?post_type=product&p=3709 Bộ định tuyến WiFi băng tần kép AC1500 với MU-MIMO, AiMesh cho hệ thống wifi mở rộng, tính năng Kiểm soát của cha mẹ để truyền phát video 4K mượt mà từ Youtube và Netflix

Hỗ trợ AiMesh – Kết nối với các thiết bị mạng tương thích khác của ASUS để tạo một mạng Wi-Fi duy nhất phủ sóng toàn bộ ngôi nhà của bạn.

600 Mbps (2,4GHz) và 867 Mbps (5GHz) để đạt hiệu suất không dây nhanh.

4 x cổng Gigabit LAN tốc độ có thể nhanh hơn 10 lần kết nối Ethernet 100 Base-T.

1 x cổng USB 2.0 ASUS AiDisk hỗ trợ chia sẽ tập tin mạng cả mạng nội bộ và từ xa.

Giao diện bảng điều khiển ASUSWRT giúp bạn dễ dàng thiết lập và quản lý bộ định tuyến.

Cải thiện tầm phủ sóng và hiệu suất đa thiết bị bằng các anten gắn ngoài.

Bài viết Bộ định tuyến Asus RT-AC59U V2 WiFi băng tần kép AC1500 với MU-MIMO, AiMesh đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

]]>
Bài viết Bộ định tuyến Asus RT-AC59U V2 WiFi băng tần kép AC1500 với MU-MIMO, AiMesh đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

]]>
https://demo.nstech.vn/san-pham/bo-dinh-tuyen-asus-rt-ac59u-v2-wifi-bang-tan-kep-ac1500-voi-mu-mimo-aimesh/feed/ 0
Router Wifi Băng Tần Kép Asus RT-AC1200 v2 https://demo.nstech.vn/san-pham/router-wifi-bang-tan-kep-asus-rt-ac1200-v2/ https://demo.nstech.vn/san-pham/router-wifi-bang-tan-kep-asus-rt-ac1200-v2/#respond Mon, 17 Jun 2024 12:43:32 +0000 https://demo.nstech.vn/?post_type=product&p=3710 Chuẩn mạng: IEEE 802.11a, IEEE 802.11b, IEEE 802.11g, IEEE 802.11n, IEEE 802.11ac, IPv4, IPv6

Phân khúc sản phẩm: AC1200 hiệu năng AC tăng cường; 300+867Mbps

Ăng-ten: Gắn Ngoài ăng-ten x 4

Tần số hoạt động: 2.4 GHz / 5 GHz

Mã hóa: Chuẩn WEP 64-bit, WEP 128-bit, WPA2-PSK, WPA-PSK, WPA-Enterprise , WPA2-Doanh nghiệp, WPS hỗ trợ

Nút bấm: Nút WPS, Nút Khởi động lại (Reset), Nút tắt/ mở nguồn

Bài viết Router Wifi Băng Tần Kép Asus RT-AC1200 v2 đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

]]>
Bài viết Router Wifi Băng Tần Kép Asus RT-AC1200 v2 đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

]]>
https://demo.nstech.vn/san-pham/router-wifi-bang-tan-kep-asus-rt-ac1200-v2/feed/ 0
Thiết bị mạng Tp-link Archer C80 Router Wi-Fi MU-MIMO AC1900 https://demo.nstech.vn/san-pham/thiet-bi-mang-tp-link-archer-c80-router-wi-fi-mu-mimo-ac1900/ https://demo.nstech.vn/san-pham/thiet-bi-mang-tp-link-archer-c80-router-wi-fi-mu-mimo-ac1900/#respond Mon, 17 Jun 2024 12:43:32 +0000 https://demo.nstech.vn/?post_type=product&p=3711 Wi-Fi 802.11ac Wave2 – Tốc độ 1300 Mbps ở băng tần 5GHz và 600Mbps ở băng tần 2.4GHz.

Công nghệ MIMO 3×3 – Truyền và nhận dữ liệu trên ba luồng, kết hợp hoàn hảo với thiết bị 3x3 của bạn.

Tăng cường vùng phủ Wi-Fi – Công nghệ Beamforming cung cấp hiệu suất kết nối Wi-Fi hiệu suất cao.

MU-MIMO – Giúp thiết bị của bạn đạt hiệu suất tối ưu bằng cách tăng hiệu quả của việc truyền tải.

Cá nhân hóa việc quản lý – Các tính năng nâng cao như Quyền kiểm soát của phụ huynh, Mạng khách, và Kiểm soát truy cập cung cấp những công cụ cá nhân để quản lý mạng.

Kết nối thông minh – Kết nối thông minh hướng máy khách đến băng tần thông thoáng hơn và Airtime Fairness tối ưu hóa thời gian sử dụng.

Bài viết Thiết bị mạng Tp-link Archer C80 Router Wi-Fi MU-MIMO AC1900 đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

]]>
Bài viết Thiết bị mạng Tp-link Archer C80 Router Wi-Fi MU-MIMO AC1900 đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

]]>
https://demo.nstech.vn/san-pham/thiet-bi-mang-tp-link-archer-c80-router-wi-fi-mu-mimo-ac1900/feed/ 0