9. Write short notes on:
a) Electronic mail
b) voice over IP
c) HTTP
d) FTP
a) Short for electronic mail, e-mail or email is information stored on a computer that is exchanged between two users over telecommunications. More plainly, e-mail is a message that may contain text, files, images, or other attachments sent through a network to a specified individual or group of individuals. E-mail is user to user communication. E-mail communication is user to user via the computer. We can get the advantage of privacy from e-mail as the mail is delivered to an individual’s mail box which can be accessed or opened only by the intended recipient. E-mail is a cheaper communication as messages can be transmitted within seconds electronically without using any paper.
b) Voice-over-Internet protocol (VoIP) is a technology that lets users make calls using a broadband Internet connection instead of a standard phone line. VoIP technology converts the voice signal used in traditional phone calls into a digital signal that travels via the Internet rather than analog phone lines. Some VoIP services allow you to call people using the same service, but others may allow you to call anyone. They can have a telephone number – including local, long-distance, mobile, and international numbers or not. Some VoIP services only work over your computer or a special VoIP phone while other services allow you to use a traditional phone connected to a VoIP adapter.
c) HTTP stands for Hypertext Transfer Protocol. It is used to access data on the WWW (World Wide Web). It is a protocol which governs the communication between the client and server.
There are three important features of HTTP:
i. HTTP is Connectionless
After a request is made, the client disconnects from the server and waits for a response. The server must re-establish the connection after it processes the request.
ii. HTTP is Media Independent
Any type of data can be sent by HTTP as long as both the client and server know how to handle the data content.
iii. HTTP is Stateless
This is a direct result of HTTP being connectionless. The server and client are aware of each other only during a request. Afterwards, each forgets the other. For this reason neither the client now the browser can retain information between different requests across the web pages.
Working:
i. A browser contacts a server to establish a TCP connection with it.
ii. The HTTP software on the client sends a request to the server. The HTTP software on the server interprets this request and sends the response to the client.
iii. HTTP Commands:
d) FTP stands for File transfer protocol. ·
Comments
Leave a comment