Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

615 total results found

Virtual LAN

Documentation

A logical network segment configured on a managed network switch. VLAN membership is configured by assigning a switch port to a VLAN. Switches can have multiple VLANs configured, but switch ports can only be a member of one VLAN at a time. VLANs can be configu...

Port Statuses

Documentation

An enumeration of all the LED colors you might see on a switch or router. Color Status Solid Green 🟢 Link connected, no traffic Flickering Green 🟩 Link operational (connected with traffic) No light Port isn't working or is shut down Blinking Amber...

Routing Information Protocol

Documentation

aliases: RIP A distance-vector routing protocol. RIP only considers a single metric: the next hop router. It chooses paths based on the minimum hop distance to the destination router. Even while it's no longer widely deployed, it's used to compare it's bas...

Border Gateway Protocol

Documentation

aliases: BGP A specialized dynamic routing protocol for use in routing domains, internetworks, and connections between ISPs. While other protocols like EIGRP and OSPF are used to route communications within a single routing domain (called an Autonom...

Enhanced Interior Gateway Routing Protocol

Documentation

aliases: EIGRP A distance-vector dynamic routing protocol. Unlike RIP, EIGRP uses two main metrics: a set of administrator-weighted elements, usually either bandwidth or delay, where: bandwidth is a cost value based on the lowest bandwidth link o...

Open Shortest Path First

Documentation

aliases: OSPF A link-state dynamic routing protocol. OSPF stores the entire network topology graph, and chooses routes based on a configured least-cost path. While EIGRP is a flat routing system (where each router is equal), OSPF is hierarchical. Ne...

Network Time Protocol

Documentation

aliases: NTP Network clock synchronization protocol. Designed to be used in packet-switched, variable-latency data networks. NTP syncs subscribed hosts to a few milliseconds within the Coordinated Universal Time (UTC). Under ideal conditions, NTP ru...

DHCP Relay

Documentation

A function on routers that allows them to forward DHCP discover broadcast packets to DHCP servers outside of the scope being served. Routers don't normally serve any broadcast packets, which is why this is a necessary function for larger networks. This setti...

Slateless Address Autoconfiguration

Documentation

aliases: SLAAC A simpler approach to automatic address assignment in IPv6.

DNS Security Extensions

Documentation

aliases: DNSSEC A spoofing and poisoning mitigation toolset via DNS request validation. When DNSSEC is enabled, the authoritative server for the zone creates a set of resource records called an RRset. The RRset is signed with a private key called th...

MofN Control

Documentation

M of N Control - An authorization method that requires $m$ amount of signatures from $n$ authorized keys in order to perform an action. M of N Control is used in multisignature arrangements (e.g. cryptocurrencies) to ensure that multiple parties consent to the...

Precision Time Protocol

Documentation

Higher accuracy network time synchronization protocol. Defined in IEEE 1588 standard. Designed for timing-critical application requirements, including industrial networks, 5G cellular data connections, medical devices, market trading, financial services, or j...

Digital Certificate

Documentation

A set of authentication and identification information issued by a Certificate Authority. Digital certificates are presented in the X.509 format, and they're used to provide proof that a keypair provided by the server that has the certificate can be trusted f...

Transport Layer Security

Documentation

An authentication and encryption service for the TCP/IP stack. Developed from the now obsolete SSL, but the two terms are used interchangeably. TLS is used in many places on the OSI layer, including the application, transport, and session layers. It's also us...

File Transfer Protocol

Documentation

Application protocol used to transfer files between network hosts over ports 20 and 21. FTP is mostly used in remote file access applications, and has several variants. While some HTTPS web services and web applications can offer direct file downloads to end u...

Uniform Resource Locator

Documentation

A logical reference to a resource stored on a computer network, serving as a mechanism to retrieve the contents. Most widely known as a web address, and the two terms are used interchangeably.

Hypertext Transfer Protocol

Documentation

The foundation of web technology that serves website content to client browsers.  Clients connect to the server hosting the website, and asks for a specific resource using a URL, using TCP port 80. The server can choose to approve this request or respond with...

Time Division Multiplexing

Documentation

A mechanism that allowed multiple communication lines to work over a single physical communication line in legacy networks deployed over telephone lines.