Networking Flashcards
Set of rules (protocol) governing data packet movement across networks, ensuring all connected devices “speak the same language.”
Internet Protocol (IP)
What are the two common types of network configurations for the Internet Protocol (IP)?
IPv4 and IPv6
32-bit number used to distinguish the network portion from the host portion of an IP address.
Subnet mask
What process is known for automatically assigning an IP address any time a device connects to a network?
Dynamic Host Configuration Protocol (DHCP)
What process assigns IP addresses that expire after a set amount of time, pulling from a public pool of available IP addresses?
Dynamic Host Configuration Protocol (DHCP)
What process on a device assigns a private IP address when a DHCP server is unavailable?
Automatic Private IP Addressing (APIPA)
What process can automatically assign an IP address but only communicate on a local network and not the outside world?
Automatic Private IP Addressing (APIPA)
What process translates domains and web addresses into IP addresses?
Domain Name System (DNS)
What is the name of the device located at the boundary of a network that is used to transfer communication between a local network and the internet?
Gateway
What are the two protocols whose purpose is to facilitate sending information from one device to another?
Transmission Control Protocol (TCP) and User Datagram Protocol (UDP)
What protocol has a primary purpose of reliability and establishing a connection (guaranteeing the correct data is transmitted) but is slower in transmitting data?
Transmission Control Protocol (TCP)
What protocol is a connectionless protocol where data is continuously sent to a recipient but there is no error checking or validation (resulting in quicker transmission of data)?
User Datagram Protocol (UDP)
Which protocol is better used for real-time broadcasting or playing non-local multiplayer videogames?
User Datagram Protocol (UDP)
Which protocol is better for sending images, data files, web pages, and emails?
Transmissions Control Protocol (TCP)
What is the name of a software endpoint used by a specific process or application for communication?
Network Port