Key Vocab Flashcards

1
Q

Jump Server

A

-the only server granted specialized access to other servers

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

Virtual Local Area Network

VLAN

A

-a virtual local area network within a LAN

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

Transmission Control Protocol

TCP

A
  • the basic communication language/protocol of the internet
  • enables two hosts to establish a connection and exchange streams of data (assembles messages or files into smaller packets to be reassembled by another TCP)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Domain Name Server

DNS

A

-turns domain names (www.) into IP addresses

$Config file: /etc/resolv.conf

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

Cluster

A

-group of servers working together to perform one task

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

Redundant Array of Inexpensive Disks

RAID

A

-multiple hard drives working to back each other up

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

RAID 0

Striping

A
  • 1 hard drive, no backups (fastest, cheapest)

- writes everything to one block and fills it before moving onto the next (A then B then C then D)

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

RAID 1

Mirroring

A
  • 2 hard drives, one backup (slowest)

- whatever is written on one block is copied to the same block on the backup hard drive

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

RAID 5

Parity

A

3 hdd’s, HOT SWAPPABLE (moderate speed)

-writes to hard drive, but leaves one block open in case of server failure
A / / A
B / B /
/ C / C

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

RAID 10

A
  • 4 HDDs (fast as possible, most expensive) HOT SWAPPABLE
  • Raid 0 + Raid 1
  • 2 hard drives used to perform raid 0, while the other 2 MIRROR the process
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Hot Swappable

A
  • a hard drive can be removed or replaced while machine is still running
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Repository

A
  • the “bag” a server reaches into for new packages when updating a server
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

4 Parts of an Application

A

1) Front End - webserver (what you can see) APACHE
2) Back End - the database application (MySQL)
3) Config File(s) - where you make changes for an application
4) Log File(s) - keeps track of everything happening (system/app log)

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

User Datagram Protocol

UDP

A
  • TCP alternative
  • provides port numbers
  • only sends short packets, causing lower latency and bandwidth usage
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Proc Files

A

-files in proc directory that can list CPU info about hardware and configurations

/proc/cpuinfo
          meminfo
          version
          scsi/scsi
          partitions
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Manifest

A

-a script

17
Q

Switch

A

-a device that filters and forwards packets between LAN segments

18
Q

Lightweight Directory Access Protocol

LDAP

A
  • authenticates all users to be controlled from one server (and secures network)
  • Port 389, 636

$Config: /etc/ldap/slapd (in directory)
$Log: /var/log/messages

Install: yum install openldap openldap-clients openldap-servers

Control: service openldap start/stop/restart

19
Q

Network File System

NFS

A
  • find all files in an environment in one place
  • Port 111, 2049

$Config: /etc/exports
$Log: /var/nfs/nfslog

Install: yum install nfs-utils nfs-utils-lib
Control: service nfs start/stop/restart
rpcbind

20
Q

Router

A
  • forwards data packets along networks

- connected to at least 2 networks (LANS or WLANS) at the gateway