Messer - 3. Network Operations Flashcards
Describe the standard networking symbol for the following device:
Hub
Square w/ single arrow
Describe the standard networking symbol for the following device:
Switch
Square with two arrows pointing one way, and two pointing other
[Switches replaced hub, so just remember that symbol is similar to hub’s, but more advanced]
Describe the standard networking symbol for the following device:
Router
Circle w/ two arrows pointing in and two arrows pointing out
Describe the standard networking symbol for the following device:
Layer 3 Switch
Square w/ circle in the middle and 8 arrows pointing outward from circle
[Remember that Layer 3 Switch is just a switch and a router combined in single device. Combines router’s circle with switch’s square]
Describe the standard networking symbol for the following device:
Firewall
Brick Wall
Describe the standard networking symbol for the following device:
IP Phone
Phone
Describe the standard networking symbol for the following device:
Access Point
rectangle w/ what looks like two snakes intertwined horizontally
Describe the standard networking symbol for the following device:
ATM Switch
Square with two sets of angled, double-sided arrows that intersect
[“A” for angled? But you have access point, too]
What is a physical network diagram, and what should be included in one?
aka. Network map
A diagram that displays the physical infrastructure of a network, including the placement of switches, routers, servers, workstations, and even cabling. The physical network diagram will display items such as wide area
network (WAN) links and the speeds of these links.
What is a logical network diagram, and what should be included in one?
A diagram that displays the software aspects of a network. This
includes application flow, domain controllers, Dynamic Host Configuration Protocol (DHCP) servers, Domain Name System (DNS) servers, and IP configuration of the network. Should document the location of these services and some of the core configuration, such as DHCP scopes, DNS domain names, organizational unit (OU) structure, and IP addresses. You should also document any virtual LANs (VLANs) that are being used on the network and which computers belong
to which VLANs.
[skipping a lot of 3.1]
[skipping a lot of 3.1]
What are MDF and IDF?
Two types of wiring closets.
- main distribution frame (MDF) - The main wiring closet for a network typically holds the majority of the network gear, including routers, switches, wiring, servers, and more. This is also typically the wiring closet where outside lines run into the network. One of the key components in the MDF is a primary patch panel. The network connector jacks attached to this patch panel lead out to the building for network connections.
- intermediate distribution frame (IDF) - Secondary wiring closets used in some networks. Connected to MDF using backbone cable. This backbone cable may be UTP, fiber, or even coaxial. In today’s high-speed networks, UTP Gigabit Ethernet or high-speed fiber are the media of choice.
What is fault tolerance? Give examples.
The capability of any system to continue functioning after some part of the system has failed.
Examples of single-device fault tolerance would include RAID 1 and 5 (NOT RAID 0) for hard drives, redundant power supplies (e.g. UPS), redundant NICs, and backup ISP. [Notice all involve redundancy]
Examples of multiple device fault tolerance would include server farms / clusters with load balancing, and multiple network paths.
What is high availability?
Refers to a system (e.g. a network, a server array or cluster, etc.) that is designed to avoid loss of service by reducing or managing failures and minimizing planned downtime. Generally involves maintaining a certain percentage of uptime and performance (e.g. 99.999% uptime), and may even be guaranteed in an SLA.
What is the relationship between fault tolerance and high availability?
Getting mixed messages on this.
Some seem to be saying that fault tolerance is a means of ensuring high availability.
Others are saying that fault tolerance aims for zero downtime, while high availability is focused on delivering minimal downtime. [IBM, Cisco, and AWS seem to be saying this]
What are the downside of fault tolerance and high availability?
Increased complexity and expense. Additional hardware, processes, and procedures.
What is NIC teaming?
The combining of multiple network interface cards for performance (aggregated bandwidth) and redundancy (fault tolerance). Looks like a single adapter to OS.
According to Messer, NICS talk to each other, performing health checks. (Usually via multicast instead of broadcast.) Fails over if no response.
Can also be called NIC bonding, balancing, or aggregation
What is port aggregation?
A feature of network switches that allows you to consolidate the bandwidth of multiple ports to provide more throughput to a system or device. And, of course, high availability. Provides fail-over in a similar way that NIC teaming does.
Port aggregation is also known as link aggregation, and is part of IEEE 802.3ad and IEEE 802.1AX.
[Skipping power management in 3.2]
[Skipping power management in 3.2]
Explain the difference between a cold site, hot site, and warm site.
These are alternative locations to continue business operations in case of a disaster.
- Cold site - Empty building. Might have racks, but not much else. No hardware, software, data, or staff.
- Hot site - Basically duplicates your entire operation. Duplicate hardware, software, and data that are constantly updated. Transition should be possible with the flip of a switch, and be completely transparent to users.
- Warm site - Middle ground between hot and cold site. Tends to be a spare location stocked with hardware, like networking equipment, servers, and backup devices. But you’d need the most recent backup restored to bring the software and data up to date.
Name the four types of file backups.
Full, copy, incremental, and differential
What is the archive bit?
A flag that is set on a file by an OS after it has been created or altered. Some backup methods reset the flag to indicate that it has been backed up.
What is a full backup?
A backup in which files, regardless of whether they have been changed, are copied to the backup medium. In a full backup, the files’ archive bits are reset.
What is a copy backup?
Normally, a backup of an entire hard drive. A copy backup is similar to a full backup, except that the copy backup does not alter the state of the archive bits on files.
What is an incremental backup?
A backup of only files that have been created or changed since the last full or incremental backup. In an incremental backup, the archive bit is cleared to indicate that a file has been backed up.
What is a differential backup?
A backup of only the data that has been created or changed since the previous full backup. In a differential backup, the state of the archive bits is not altered.
Which file backup types clear / reset the archive bit, and which do not?
Full and incremental reset the archive bit
Copy and differential do not
Which type of file backup has some repetition / redundancy in terms of what it’s backing up?
Differential
What are the advantages / disadvantages of differential v. incremental.
Differential backups take a little longer and require more storage space. But simpler, quicker to do restores.
What is MTTR?
mean time to recovery
How long it takes to repair a system or component after a failure occurs.
What is MTBF?
mean time between failure
Predicted time between failures of a system or device.
[There’s also MTTF (Mean time to failure), which is similar but for non-recoverable devices. Mentioned in a book, but not on exam objectives]
What is RTO?
Recovery time objective
A business continuity term for the amount of time allowable before a business function must be restored to a functional state after a failure. Management may say “We have an RTO of 45 minutes,” meaning
“we need the system recovered in 45 minutes—can you do it?”