may 25th

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

1/41

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 5:56 PM on 5/29/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

42 Terms

1
New cards

Lithium-lon (Li-ion) and Lithium-Ion polymer

batteries that have no memory effect and does not deteriorate the battery over time.

2
New cards

Labtop ram

Small Outline Dual In-line Memory Module (SO-DIMM)

3
New cards

Magnetic disk

Hard drive

4
New cards

To transfer data from one drive to another

special software that Image/clone

5
New cards

802.11

Internet access and Bluetooth for laptops

6
New cards

USB-C

24 pin double sided connector

7
New cards

Lighting connector

 8 pin digital signals

8
New cards

NFC- near field communication

send small amounts of data wirelessly over a limited area

9
New cards

Bluetooth

High speed communication over short distance also called PAN (personal area network)

10
New cards

Wired headsets

TRRS ( tip-ring-ring-sleeve)

11
New cards

Docking station

hooks up to a dock so you can use a monitor and external keyboard

12
New cards

Port replicators

does the same thing a docking station does just connects thru usb

13
New cards

Cell network cells

coverage areas for your phone to communicate

14
New cards

LTE

Long Term evolution

15
New cards

4G

150 Mbits

16
New cards

LTE Advanced (LTE-A)

300 Mbits

17
New cards

5G

10gbs

18
New cards

SIM-subscriber Identity Module

Sim id, phone number, cellular network info, storage space for contacts and messages ect

19
New cards

Esim

Embedded sim

20
New cards

GPS

Global Positioning System uses satellites to determine where you are or wifi networks around you

21
New cards

IP

Internet protocol

22
New cards

TCP-Transmission Control Protocol

sends the data and the server sends it back to the client to make sure it's the correct information and it manages how much info can be sent

23
New cards

UDP User Datagram Protocol

The client just sends data to the server and the server doesn't send it back and it can't control how much data is being sent

24
New cards

DHCP (dynamic Host Configuration Protocol)

what we use to automatically set ip address

25
New cards

TFTP (Trivial File Transfer Protocol)

Udp port 69 it is a lightweight, simplified file transfer protocol generally used on local area networks (LANs) to transfer firmware updates, configuration files, and boot images to hardware

26
New cards

HTTPS (hypertext Transfer Protocol Secure)

Port 443 for web server communication securely

27
New cards

HTTP

Port 80 web server communication

28
New cards

SSH (secure shell)

TCP port 22 used to connect to remote devices

29
New cards

What are tcp and udp

send information across the network to port numbers

30
New cards

IPv4 sockets

Server IP address,protocol and server application port number Client IP address, protocol and client port number 

31
New cards

Non-ephemeral ports

usually on a server or service ports 0-1,023

32
New cards

Ephemeral ports

a temporary network communication endpoint automatically assigned by your operating system for outgoing connections uses port 1,032 through 65,535

33
New cards

TCP and UDP any port number between what

0 through 65,535

34
New cards

Firewall is Port based security

it allows what comes through and out based on the port number

35
New cards

FTP file transfer protocol

uses two default TCP ports: Port 21 for the control connection (sending commands and credentials) and Port 20 for the actual data transfer (uploading and downloading files).

36
New cards

Telnet telecommunication Network

 port tcp/23 unlike SSH it's not encrypted another way to remote connect to a device

37
New cards

SMTP- Simple Mail Transfer Protocol

Port tcp/25 use to send emails

38
New cards

DNS- domain Name system

Converts names to ip addresses port udp/53 websites are just ip address

39
New cards

DHCP- Dynamic Host Configuration Protocol

configures your ip, subnet mask and other connections port udp/67 and udp 68 requires a DHCP server which is usually already in routers 

There is ip addresses in a pool and anytime a device connects it leases the ip to that device and the device can either renew the lease or give it back in the pool. Network admins can also set a ip address to a certain device

40
New cards

SMB- Server Message Block protocol

used by windows a client-server communication protocol used for sharing files, printers, serial ports, and inter-process communication across a network.

41
New cards

LDAP lightweight Directory Access Protocol

port tcp/389 store and retrieve information in a network directory.

42
New cards

RDP-remote desktop protocol

share a desktop remotely like anydesk port tcp/3389