My Web Dev Page

Lab 1 Questions, 14 October 2016

  1. What is an IP address? How does it work?
  2. An IP address is a unique string of numbers seperated by periods that identifies each computer using Internet Protocol to communicate ofver a network. A subnet mask is used to divide an IP address into twoparts. One part identifies the host, the other part identifiesthe network to which it belongs to.

  3. What is a domain name? How does it relate to the IP address?
  4. The domain name is the part of a network address that identifies it as belonging to a particular domain. The domain name functions as a link to the IP address. Links do not contain actual information, but they do point to the place where the IP address information resides. The IP address is the actual code and the domain name is the nickname for that code.

  5. What does HTML stand for?
  6. HTML stands for hypertext markup language.

  7. What is the default page named in a website (e.g. the home page)?
  8. Homepage or Indexpage

  9. What is the image html tag?
  10. It is img src="link to image"/>