Domain 2: Networking Flashcards

(62 cards)

1
Q

IP

A

Internet Protocol

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

IP Payloads

A

TCP (Transmission Control Protocol)
UDP (User Datagram Protocol)

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

“In the clear”

A

Not encrypted

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

How does TCP work?

A

Requires formal setup/teardown process to establish protocol. Flow control so one side doesn’t get data too fast.
-called reliable system because data is confirmed to reach destination.

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

Examples of TCP

A

HTTPS and SSH

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

How does UDP work?

A

No formal setup process, for real time communication.
-called unreliable system as there’s no conformation that data was sent/received.

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

Examples of UDP

A

DHCP and TFTP

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

Multiplexing

A

Multiple applications at the same time; data signals use the same channel without interference.

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

IPv4 Sockets

A

~Server IP address, protocol, Server application port number,.
~Client IP address, protocol, client port number.

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

Non-Ephemeral Ports

A

Permanent; ports 0-1023. Usually on a server or service.

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

Ephemeral Port

A

Temporary port numbers; ports 1024-65,535. Determined in real time by client.

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

Most servers use…

A

Non-Ephemeral ports.

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

Key fact about ports

A

Ports are for communication, not security.

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

Key fact about TCP/UDP using ports

A

TCP and UDP can use the same port numbers at the same time.

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

FTP (File Transfer Protocol)

A

TCP 20/21. File transfer between systems

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

Telnet

A

TCP 23; in the clear remote command console access

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

SSH (Secure Shell)

A

TCP 22; Encrypted communication for command console

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

SMTP (Simple Mail Transfer Protocol)

A

TCP 25; only sending mail, not receiving

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

DNS (Domain Name System)

A

UDP 53; converts names to IP addresses. Critical resources
-www.professermesser.com =162.159.246.164

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

HTTP/HTTPS (Hypertext Transfer Protocol/Secure)

A

TCP 80: http; web server communication
TCP 443: HTTPS; web server communication + encryption

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

POP3/IMAP4

A

both receive emails from email server.
~Post Office Protocol v3 (TCP 110). Basic mail transfer functionality.
~Internet Message Access Protocol v4 (TCP 143). includes management of email inboxes from multiple clients

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

RDP (Remote Desktop Protocol)

A

TCP 3389; share desktop control from remote location.
~can connect to entire desktop or application.
~clients for Windows, macOS, Linux, Unix, iPhone, Android, and others

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

SMB (Server Message Block)

A

Windows file/printer sharing protocol.
~uses NetBIOS.

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

NetBIOS name services (nbname)

A

UDP 137

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
NetBIOS Datagram service (nbdatagram)
UDP 138
26
NetBIOS session service (nbsession)
TCP 139
27
NetBIOS-less
TCP 445; direct SMB communication over TCP without NetBIOS transport.
28
SMB is also referred to as
CIFS (Common Internet File System)
29
AFP (Apple Filing Protocol)
TCP 548; file services in macOS. Copy, move, delete files.
30
AFP works with...
SLP (Service Location Protocol). TCP/UDP 427.
31
DHCP (Dynamic Host Configuration Protocol)
UDP 67/68; automated configuration of IP addresses, subnet mask and other options. ~requires DHCP server.
32
Dynamic/pooled (DHCP)
IP addresses are assigned in real-time from a pool of addresses.
33
DHCP Reservation
Addresses are assigned by MAC address in the DHCP server.
34
LDAP (Lightweight Directory Access Protocol)
TCP 389; store and retrieve information in a network directory
35
SNMP (Simple Network Management Protocol)
Gather statistics from network devices. ~Traps: UDP 162 ~Queries: UDP 161
36
SNMP v1
Original. ~structured tables, not encrypted.
37
SNMP v2
A good step ahead. ~data type enhancements. Bulk transfers. Non encrypted.
38
SNMP v3
Secure standard. ~message integrity. Authentication. Encrypted.
39
Router
Routes traffic between IP subnets. Often connects diverse network types (LAN, WAN, copper, fiber)
40
Switch
Briding done in hardware. ASIC (Application-specific integrated circuit). Forwards traffic based on data link address. ~core of an enterprise network.
41
PoE
Power over Ethernet.
42
Unmanaged Switch
Very few configuration options. Fixed configuration (No VLANs). Very little integration with other devices (no management protocols). Low price point.
43
Managed Switch
VLAN support. Traffic priority (voice traffic priority higher). Redundancy support (STP). Port mirroring. External management (SNMP)
44
STP
Spanning Tree Protocol
45
Access Point
Wireless connectivity for local network (Not a wireless router). Also called a bridge. ~makes forwarding decisions based on MAC address.
46
Patch Panel
Combination of punch-down blocks and RJ-45 connectors. Can easily be changed.
47
Firewall
Filters traffic by port number. ~OSI Layer 4 (TCP/UDP) Can encrypt traffic in/out of network.
48
Most firewalls can be...
Layer 3 devices (routers)
49
How does PoE work?
Power is provided on an Ethernet cable. Power provided at the switch
50
PoE standard
PoE: IEEE 802.3af-2003 ~15.4 watts DC, 350 mA max current. ~802.3 standard
51
PoE+
IEEE 802.3at-2009 ~25.5 watts DC, 600mA max current. ~802.3 standard
52
PoE++
IEEE 802.3bt-2018 ~51W (Type 3), 600mA max ~71.3W (Type 4), 960mA max. ~PoE with 10GBASE-T
53
Hub
"Multi-port repeater" (traffic going in one port is repeated to all others). Half-duplex. Less efficient as traffic increases. ~found in 10Mb and 100Mb, not common.
54
Broadband
Transmission across multiple frequencies. Data on "cable" network. Speeds up to 1Gbps (depends on provider)
55
DOCSIS
Data Over Cable Service Interface Specification.
56
DSL Modem
ADSL (Asymmetric Digital Subscriber Line) ~uses telephone lines. Download speed faster than upload speed (Asymmetric).
57
ONT (Optical Network Terminal)
Commedt the ISP fiber network to copper network. ~terminal box on side of building.
58
NIC (Network Interface Card)
The fundamental network device. ~every device on the network has a NIC. Specific to the network type (WAN, Wireless, Ethernet). Often built-in motherboard (or added as expansion card).
59
SDN (Software Defined Networking)
Networking devices have different functional planes of operation. Splits functions into separate logical units.
60
Infrastructure Layer/Data Plane
Process the network frames and packets (forwarding, trunking, encrypting, NAT). Application layer/management plane and Control layer/plane
61
Control Layer/Plane
Manages the actions of the data plane. Routing tables, session tables, NAT tables. Dynamic routing protocol updates
62
Application Layer/Management Plane
Configure and manage the device. ~SSH, browser, API