Comuter Network1
Comuter Network1
Ans:- Email architecture refers to the system and protocols that facilitate the creation, transmission, delivery, and
retrieval of email messages. It typically consists of three main components: clients, servers, and protocols. Email
clients, like Outlook or Gmail, allow users to compose, send, and receive messages. These messages are sent to mail
servers, which handle storage and forwarding. Servers use standardized protocols like SMTP (Simple Mail Transfer
Protocol) for sending messages and IMAP (Internet Message Access Protocol) or POP3 (Post Office Protocol) for
retrieving them. The architecture includes DNS (Domain Name System) for translating domain names into IP
addresses and ensures messages are routed correctly between sender and recipient. Security layers like SSL/TLS
encrypt communication, while spam filters and firewalls protect against malicious content. Together, these
components ensure efficient, reliable, and secure email communication.
Ans:- MPEG (Moving Picture Experts Group) uses various frame techniques for video
compression to reduce the file size while maintaining quality. These techniques rely on the
redundancy in video frames to achieve efficient compression. I-frames are key frames that
are encoded independently without reference to other frames, providing a complete image.
They serve as reference points for the decoding process, allowing the video to start from any
I-frame. P-frames store only the differences between the current frame and the previous I-
frame or P-frame, rather than encoding the entire frame. This reduces the amount of data by
exploiting temporal redundancy in sequences of frames. B-frames further improve
compression by referencing both previous and future frames. They encode the difference
between the current frame and the closest I-frame or P-frame, utilizing bidirectional
prediction to minimize the amount of data needed for encoding.