Internet vs Intranet: Key Differences and Network Protocols
Classified in Technology
Written on in
with a size of 2.95 KB
Internet vs. Intranet: Definitions
Internet: A global network of interconnected computers. Intranet: A private, internal network used by large corporations that utilizes Internet technology for communications. It is a closed system, restricted to authorized users.
Key Differences
- Intranet: Internal, private, and often encrypted.
- Internet: Public, global, and open to anyone with a connection.
Similarities
Both operate using the same TCP/IP technology. From an application perspective, they function identically.
Advantages of Intranet
- Improved internal communication through easier access to corporate documentation.
- Real-time access to updated databases.
Elements of an Intranet
- Local Area Network (LAN) using TCP/IP protocols.
- Use of WINS or DNS systems for easier network access.
- Client-side web browsers.
- Network servers providing services such as Web and FTP.
Email Servers and Systems
Along with web services, email is the most utilized network function. An email address (e.g., [email protected]) indicates the domain server where messages are stored. Servers hold messages until the user authenticates and downloads them. Originally limited to text, modern email supports various data types via MIME.
Email System Components
- Mail User Agent (MUA): The program used by the user to manage email.
- Mail Transfer Agent (MTA): Moves messages between mail servers until reaching the destination.
- Mail Delivery Agent (MDA): Delivers messages from the server to the MUA.
Real-World Analogy
Think of it as writing a letter: placing it in a mailbox, the postal service moving it between offices (mail servers), and a postman delivering it to the final recipient.
Administration and Protocols
When sending an email, the MUA contacts the MTA using the SMTP protocol. The MTA communicates with other MTAs to route the message. Users download messages using POP3 or IMAP.
Core Protocols
- SMTP: Establishes communication between mail servers.
- POP3: Acts as an intermediary between the MTA and the MUA.
- IMAP: Performs a similar function to POP3 but with advanced synchronization.
SMTP Limitations
SMTP only supports 7-bit ASCII characters, causing issues with non-English languages, special symbols, and file attachments.
MIME
MIME is a coding system developed to transmit multimedia messages by converting various types of information into a format compatible with email protocols.