Advanced Search
Search Results
614 total results found
Ethernet Standards
the IEEE defines 802.3 standards for ethernet cables Official documentation for the 802.3 standards as defined by the IEEE can be found here. The 802.3 standards are in common use in both LANs and WANs. They ensure that hardware devices meet the minimum band...
Network Link Aggregation
merge two network links logically for redundancy Link aggregation can be used to boost the bandwidth of a network link. If you have two physical links that run at 1 Gbps, you can link them so that you get 2 Gbps of bandwidth. If a node uses two NICs to form a ...
Ethernet Frame Format
grr ethernet packet header formatting preamble start frame delimiter destination MAC address source MAC address EtherType Payload frame check sequence (error checking) preamble & sfd used for clock syncing and part of the CSMA/CD protocol for collision detec...
Data Link Speeds
sometimes you can't go 30 over because traffic When troubleshooting a link, learn to differentiate between the expected performance and actual performance. speed vs. throughput at the physical layer, a signal transmitted over a link consists of a stream of eve...
Spanning Tree Protocol
grr avoiding traffic jams across redundant links The Spanning Tree Protocol and other network protocols like it are classified as 802.1D by the IEEE. Official documentation can be found here. When a network is configured using a (partial) mesh of switches, r...
Network Switch Configuration
hijack and configure switch using terminal >:) Most network switch OS's run in three main modes: user mode (readonly) privileged global User mode only allows for basic troubleshooting commands. Privileged mode allows for config reports, system status viewing...
Hybrid Topology
urban design & planning but it's networking we have the basic network topologies: star mesh p2p but they might not work for more complex organizational structures. that's why we mix and match. for example, many organization's follow cisco's standard for a th...
VoIP over vLANs
i need an entire network segment for microsoft teams calls VoIP transmits using data packets instead of physical transmission lines, which means that bandwidth and latency are essential for VoIP applications. The network cannot afford to lose or drop any data ...
Ports and Connections
what if we (Internet-Assigned-Numbers-Authority) hijacked the first 1024 ports that's exactly what IANA did. the list can be found here it lists the commonly (almost universal) ports that are reserved for use by the device/OS itself the rest of the ports (1025...
DHCPv6 Server Configuration
i need a post office to specifically handle foreign mail IPv6 has an address autoconfiguration protocol that handles finding the default gateway along with a proper network prefix. In this case, the role of the Dynamic-Host-Configuration-Protocol server is dif...
DNS Server Configuration
grr i have four different gps apps again DNS is very very very very very very very∞ important to the functionality of the Internet. Things like Active Directory and most Linux networks need a DNS service somewhere in order to work. However, there are still mul...
Voice and Video Services
i need to watch my employees work from my beach chair in hawaii We love our telecommunications stack. VoIP, web conferencing, and video teleconferencing (VTC) solutions dominate the modern communications industry. Businesses and social media platforms depend o...
Network Services
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa I need a lot of services for my network to run. For some reason. Here's a big list of some of them. TLS (communication security) NTP and PTP (time syncing) HTTP/HTTPS (web browsing) FTP (remot...
Database Services
IM NOT A BIG FAN OF SQL (30 on 30) We love databases. It allows us to interact with and manage large groups of data easily. There are two types of databases: relational and NoSQL. Relational Databases Relational databases store information in tables with rows ...
Fault Tolerance and Redundancy
i need more numbers Mean Time Between Failures - expected lifetime of an asset. (total operation time divided by number of failures) Mean Time to Failure - expected lifetime of a non-repairable asset (total operational time divided by number of devices) Mean T...
Disaster Recovery Sites
i need several popeyes locations in the hood in case one gets shut down A Disaster Recovery Plan (DRP) describes the steps an organization takes to restore a system or site to a working state. Disasters span anything from a power loss, minor component failure,...
Disaster Recovery Metrics
i need a number that tells me how good we are at not imploding We love a number that directly states how reliable a service on the Internet is. Availability The percentage of time that the system is online over a set amount of time, usually a year. The oppo...
First Hop Redundancy
having a single gate to your gated neighborhood is bad because what if they just lock you in one day In a full or partial mesh network topology, alternate routes can be found to bypass failed routers or faulty connections. However, end systems are typically co...