COMP 1: Internet Protocols and Basic Network Communication

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/41

flashcard set

Earn XP

Description and Tags

A complete set of vocabulary flashcards based on the COMP 1 lecture on network communication, IP addressing, transport protocols, and diagnostic commands.

Last updated 4:17 PM on 8/23/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

42 Terms

1
New cards

Network

A group of connected devices that can exchange data.

2
New cards

Node

Any device connected to the network, such as a laptop, phone, or printer.

3
New cards

Host

A device that sends or receives data, often with an IP address.

4
New cards

Bandwidth

How much data can pass through a connection at a time.

5
New cards

Latency

The delay before data reaches its destination.

6
New cards

PAN

Personal Area Network; covers personal devices such as a Bluetooth phone and headset.

7
New cards

LAN

Local Area Network; connects devices within a limited physical area like a computer lab or office.

8
New cards

WLAN

Wireless Local Area Network; a wireless local network such as a Wi-Fi network.

9
New cards

MAN

Metropolitan Area Network; a network covering a larger geographic region like a city-wide network.

10
New cards

WAN

Wide Area Network; connects locations across large geographical distances, such as internet-connected locations.

11
New cards

Switch

A network device that connects devices inside the same local network.

12
New cards

Router

A network device that connects networks together and usually acts as a gateway to the internet.

13
New cards

Modem

A device that connects a local network to an Internet Service Provider (ISP) line or service.

14
New cards

Access Point

A device that provides Wi-Fi so wireless devices can join the local network.

15
New cards

NIC

Network Interface Card or adapter; the physical or hardware component of a device that connects it to the network.

16
New cards

Packet

A small divided piece of a large message carrying addressing information to reach its destination.

17
New cards

IP Address

A logical address used to locate a device in a network that can change depending on network settings.

18
New cards

MAC Address

The hardware address of a network adapter that identifies the device interface inside the local network.

19
New cards

Private IP

An IP address used inside a local network, such as 192.168.1.15192.168.1.15.

20
New cards

Public IP

An IP address used on the internet side, usually assigned by an Internet Service Provider.

21
New cards

IPv4

An IP address format that uses 32-bit32\text{-bit} addresses.

22
New cards

IPv6

An IP address format that uses 128-bit128\text{-bit} addresses designed for a larger number of devices.

23
New cards

Port

A numerical identifier on a device used to direct network traffic to the correct service or application.

24
New cards

Port 80

The port number assigned for HTTP web traffic.

25
New cards

Port 443

The port number assigned for HTTPS secure web traffic.

26
New cards

Port 25/587

The port numbers assigned for sending email.

27
New cards

Port 22

The port number assigned for SSH remote login.

28
New cards

TCP

Transmission Control Protocol; a connection-oriented transport protocol that checks delivery and order for complete and correct data transfer.

29
New cards

UDP

User Datagram Protocol; a connectionless transport protocol designed for faster, lighter, and speed-prioritized communication.

30
New cards

DNS

Domain Name System; a protocol that finds the corresponding IP address from a domain name.

31
New cards

DHCP

Dynamic Host Configuration Protocol; automatically provides devices with network settings such as IP address, subnet mask, gateway, and DNS settings.

32
New cards

HTTP / HTTPS

Protocols used to load websites and web applications.

33
New cards

SMTP / IMAP

Protocols used to send and receive emails.

34
New cards

FTP / SFTP

Protocols used for transferring files over a network.

35
New cards

SSH

Secure Shell; a protocol providing secure remote command-line access.

36
New cards

ICMP

Internet Control Message Protocol; used by ping and network diagnostics.

37
New cards

Client-Server Model

A communication architecture where a client requests data or services and a server responds with content or database results.

38
New cards

Gateway

The network device (usually the router) that traffic passes through when leaving the local network.

39
New cards

NAT

Network Address Translation; allows multiple private devices to share a single public IP address.

40
New cards

ipconfig

A Windows command-line utility that displays IP address, gateway, and network adapter information.

41
New cards

ping

A network command that checks if another device or website can respond.

42
New cards

nslookup

A network command that checks how DNS resolves a domain name into an IP address.