Network Operations (Chapter 3) Flashcards

1
Q

Network Diagram

A

A physical and/or logical visual map of placement and relationships of network devices on OSI layer 1,2 or 3

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

Logical network diagram

A

A visual map that is used to trace/troubleshoot the flow of data usually based in layer OSI layer 2 and/or 3

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

Physical Network Diagram

A

Is a visual map of where the physical network devices are located in a building

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

Rack diagram

A

Is a type of physical diagram that displays the equipment within a server rack

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

Cable Maps

A

Port Location Diagram
- is a visual map that shows exactly where network cabling terminates at bothe ends
Port Map
- correlates the cable numbers and drop labels to patch panel port numbers

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

Wireless Site Survey

A

Is the process of evaluation a location for optimized wireless network coverage, performance and capacity.

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

WiFi Coverage Heat Map

A

Is a visual representation of the WiFi signal strength and coverage

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

Asset inventory

A

Is the process of identifying, documenting and maintaining a comprehensive list of an organisations physical and digital assets to track and manage resources effectively

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

Service Level Agreement

A

Is an agreement between the buy and the vendor for the uptime/available for support of a product

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

IP address Management (IPAM)

A

Is a framework for managing and monitoring an organisation IP address space used to track the IP allocation, usages and availablity across the network

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

Life cycle Management

A

Is the process of managing IT system applications from provisioning to retirement

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

Baseline let metrics

A

Bandwidth Utilisation
Latency
Packet loss rate
Network throughput
Error rates
Device Resource Usage
Protocol usage

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

SNMP

A

Is protocol used to monitor devices on a network by providing a common mechanism for network devices to relay management information from the devices Management Information Base (MIB)

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

SNMP Components

A

Managed device
- are devices on a network that are being monitored
Agents
- the software installed on the managed devices that responds to NMS
Network Management System
- a centralizes system that had software installed to monitor all the devices on the network

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

SNMP community string

A

Is a form of identification used by both manager and agent that is used to authenticate eachother
2 type community strings
Public
- for read-only queries
Private
- for read/write communication

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

Syslog

A

Is a protocol used to send/receive system logs or events messages of devices on a network to a centralised Syslog server.
Uses UDP 514

17
Q

Packet captured

A

Is the process of intercepting and inspecting network traffic as it passes through a network interface

18
Q

Port Mirroring

A

Is the process of capturing and monitoring port traffic on a switch, by copying the traffic from one port to another

19
Q

Flow Data

A

Is a summary (metadata) of network activity that is generated by network devices

20
Q

Security Information and Event Management (SIEM)

A

Is single software solution that can receive network analysis (SNMP, Syslog,ect) that can be used to analyse the network in greater details

21
Q

Stateless Address Auto configuration (SLAAC)

A

Is the mechanism used by devices to request an IPv6 address.
1) devices transmits a multicast Router Solicitation (RS) to find the Gateway
2) Router responds with Router Advertisement (RA) that contains the subnet ID
3) devices accepts it’s Host ID to complete it’s IPv6 address

22
Q

Host File

A

Is a text file that contains name to IP address mappings, It is always checked first before a DNS sever is queried

23
Q

DNS Records

A

Is a database entry that maps domain names to corresponding information (IP address, mail server, ect)

24
Q

DNS namespace

A

Is the entire DNS Hierarchical tree structure

25
Q

Zone

A

A segment of the entire DNS namespace

26
Q

Zone file

A

Is a text file that contains all the records for the zone

27
Q

Zone transfer

A

A Replication of a zone file from one DNS sever to another

28
Q

Start of Authority (SOA)

A

The original DNS sever that was used to create the Zone

29
Q

Authoritative DNS sever

A

Any DNS sever that has a copy of the zone file

30
Q

Master DNS sever

A

Is an authoritative DNS sever with a writeable copy of the zone file

31
Q

Slave DNS sever

A

An authoritative DNS sever with a read-only copy of the zone file

32
Q

Caching-only DNS sever

A

Is a DNS sever that performs lookups for clients,

33
Q

DNS Reolver

A

The DNS sever/client that performs a DNS lookup

34
Q

Recursive Query

A

A query where the DNS sever takes full responsibility for resolving the domain name and returns the final answer back to the client

35
Q

Iterative Query

A

A query where the resolver starts at the top of the DNS namespace and is referred at each level down to the next level until the authoritative sever is found

36
Q

Zone Types

A

Forward Zone
- Maps Names to IP address
- forward lookup is used is you know the name but not the IP Address
Reverse Lookup
- Maps IP Address to names
- Reverse lookups is used when you know the IP address but not the name