Networking and TCP/IP Fundamentals Practice Flashcards

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/90

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering networking terminology, protocols, addressing schemas (IPv4/IPv6), and DNS record types based on the MindTap Cengage Learning transcript.

Last updated 5:34 PM on 8/18/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

91 Terms

1
New cards

client/server application

An application where a client program installed on one computer requests information from a server program installed on another computer on the network or Internet.

2
New cards

web server

A server application using HTTP protocols that sends webpages to a browser or other client application when the client requests the page.

3
New cards

host

A device, such as a desktop computer, laptop, or printer, on a network that requests or serves up data or services to other devices.

4
New cards

node

Any device that connects to the network, such as a computer, printer, or router.

5
New cards

IP address

A 3232-bit (IPv4) or 128128-bit (IPv6) address used to uniquely identify a device or interface on a network that uses TCP/IP protocols.

6
New cards

IPv4 (Internet Protocol version 4)

Version 44 of the TCP/IP protocols and standards that define 3232-bit IP addresses and how they are used.

7
New cards

IPv6 (Internet Protocol version 6)

Version 66 of the TCP/IP protocols and standards that define 128128-bit IP addresses and how they are used.

8
New cards

MAC address

A 4848-bit (66-byte) hardware address unique to each NIC or onboard network controller, assigned by the manufacturer and embedded on the device; also called a physical address, adapter address, or hardware address.

9
New cards

host name

A name that identifies a computer, printer, or other device on a network; can be used instead of the computer’s IP address to address the computer on the network.

10
New cards

domain name

A name that identifies a network and appears before the period in a website address, such as microsoft.com.

11
New cards

fully qualified domain name (FQDN)

The host name together with the domain name.

12
New cards

TCP/IP (Transmission Control Protocol/Internet Protocol)

The group or suite of protocols used for almost all networks; TCP is responsible for error-checking transmissions and IP is responsible for routing.

13
New cards

TCP/IP model

In networking theory, a simple model used to divide network communication into four layers.

14
New cards

intranet

Any private network that uses TCP/IP protocols; a large enterprise might support an intranet made up of several local networks.

15
New cards

IP (Internet Protocol)

The primary TCP/IP protocol, used by the Internet layer, that is responsible for getting a message to a destination host.

16
New cards

protocol data unit (PDU)

A message sent over a network; it may have a header or trailer depending on which OSI layer protocol sent the message.

17
New cards

OSI (Open Systems Interconnection) model

A conceptual model for understanding networking functions among seven layers: Physical, Data Link, Network, Transport, Session, Presentation, and Application.

18
New cards

router

A device that manages traffic between two or more networks, directs data packets between them, and helps find the best path for traffic.

19
New cards

HTTP (Hypertext Transfer Protocol)

The TCP/IP protocol used for the World Wide Web and used by web browsers and web servers to communicate.

20
New cards

HTTPS (HTTP secure)

The HTTP protocol working with a security protocol such as Transport Layer Security (TLS) to create a secured socket that includes data encryption.

21
New cards

SMTP (Simple Mail Transfer Protocol)

A TCP/IP protocol used to send and relay email messages between email servers and by email clients to an email server.

22
New cards

POP3 (Post Office Protocol, version 3)

The TCP/IP protocol that an email server and client use when the client requests the downloading of email messages.

23
New cards

IMAP (Internet Mail Access Protocol)

A TCP/IP protocol used by an email server and client that allows the client to manage email stored on the server without downloading it.

24
New cards

file server

A computer dedicated to storing and serving up data files and folders.

25
New cards

Server Message Block (SMB)

A protocol used by Windows to share files and printers on a network.

26
New cards

CIFS (Common Internet File System)

A file access protocol and early, cross-platform implementation of Microsoft’s SMB protocol used between Windows, Linux, and macOS.

27
New cards

NetBIOS (Network Basic Input/Output System)

A legacy suite of protocols used by Windows that allows applications on different computers to communicate over a local network.

28
New cards

NetBT (NetBIOS over TCP/IP)

A feature of SMB protocols that allows legacy NetBIOS applications to communicate on a TCP/IP network.

29
New cards

print server

Hardware or software that manages and controls print jobs sent from computers on a network to one or more printers.

30
New cards

static IP address

An IP address that is manually assigned to a computer or other device and remains unchanged until modified manually.

31
New cards

DHCP (Dynamic Host Configuration Protocol) server

A computer or device that runs the DHCP service to provide IP addresses and configuration settings from a defined pool to requesting clients.

32
New cards

dynamic IP address

An IP address assigned by a DHCP server for the current session only and leased when the computer first connects to a network.

33
New cards

DHCP client

A computer or other network device (such as a printer or smartphone) that requests IP address configuration from a DHCP server.

34
New cards

DHCPv6 server

A DHCP server that serves up IPv6 addresses and related configuration parameters to clients using the DHCPv6 protocol.

35
New cards

DNS server

A Domain Name Service server that uses a DNS protocol to find an IP address for a computer when the fully qualified domain name is known.

36
New cards

name resolution

The process of converting a human-readable, character-based hostname into its corresponding IP address.

37
New cards

proxy server

A computer that intercepts requests made by a client of a server, potentially serving requests from a cache to improve performance or filtering requests for security.

38
New cards

authentication, authorization, and accounting (AAA) server

Application software or a computer used to secure and control access by authenticating users, authorizing actions, and accounting for resource usage in logs.

39
New cards

Lightweight Directory Access Protocol (LDAP)

A protocol used for accessing and maintaining distributed directory information services over an IP network.

40
New cards

Syslog

A protocol that collects event information about network devices, such as errors and failures, and sends it to a syslog server.

41
New cards

syslog server

A server that receives and analyzes syslog data to monitor network devices and create alerts when problems arise.

42
New cards

database server

A specialized server that stores, organizes, and manages data for users, applications, and other services on a network.

43
New cards

structured query language (SQL)

A popular scripting and programming language designed primarily to query a database.

44
New cards

Network Time Protocol (NTP)

A standard Internet protocol used to synchronize the clocks of computers and network devices to a time source.

45
New cards

NTP server

A device or computer that provides an accurate time source to other systems on a network, synchronizing with higher-level sources like GPS or atomic clocks.

46
New cards

FTP (File Transfer Protocol)

A TCP/IP protocol and application used to transfer files between a client and server over a network.

47
New cards

Telnet

A TCP/IP protocol and application used to allow a user to control a computer remotely using a command-line interface (CLI).

48
New cards

Secure Shell (SSH)

A protocol and application that encrypts communication between a client and a remote system, often used to control Linux computers over a network.

49
New cards

Remote Desktop Protocol (RDP)

The Windows protocol used by Remote Desktop Connection (RDC) to control a remote computer using a graphical user interface (GUI).

50
New cards

TCP (Transmission Control Protocol)

A connection-oriented protocol that works at the OSI Transport layer, establishes a session, and guarantees packet delivery.

51
New cards

UDP (User Datagram Protocol)

A connectionless TCP/IP protocol that works at the OSI Transport layer and does not guarantee packet arrival; commonly used for speed-critical applications like streaming.

52
New cards

Trivial FTP (TFTP)

A lightweight protocol used to transfer files over a network without authentication, often used for firmware or boot files.

53
New cards

octet

In TCP/IP version 4, each of the four groups of numbers (8 bits each) separated by periods that make up a 3232-bit IP address.

54
New cards

loopback address

An IP address used to test a computer's TCP/IP configuration; in IPv4 it is commonly 127.0.0.1127.0.0.1 and in IPv6 it is ::1::1.

55
New cards

broadcast message

A message sent over a TCP/IP version 44 local network to all devices on the network simultaneously.

56
New cards

subnet

A group of local networks tied together in a subsystem of a larger intranet.

57
New cards

subnet mask

In IPv4, 3232 bits where 1s identify the network portion and 0s identify the host portion of an IP address; example: 255.255.240.0255.255.240.0.

58
New cards

default gateway

The network device (usually a router) that a networked computer sends traffic to when the destination IP is outside its local network.

59
New cards

network ID

The leftmost bits in an IP address that identify the specific network or subnet to which a device belongs.

60
New cards

CIDR notation

A shorthand notation for IPv4 addresses where the IP is followed by a slash (//) and the number of network bits; example: 15.50.35.10/2015.50.35.10/20.

61
New cards

public IP addresses

In TCP/IP version 44, IP addresses that are globally unique and routable on the Internet.

62
New cards

private IP addresses

In TCP/IP version 44, IP addresses used on a private network that are not directly reachable from the public Internet.

63
New cards

Automatic Private IP Address (APIPA)

In IPv4, an address in the range 169.254.x.y169.254.x.y used by a computer when it cannot lease an address from a DHCP server.

64
New cards

NAT (Network Address Translation)

A technique that substitutes the public IP address of a router for the private IP address of a computer when it needs to communicate on the Internet.

65
New cards

interface ID

In TCP/IP version 66, the last 6464 bits or four blocks of an IP address that identify the interface.

66
New cards

neighbor

Any device (node) on the same IPv6 local link that can be reached directly without going through a router.

67
New cards

multicast address

An IPv6 address used when packets are delivered to a group of destination nodes on a network simultaneously.

68
New cards

anycast address

An IPv6 address used by routers identifying multiple destinations; packets are delivered to the closest destination.

69
New cards

unicast address

An IPv6 address assigned to a single node on a network, delivering packets to one specific interface.

70
New cards

unique local address

An IPv6 address used to identify a specific site within a large organization, working on multiple links.

71
New cards

subnet ID

In IPv6, the last block (1616 bits) in the 6464-bit prefix used to identify the subnet.

72
New cards

network interface card (NIC)

An integrated hardware component or add-in expansion card that provides connectivity to a network; also called a network adapter.

73
New cards

Wake-on-LAN (WoL)

A feature that allows a computer to respond to network activity when the computer is in a sleep state.

74
New cards

Quality of Service (QoS)

A network feature or set of technologies that manage and prioritize data traffic to improve performance for specific applications like VoIP.

75
New cards

switch

A device used to connect nodes in a star topology; it uses a table of MAC addresses to decide which port to send a received frame.

76
New cards

cable modem

A device that converts a computer's digital signal to analog for transmission over cable TV lines and vice versa.

77
New cards

wireless access point (WAP)

A device that connects wireless devices to a wired network using Wi-Fi, managing a wireless local area network (WLAN).

78
New cards

firewall

Hardware and/or software that monitors and controls traffic between trusted and untrusted networks based on predefined rules.

79
New cards

Service Set Identifier (SSID)

The name of a wireless access point and wireless network.

80
New cards

address reservation

The act of a DHCP server assigning a static IP address to a specific DHCP client so it maintains a consistent address.

81
New cards

namespace

The entire collection of DNS databases stored on DNS servers (name servers) around the globe.

82
New cards

resource record (RR)

An individual entry in a DNS database that associates a host name with an IP address.

83
New cards

zone file

A file that holds resource records for the DNS namespace, often for a single domain.

84
New cards

A record

A DNS record that points a host name to its IPv4 address.

85
New cards

AAAA record

A DNS record that points a host name to its IPv6 address.

86
New cards

CNAME (Canonical Name) record

A DNS record that redirects from one host name to another.

87
New cards

MX (Mail Exchanger) record

A DNS record that specifies the mail server responsible for receiving email for a domain.

88
New cards

TXT (Text) record

A general-purpose DNS record used to insert text into the DNS namespace.

89
New cards

DKIM (DomainKeys Identified Mail) record

A TXT record used to authenticate that an email message came from a trusted source using a domain identifier.

90
New cards

SPF (Sender Policy Framework) record

A TXT record used to combat email spoofing by listing which email servers are authorized to send email for a domain.

91
New cards

DMARC (Domain-based Message Authentication, Reporting, and Conformance) record

A TXT record that tells a recipient's mail server what to do when it receives a fraudulent email, designed to work with DKIM and SPF.