Network Devices and Hardware Flashcards

1
Q

What network device would you use to connect two networks that use different forms/formats of data?

A

GATEWAY - used to convert data formats and thereby allowing you to connect two, previously incompatible, networks together.

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

What is the most common type of router found in homes and small offices?

A

SOHO - small office/home office routers are very common in these places.

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

What is PoE?

A

Power (electrical Wattage supplied) over Ethernet (using ethernet cables.

802.3 standards:
802.3AF - 15W
802.3AT - 30W
802.3BT - 60W

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

What is a punch-down block good for?

A

Easily and quickly connecting and disconnecting wiring without needing additional connectors (as there are no screws or wire stripping required).

Designed to minimise interference and crosstalk between wires.

Cheap.

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

What is a patch panel? What is a patch panel made up of? Are they passive or active devices in terms of data filtering/routing over a network?

A

A patch panel is a passive hardware assembly (switchboard) made up of a combination of punch-down blocks (connector-less) and RJ-45 connectors (ethernet cable connectors).

They are used to connect network computers within a LAN to each other and outside networks (the internet).

They also organise network cables (labelled) and allow for them to be changed/tested easily.

They DON’T actively filter or route data on a network.

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

What is broadband?

A

A type of transmission/transfer of multiple different frequencies over a single wire simultaneously (frequency division multiplexing FDM).

This means that TV, phone line and internet data signals can be transmitted simultaneously using the DOCSIS standard of transmission.

DOCSIS - Data Over Cable Service Interface Specification

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

What is a cable modem? How is it different from a DSL modem? And what does DSL stand for.

A

A cable modem uses TV wiring (coaxial) to establish a broadband connection (frequency division multiplexing FDM) which allows the device to transmit/receive TV, phoneline and internet simultaneously. (Threaded/screw in F connector).

Whereas, a DSL (Digital Subscriber Line) modem uses Landline/Telephone Lines to connect to ISP (Internet Service Providers). Uses DSL port and filter.

It’s usually ADSL (Asymmetrical Digital Subscriber Line) because the upload and download speeds aren’t the same, hence it has an Asymmetrical bandwidth (maximum rate of data transfer/maximum throughput over a connection)

The closer you are to the telephone exchange the better your ADSL speeds are.

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

What is the purpose of a modem?

A

To connect you to an ISP (INTERNET service provider) and give you internet access by converting digital signals into analogue signals that can be sent over phonelines/tv line cables. It links/connects multiple networks together like your LAN and the WAN (Internet).

Often combined with a Router (creates a network between devices on your network)

Modem sends info to the router from the internet which disperses (re-routes/forwards) it to the devices on your home network.

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

What is bandwidth and is high or low bandwidth preferred?

A

Bandwidth refers to the maximum rate of data transfer over a connection in a specified timeframe.

Maximal data transfer rate.

High/bigger bandwidth is better.

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

What is duplex in data transmission/reception?

What is simplex?

A

Duplex of Full-Duplex means that two connected devices can both transmit and receive data SIMULTANEOUSLY, like TCP. DO ALLL of duplex.

Half-duplex is where they have to TAKE TURNS, e.g. one sends data while the other receives then the other one sends while the first receives, like a walkie-talkie conversation - one person listens while other speaks.

Simplex is where data is ONLY sent, sender sends and receiver receives. One way traffic, like UDP.

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

What is half-duplex?

A

Half-duplex is where they have to TAKE TURNS, e.g. one sends data while the other receives then the other one sends while the first receives, like a walkie-talkie conversation - one person listens while other speaks.

Simplex is where data is ONLY sent, sender sends and receiver receives. One way traffic, like UDP.

Duplex of Full-Duplex means that two connected devices can both transmit and receive data SIMULTANEOUSLY, like TCP. DO ALLL of duplex.

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

What type of Network would you be connecting with an Optical Network Terminal (ONT)?

A

A fibre optic network.

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

What is a Demarcation Point used to separate?

A

A Demarcation Point (DMARC) separates where a customers personal/private network begins and where the service providers (ISP) network ends and vice versa.

Demarcation / Dividing Point of ISP and User Network.

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

What is a NIC and what is it for?

A

Network Interface Card - the connection point for a device and a specific network type (e.g. ethernet, WAN, wireless).

They are often built onto the MOBO or added as an expansion card.

There is a specific NIC (Network Interface Card) for each network type.

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

Cloud Computing

A

A service sold to clients for cloud computing. Virtually processing data for a fee.

Virtual Infrastructure offered by a cloud provider (company that owns and runs the physical underlying hardware providing the virtual computer services).

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

What is Software-Defined Networking (SDN)?

A

Abstracts the control plane (how data is forwarded/routed through the network) from being hardware based to software based so that the network administrator has a lot more control over the network using a centralized interface (management software). It’s also a lot quicker to make configuration changes than manually configuring each device on the network individually.

Transforming physical network devices into virtual planes to manage a network virtually (by using software that performs the roles of networking hardware/devices). Thereby being able to use them in a cloud based infrastructure.

Uses software-based controllers (APIs) to communicate with hardware infrastructure and direct network traffic/control plane (opposed to the traditional model of letting the hardware control the network traffic flows).

Pros of SDN vs traditional model of networking:
-Centralises the data flows through a network using a single server.
-Allows easy abstracted view of the entire network for troubleshooting.
-Can quickly and easily segregate different devices on the network by permissions and quickly quarantine any infected devices.
-Can allocate virtual resources in real time as needed.
-Great for cloud computing and scaling networks.
-No need to worry about compatibility issues from using devices from different vendors.

SDN (Software Defined Networking) is split into 3 layers:
1.Infrastructure layer/data plane
2.Control Plane - send messages back and forth across devices/sends configuration to devices via API’s
3. Management Layer/Management Plane - SSH, API’s

Virtually splits the three layers and abstracts them (simplifies) to manage/segregate/troubleshoot easily.

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

What is a WAP/AP and what does it do? What advantage does it have over a WiFi range extender (particularly for companies)?

A

Wireless Access Point/Access Point is a network device that can connect users on wireless devices to the wired internet by converting an ethernet internet connection (usually to a switch or router) into a WLAN (Wireless Local Area Network) and vice verse.

They are often used in businesses to extend Wi-Fi access to a lot of users (up to 60 simultaneously) which is a lot more than a simple Range/WiFi Extender can support. They also allow seamless connection while roaming between WAP’s.

They can also use Power over Ethernet (PoE) thereby not requiring a power line/plug socket nearby.

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

Which one is essential for single device internet (WAN) access. A modem or a router?

A

A modem is technically sufficient for allowing a single device to connect to an ISP. A router without a modem would only allow you to connect to local devices.

A ROUTER is essentially a SPLITTER for a MODEM.

Modem is the DEFAULT GATEWAY for a network.

19
Q

Licensing may be required to set up a long-ranged fixed wireless network based on what country you’re in. True or false?

A

True, wireless network regulations are complex and differ between countries. You may be able to use Unlicensed 2.4GHz or 5GHz frequencies.

The signal strength used is also heavily regulated.

Installing outdoor antenna is often difficult and should only be attempted by a qualified professional.

20
Q

Radio-Frequency Identification (RFID) - is used in things such as an access badge to open a door or for pet/animal identification. What powers the RFID tags/chips?

A

Radio frequency energy powers the tag/chips and the ID is transmitted back to the radio frequency emitter.

However, some RFID tags are active/powered (power source built in).

21
Q

Most routers have a switch and modem built into them? SOHO

A

True. Most home use routers are actually modems (default gateways/point of contact with internet), routers and switches rolled into one device.

22
Q

A network switch creates multiple networks/subnets. A router allows for connections between networks.

A

Switch function vs Router function in a LAN.

23
Q

What types of cable provide both power and data simultaneously to devices?

A

Thunderbolt cables provide both power and data to devices.
As does USB.
As do PoE cables.

24
Q

Does DVI provide audio?

A

No. Only video.

Digital Visual Interface

25
Q

Does VGA (Video Graphics Array) cable provide audio as well as video?

A

No! VGA cable only provides video.

26
Q

What’s the main difference between a SATA cable and an eSata cable?

A

eSATA cables are used Externally (outside a pc case) whereas SATA cables are the type used internally. SATA cables carry power, whereas eSATA cables don’t provide power. Both used for data transfer - to and from storage devices.

27
Q

Which is newer and better PATA or SATA cable?

A

SATA cable is an upgraded version of the old PATA cable. SATA cables are a lot smaller and have higher data transfer speeds.

PATA is LEGACY.

FAT PAT 40 PIN RIBBON CABLE

28
Q

What type of connector does a DSL/Telephone connector use?

A

RJ11 - Telephone 11

29
Q

What voltages does a Molex 4-pin connector provide?

A

12v and 5v are provided by a Molex power connector to devices inside the PC. Fans, storage devices, optical (disc) drives, etc.

30
Q

What benefit/s does a Lightning connector (Apple mobile device connector) have over Micro USB connectors?

A

Higher power output and lightning connectors are reversible so can be plugged in easier than the USB connectors which have to be the right way around.

31
Q

What network connector type are ST (Straight-Tip), LC (Local Connector) and SC (Subscriber Connector) all examples of?

A

Fibre Optic Network Cable Connectors.

32
Q

What maximum speed does a Cat 5 ethernet cable provide?

A

100BASE-TX 100Mbps and max cable length of 100m

33
Q

What speed does a Cat 5e (Enhanced) ethernet cable provide?

A

1000BASE-T 1000Mbps aka 1Gbps max cable length 100m

34
Q

What speed does a Cat 6 ethernet cable provide?

A

10GBASE-T 10Gbps - max cable length 55m

35
Q

What speed does a Cat 6a (augmented) ethernet cable provide?

A

10GBASE-T 10Gbps - max cable length of 100m (tighter twisted copper pairs and higher frequency increase the range at which signal deteriorates)

36
Q

How many cables does a Lucent Connector (LC) have?

A

Two, one transmit and one receiving cable that converge into a two pronged connector (fiber optic cable connector/terminator).

37
Q

What is a IDS device/what does it do on a network?

A

Intruder Detection System - monitors a network’s traffic for malicious code/intruders and sends an alert if found. (passive IDS)

38
Q

What is an IPS network device?

A

Intruder Prevention System (IPS) - actively monitors network for hacking attempts and actively blocks any malicious intruders/code. (IPS is ACTIVE PREVENTION)

39
Q

What are all storage devices/drives made up of?

A

Logical Blocks. Data is addressed by LBA - Logical Block Addressing - location on the drive where the data is stored/located.

40
Q

What is a switch and how is it different from a hub?

A

A switch learns and remembers all MAC addresses/device ID’s on it’s network and routes traffic (data packets are labelled with intended/source MAC addresses) to the SPECIFIC device.

A hub (legacy hardware) replicates the data received from devices to all it’s physical ports/sockets so every device on the network gets sent a copy and the ones that don’t need it delete it. Obviously this massively increases network traffic and slows the network down.

A hub replicates data to all devices on a LAN. A switch learns MAC addresses and sends data to the specific target/s it was intended for.

41
Q

What makes point to point (specific) connections a Switch or a Hub?

A

Switch. A switch learns and remembers all MAC addresses/device ID’s on it’s network and routes/filters traffic (data packets are labelled with intended/source MAC addresses) to the SPECIFIC device and that device only.

Connect up to 1024 devices in a LAN.

Physical point to point network path is made between source and receiving device.

42
Q

What device connects multiple subnets/LANs together?

A

Router - routes traffic to specific network and subnetwork addresses. LOGICAL ADDRESSES (not burned in like a MAC) whereas switches just route to MAC addresses (physical addresses).

43
Q

What is the maximum supported throughput of a USB4 cable?

A

40Gbps.

44
Q

What version of USB cable has a Teal (Turquoise) connector?

A

USB 3.1 uses a teal connector. 3.0 uses Blue and 3.2 (20GB) uses Red.