Chapter 1-Introduction To Networking Flashcards
What is a network?
A network is a group of computers and other devices (such as printers) that are connected by some type of transmission media.
What is a network server?
Resources a network makes available to its users include applications and the data provided by these applications.
What is a Client-server application?
Involves two computers. First the client computer, request data or a service from the second computer, called the server.
ex. A Web browser (client application) request a Web page from a Web server (server application); the Web server returns the requested data to the client
What are protocols?
Networked devices use methods and rules for communication.
What is a Web service?
A Web service serves up Web pages to clients.
What is the primary protocol used by Web servers and browsers (clients)?
HTTP (Hypertext Transfer Protocol)
Name two encrypted protocol?
SSL (Secure Sockets Layer)
TLS (Transport Layer Security)
What is it called when HTTP is layered on top of an encryption protocol?
HTTPS (HTTP Secure)
This gives a secure transmission
What is the most popular Web server application?
What is the second most popular Web browser application?
Apache
Internet Information Services (IIS)
What system does Apache primarily run on?
UNIX
IIS is embedded in what system?
Windows Server Operating system
What are email services?
Email is a client-server application that involves two servers.
What does email use to send an email message to the first server?
SMTP (Simple Mail Transfer Protocol) somtimes called the SMTP server
How do servers work as far as email is concerned?
The first server, sometimes called SMTP server, sends the message on to the receiver’s mail server, where it is stored until the recipient request delivery.
The recipient’s mail server delivers the message to the receiving client using one of which two protocols?
POP3 (Post Office Protocol, version 3)
IMAP4 (Internet Message Access Protocol, version 4)
What is the difference between POP3 and IMAP4
Using POP3, email is downloaded to the client computer. Using IMAP4, the client application manages the email stored on the server.
What is a popular email server application?
Microsoft Exchange server
What is a popular email client application?
Outlook
What is a FTP server?
What protocol does it use?
A client-server application that transfers files between two computers.
FTP (File Transfer Protocol)
What is a negative about FTP?
It does not provide encryption and is, therefore, not secure.
Can Web browsers be FTP clients?
yes, but it doesn’t offer as many features as of applications
What are is and example of a dedicated FTP client applications?
CuteFTP by GlobalSCAPE
This offers more features than a browser