1001 Flashcards

(74 cards)

1
Q

Advantages of LCD

A
  • Lightweight
  • Low power Usage
  • Relatively Inexpensive
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Disadvantages of LCD

A
  • Struggles to display true black due to backlight
  • Requires seperate backlight
  • Difficult to replace
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How does OLED work?

A
  • Organic compounds that emit light when receiving an electric current.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Advantages of OLED

A
  • Thinner and lighter
  • No glass required
  • No backlight leading to better colour representation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Disadvantages of OLED

A
  • Organic materials decay over time
  • Decayed images can remain on screen
  • Costly
  • Power Hungry
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Keyboard hotkey for dual display options

A

FN + F4

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a LCD Switch?

A

Displays to another screen when laptop is closed. Physical switch on older systems but newer ones use a magnetic strip. Functionality can be altered in the BIOS.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are the possible wireless control options on a laptop?

A

Physical switch

Function Key

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What does GPS stand for?

A

Global Positioning System

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How do GPS devices work?

A

Location is determined via GPS signal. GPS requires periodic updates and needs a view of the sky.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What are the different types of headsets?

A

Hands-free audio (earphones + microphone)
Wired
Wireless

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the a TRRS connector?

A

Tip-Ring-Ring-Ring Sleever
Also known as 3.5mm jack.
Used in wired headsets

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Whats the difference between a Screen Protector and a Device Protector?

A

Screen protector covers the screen. It prevents scratches but can be difficult to install.

A device protector wraps around the entire device. It can be waterproof but tends to cause an issue for docks/wireless chargers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

How can credit card readers connect to a phone?

A
  • Audio/mic connections (TRRS Jack)
  • Lightning connector
  • USB
  • Bluetooth
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What type of network is Bluetooth?

A

PAN (Personal area network)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is PRL

A

Preferred roaming list.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What are the types of cellular networks?

A

GSM - Used globally
CDMA - Used in American & Russia. Higher capacity (uses whole band).
No SIM so is locked to network provider.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

What are PRI updates?

A

Product Release Instructions.

Updates specific radio settings such as ID numbers, network codes, country codes.

Updated over the air.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

What are the two ways used to identify mobile devices.

A

IMEI - International Mobile Station Equipment Identity.

  • Identifies phones.
  • Unique to each phone

IMSI - International Mobile Subscriber Identity

  • Identifies user of the network.
  • Common on SIM Card (allows data etc to be carried over as SIM card does).
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

What is FTP?

A
  • File Transfer Protocol
  • Allows the transfer of files between Systems.
  • Can be encrypted using username/password
  • Supports anonymous log in (anon username any password)
  • Full featured functionality - allows control of files on target system.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

What is the tcp/20 port?

A

FTP Active mode data port

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

What is tcp/21 port?

A

FTP Control port

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

What is SSH and how does it work?

A
  • Secure Shell
  • tcp/22
  • Encxrypted communication link via console.
  • Looks and acts the same as Telnet
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

What is Telnet?

A
  • Telecommunication network
  • tcp/23
  • Older version of SSH, used in legacy devices with no SSH support.
  • Allows login to devices remotely and is not encrypted.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
What is SMTP?
- Simple mail transfer protocol - Server to server email transfer. - Commonly used to send mail from a device to a mail server (computers and mobile devices)
26
``` Name what technologies belong to which protocol: tcp/20 tcp/21 tcp/22 tcp/23 tcp/24 tcp/25 tcp/80 tcp/110 tcp/139 tcp/443 udp/53 udp/137 udp/138 ```
``` tcp/20 - FTP Active protocol tcp/21 - FTP control protocol tcp/22 - SSH (Secure Shell) tcp/23 - Telnet (Telecommunication Network) tcp/25 - SMTP tcp/80 - HTTP tcp/110 - POP3 tcp/143 - IMAP4 tcp/389 - LDAP tcp/443 - HTTPS tcp/427 - Service Location Protocol tcp/445 - NetBIOS-less tcp/548 - Apple Filing Protocol tcp/3389 - RDP udp/53 - DNS udp/67 - Dynamic Host configuration protocol #1 udp/68 - Dynamic Host configuration protocol #2 udp/137 - Netbios Datagram Services udp/138 - Netbios Session service udp/161 - SNMP Queries udp/162 - SNMP Traps udp/427 - Service Location Protocol ```
27
What are the alternatives to SMTP (2)
IMAP | POP3
28
What is DNS and how does it work?
``` Domain Name System --------------------------------- - udp/53 - Upon typing URL sends request to DNS server which responds with required IP for webserver. - ```
29
What does tcp stand for?
Transmission control protocol
30
What does UDP stand for?
User Datagram Protocol
31
Explain Http / Https
Hypertext Transfer Protocol. | - HTTPS is the "secure" version and is encrypted.
32
Explain POP3
Post office protocol version 3 tcp/110 Provides basic mail transfer functionality.
33
Expain IMAP4
Internet message access protocol v4 tcp/143 Allows mail transfer but additionally allows management of email inbox from multiple devices.
34
Explain RDP
Remote desktop protocol ------------------------------------------ Share a desktop from a remote location. Uses tcp/3389 Works on many versions of windows. also versions for other OSs.
35
Explain SMB
Server Message Block ---------------------------------- Standard set of prococols Windows uses for file sharing, printer sharing etc. Also referred to as CIFS (common internet file system).
36
Explain Netbios
Network Basic Input/Output System -------------------------------- Legacy Windows communication. Netbios inside UDP or TCP packet.
37
What is NetBIOS naming services (nbname), and what port does it use.
Allows the system to find a device on a network by it's name. Uses Port udp/137
38
What is NetBIOS datagram services (nbdatagram) and what port does it use?
Uses, receives and sends datagrams over a network. | Uses port udp/138
39
What port does NetBIOS session service (nbsession) use?
Uses port tcp/139
40
Why is Netbios now redundent?
Current windows do not have to parse between NetBIOS types, can directly communicate over tcp/445 (NetBIOS-less) .
41
What is Apples MAC protocols
Apple Filing Protocol - -------------------------------- - Uses port tcp/548 - Max OS file protocol allows users to access outside system files. - Additionally provides security features to restrict user access to files.
42
Explain SLP
Service Location Protocol - -------------------------------------- - Method of organising and locating resources (e.g. printer, disk drives, databases) in a network. - Allows the re-arrangement and management of services, or installation without reconfiguring individual workstations. - Uses tcp/427 & udp/427
43
Explain DHCP
Dyanmic Host Configuration Protocol - ---------------------------------------- - Automated configuration of IP address, subnet mask & other options. - This allows device to communication via IP. - IP is leased for a certain time, DHCP server needs to be checked periodically to ensure IP is okay else re-assign it. - DCHP can be configured for reservations. DCHP server can recognise MAC address and provide same IP each time. - Uses ports: udp/67, udp/68
44
Explain LDAP
Lightweight Directory Access Protocol - ------------------------------------------ - For accessing and maintaining distributed directory information services over an IP network. - Commonly used in Microsoft Active Directory. - Primary place for storing network authentication. - tcp/389
45
Explain SNMP
``` Simple network management protocol ------------------------------------------------ - Queries using udp/161 - Traps udp/162 Gather statistics from network devices. ```
46
What is a SNMP trap?
SNMP traps enable an agent to notify the management station of significant events by way of an unsolicited SNMP message.
47
What are the three different versions of SNMP
V1 - The original - non-encrypted - structured tables V2 - Data type enhancements, bulk transfers, non-encrypted V3 - Message integrity, authentication method, encrypted.
48
What hardware does a device require to connect to a network?
- Network interface card, - One per network type (e.g. wifi, lan) - Often built into motherboard
49
What options are availabe for Network interface cards?
Single Port Multi port - Multiple ports of same type (e.g. 2x ethernet ports) - Copper - Fibre
50
What does a repeater do?
Receives a signal, regenerates it and then resends
51
Why are repeaters used?
- To boost copper or fibre connections - Convert network media (e.g. fibre to copper) - Extend wireless network reach.
52
What is a multi-port repeater?
Traffic sent to one port is repeated to every other port
53
What are the characteristics of multi-port repeaters?
- Everything is half duplex (only one device can send data at a time) - Becomes less efficent as network speeds increase. - Can only find in 10/100 megabit - Uncommon today.
54
What does a bridge do?
- Hub networks connected via bridge. Bridge would make decision on how traffic should be routed. - Can connect different physicalk network. e.g. can connect a wired network to a wifi one. - Instead of a hub bridge will send via MAC address.
55
Describe the characteristics of a Network Switch
- Control device that connects devices on a computer network using packet switching to receive and forward data to the destination device. - Allows the sharing of data across a network. - Uses ASIC - Determines where to send based on MAC address.
56
Explain the two types of switches
Unmanaged switch - Works out of the box, cannot be configured. Typically tend to be cheaper Managed Switch - Can be configured. Can monitor locally and remotely.
57
What does ASIC stand for?
Application specific integrated circuit
58
What does MAC address stand for and what does it mean?
Media Access Control Address ------------------------------------------------ Hardware identification number which identifies a device on a network.
59
What is a router?
- Device that routes draffic between IP subnets | - Used for diverse network types (lan, wan, copper etc)
60
What is a Wireless access point (WAP)
- Extends a wired network to a wireless network. | - Makes forwarding network based on MAC address
61
What is a wirless router?
A router and a WAP in a single device.
62
What is a wireless LAN controller?
- Device which manages WAPs. Can also provide management functions - Allows employement of new access points - Peformance and security monitoring - Deploy and configure blanket changes - Report on usage - Usually proprietary but can be cloud.
63
What is a firewall?
- Allows the filter of info based on port number. - Some firewalls can filter based on application - Can encrypt traffic in/out of network. - Can act as a proxy
64
Cable Modem
- Provides Broadband - Can transmit across multiple frequencies - Supports multiple traffic types - Data sent via DOCSIS standard.
65
What is DOCSIS?
Data over cable service interface specification. Supports multiple services, e.g. video, voice
66
DSL Modem
Digital Subscriber Line ----------------------------------- - Uses ADSL Data sent over telephone lines
67
What does ADSL stand for and what does it mean?
Asymmetric Digital Subscriber Line - Download speed > upload speed - 10,000 foot limitation from central office and jack inside of home.
68
What is a patch panel?
Panel terminates individual wires under 110 block. (e.g. in an office space) Facilitates a patch between individual workstations and networking equipment. Allows easy configuration.
69
RJ45 Connectors
Go all the way back to persons individual desk.
70
Define POE
Power over Ethernet
71
How does Power over Ethernet work?
Single cable to provide both network + power. | Power provided from switch (endspan)
72
What is a POE injector?
Sometimes devices require POE but switch does not support power providing. In those cases a POE injector can add power to ethernet connection (midspan)
73
How to identify PoE supported switch?
Reads on the switch (e.g. "PoE + managed switch)
74
Defined EOP
Opposite of EOP. Power cables used to provide ethernet. Alternatively called POL (powerline communication).