Module Two Assignments
The most recent iteration of the TCP/IP protocol.
TCP/IP version 4.
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.)
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.
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.
An IPv4 address has 32 bits.
The router for the subnetwork you are on. It is what connects your subnetwork to other networks.
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.
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.
An octet is the portion of the address that is 8 bits long.
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.
255.255.255.255
The last time class full addressing was common was in 1992.
It was replaced by Classless Inter-Domain Routing, or CIDR.