United Kingdom
Catalog   /   Computing   /   Networking   /   Switches

Comparison TP-LINK TL-SG2218P vs TP-LINK TL-SG1218MPE

Add to comparison
TP-LINK TL-SG2218P
TP-LINK TL-SG1218MPE
TP-LINK TL-SG2218PTP-LINK TL-SG1218MPE
Compare prices 15Compare prices 12
TOP sellers
Typemanaged 2 level (L2)managed 2 level (L2)
Mountrack-mountrack-mount
Bandwidth36 Gbps
MAC address table size8K
Ports
Gigabit Ethernet1616
SFP (optics)22
Uplink22
Uplink typeSFPSFP
Features
Control
SSH
Telnet
Web interface
SNMP
Web interface
Basic features
DHCP server
Link Aggregation
VLAN
loop protection
access rate limit
Link Aggregation
VLAN
loop protection
access rate limit
Routing
Static
PoE
PoE (output)802.3af/at802.3af/at
PoE outputs1616
PoE output power30 W30 W
Total PoE power150 W192 W
General
PSUbuilt-inbuilt-in
Supply voltage100 – 240 В100 – 240 В
Power consumption178 W
Operating temperature0 °C ~ +50 °C
Dimensions (WxDxH)440x180x44 mm440x180x44 mm
Weight3000 g
Added to E-Catalogjune 2023december 2019
Glossary

Bandwidth

The bandwidth of a switch is the maximum amount of traffic that it can handle. Specified in gigabits per second.

This parameter directly depends on the number of network ports in the device (excluding Uplink). Actually, even if the bandwidth is not given in the specifications, it can still be calculated using the following formula: the number of ports multiplied by the bandwidth of an individual port and multiplied by two (since both incoming and outgoing traffic are taken into account). For example, a model with 8 Gigabit Ethernet connectors and 2 SFP ports will have a bandwidth of (8*1 + 2*1)*2 = 20 Gbps.

The choice for this indicator is quite obvious: you need to evaluate the expected traffic volumes in the serviced network segment and make sure that the switch's bandwidth will cover it with a margin of at least 10-15% (this will give an additional guarantee in case of emergency situations). At the same time, if you plan to often work at high, close to maximum, loads, it will not hurt to clarify such a characteristic as the internal bandwidth of the switch. It is usually given in a detailed technical description, and if this value is less than the total throughput, serious problems may arise under significant loads.

MAC address table size

The maximum number of MAC addresses that can be stored in the Switch's memory at the same time. Specified in thousands, for example, 8K — 8K.

Recall that the MAC address is the unique address of each individual network device used in physical routing (at layer 2 of the OSI network model). Switches of all types work with such addresses. And it is worth choosing a switch according to the size of the table, taking into account the maximum number of devices that are supposed to be used with it (including based on the possible expansion of the network). If the table is not enough, the switch will overwrite new addresses over the old ones, which can noticeably slow down the work.

Control

Management methods and protocols supported by the switch.

SSH. Abbreviation for Secure Shell, i.e. "Safe shell". The SSH protocol provides a fairly high degree of security, because. encrypts all transmitted data, including passwords. Suitable for managing almost all major network protocols, but requires a special utility on the host computer.

Telnet. A network management protocol that provides configuration using a text-based command line. It does not use encryption and does not protect transmitted data, and is also devoid of a graphical interface, which is why in many areas it has been supplanted by more secure (SSH) or more convenient (web interface) options. However, it is still used in modern network equipment.

Web interface. This function allows you to open the management interface of the switch in a common Internet browser. The main convenience of the web interface is that it does not require additional software — a browser is enough (and it is available in any "self-respecting" modern OS). Thus, knowing the device address, login and password, you can manage the settings from almost any computer on the network (unless, of course, otherwise specified in the access parameters).

SNMP. Abbreviation for Simple Network Management Protocol, i.e. "simple network control protocol". It is a stan...dard part of the common TCP/IP protocol on which both the Internet and many local networks are built. It uses two types of software — "managers" on control computers and "agents" on managed computers (in this case, on a router). The degree of security is relatively low, but SNMP can be used for simple management tasks.

Note that this list is not exhaustive — modern switches may provide other management options, for example, support for proprietary utilities and special technologies from the same manufacturer.

Basic features

DHCP server. A feature that makes it easy to manage the IP addresses of devices connected to the switch. Without its own IP address, the correct operation of the network device is impossible; and DHCP support allows you to assign these addresses both manually and fully automatically. At the same time, the administrator can set additional parameters for the automatic mode (range of addresses, maximum time for using one address). And even in fully manual mode, work with addresses is performed only by means of the switch itself (whereas without DHCP, these parameters would also have to be specified in the settings of each device on the network).

Stacking support. The ability to operate the device in stack mode. A stack consists of several switches that are perceived by the network as one “switch”, with one MAC address, one IP address, and with a total number of connectors equal to the total number of ports in all involved devices. This feature is useful if you want to build an extensive network that lacks the capabilities of a single switch, but do not want to complicate the topology.

Link Aggregation. Switch support for link aggregation technology. This technology allows you to combine several parallel physical communication channels into one logical one, which increases the speed and reliability of the connection. Simply put, a switch with such a fun...ction can be connected to another device (for example, a router) not with one cable, but with two or even more at once. The increase in speed in this case occurs due to the summation of the throughput of all physical channels; however, the total speed may be less than the sum of the speeds — on the other hand, combining several relatively slow connectors is often cheaper than using equipment with a more advanced single interface. And the increase in reliability is carried out, firstly, by distributing the total load over individual physical channels, and secondly, by means of "hot" redundancy: the failure of one port or cable can reduce the speed, but does not lead to a complete disconnection, and when the channel is restored, the channel is switched on automatically.
Note that both the standard LACP protocol and non-standard proprietary technologies can be used for Link Aggregation (the latter is typical, for example, for Cisco switches). In addition, there are quite a few alternative names for this technology — port trunking, link bundling, etc.; sometimes the difference is only in the name, sometimes there are technical nuances. All these details should be clarified separately.

VLAN. Support of the VLAN function by the switch — virtual local area networks. In this case, the meaning of this function is the ability to create separate logical (virtual) local networks within the physical "local area". Thus, it is possible, for example, to separate departments in a large organization, creating for each of them its own local network. The organization of VLAN allows you to reduce the load on network equipment, as well as increase the degree of data protection.

— Protection against loops. The switch has a loop protection function. The loop in this case can be described as a situation where the same signal is launched in the network in an endless loop. This may be due to incorrect cable connection, the use of redundant links and some other reasons, but anyway, such a phenomenon can “put down” the network, which means it is highly undesirable. Security prevents loops, usually by disabling looped ports.

— Limiting the speed of access. The ability to limit the data exchange rate for individual switch ports. Thus, it is possible to reduce the load on the network and prevent the "clogging" of the channel by individual terminals.

Note that the matter is not limited to this list: other features may be found in modern switches.

Static

Recall that routing is the definition of the best path through which each data packet can be delivered to the recipient. For this, special tables are used, stored in the memory of the control network device with the routing function. According to the method of filling these tables, this procedure is divided into two main varieties — static and dynamic.

Static routing is a method in which all data routes (entries in the routing table) are manually written by the administrator; this applies both to the initial creation of the table and to making changes to it when changes are made to the network configuration. The main advantage of this method is the minimum load on the switch processor, which has a positive effect on the speed and reliability of the network. The main disadvantages of static routing are associated with the need for manual control. So, the larger the network, the more complex and time-consuming it is to manage it; Administrator's inattention can become an additional cause of failures; and diagnosing some problems is noticeably more difficult — for example, if there is a failure at the link layer, the static route remains visible as active, although no data is transmitted.

Total PoE power

The total output power provided by the switch when powering devices using the PoE standard (see above).

This indicator usually corresponds to the sum of the powers of all outputs — that is, the power of one PoE port, multiplied by their total number. However, the power limits for one output and for the entire switch are somewhat different: if a load with a power equal to the output power of the power supply on this connector can be connected to a single connector, then the total power consumption of all devices connected via PoE should ideally not exceed 75% of the total power supply — this gives an additional guarantee in case of malfunctions. In fact, this means that all PoE outputs cannot be used “to the fullest” at the same time. For example, if there are two such outputs, and one is loaded at 100%, then the second can be loaded with a maximum of 50% — the total power consumption in this case will be the same 75% of the total output. Therefore, a large total power is needed when using the device to the maximum.

Power consumption

Power consumed by network equipment during operation. Knowing the indicator of energy consumption, you can, for example, calculate the battery life of equipment from an uninterruptible power supply or choose a suitable “uninterruptible power supply”.

Operating temperature

The range of operating temperatures allowed for the switch, in other words, the air temperature at which the device is guaranteed to remain operational.

All modern switches are able to normally endure conditions that are comfortable for a person. Therefore, you should pay attention to this indicator, first of all, in cases where the conditions at the installation site of the switch will differ markedly from home / office; a typical example is the placement of ISP equipment in the attic of a multi-storey building. At the same time, special attention should be paid to the lower limit of the temperature range — not every device is able to operate at sub-zero temperatures. If we talk about specific numbers, then for an unheated room frost resistance is desirable at least at the level of -5 °C, and ideally — — 20 °C(although, of course, this also depends on the climate).

Also note that, in addition to temperature, most switches have restrictions on the relative humidity of the air; these restrictions are usually specified in the documentation.