Extracting the data from html_content using regular expression
import requests import re response = requests.get('https://www.ip2location.com/') html_content = response.text # Regular expression to find I…
I have been working in IT for nearly 6+ years and have created these resources as a way to help others learn from the experience I have had in the industry.
Lorem Ipsum has been the industry's standard dummy text.
import requests import re response = requests.get('https://www.ip2location.com/') html_content = response.text # Regular expression to find I…
🌐 Understanding Network Address Translation (NAT) in Networking! 🌐 Ever wondered how devices inside a private network communicate with the outsi…
Understanding the BGP Route Reflector Rules BGP Route Reflectors (RR) simplify IBGP by reflecting routes between peers, reducing the need for a fu…
Units of Data Bit : Definition : The smallest unit of data in computing, representing a binary digit (0 or 1). Symbol : b Byte : Definition : A gro…
Here's a structured syllabus blueprint based on the provided points: ### 1. Introduction to Palo Alto Firewall - Overview of Next Generation Fire…
**Use Case: Private Connectivity to AWS Services** **Scenario**: Imagine you're building a highly secure application in AWS that needs to acces…
=>A stateful firewall monitors and regulates the status of network connections as they travel through it. It keeps track of each connection'…
<div style="overflow-x: auto; white-space: nowrap;"> <pre> Your commands go here... </pre> </div> <style…
IGP & EGP protocols: • IGP category protocols work within AS • EGP category protocols work between AS …
As a Network Engineer at the L1 (Level 1) level, your job roles typically involve entry-level tasks and responsibilities related to the design, imp…
TCP (Transmission Control Protocol) uses handshakes to establish and terminate connections between devices. The three-way handshake is used for con…
In Windows, there are several command-line tools commonly used for troubleshooting network issues. Some of these tools include: ipconfig /all : Disp…
DNS Lookup Process TCP/IP Connection Firewall HTTPS/SSL Load Balancer Web Server Application Server and Database (if applicable) Rendering the Page
When a client or DNS server requests a DNS server to resolve a domain name it can use a recursive or non recursive query. Recursive queries are …
“what happens when you type an URL in your browser address bar and hit the Enter key” So, what exactly happened after I hit the Enter key? My brows…
Any DR strategy starts with finalizing: 𝟭. 𝗥𝗧𝗢 (𝗥𝗲𝗰𝗼𝘃𝗲𝗿𝘆 𝗧𝗶𝗺𝗲 𝗢𝗯𝗷𝗲𝗰𝘁𝗶𝘃𝗲): How much downtime one can accept ? 𝟮. 𝗥𝗣𝗢 (?…
iBGP: - iBGP Rules: Rule 1 – Must be in same AS Rule 2 – TTL is 255 (doesn't have to be directly connected) Rule 3 – If route learned from a iB…