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

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 1:09 PM on 4/24/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

28 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

  • connected using UTP cable, fibre optic, wifi

4
New cards

WAN

  • wide area network

  • a network that covers a large geographical area

  • multiple LANs in different areas connect = WAN

  • connected using telephone lines, fibre optic cables, satellite links

5
New cards

modem

  • transforms digital info from a computer into analogue signals that are transmitted through wires

6
New cards

router

  • routes data between devices on a network and the internet

7
New cards

twisted pair cable

  • made up of a pair of insulated copper wires

  • more affordable than coaxial and fibre optic cables

  • used for telephone networks, data networks and cable shielding

8
New cards

coaxial cables

  • made up of

  • a solid conductor wire

  • a layer of insulation

  • a grounding conductor

  • a layer of exterior insulation

9
New cards

fire optic cables

  • made up of very thing optical fibres bundled together into a single cable

  • highest noise immunity

  • more expensive than twisted pair and coaxial cables

  • used to support long-distance connections between cities and countries

10
New cards

NIC

  • network interface controller

  • allows wired and wireless communications between computers on a LAN, or connected to a large-scale network using the internet protocol (IP)

11
New cards

WAP

  • wireless access point

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

  • connects to a wired router, switch or hub via an ethernet cable

12
New cards

hub

  • allows you to connect multiples devices to one network

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

  • much slower than switches in terms of data transfer

13
New cards

switch

  • allows you to connect multiple devices to one network

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

  • faster than hubs in terms of data transfer

14
New cards

circuit switching

  • physical path between source and destination

  • all packets use the same path

  • reserves bandwidth in advance

  • can cause a lot of bandwidth wastage

  • no store and forward transmission

15
New cards

packet switching

  • no physical path between source and destination

  • packets travel independently

  • does not reserve bandwidth

  • no bandwidth wastage

  • supports store and forward transmission

16
New cards

TCP

  • transmission control protocol

  • provides error free transmission between two routers

17
New cards

IP

  • internet protocol

  • routes packets across a WAN

18
New cards

UDP

  • user datagram protocol

  • an alternative to TCP, but has no error checking

  • sends short messages using datagrams, where speed is more important than accuracy

19
New cards

HTTP

  • hypertext transfer protocol

  • a way for a client and server to send and receive requests and deliver HTML web pages

  • HTTPS (secure) adds encryption and authentication

20
New cards

FTP

  • file transmission protocol

  • used for sending files between computers on a WAN

21
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

22
New cards

IMAP

  • internet message access protocol

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

23
New cards

SMTP

  • simple mail transfer protocol

  • transfers outgoing emails between servers and from email clients to servers

24
New cards

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

  • network applications such as web browsers or email programs operate at this layer

  • FTP, HTTP, HTTPS, SMTP, IMAP

25
New cards

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

  • sets up communication between two hosts — they agree settings such as language and packet size

  • TCP, UDP

26
New cards

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

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

  • IP

27
New cards

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

  • network hardware and connection port standards. operating system device drivers also sit here. facilitates the transmission of binary via any media

  • copper twisted pair, fibre, wifi

28
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