Network Configurations Flashcards

1
Q

ipv4

A
  • 4 numbers separated by dots
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

class A

A

1-127 first cotet

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

class B

A

128-191

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

class C

A

192-223

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

class D

A

224-239
- no subnet mask
- multicasting

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

class E

A

240-255
- no subnet mask
- for research/reserved

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

loopback address

A

127.0.0.1
- creates loopback to host for troubleshoot and testing network protocols

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

APIPA ( automatic private IP address)

A

uses when device does not have static IP or cannot reach DHCP server
- 169.254.0.0 to 169.254.255.255

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

DHCP

A

provides ip address to every machine on network and eliminates config errors

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

scope

A

list of valid ip addresses available within a subnet

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

DNS

A

helps network clients find website using human-readable hostnames instead of ip addresses

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

cname

A

points domain to another domain/subdomain

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

mx records

A

mail exchange
- directs emails to mail server

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

vlan

A

allows different logical networks to share same physical hardware
- virtual LAN
- provides security and efficiency

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

VPN

A

extends private network over a public network

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

site to site vpn

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

client to site

A

client to router instead of router to router

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

full tunnel

A

routes and encrypts all network requests through VPN back to headquarters
- more secure and common

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

split tunnel

A

routes and encrypts only traffic bound for headquarters over the VPN and rest goes to internet
- less secure
- better performance

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

clientless

A

creates secure remote-access tunnel using web browser without requiring software/hardware client
- using things like TLS/HTTPS

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

ipv6

A
  • larger address space
  • no broadcasts
  • no fragmentation
  • simplified header
  • can coexist with ipv4
  • 4 digits each segment
22
Q

dual stack

A

runs both ipv4 and ipv6 on same network devices

23
Q

tunneling

A

allows existing ipv4 router to carry ipv6 traffic

24
Q

unicast

A

used to identify single address/interface

25
multicast address
used to identify a set of interfaces and begins with FF
26
anycast address
id set of interfaces so packet can be sent to any member of set
27
SLAAC
- determine current network interface is located on - use EUI-64
28
HTTP port
80
29
well known ports
0 to 1023
30
HTTPS port
443
31
telnet port
23 - insecure remote control
32
registered ports
1024-49151 - used by vendors
33
RDP port
3389 - graphical remote control
34
dynamic / private ports
49152 to 65525 - used by an apps - gaming, IM
35
FTP port
20, 21 - insecure file transfer - no encryption
36
SSH port
22 - secure remote control of another machine using text-based environment
37
SFTP port
22 - secure file transfers
38
SMTP port
25 - send emails
39
DNS port
53 - converts domain names to IP address
40
DHCP port
67, 68
41
POP3 port
110 - inbound email
42
NETBIOS port
137, 139 - used for file/printer share in windows
43
iMAP
143 - retrieving incoming emails, better than POP3
44
SNMP port
161, 162 - collect data about network devices and monitor their status
45
LDAP port
389 - provide directory services to network
46
SMB port
445 - windows file and printer sharing
47
TCP
connection-oriented protocol - transfer segments across network - reliable with 3 way handshake - SSH, HTTP, HTTPS
48
UDP
connectionless - unreliable and transmits segments called datagrams - good for audio and video streaming, DHCP, TFTP
49
TFTP port
- 69 - connectionless protocol that used UDP as its transport
50