Unit 1-1
Unit 1-1
UNIT I - Introduction to the Internet: Networking, Internet, www, Internet technologies: Modem, internet
addressing. Protocol: FTP, HTTP, TCP/IP. Electronic Mail: POP3, SMTP.
Networking
A computer network is a set of computers sharing resources located on
or provided by network nodes. The computers use common
communication protocols over digital interconnections to communicate
with each other.
•Method: The method is the protocol used to retrieve the document from a server. For example, HTTP.
•Host: The host is the computer where the information is stored, and the computer is given an alias name. Web pages are
mainly stored in the computers and the computers are given an alias name that begins with the characters "www". This field
is not mandatory.
•Port: The URL can also contain the port number of the server, but it's an optional field. If the port number is included, then
it must come between the host and path and it should be separated from the host by a colon.
•Path: Path is the pathname of the file where the information is stored. The path itself contain slashes that separate the
directories from the subdirectories and files.
TCP/IP
TCP stands for Transmission Control Protocol a communications standard that
enables application programs and computing devices to exchange messages
over a network. It is designed to send packets across the internet and ensure the
successful delivery of data and messages over networks.
TCP is one of the basic standards that define the rules of the internet and is
included within the standards defined by the Internet Engineering Task Force
(IETF). It is one of the most commonly used protocols within digital network
communications and ensures end-to-end data delivery.
Electronic Mail: POP3, SMTP.
The POP protocol stands for Post Office Protocol. As we know that
SMTP is Simple Message Transfer Protocol.
When the message is sent, then SMPT is used to deliver the message
from the client to the server and then to the recipient server.
But the message is sent from the recipient server to the actual server
with the help of the Message Access Agent.
The Message Access Agent contains two types of protocols, i.e., POP3
and IMAP.
The Internet Message Access Protocol, also known as IMAP, is a
protocol for receiving emails from a server.
•IMAP is used to retrieve messages, and SMTP is for
sending data.
•IMAP works between the server and client for
communication, and SMTP works between servers to
transfer information.
•SMTP is a push protocol, while POP3 is known as a pop
protocol.
•SMTP sends the email from the sender's device to the
receiver's mailbox, and POP3 retrieves and organizes
emails from the receiver's mail server to the receiver's
computer
•POP3 downloads all the emails simultaneously, while
IMAP shows you the message header before downloading
the email.
SMTP
SMTP
• SMTP stands for Simple Mail Transfer Protocol.
• SMTP is a set of communication guidelines that allow software to transmit an
electronic mail over the internet is called Simple Mail Transfer Protocol.
• It is a program used for sending messages to other computer users based on e-mail
addresses.
• It provides a mail exchange between users on the same or different computers, and it
also supports:
• It can send a single message to one or more recipients.
• Sending message can include text, voice, video or graphics.
• It can also send the messages on networks outside the internet.