VLANS One of the technologies used to improve network performance is the separation of large broadcast domains into smaller ones. This article describes how to configure, manage, and troubleshoot VLANs and VLAN trunks. It will also explore security considerations and strategies related to VLANs and trunks, and best practices for VLAN design. Networking
MAC Address Complete Guide MAC addresses play a crucial role in the data link layer (Layer 2) of the Open Systems Interconnection (OSI) model. MAC addresses are used to send Ethernet frames between two stations in the same local area network. Each station has a unique MAC address that is used to identify who is the sender (source mac address) and who the receiver (destination mac address) is. Networking
Linux TCP keepalive TCP keepalive settings play a crucial role in network performance and resource management. By following the best practices and adjusting the settings to suit your specific needs, you can optimize your system’s ability to detect and clean up stale network connections while maintaining optimal performance. Networking Linux
IP Packet Structure IPv4 is the most widely used version of the Internet Protocol on the internet, and it is responsible for the rules of data transmission between the computing machines. Networking
Ethernet Frame Header In computer networking, an Ethernet frame is a data link layer protocol data unit and uses the underlying Ethernet physical layer transport mechanisms. In other words, a data unit on an Ethernet link transports an Ethernet frame as its payload. Networking
Maximum Transmission Unit (MTU) and the Maximum Segment Size (MSS) The maximum segment size (MSS) is a parameter of the Options field of the TCP header that specifies the largest amount of data, specified in bytes, that a computer or communications device can receive in a single TCP segment. It does not count the TCP header or the IP header. Networking
DHCP Basics Dynamic Host Configuration Protocol (DHCP) is a standard protocol that allows a server to dynamically distribute IP addressing and configuration information to clients. In the Classless Inter Domain Routing (CIDR) environment of IPv4 the following parameters should be defined on every IPv4 host:: 1. ip addres, 2. subnet mask, 3. default gateway Networking
Understanding DHCP Relay Agents DHCP relay agent is a small program that relays DHCP/BOOTP messages between clients and servers on different subnets. DHCP/BOOTP relay agents are part of the DHCP and BOOTP standards and function according to the Request for Comments (RFCs), standard documents that describe protocol design and related behavior. Networking
Bridge vs. Switch The difference between these two networking devices has been an unsolvable mystery to me for quite some time. For a while, I used to use the words 'bridge' and 'switch' interchangeably. But after getting more into networking, I started noticing that some people tend to see them as rather different devices... So, maybe I've been totally wrong? Maybe saying 'bridge aka switch' is way too inaccurate? Networking
Computer Networking Introduction: Ethernet and IP This article is my layman's attempt to sort the basic things out with the minimum words and maximum drawings. The primary focus will be on the Data link layer (OSI L2) of wired networks where the Ethernet is the king nowadays. But I'll slightly touch upon its neighboring layers too. Networking