TCP/IP and Subnet Masking

  1. What is TCP/IP version 6?
  2. The most recent iteration of the TCP/IP protocol.

  3. What version of TCP/IP will we focus on?
  4. TCP/IP version 4.

  5. What does it mean when we say that TCP/IP is actually a protocol suite?
  6. A protocol suite means that it is made up of a collection of protocols, including TCP (Transmission Control Protocol) and IP (Internet Protocol). IP controls routing of information to different computers, devices, and servers on the network, while TCP determines how computers will speak with each other (what language, speed, etc.)

  7. What is a routable protocol?
  8. A routable protocol means that networks can be divided into multiple subnetworks, so that every computer on a network is not forced to talk to the others connected. The routers act as barriers between different networks and handle all communication between networks.

  9. In TCP/IP, what is windowing?
  10. The process by which the client computer sends information to the server computer. During this process, a packet is sent from one to the other, and the receiving computer sends back a confirmation that the packet has been received. Once communication is established, the computer will begin sending more and more packets to the recipient computer. If a packet is lost during this process, the sending computer will return to sending one packet at a time, then incrementally increasing the number of packets again if communication is successful.

  11. How many bits does an IPv4 address have?
  12. An IPv4 address has 32 bits.

  13. In TCP/IP, what is the default gateway?
  14. The router for the subnetwork you are on. It is what connects your subnetwork to other networks.

  15. What does a Domain Name Server do?
  16. They map domain names to IP addresses. When a user types in a web address to request a website, the DNS server resolves the site name with the appropriate IP address in order to establish a connection to the website.

  17. What is Network Address Translation (NAT)?
  18. In NAT, a computer can hide its unique IP address to the rest of the internet by having it translated. In this process, only the router has the actual value of the private IP address.

  19. In a TCP/IP address, what is an octet?
  20. An octet is the portion of the address that is 8 bits long.

  21. What is the purpose of a subnet mask?
  22. A subnet mask is a 32-bit number that masks an IP address, and divides the IP address into a network address and host address.

  23. What would the subnet mask be if you wanted to use 8 bits for the network address and 8 bits for subnets?
  24. 255.255.255.255

  25. When was the last time that class full addressing was commonly used?
  26. The last time class full addressing was common was in 1992.

  27. What replaced class full addressing?
  28. It was replaced by Classless Inter-Domain Routing, or CIDR.