#ネットワーク
11 posts-
explanationFirewall Explained: Five Generations, Stateful Inspection, NGFW / WAF / Cloud SG
A firewall is an access-control device that blocks traffic that doesn't match its defined rules. From DEC SEAL (1988) to...
-
explanationDDoS Attacks Explained: Types, Mechanisms, and Defenses
DDoS (Distributed Denial of Service) is the attack of 'burying a target under floods of (often legitimate-looking) reque...
-
explanationWi-Fi (IEEE 802.11) Explained: Standards, Bands, and WPA
Wi-Fi shares the same MAC + EtherType + Payload frame format as Ethernet, but on the wireless side it faces a fundamenta...
-
explanationEthernet Explained: Frames, MAC Addresses, and Switching
Ethernet has survived nearly 50 years as effectively the only choice for wired LAN at L2. Starting from the premise that...
-
explanationIPsec Explained: Tunnel/Transport Modes and IKE
IPsec is a family of protocols that encrypts and authenticates IP packets themselves at L3, so — unlike TLS, which apps...
-
explanationTCP/IP Explained: 4-Layer Model and TCP vs UDP
TCP/IP refers both to the protocol family that powers the Internet and to the four-layer reference model that organizes...
-
explanationVPN Explained: IPsec, OpenVPN, and WireGuard Compared
A VPN (Virtual Private Network) is a technology that builds a virtual, encrypted private circuit on top of a public netw...
-
explanationOSI Reference Model Explained: 7 Layers and TCP/IP Mapping
The ISO Basic Reference Model — better known as the OSI 7-layer model — is the conceptual model standardized as ISO/IEC...
-
explanationIP Explained: IPv4, IPv6, Subnetting, and Routing
IP (Internet Protocol) is the addressing and packet-forwarding protocol at the heart of the TCP/IP stack. This article w...
-
explanationDNS Explained: Name Resolution and Record Types
DNS is the distributed database that translates human-friendly domain names into the IP addresses computers actually use...
-
explanationICMP Explained: ping, traceroute, and Message Types
ICMP is the control protocol that reports errors and route conditions across IP networks. This article walks through how...