Showing posts with label Gate questions on WEB Technologies. Show all posts
Showing posts with label Gate questions on WEB Technologies. Show all posts

Wednesday, November 4, 2015

GATE Questions - Web technologies

2 comments:
Previous GATE questions with solutions on Web Technologies - CS/IT

GATE - 2004
1. Which one of the following statements is false?                                                         
(a) HTTP runs over TCP
(b) HTTP describes the structure of web pages
(c) HTTP allows information to be stored in a URL
(d) HTTP can be used to test the validity of a hypertext link

Ans: option (b)

Explanation:
HTTP (hypertext transfer protocol) is an application layer protocol used for accessing web pages. tt uses TCP/IP at the transport and network layer.