Call 1800-123-2003
1.Distinguish between FTP and Remote Login? 2.Give an example of email address and explain each part of it. |
A client-server program and protocol that provides an interactivel command line interface to a remote computer, using a protocol over a computer network, simulating a locally attached terminal. rlogin is the BSD Unix program and protocol for this, telnet is an earlier, more widely implemented protocol. The File Transfer Protocol (FTP) is a standard network protocol used to transfer computer files from one host to another host over a TCP-based network, such as the Internet. FTP is built on a client-server architecture and uses separate control and data connections between the client and the server. E-mail address Sending and receiving e-mails requires an e-mail address in any of the website that provides e-mail service. An e-mail address is divided into two parts, namely, the username and the name of the mail server. The two parts are separated by the symbol @. The structure of an e-mail address is : username@mailservername.com For example : student05@yahoo.com is an e-mail address where, student05 = the username yahoo = the name of the e-mail server .com = a commercial website |