Which of the following protocol is used in
client-server communication?
a) HTTP
b) FTP
c) SMTP
d) OTP
Explanation: HTTP stands for Hyper Text Transfer Protocol
How
many parts of request in client-server model?
a) one
b) two
c) three
d) four
Explanation: Header, Body
Which of the following information contains header about the client?
a) date and time
b) detail about browser
c) URL of requested page
d) all of these
Which of the following built-in objects are used in active server pages?
a) request
b) response
c) both a & b
d) none of these
Which object is used to retrieve the information sent in request from client to server?
a) request
b) response
c) get
d) post
Which of the following programming language can
be used with ASP?
a) C#
b) visual basic
c) both a & b
d) none of these