Week 1 Flashcards
T/F - The internet is a collection of computer networks, the web is a collection of sites and pages
True
T/F - The internet is hardware plus protocols, while the world wide web is software plus protocols
True
T/F - The web follows a client/server model
True
T/F - A web server is different from a computer
False. A web server is a computer that responds to HTTP request
WAMP - What does it refer to?
Windows OS
Apache web server
MySQL database
PHP scripting language
Interpreting HTML markup with its images/assets into a grid of pixels for display is called
rendering the webpage
HTTP stands for Hypertext Transfer Protocol
TRUE
T/F - HTTP error 200 means OK
True
T/F - HTTP error 403 means page has moved
False. error 403 means you are forbidden to access this page. 301-303 means paged moved.
T/F - HTTP error 301-303 means the page has moved
True
T/F - HTTP error 500 means the page was not found
False. HTTP error 500 means internal server error.
T/F - 404 means page not found
True
TCP/IP provide protocol rules to ______ how data packets are transferred over the internet, it’s implemented in _____ operating system
govern, every
192.168.201.1 The first 3 groups of numbers are….
The last set of number(s) is the….
Network ID
Host ID
T/F - A port number is a number which serves as a communication endpoint for 2 computers
True