Compare the security challenges of Internet and Intranet in detail. List at least three threats for each and suggest protective measures with real-life examples.Explain in long without any copyright and plagrasim
SOLUTION....
Comparison of Security Challenges: Internet vs Intranet
1. Internet
The Internet is a global, public network that connects millions of devices worldwide. Because it is open and accessible to everyone, it faces more serious and frequent security threats. Data transmitted over the Internet can be intercepted, modified, or stolen if not properly secured.
2. Intranet
An Intranet is a private network used within an organization (like a school, office, or company). It is usually restricted to employees or authorized users. Although it is more secure than the Internet (since it is not open to the public), it is still vulnerable to internal threats and unauthorized access from inside or through weak security policies.
Security Challenges of Internet
Threat 1: Malware Attacks
Malware (viruses, worms, trojans, ransomware) can infect systems through unsafe websites, email attachments, or downloads.
Example: The WannaCry ransomware attack (2017) spread worldwide via the Internet, locking files on thousands of computers until a ransom was paid.
Protective Measures:
Install and regularly update antivirus and anti-malware software.
Keep operating systems and applications patched with the latest security updates.
Educate users to avoid suspicious downloads and phishing links.
Threat 2: Phishing and Identity Theft
Attackers use fake websites or emails to trick people into sharing passwords, credit card numbers, or personal information.
Example: Fake banking websites and phishing emails pretending to be from PayPal or Amazon asking for login details.
Protective Measures:
Enable multi-factor authentication (MFA) for accounts.
Use secure browsing practices and check for HTTPS in websites.
Train users to identify suspicious emails and not click on unknown links.
Threat 3: Distributed Denial of Service (DDoS) Attacks
Attackers flood a website or server with massive traffic, making it unavailable to legitimate users.
Example: In 2016, a DDoS attack on Dyn DNS (using IoT devices) disrupted access to major websites like Twitter, Netflix, and Reddit.
Protective Measures:
Use firewalls and intrusion detection/prevention systems (IDS/IPS).
Deploy Content Delivery Networks (CDN) and load balancers to absorb high traffic.
Have an incident response plan for attack mitigation.
Security Challenges of Intranet
Threat 1: Insider Threats
Employees or students with authorized access may intentionally misuse data or leak confidential information.
Example: An employee in a company’s HR department downloads confidential salary data and shares it with outsiders.
Protective Measures:
Implement role-based access control (RBAC), giving users only the access they need.
Monitor user activities with logging and auditing tools.
Educate staff about ethical responsibilities and data handling.
Threat 2: Weak Authentication and Passwords
Users often set simple passwords like 123456 or password, making it easy for attackers inside the network to gain access.
Example: A student in a college intranet guesses the admin password and accesses restricted files.
Protective Measures:
Enforce strong password policies (minimum length, combination of symbols/numbers).
Use two-factor authentication (2FA) within the intranet.
Regularly update passwords and disable inactive accounts.
Threat 3: Unauthorized Device Connections
In an intranet, staff or students may connect unauthorized devices (USB drives, laptops, or smartphones) that carry malware.
Example: An infected USB plugged into a library computer spreads a worm across the college intranet.
Protective Measures:
Use endpoint security solutions that scan devices before allowing connections.
Disable USB ports for sensitive systems.
Apply network segmentation to prevent malware from spreading.
