CHAP 7.3 Web Server Flashcards

1
Q

functions of web server

A
  • primary function: accept requests from client and return response
  • host web services
  • distribute applications
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

server-side processing

A

processing performed by web server to create dynamic web page

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

client-side processing

A

processing performed by browser, either to form the request for the dynamic web page or display the dynamic web page

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

types of scripting and programming languages used

A

client side processing:

  • CSS
  • HTML

server side processing:

  • python
  • coldfusion
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

requirements for web server nwk infra

A
  • web server
  • ip based nwk
  • dns & dns records
  • routers and other infrastructure to deliver requests and responses
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

internet information service (IIS)

A
  • web server service that runs on Microsoft .NET platform on wdws OS
  • used to host web applications
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

website

A

accessed through binding protocols which define the protocol used to communicate between server and client eg HTTP, HTTPS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

types of binding info to access sites

A
  • ip add
  • port no
  • host header
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

virtual directory

A

maps the application to the physical directory of the applications content

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

virtual directory location types

A
  • directory on the comp
  • share located on another comp
  • redirection to another url
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

authentication methods

A
  • anonymous authentication
  • forms authentication
  • windows authentication
  • basic authentication
  • digest authentication
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

https

A
  • provides SECURE communication over a comp network
  • all http request and response data is encrypted using SSL or TLS
  • port 443
How well did you know this?
1
Not at all
2
3
4
5
Perfectly