CompTIA A+ Core 1: Networking Fundamentals Flashcards

1
Q

Name common protocols

A

User Datagram protocol (UDP)
Transmission control protocol(TCP)
Internet control message protocol(ICMP)

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

Name common ports

A

HTTP- TCP Port 80
FTP- TCP port 20 and 21
SMTP- TCP Port 25
DNS- TCP/UDP Port 53

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

Features of TCP

A

Connection oriented protocol
Delivery is guaranteed, lost packets are retransmitted
A three-way handshake is completed before any data is transferred

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

Describe three-way handshake Step 1

A

the client will initiate communication by sending a synchronization request to the server on the other side

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

Describe three-way handshake Step 2

A

The server will accept that request and acknowledge it, and send back this acknowledgment

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

Describe three-way handshake Step 3

A

informs the client, have received your request, ready to communicate.

The client acknowledges that and the connection has been established.

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

What is TCP used for

A

Used for large transfers
Zone transfers
Synchronizing

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

Features of UDP

A

Connectionless
Speeds up communication
Delivery and order is not guaranteed

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

What is UDP used for

A

Used to return smaller amounts oof data

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

Describe switches

A

Connect devices on a network together
Receive and forward data between devices
Are used within a LAN

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

Describe routers

A

Connect networks together
Forward data based upon destination IP address
Allow multiple devices to use same internet connection

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

Describe access points

A

Connects to a wired network device such as a switch or router
Allows wireless clients to connect to the wired network and access resources
Handles large numbers of wireless clients
Can be powered by Power over Ethernet (PoE)

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

Describe repeaters

A

Re-broadcasts existing wireless network
Cost-effective option to increase wireless range
Easy to install

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

Describe extenders

A

Creates a new wireless network
Can be wired to the existing network
More complex to install

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

Describe patch panels

A

A collection of poorts on a panel
Cables are terminated at patch panel
Allow connections from different locations
Patch cables are used to create connections

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

Features of firewalls

A

Control inbound and/or outbound network or shoot traffic
Use rules to allow or deny traffic
Are implemented with hardware or software
Can store session state for stateful filtering
can packet filter based upon ports or IP addresses

17
Q

Additional features of hardware firewalls

A

VPN concentrator

Web filtering

18
Q

Describe hardware firewalls

A

Dedicated hardware
Runs specialised software
Placed between your network and an untrusted network

19
Q

Describe software firewalls

A

Runs on a host
Only as secure as the underlying OS
Controls access per application
Works on a port level

20
Q

Describe stateful firewalls

A

inspect contents and state of packets
better at detecting unusual/potentially malicious traffic
able to more intelligently filter traffic based upon context
require more memory and computational power

21
Q

Describe stateless firewalls

A

Can be performed quickly
generally cheaper
use preset rules based upon source addresses, destination addresses and ports
unable to determine context

22
Q

Describe PoE standards and features

A
Allows power delivery over Ethernet cables
Encapsulates the following standards
- 802.3af
- 802.3at
- 802.3bt
23
Q

Describe hubs

A
Operate on Level 1 of OSI model
Any received signal is sent to all other ports
Produce more traffic
Simpler and cheaper
Not often used anymore
24
Q

Describe active hub

A

Strength received signal
Can extend range of network
Have a higher power requirement

25
Describe passive hub
Connect computers together on a physical evel Do not strengthen signal Will not increase range of network
26
Describe network bridge
Operates on Layer 2 of OSI model Divides network into segments Traffic is inspected for destination MAC address
27
Describe cable modems
Runs over coaxial cables speeds between 50 Mbps and 1 Gbps often has a hybrid of fiber and copper coaxial on backend
28
Describe DSL modems
Runs over phone lines speeds highly dependent on distance commonly available with speeds between 5-100 Mbps
29
Describe features of ONT fiber technology
Serves as a termination point for a fiber connection allows client devices to connect via Ethernet or Wi-FI More expensive than cable/DSL modem
30
Describe additional features of ONT fiber technology
ONT connects to a fiber connection Cables/DSL modems ultizie copper wires ONTs are often standalone units ONTs do not have to modulate or demodulate
31
Describe Etherent NIC
Allows computer to connect to Ethernet-based network | Often integrated into motherboard
32
Describe Wi-Fi NIC
``` Allows computer to connect to 802.11 wireless networks Utilizes one of the Wi-Fi standards - Wi-Fi 5(802.11ac) - Wi-Fi 6(802.11ax) Commonly integrated into mobile devices ```
33
Describe features of SDN archietecture
``` Separates software from hardware Allows software to control the network - Provisioning - Configuration - Management ```
34
Describe components of SDN
Applications Controllers Physical networking devices
35
Describe applications(SDN)
Software that interfaces with administrators | Provide information or take requests
36
Describe controllers
Take information from an application | Decide how packets should be routed based upon received information
37
Describe Physical networking devices
Perform the functions of moving the actual data Made up of physical switches, routers Receives commands from a controller