Lesson 6: Objectives Flashcards
What is a fileshare?
a server disk configured to allow clients to access it over the network.
What is a file-server?
a central machine provides dedicated file and print services to workstations.
A file server could be implemented using what kind of TCP/IP protocol?
FTP
(File Transfer Protocol)
Name a proprietary protocol that may be used to implement fileshare and print server roles.
File and Print Services for Windows Networks
What application protocol underpins file and printer sharing on Windows networks?
SMB
(Server Message Block)
The functionality of HTTP servers is often extended by support for:
(2)
- scripting
- programmable features (web applications).
SMB is sometimes referred to as what?
CIFS
(Common Internet File System)
How is the host location usually represented in a URL?
FQDN
(Fully Qualified Domain Name)
What are the steps involved in clients using HTTP to request resources from a HTTP server?
(3)
- Client connects to HTTP server using port 80
- Client submits a request for a resource (GET)
- Server either returns the requested data if it’s available or responds with an error code.
Which has more security TLS or SSL?
TLS is the upgraded version of SSL that fixes existing vulnerabilities.
When does FTP use TCP/21
(File Transfer Protocol)
to establish a connection
What is the current version of SMB?
SMB3
why does plain FTP pose a security risk?
because it’s unencrypted.
passwords are submitted in plaintext.
When does FTP use TCP/20?
(File Transfer Protocol)
to transfer data in active mode
What information might a URL (Uniform Resource Locator) include? (3)
- Protocol describing the access method or service type being used.
- Host Location/FQDN or IPv6 address (enclosed in brackets)
- File path specifying the directory and file name location of the resource (If necessary).
How are resources on the Internet are accessed?
Using an addressing scheme known as a URL (Uniform Resource Locator).
How would you encrypt a FTP session?
FTP-Secure (FTPS)
Secure Shell FTP (SFTP)
How do organizations typically acquire a web server or space on a server?
they will lease them from an ISP.
What is a web server?
provides client access using HTTP/HTTPS.
HTTP usually serves what?
HTML web pages.
What contributes to a lack of security for HTTP?
(2)
- all data is sent unencrypted
- there is no authentication of client or server
What 2 methods of security are provided by TLS (Transport Layer Security)
- certificates for authentication
- encryption to protect web communications and other app protocols.
what 2 types of mail servers and protocols are used to process email?
- mail transfer
- mailbox access protocols
To implement HTTPS:
(3)
- web server is installed with a digital certificate issued by a trusted CA
- certificate uses encrypted data to prove identity of server to client, assuming client trusts CA
- server + client use key pair in certificate and a chosen cipher suite within TLS protocol to set up encrypted tunnel.
CA Certificate Authority