Networks (Essentials)

studied byStudied by 18 people
5.0(1)
Get a hint
Hint

server

1 / 44

flashcard set

Earn XP

Description and Tags

45 Terms

1

server

computers that are assigned responsibility for certain tasks for the whole network and provide services to other computers

New cards
2

client computer

regular desktop, laptop, or mobile computers that connect to a network to use its services

New cards
3

authentication

the act of identification that network users normally have to use in order to connect to a network (usually via a username and password)

New cards
4

hub

a device that connects computers to a network; most basic/cheapest way to network computers; when it receives data, this device rebroadcasts it to every connected device = wasted bandwidth

New cards
5

switch

a device for connecting computers on a network but can inspect the data and determine the intended destination = saves bandwidth

New cards
6

router

either a wired or wireless device used to connect two or more separate networks (i.e. a school network to the Internet)

New cards
7

peer-to-peer network

type of network with no central server, where every client has equal status; common in homes/small businesses

New cards
8

firewall

Feature of a computer that determines which data is allowed to enter and leave a network

New cards
9

proxy server

a type of server which acts as a middle step between two computers, usually between a local computer and a web server on the Internet

New cards
10

local area network (LAN)

a type of network confined to one geographical area such as a home, office building, or school campus

New cards
11

wireless LAN (WLAN)

a local network in which some or all devices connect wirelessly (ex. often found in schools); requires special security precautions

New cards
12

personal area network (PAN)

a type of network created when a mobile device is connected to a computer; could be connected in a variety of ways like Bluetooth, USB cable, infrared

New cards
13

metropolitan area network (MAN)

a type of network that covers a relatively large area such as a large university campus or city; usually is a series of LANs connected together

New cards
14

wide area network (WAN)

a type of network that covers a large geographical area such as multiple cities or countries; the Internet would be considered to be this type of network; often a network of networks (p. 74; PDF p. 8)

New cards
15

virtual private network (VPN)

a network "tunnel" across a WAN that uses encryption of data to allow users to send information over a public network securely; useful for organizations whose users are often remote and widespread who may connect from less secure locations (p. 75; PDF p. 9)

New cards
16

fiber optic cables

type of wired network connection that transfers data by sending light down an extremely thin glass tube; extremely fast; very expensive; mostly used for huge volumes of traffic (p. 76; PDF p. 10)

New cards
17

cable

type of wired network connection; most common form of broadband Internet access in homes; uses existing cable television network wire and a cable modem; bandwidth can be reduced if many concurrent users on at the same time (p. 76; PDF p. 10)

New cards
18

dialup

a type of wired network connection; relatively old technology; connects computers to a network using a standard telephone line connected to a MODEM; relatively slow; ties up phone line (p. 76; PDF p. 10)

New cards
19

Ethernet

a type of wired network connection that uses a special cable to transfer data at high speed over relatively short distances (usually less than 100 yards); clients must have a network card that supports the speed of the cable (p. 76; PDF p. 10)

New cards
20

Wi-Fi

a type of wireless network connection used to connect devices in a relatively small area such as a office, home, hotel, coffee shop; uses wireless router (p. 77; PDF p. 11)

New cards
21

Bluetooth

a type of wireless network connection that is used for short distances or PANs; often used to connect computers to mobile phones or other devices (p. 77; PDF p. 11)

New cards
22

3G/4G (3rd Generation/4th Generation)

a type of wireless network connection built for mobile phone network; users do not have to use Wi-Fi to access Internet; speed varies greatly depending on signal quality (p. 77; PDF p. 11)

New cards
23

bandwidth

the amount of data a network can transfer at once (p. 77; PDF p. 11)

New cards
24

rates at which bandwidth is measured

bits per second (bps); kilobit (Kbps) = 1,000 bps; megabit (Mbps) = 1 million bps; gigabit (Gbps) = 1 billion bps (p. 77; PDF p. 11)

New cards
25

Media Access Control (MAC) address

a unique number built into virtually every network device; sometimes called hardware address; not designed to be changed but can be spoofed (p. 78; PDF p. 12)

New cards
26

protocol

on a network, a set of rules that defines how computers will communicate on a network (p. 78; PDF p. 12)

New cards
27

Internet Protocol (IP)

a network protocol that governs how devices on a network are identified and how information is routed between them; each machine is assigned a number (an address) like 192.168.1.10 (p. 78; PDF p. 12)

New cards
28

private IP address

a feature of IP addresses which allows computers to be configured with a specific IP address (p. 78; PDF p. 12)

New cards
29

public IP address

a feature of IP addresses which allows routers to assign a secondary IP to a computer so that it may access the Internet (p. 78; PDF p. 12)

New cards
30

Transmission Control Protocol (TCP)

a network protocol that deals with ensuring that data is sent and received correctly; if data is lost, this protocol makes a request for the data to be re-sent (p. 78; PDF p. 12)

New cards
31

ports

in networking software, these are used to identify different network protocols that the computer uses (ex. 80=HTTP, 25=SMTP email, 443=HTTPS) (p. 79; PDF p. 13)

New cards
32

IPv6

a new networking standard for assigning IP addresses; uses 128 bits to assign addresses rather than 32 bits = more addresses can accomodate more things (p. 79; PDF p. 13)

New cards
33

Universal Resource Locator (URL)

a naming convention for an IP address that makes it easier for people to remember (i.e. www.google.com); also called "hostname" (p. 82; PDF p. 16)

New cards
34

domain name

part of a URL, usually referencing a site's full name (i.e. google.com) (p. 82; PDF p. 16)

New cards
35

domain name system (DNS)

system of servers on the Internet responsible for translating domain names into IP addresses (i.e. www.google.com --> 74.125.229.51) (p. 82; PDF p. 16)

New cards
36

DNS poisoning

an attempt to falsify DNS data to commit crimes (p. 82; PDF p. 16)

New cards
37

HyperText Transfer Protocol (HTTP)

a protocol that governs communication between web servers and web browsers (p. 82; PDF p. 16)

New cards
38

HyperText Transfer Protocol Secure (HTTPS)

a version of the http protocol designed to encrypt data for more security; essential for sensitive transactions (p. 83; PDF p. 17)

New cards
39

Transport Layer Security (TLS) or Secure Socket Layer (SSL)

types of encryption used in HTTPS (p. 83; PDF p. 17)

New cards
40

Internet

the physical network of computers across the globe using TCP/IP to operate (p. 84; PDF p. 18)

New cards
41

World Wide Web (WWW)

An often used subset of the Internet, providing access to interlinked web pages. (p. 84; PDF p. 18)

New cards
42

Examples of Internet Services

file transfer protocol (FTP), BitTorrent, VoIP, HTTP, email

New cards
43

Web 2.0

generic term for web sites that allow users to contribute information as well as view it; term helps distinguish it from first web sites which only allowed VIEWING of information

New cards
44

Blog

A website that keeps a chronological list of posts, often used like individual journals; readers can often comment on postings. (p. 85; PDF p. 19)

New cards
45

social network

Web 2.0 technology; designed for people to stay in contact with friends and family; ex. Facebook (p. 85; PDF p. 19)

New cards

Explore top notes

note Note
studied byStudied by 19 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 31 people
Updated ... ago
5.0 Stars(2)
note Note
studied byStudied by 25 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 1 person
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 44 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 30 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 9 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 18 people
Updated ... ago
5.0 Stars(1)

Explore top flashcards

flashcards Flashcard60 terms
studied byStudied by 18 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard119 terms
studied byStudied by 4 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard25 terms
studied byStudied by 27 people
Updated ... ago
5.0 Stars(2)
flashcards Flashcard57 terms
studied byStudied by 3 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard72 terms
studied byStudied by 6 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard65 terms
studied byStudied by 11 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard42 terms
studied byStudied by 16 people
Updated ... ago
5.0 Stars(2)
flashcards Flashcard27 terms
studied byStudied by 169 people
Updated ... ago
4.2 Stars(6)