Web Application Development Review (Chapter One Web Application Development Foundation)

1.Q: Which of the following does not belong to the browser ()
Insert picture description here

2.Q: Which of the following does not belong to Web server software? ()
Insert picture description here

3.Q: The WEB server software that can only be used under windows is ()
Insert picture description here
Problem solution: This question means that the website can only be deployed on the windows server with IIS. (But the browser access in the client can access this website in various systems)

4.Q: The command that can find the corresponding domain name according to the IP address is ()
Insert picture description here
Problem solution: nslookup can be forward resolved, that is, to check ip by domain name; it can also be reversed, that is, check domain name by ip

https://www.cnblogs.com/machangwei-8/p/10353137.html
Insert picture description here
5.Q: In the five-layer TCP/IP protocol, what layer does TCP belong to ()
Insert picture description here
6.Q: The network protocol is hierarchical, among which HTTP protocol is a transport layer protocol ()
Insert picture description here
Problem solution: http is an application layer protocol, tcp/udp is a transport layer protocol

7.Q: A website has only one homepage, through which you can link to other pages ()
Insert picture description here
Problem solution: The website can only have one homepage, which is index.html

8.Q: A dynamic website can include static pages, and a static website can also include dynamic pages ()
Insert picture description here
Solution: A dynamic website can contain static pages, and a static website cannot contain dynamic pages.
        The displayed content of dynamic web pages can be changed with time, environment, or the results of database operations; the content and display effects of static web pages will basically not change-unless you modify the page code

9.Q: The website application uses the CS mode (wrong).
Insert picture description here
Solution: The website uses the BS mode
B/S structure (Browser/Server, browser/server mode)
C/S structure (Client/Server, client/server) )
Insert picture description here
Insert picture description here

10. When accessing Internet network resources through HTTP protocol, the default port used is ()
Insert picture description here
11. How many binary bits does the IPV4 address consist of ()
Insert picture description here

12. The default port used by the FTP protocol is ()
Insert picture description here
13. The C in CS, what is it ()
Insert picture description here
14. The B in BS, what is it ()
Insert picture description here

Guess you like

Origin blog.csdn.net/weixin_44575911/article/details/111600242