Loading notes...
Loading notes...
Class 12 • Chapter 7
Protocols (TCP/IP) define the rules for communication on the internet, while Network Security protects this data from evolving digital threats.
For two computers to communicate, they must follow a set of strict rules and conventions called **Protocols**. Just as two people must speak the same language to understand each other, two machines must agree on the same 'digital language' to exchange data. Protocols govern everything from how a file is broken into packets and sent across the globe to how your web browser requests a page from a server. The most fundamental suite of protocols is **TCP/IP**, which provides the foundational instructions for the entire Internet. Without these established standards, the modern digital world would be a disjointed collection of incompatible systems, and global communication would be impossible.
Different applications use different high-level protocols. **HTTP (Hypertext Transfer Protocol)** is used for accessing web content, while **HTTPS** adds a layer of encryption (SSL/TLS) for security. **FTP (File Transfer Protocol)** is designed for uploading and downloading files. For email, we use **SMTP (Simple Mail Transfer Protocol)** to send messages and **POP3/IMAP** to receive them. **SSH (Secure Shell)** provides a secure way to access and control remote computers over an unsecured network. Each of these protocols operates on a specific 'Port Number' (like Port 80 for HTTP or Port 443 for HTTPS) to help the computer direct traffic to the right application.
Every device on a network needs a unique identifier called an IP address. **IPv4** uses 32-bit addresses (like 192.168.1.1) and provides about 4.3 billion unique combinations. Because the number of connected devices has exploded, we are running out of IPv4 addresses. **IPv6** was developed as a solution, using 128-bit addresses (hexadecimal notation) which provide a nearly infinite number of unique addresses. Transitioning to IPv6 ensures that every single device on the planet—including IoT smart bulbs and sensors—can have its own unique, globally routable identity on the Internet.
As we become more connected, our data becomes more vulnerable to malicious attacks. Network security involves a multilayered approach to protecting data from unauthorized access, modification, or theft. This includes **Firewalls** (which act as a barrier between a trusted and untrusted network), **Antivirus software**, and **Encryption** (coding data so it can't be read without a key). We must also be aware of social threats like **Phishing** (deceptive emails that steal credentials) and **Intellectual Property Rights (IPR)**, which govern the legal ownership and use of digital creative works, software, and data.