Definitions Flashcards

(17 cards)

1
Q

Host Address

A

A device’s address:
192.168.1.89

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

Network Address

A

Indicates the start and the presence of a network:
192.168.1.0

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

Default Gateway

A

A device capable of sending traffic to other networks (such as the internet).

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

Router

A

Connects devices on a network and passes data between them.

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

Switch

A

A Device that aggregates devices via Ethernet.

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

Ring Topology

A

A network structure where devices form a loop and forward messages to the next device in one direction only.

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

Bus Topology

A

A network structure with a single connection (backbone cable). All devices on the network stem from this cable.

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

Star Topology

A

A network structure with a central device that sends all data.

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

Octet

A

The sections of an IP address.

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

MAC Address

A

The unique ID of the Network Interface Card.

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

Recursive DNS server

A

Server that holds a cache of commonly used DNS records.

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

Root Server

A

Redirects you to the appropriate Top Level Domain server (one for .coms, one for edus, etc).

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

TLD Server

A

Top Level Domain Server
Holds records on where to find the Authoritative server that has the requested DNS record.

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

Authoritative Server

A

Holds the DNS records. Updates are done here.

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

CDN

A

Content Delivery Network

A website hosted over many servers. Connects the client to the closest server.

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

WAF

A

Web Application Firewall

Monitors for suspicious activity and blocks clients accordingly.

17
Q

Load Balancer (3)

A
  1. Divies up requests among multiple servers.
  2. Provides access to a backup via redundency.
  3. Performs health checks on servers and halts traffic if the server is malfunctioning.