Draft an internal knowledge base article that will be shared with other technicians. Choose from the list of issues below. Use this article from the CodeHS Knowledge Base as an exemplar. Notice how the article is well-organized and includes screenshots and even a GIF!

Title: Troubleshooting Network Connectivity Issues

_________________________________________________________________________

Issue: Users are unable to connect to the company network.

Symptoms:
- Users are unable to access network resources such as shared drives, printers, or internet connection.
- Error messages related to "Limited Connectivity" or "No Internet Access" are displayed.
- Network-related tasks, such as pinging network devices, fail to establish a connection.

Potential Causes:
1. Misconfigured Network Settings: Incorrectly configured IP settings, subnet mask, or DNS servers can prevent network connectivity.
2. Firewall Restrictions: Overly restrictive firewall rules or security settings can block network access.
3. Faulty Network Hardware: Malfunctioning routers, switches, or network cables can cause connectivity issues.
4. DHCP/DNS Server Problems: Issues with the Dynamic Host Configuration Protocol (DHCP) or Domain Name System (DNS) servers can result in connectivity problems.
5. Outdated Network Drivers: Incompatible or outdated network drivers may prevent proper communication with the network.

Solution:

Step 1: Verify Hardware Connection:
1. Ensure all network cables are securely plugged in and not damaged.
2. Check that network devices (routers, switches) have power and are functioning correctly.
3. Restart any networking equipment if necessary.

Step 2: Troubleshoot Local Network Issues:
1. Confirm that other devices within the local network can connect to the network resources.
2. If connectivity is limited to a specific user or device, isolate the problem to that particular workstation or user profile.
3. Restart the affected device and check if connectivity is restored.

Step 3: Check Network Configuration:
1. Open the "Network and Sharing Center" (Windows) or "Network" preferences (Mac) to verify the IP address, subnet mask, and DNS server settings.
2. If static IP addresses are required, ensure the correct settings are in place.
3. Consider resetting network settings to default if configuration issues persist.

Step 4: Verify Firewall Settings:
1. Temporarily disable the firewall on the affected device to determine if it's causing the connectivity problem.
2. If the issue is resolved, adjust firewall settings or create appropriate rules to allow network traffic.

Step 5: Restart DHCP and DNS Services:
1. Restart the DHCP and DNS servers to address any potential issues.
2. Consult with network administrators or IT support for guidance on restarting these services.

Step 6: Update Network Drivers:
1. Determine the network adapter manufacturer and model.
2. Visit the manufacturer's website to download and install the latest network adapter drivers.
3. Restart the affected device after updating the drivers.

Additional Tips:

- Test connectivity between devices using the ping command to help identify potential network-related issues.
- Ensure that DHCP is correctly configured and providing valid IP addresses to connected devices.
- Use network diagnostic tools and packet analyzers (such as Wireshark) to troubleshoot complex network problems.
- Document and share the steps taken and the solution implemented for future reference.

If the issue persists or is beyond the scope of this article, escalate the problem to higher-level network administrators or IT support for further assistance.

_________________________________________________________________________

[Optional Screenshot or GIF illustrating a specific step or issue]

[References for further troubleshooting, recommended tools, or advanced network configuration tips]