Networks

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

1/24

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 11:55 AM on 5/21/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

25 Terms

1
New cards

standalone machine

a single computer, not connected to anything else

2
New cards

network

connecting one computer device to another, either via cable or wireless

3
New cards

LAN

  • local area network

  • a network that covers a small geographical area

4
New cards

WAN

  • wide area network

  • a network that covers a large geographical area

5
New cards

modem

  • transforms info into analogue signals, transmitted through wires

6
New cards

router

routes data between devices on a network and the internet

7
New cards

NIC

  • network interface controller

  • allows communication between computers on a LAN

8
New cards

WAP

  • wireless access point

  • a device that creates a wireless local area network (WLAN)

9
New cards

hub

  • allows you to connect multiple devices to one network

  • operates on the physical layer, is considered a passive device

10
New cards

switch

  • allows you to connect multiple devices to one network

  • operates on the data link layer, is an active device

11
New cards

circuit switching

creates a temporary link of fixed bandwidth between the source and destination that only lasts until the transmission is complete

12
New cards

packet switching

breaks streams of data into smaller blocks, sends them independently

13
New cards

TCP

  • transmission control protocol

  • provides error free transmission between two routers

14
New cards

IP

  • internet protocol

  • routes packets across a WAN

15
New cards

UDP

  • user datagram protocol

  • sends short messages using datagrams

16
New cards

HTTP

  • hypertext transfer protocol

  • client and server send and receive requests and deliver HTML pages

17
New cards

FTP

  • file transmission protocol

  • used for sending files between computers on a WAN

18
New cards

POP

  • post office protocol

  • retrieves emails from a mail server and transfers them to your device, removing them from the server in the process

19
New cards

IMAP

  • internet message access protocol

  • keeps emails on the mail server, maintains synchronicity between devices

20
New cards

SMTP

  • simple mail transfer protocol

  • transfers emails between servers and email clients

21
New cards

application layer (four-layer TCP/IP protocol model)

  • network applications operate at this layer

  • FTP, HTTP, SMTP

22
New cards

transport layer (four-layer TCP/IP protocol model)

  • sets up communication between two hosts

  • TCP, UDP

23
New cards

internet/network layer (four-layer TCP/IP protocol model)

  • addresses and packages data for transmission, routes packets across the network

  • IP

24
New cards

link layer (four-layer TCP/IP protocol model)

network hardware and connection port standards

25
New cards

domain name system

  1. user requests a URL via a browser

  2. browser sends the domain name to a domain name system (DNS)

  3. the DNS maps the domain name to an IP address and returns it to the browser

  4. a GET request for the web page or resource is returned to the client’s web browser