network-engineering

Solid

Network architecture, troubleshooting, and infrastructure patterns. Use when designing network topologies, debugging connectivity issues, configuring load balancers, DNS, or implementing network security.

DevOps & Infrastructure 335 stars 29 forks Updated today

Install

View on GitHub

Quality Score: 85/100

Stars 20%
84
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
0
Description 5%
100

Skill Content

# Network Engineering Comprehensive network engineering skill covering network design, troubleshooting, load balancing, DNS, and network security. ## When to Use This Skill - Designing network topologies - Troubleshooting connectivity issues - Configuring load balancers - DNS configuration and troubleshooting - SSL/TLS setup and debugging - Network security implementation - Performance optimization - CDN configuration ## Network Architecture ### OSI Model Reference | Layer | Name | Protocols | Troubleshooting | |-------|------|-----------|-----------------| | 7 | Application | HTTP, DNS, SMTP | curl, browser tools | | 6 | Presentation | SSL/TLS | openssl | | 5 | Session | NetBIOS | - | | 4 | Transport | TCP, UDP | netstat, ss | | 3 | Network | IP, ICMP | ping, traceroute | | 2 | Data Link | Ethernet | arp | | 1 | Physical | - | cable tester | ### VPC/Network Design **Subnet Strategy:** ``` VPC CIDR: 10.0.0.0/16 (65,536 IPs) Public Subnets (internet-facing): - 10.0.1.0/24 (AZ-a) - Load balancers, bastion - 10.0.2.0/24 (AZ-b) - 10.0.3.0/24 (AZ-c) Private Subnets (application tier): - 10.0.11.0/24 (AZ-a) - App servers - 10.0.12.0/24 (AZ-b) - 10.0.13.0/24 (AZ-c) Database Subnets (isolated): - 10.0.21.0/24 (AZ-a) - Databases only - 10.0.22.0/24 (AZ-b) - 10.0.23.0/24 (AZ-c) ``` **Traffic Flow:** - Internet → Load Balancer (public) → App (private) → DB (isolated) - NAT Gateway for private subnet outbound - VPC Endpoints for AWS services ## Load Balan...

Details

Author
aiskillstore
Repository
aiskillstore/marketplace
Created
5 months ago
Last Updated
today
Language
Python
License
None

Similar Skills

Semantically similar based on skill content — not just same category

DevOps & Infrastructure Listed

network-engineer

Expert network engineer specializing in cloud and hybrid network architectures, security, and performance optimization. Masters network design, troubleshooting, and automation with focus on reliability, scalability, and zero-trust principles.

43 Updated 3 months ago
diegosouzapw
DevOps & Infrastructure Listed

network-engineer

Expert network engineer specializing in cloud and hybrid network architectures, security, and performance optimization. Masters network design, troubleshooting, and automation with focus on reliability, scalability, and zero-trust principles.

0 Updated 3 months ago
claudchereji
DevOps & Infrastructure Listed

network-engineer

Expert network engineer specializing in modern cloud networking, security architectures, and performance optimization. Masters multi-cloud connectivity, service mesh, zero-trust networking, SSL/TLS, global load balancing, and advanced troubleshooting. Handles CDN optimization, network automation, and compliance. Use PROACTIVELY for network design, connectivity issues, or performance optimization.

335 Updated today
aiskillstore
AI & Automation Featured

network-engineer

Expert network engineer specializing in modern cloud networking, security architectures, and performance optimization.

39,350 Updated today
sickn33
Web & Frontend Listed

architecting-networks

Design cloud network architectures with VPC patterns, subnet strategies, zero trust principles, and hybrid connectivity. Use when planning VPC topology, implementing multi-cloud networking, or establishing secure network segmentation for cloud workloads.

368 Updated 5 months ago
ancoleman