core 1

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/57

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

58 Terms

1
New cards

what storage devices do laptops contain?

SSD 2.5 inch

2
New cards

M.2

smaller than SSD 2.5, no cable, plug it into a slot

3
New cards

LCD

(liquid crystal display), lightweight, low power, cheap

4
New cards

which laptop display needs a fluorescent or LED backlight?

LCD

5
New cards

what cable does a laptop keyboard use?

ribbon

6
New cards

IPS

good color representation, generally more expensive, wide viewing angles

7
New cards

TN

fast response times, bad viewing angles

8
New cards

VA

good color, bad response times

9
New cards

CCFL

Needs more power, make display thick, old backlight, Cold cathode fluorescent lamp

10
New cards

LED backlight

LEDs around screen edge, or arrays, for newer laptops

11
New cards

inverter

turns DC power into AC power, meaning that it will just put lights on your screen

12
New cards

digitizer

make screen able to use stylus and finger

13
New cards

USB

used for charging and data transfers

14
New cards

Micro USB

smaller USB connection, very common

15
New cards

USB – C

common, used for hosts and devices

16
New cards

Lightning cable

Apple, eight pin signals

17
New cards

DB-9

Connect and view consoles on switches, Routers, and other devices

18
New cards

headset

TRRS (tip ring ring sleeve) is used to plug in Wired headphones, which takes in the information you’re talking Into the mic or getting out through the copper connection plugged into the device

19
New cards

Docking station

put laptop on this device and have all your accessories plugged into it, expansion card options sometimes

20
New cards

Port replicator

similar to docking station, doesn’t have expansion card option, USB connection

21
New cards

2G networks

GSM, global system for mobile communication, and CMDA (Code division multiple access), Both good for voice communication, bad for sending data

22
New cards

GSM

90%, worldwide coverage, SIM card

23
New cards

CMDA

communicate at the same time

24
New cards

3G

more speed, more data connectivity, could use GPS, mobile television, video on demand

25
New cards

LTE/4G

long term evolution, replaced GSM and CMDA as a combined both, 150 MBIT/S

26
New cards

LTE A

rates of 300 mbit/s

27
New cards

5G

100-900 mbit/s

28
New cards

PRL update

allows your phone to understand where all towers are for network used

29
New cards

GPS

as long as device can access 4 satellites, u have info on where ur are

30
New cards

MDM

can manage all company-owned and user-owned devices, centralized managements, set policies on apps, data, etc

31
New cards

MDM configs

makes email configs, (acc details, server address, communication methods), two factor authentication, allow or restrict app installations

32
New cards

network topology

ethernet, DSL, cable system

33
New cards

internet protocol

allows devices to communicate over the internet by assigning IP addresses

34
New cards

TCP and UDP

works along with IP to hold ur data when being transferred

35
New cards

IP process

on one side we have the client, the other side has a server, the client sends info to the server, if sent through ethernet network, everything inside packet is called payload, start had header, end has trailer. in the payload, there is IP, and inside it will be an IP payload, which could have TCP data, with a TCP payload inside, and in the TCP data we could have HTTP data

36
New cards

TCP/UDP def

both are transported in IP2, OSI layer 4, both are ways to move data from place to place

37
New cards

multiplexing

many diff apps on ur system communicating to a separate server all at the same time

38
New cards

TCP

connection oriented, reliable delivery, can recover from errors,

39
New cards

UDP

unreliable but fast delivery

40
New cards

TCP 20

FTP, used for active mode data (data transfer)

41
New cards

TCP/21

FTP, used to control data transfer

42
New cards

TCP/22

secure shell, encrypted communication link, provides secure connection for managing remote devices

43
New cards

port 23

telnet provides less secure connection than port 22

44
New cards

port 25

SMTP, used for email transmission (sending/getting mail)

45
New cards

port 53

DNS, translating domain names into IP addresses

46
New cards

firewalls

uses security rules to see which ports are allowed/blocked

47
New cards

DHCP

assigns IP addresses

48
New cards

port 443

HTTPS (secure/encrypted data)

49
New cards

port 80

HTTP (insecure/unencrypted data)

50
New cards

TLS/SSL

encrypted data sent by establishing secure connections (TLS is more secure than SSL)

51
New cards

POP3

retrieves emails to a single client, downloading them from the server and then removing them from the server

52
New cards

port 143

IMAP, keeps emails in server allowing access from any device

53
New cards

port 445

SMB, file transfer in windows networks

54
New cards

netBIOS

a way to connect over a network (port 137)

55
New cards

ports 161/162

SNMP, monitors networks device like router or switches

56
New cards

port 389

LDAP, allows apps to query directories on a network

57
New cards

port 3389

RDP, lets u control a computer remotely

58
New cards