answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What email protocol allows a client to read mail stored on an email server?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which Email protocol allows a client application to manage Email stored on an Email server?

pop & imap


What is Pull server?

A 'Pull" server is one in which information is stored on it, waiting for a client to request the information, such as an upgrade. The information must be 'pulled' from the server by the client, so the client is the one initiating the request, not the server.


What server provides client computers with access to information stored in database?

database server


What is the term for a computer that processes request from other computers to access a data base?

A server is a machine that processes requests from a client. In this case a client is asking a server to retrieve information stored in a database on the server. So the answer is a server.


What are some of the benefits in employing client server solutions for networks?

Some of the advantages to employing client server solutions for networks are that files are all stored on one server making access, management, back up and restoring of files easier. As the information is on a centralized server, it can be accessed remotely. Work stations do not have to have storage space increased because information is stored on server.


What is a pop mail?

AnswerA Post Office Protocol (POP) mail server is a server that complies with the RFC standard 1939. Here is a basic run down.The Post Office Protocol - Version 3 (POP3) is intended to permit a workstation to dynamically access a maildrop on a server host in a useful fashion. Usually, this means that the POP3 protocol is used to allow a workstation to retrieve mail that the server is holding for it.POP3 is not intended to provide extensive manipulation operations of mail on the server; normally, mail is downloaded and then deleted. A more advanced (and complex) protocol, IMAP4, is discussed in [RFC1730].AnswerA POP mail server (or simply "POP server") is the most common form of incoming email server. Basically, the POP server is what receives the email and is almost always used with an SMTP server, which is the outgoing server. The best way to find out the address of your POP server is to ask the company who is providing your email service. You will need to know this information if you are planning to set up an email client such as Thunderbird, Outlook, or Eudora to access your email. AnswerPOP (Post Office Protocol) mail client programs (e.g., Eudora, Netscape Communicator, Microsoft Exchange, Microsoft Outlook) allow you to retrieve your e-mail from the central server to your local computer. When someone sends you an e-mail message, the message is received, processed and stored in your mail file on the central mail server (for most this is slate). You can access your e-mail: 1) locally by logging onto the mail server and using a mail client program (e.g., "pine" or "elm"); or 2) remotely by using a POP/IMAP client program. With a POP client your e-mail is copied/retrieved from the mail server to a local computer. With an IMAP client your e-mail is accessible remotely, but is stored and managed on the server. (A subset of POP e-mail client programs also function as IMAP clients. The advantages and disadvantages of POP vs IMAP are discussed in the "Electronic Mail Quick Reference" guide. IMAP configuration is discussed in the "IMAP Quick Reference" guide.)


What is the web server response to the web client GET request?

The response from the server is: HTTP/1.1 200 OK This means that the request from the client succeeded. If the page you requested is already stored in the cache of your browser you will get: HTTP/1.1 304 Not Modified This means that the page has not been modified since it was stored in your cache.


Three basic building blocks of the internet?

The functionality of the Internet is possible because of Client/Server technology, Transmission Control Protocol/Internet Protocol (TCP/IP) and technology called Packet switching. The Client/Server technology enables data to be stored on servers, which can then share it with client computers or other hardware connected to the Web such as mobile phones, pagers or netbooks. The TCP/IP makes it possible to create connections between sending and receiving computers or servers. These connections, in turn lead to a data transfer process performed by Packet switching, which means information is sliced into packets before its send and then reassembled after it is received.


What is Yahoo's POP3 server?

AnswerA Post Office Protocol (POP) mail server is a server that complies with the RFC standard 1939. Here is a basic run down.The Post Office Protocol - Version 3 (POP3) is intended to permit a workstation to dynamically access a maildrop on a server host in a useful fashion. Usually, this means that the POP3 protocol is used to allow a workstation to retrieve mail that the server is holding for it.POP3 is not intended to provide extensive manipulation operations of mail on the server; normally, mail is downloaded and then deleted. A more advanced (and complex) protocol, IMAP4, is discussed in [RFC1730].AnswerA POP mail server (or simply "POP server") is the most common form of incoming email server. Basically, the POP server is what receives the email and is almost always used with an SMTP server, which is the outgoing server. The best way to find out the address of your POP server is to ask the company who is providing your email service. You will need to know this information if you are planning to set up an email client such as Thunderbird, Outlook, or Eudora to access your email. AnswerPOP (Post Office Protocol) mail client programs (e.g., Eudora, Netscape Communicator, Microsoft Exchange, Microsoft Outlook) allow you to retrieve your e-mail from the central server to your local computer. When someone sends you an e-mail message, the message is received, processed and stored in your mail file on the central mail server (for most this is slate). You can access your e-mail: 1) locally by logging onto the mail server and using a mail client program (e.g., "pine" or "elm"); or 2) remotely by using a POP/IMAP client program. With a POP client your e-mail is copied/retrieved from the mail server to a local computer. With an IMAP client your e-mail is accessible remotely, but is stored and managed on the server. (A subset of POP e-mail client programs also function as IMAP clients. The advantages and disadvantages of POP vs IMAP are discussed in the "Electronic Mail Quick Reference" guide. IMAP configuration is discussed in the "IMAP Quick Reference" guide.)


What is the simple differences between client and server?

Client is when the images, animation, and other things on the page is not needed to go back to the server and load it all. Server is when the images, animation, and other things on the page need to be taken from the server every time. Its very useful to have Client because that way all the information on your page does not need to be reloaded every time. instead it is stored in history and is retrieved much faster.


Features of clientserver architecture in SQL?

Client/Server Database Systems Client/server systems are constructed so that the database can reside on a central computer, known as a server, and be shared among several users. Users access the server through a client or server application: • In a two-tier client/server system, users run an application on their local computer, known as a client, that connects over a network to the server running SQL Server. The client application runs both business logic and the code to display output to the user, and is also known as a thick client. In a multitier client/server system, the client application logic is run in two locations: • The thin client is run on the user's local computer and is focused on displaying results to the user. • The business logic is located in server applications running on a server. Thin clients request functions from the server application, which is itself a multithreaded application capable of working with many concurrent users. The server application is the one that opens connections to the database server and can be running on the same server as the database, or it can connect across the network to a separate server operating as a database server. This is a typical scenario for an Internet application. For example, a server application can run on a Microsoft Internet Information Services (IIS) and service thousands of thin clients running on the Internet or an intranet. The server application uses a pool of connections to communicate with a copy of SQL Server. SQL Server can be installed on the same computer as IIS, or it can be installed on a separate server in the network. Having data stored and managed in a central location offers several advantages: • Each data item is stored in a central location where all users can work with it. Separate copies of the item are not stored on each client, which eliminates problems with users having to ensure they are all working with the same information. • Business and security rules can be defined one time on the server and enforced equally among all users. This can be done in a database through the use of constraints, stored procedures, and triggers. It can also be done in a server application. • A relational database server optimizes network traffic by returning only the data an application needs.


Is a website stored on a single server?

No it can be stored on two or more server in collaboration.