Week 3 Flashcards

(37 cards)

1
Q

Deploying networking devices

A

Modern networks rely on intermediate systems to simplify design, reduce costs, and enhance functionality. They play a crucial role in keeping networks efficient, flexible, and scalable.

Repeaters: They “boost” the signal. ensuring it remains strong and clear over longer distances. Physical layer(Layer 1)

Hubs: A is like a megaphone that broadcasts data to everyone connected to it, regardless of whether they’re intended recipient or not. Physical layer. Only 1 device can communicate with the hub at a time, increasing the chances of data collisions.

Bridges: Data Link(Layer 2). They connect two network segments and make intelligent decisions on where to forward traffic based on MAC addresses. Help reduce traffic and improve network performance.

Switches: Switches, like advanced bridges, are the backbone of modern networks. Layer 2, they read MAC addresses and only forward data to intended recipient. Unlike hubs, they are full-duplex communication which means they can send and receive data simultaneously.

Routers: Network Layer(Layer 3): When data needs to leave the local network. Routers direct data between different networks using IP addresses. They are essential for connecting LAN’s to larger networks like WAN;s by determining the best path for data travel.

Media Converters: Different types of cables coexist, converters ensure that everything speaks the same language. Operate in Layer 1. Like copper to fibre optic cabling. Good for expanding networks.

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

Physical Layer Devices: Understanding the Physical layer

A

The physical layer (layer 1) of the OSI model is where raw data bits are transmitted over a network. Physical aspects that include the electrical signals, optical signals , and wireless signals. Does not concern itself with understanding or interpreting data, only send and receive data.

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

Physical Layer Devices: Transmission Media

A

Copper Cabling: Twisted pair cables and coaxial.
Fibre Optic Cabling: Single-mode fibre and Multimode fibre.
Wireless Transmission: Radio waves, microwaves, infrared. To transfer over air.

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

Physical Layer Devices: Key Devices at the Physical Layer

A

Repeater: Boosts signal for extended range.
Hub: Multiport repeater. Takes incoming signals and sends it across all ports.
Media Converter: Enables seamless communication between different types of physical media.
Transceivers: Transmits and receives signals. For example, the SFP(Small Form-Factor Pluggable) which is used to link switches and routers to fibre optic cables.

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

Physical Layer Devices: Signal Transmission Methods

A

Electrical Signals: Sent over copper cabling, susceptible to interference(Electromagnetic interference, EMI)
Optical Signals: Transmitted over fibre optic cables, less prone to interference and attenuation.
Wireless Signals: Transmit data using electromagnetic waves.

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

Physical Layer Devices: Physical Layer Functions

A

Bit Synchronizations: Timing is critical. Devices are Synchronized so that data can be sent and received at the correct time.
Data Encoding and Signalling: Before transmission, bits are converted into the appropriate form for the transmission medium.
Transmission Mode: Physical Layer defines whether data is sent in half-duplex or full-duplex. Half is data being sent in one direction at a time, full is data being sent two-way.
Transmission Speed: The rate at which data is transmitted, in (Mbps) or (Gbps).

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

Data Link Layer Devices (Layer 2)

A

Responsible for node-to-node communication and ensures that data frames are transferred between devices on the same network segment. Crucial for error detection, frame synchronization, and access to the physical medium. Organises how data flows across the network, reducing collisions, improving efficiency.

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

Data Link Layer Devices: Bride: Separating Physical Network Segments

A

A bridge works in the Data Link Layer to divide a network into separate segments while maintaining a single logical network. Isolates traffic within each segment, Uses MAC addresses to forward or filter frames between these segments.

How a Bridge works: When a frame arrives at a bridge, it reads the source and destination MAC addresses to decide whether the frame should be forwarded to another segment or kept within the current one. They maintain a MAC address table that stores the addresses of all the devices within each segment.

Advantages of using bridges: Reducing the size of collision domains, improve performance and make troubleshooting easier, also connect different types of media (Ethernet and Wi-Fi) and manage traffic between them.

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

Data Link Layer Devices: Ethernet Layer 2 Switch: The Modern Bridge

A

Switch performs the same functions as a bridge but on a much larger scale. More ports allowing them to connect to many devices simultaneously.
Each port on a switch creates a separate collision domain. 2 Devices connected to different ports on a switch won’t interfere with other devices on the network.

How a ethernet Switch Works: Reads the source and destination MA addresses of incoming frames and forwards them only to the port where the destination device is connected. Same as Bridges but much faster and efficient.

Benefits of Ethernet Layer 2 Switches:
Scalability: Handle more devices than bridges
Performance: Each port operates as a separate collision domain, and full-duplex communication allows devices to send and receive data simultaneously.
Efficiency: Use intelligent MAC address forwarding, reducing unnecessary traffic and improving network efficiency.

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

Network Interfaces: network Interfaces and Ethernet Frames

A

Network interface is crucial component that connects a device(Node) to the transmission media, allowing it to exchange data with other devices on the network. Enables communication by converting data into signals suitable for transmission.

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

Network Interfaces: Network Interface Cards (NIC)

A

NIC provides the physical interface between the transmission medium and the device. Most ethernet adapters are designed for use with copper cabling and support 10/100/1000 operation, meaning compatible with Gigabit Ethernet(1000 Mbps), Fast Ethernet(100Mbps), and 10BASE-T(10Mbps).
Each Ethernet Network Interface has unique hardware know as Media Access Control (MAC) address.

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

Network Interfaces: Ethernet Frame Format

A

Data is transmitted within a structure known as a frame. Frame contains various headers and fields that control how the data is handled. Frames include information such as source and destination MAC addresses, data payload, and error checking.
Basic Ethernet Frame Format:
Preamble, SFD, Destination MAC, Source MAC, Ether Type, Payload, FCS.
Ensuring data moves efficiently across a network. Frame is passed through different layers of the OSI model, carrying the payload from higher-layer protocols, such as TCP/IP, within the protocol data unit (PDU).

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

Network Interfaces: Protocol Analysers and Packet Sniffers

A

Protocol analysers and packet sniffers are invaluable tools for network troubleshooting and security monitoring. A protocol analyser inspects the traffic received by host or passing over a network link, providing deep insights into the protocols in use, the structure of the frames, and any potential issues.

A packet sniffer is a specific type of protocol analyser used to capture frames as they more across the network. Good for troubleshooting issues, detect unauthorized traffic, and analyse data performance.

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

Network Troubleshooting Methodology: The 7 Steps

A
  1. Identify the problem
  2. Establish a Theory of Probable Cause
  3. Test the Theory to Determine the Cause
  4. Establish a Plan of Action and Identify potential Effects
  5. Implement the Solution or Escalate
  6. Verify Full System Functionality
  7. Document Findings, Actions, and Outcomes
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Network Troubleshooting Methodology: Troubleshooting Methodology Steps

A
  1. Identify the problem:
    Gather information, Duplicate the problem if possible, Question users, Identify symptoms, Determine if anything has changed, Approach multiple problems individually.
  2. Establish a theory of probable cause:
    Question the obvious, Consider multiple approaches, Top-to-bottom/bottom-to-top OSI model analysis, Divide and conquer.
  3. Test the theory to determine the cause:
    Once the theory is confirmed, determine next steps to resolve the problem, if the theory is not confirmed, re-establish a new theory or escalate.
  4. Establish a plan of action to resolve the problem and identify potential effects:
    Develop a strategy to implement to solution while minimizing potential risks.
  5. Implement the solution or escalate as necessary:
    Take action to resolve the problem based on the plan or escalate the issue to appropriate level.
  6. Verify full system functionality, and if applicable, implement preventive measures:
    Ensure the system is functioning correctly after the fix, implement measures to prevent the issue from recurring in the future.
  7. Document findings, actions, and outcomes:
    Keep detailed records of the issue, steps taken, and final resolution for future reference.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Internet service provider

A

Internet service provider(ISP)

17
Q

Troubleshooting common cable connectivity problems

A

Network issues, cable connectivity problems are a common culprit. Faulty cables or improper configurations can lead to intermitted connectivity, slow data transfers, or complete loss of network access. Applying layer-by-layer approach to network troubleshooting can greatly assist with isolating the symptoms and causes of these issues.

18
Q

Troubleshooting common cable connectivity problems: Layer-by-Layer troubleshooting Approach

A

Using the OSI model as a guide, network troubleshooting starts from Physical Layer(Layer 1) then upwards. Helps pinpoint the source of the problem.

19
Q

Troubleshooting common cable connectivity problems: Physical Layer(Layer 1): Checking Physical connections

A

Most cable connectivity issues occur at the Physical Layer.
1. Check Cables: Ensure cables are properly connected to their respective ports. Look for signs of physical damage.
2. Test Ports: Plug the cable into a different port on the switch, router or computer to rule out faulty hardware
3. Use Cable Testers: Tools like cable testers and continuity testers help verify the integrity of the cable.
4. Replace Suspect Cables: If you suspect a cable is at fault, swap it out for a know good one to see if the issue is resolved.

20
Q

Troubleshooting common cable connectivity problems: Data Link Layer(Layer 2): Analysing Frame Transmission

A

Check how data is transferred across the network.
1. Check MAC address Tables: Verify that switches are properly associating MAC addresses with their corresponding ports.
2. Inspect Switches for Errors: Review switch logs for any errors related to specific ports.
3. Test with Protocol Analysers: Use protocol analyser to check whether Ethernet frames are being transmitted correctly over the cable.

21
Q

Troubleshooting common cable connectivity problems: Network Layer(Layer 3): Verifying IP Address and Routing

A
  1. Verify IP Configuration: Ensure that the device connected to the cable has a valid IP address and that it matches the subnet of network.
  2. Check Routing Tables: Inspect the router’s routing table to verify that data is being forwarded correctly.
  3. Test Ping and Traceroute: Use ping and traceroute to test connectivity between devices and to detect where communication breaks down.
22
Q

Troubleshooting common cable connectivity problems: Transport Layer(Layer 4): and Above: Verifying Data Flow

A
  1. TCP Handshakes: Verify that TCP connections are being properly established.
  2. Application-Level Checks: If everything is functional at the lower layers, verify that applications are able to communicate over the network without drops.
23
Q

Troubleshooting common cable connectivity problems: Common Cable Connectivity Problems and Solutions

A
  1. Intermitted Connectivity: Often caused by loose or damaged cables.
  2. Signal Loss(Attenuation): Long cable runs can result in signal loss. If the cable exceeds the recommended distance, consider adding a repeater or switch to boost the signal.
  3. Cross-talk or interference: Electrical interference from other devices or cables can cause data corruption. Shielded cables (STP) or better cable management can reduce interference in high-noise environments.
  4. No Connectivity: Complete loss of connectivity could indicate a broken cable or damaged port. Swap cable and test different ports.
24
Q

Troubleshooting common cable connectivity problems: Troubleshooting Links: Performance, Attenuation, and Interference

A

Essential to compare the expected performance with the actual performance to diagnose any issues.

25
Troubleshooting common cable connectivity problems: Key Concepts for Troubleshooting Link Performance
1. Speed: Expected performance of a properly installed link. Speed refers to the theoretical maximum performance under ideal conditions. 2. Throughput: The average data transfer rate achieved over time, factors such as errors, encoding schemes, and losses at the physical and data link layers. Throughput is generally slower than speed due to these inefficiencies. 3. Attenuation: The loss of signal strength over distance, measured in decibels(dB). Excessive attenuation can lead to data loss, reduced speeds, and loss of connectivity. 4. Noise: Anything transmitted within or near the communication channel that's isn't part of the intended signal. Introduces interference, degrading the quality of the signal and leading to potential data errors. 5. Cable Tester: A cable tester is a crucial tool for network troubleshooting. It provides detailed information about the physical and electrical properties of cables, such as cable condition, crosstalk, attenuation, noise, and resistance. This data helps diagnose issues related to cabling faults.
26
Troubleshooting common cable connectivity problems: Attenuation and Interference Issues
Attenuation: If a cable link is too long, decibel(dB) loss can cause high error rates and packet retransmission. Results in reduced speeds, and complete loss of connectivity in some cases. Interference(EMI): Electromagnetic interference occurs when external electrical sources disrupt the transmission signal. Can come from motors, fluorescent lights, or other network equipment. Crosstalk: Crosstalk occurs when signal leakage from one cable pair interferes with another. Caused by poor-quality wiring, damaged cables, or improper terminations. To prevent crosstalk, ensure that cables are of the correctly type, properly shielded, and correctly terminated.
27
Troubleshooting common cable connectivity problems: Patch Cord Form Factors
Straight through: The most common type, used to connect different devices like computers to switches or routers to switches. Crossover: Used to directly connect two similar devices, like two computers or two switches, without an intermediary device. Rollover/Console Cable: A special cable used to connect a PC or laptop to the command line interface (CLI) of a switch or router for configuration purposes.
28
Specification and Limitations: Power over Ethernet(PoE)
Allows both power and data to be transmitted over the same network cable
29
Specification and Limitations: Fibre Optic Cable Testing Tools:
Optical Time Domain Reflectometer (OTDR): Used to detect faults, measure loss, and determine the length of a fibre optic cable. Sends pulses of light down the cable and measures reflected signals to identify any issues. Optical Spectrum Analyser (OSA): Used to measure the wavelengths and spectral properties of light traveling through a fibre optic cable, ensuring that the signal meets performance standards.
30
Common Network Testing Tools and Software: Packet Sniffers
Wireshark: Open-source network protocol analyser that allows for packet-level, enables investigation of connectivity issues, diagnose performance bottlenecks, or detect security breaches. Deep visibility into how protocols are interacting on the network, making it indispensable for troubleshooting complex issues.
31
Common Network Testing Tools and Software: Network Protocol Anlaysers
tcpdump: Powerful command-line packet analyser UNIX-based systems. Captures and displays packets transmitted over a network in real time, help detect network issues by observing packet behaviour. SolarWinds Network Performance Monitor (NPM): Commercial network performance monitoring tool that provides real time analysis of network devices and services. Monitor fault status, bandwidth utilizations, and protocol specific performances metrics, generating alerts for any detected issues.
32
Common Network Testing Tools and Software: Bandwidth Testing Tools
iPerf: Bandwidth testing tool that measures the maximum achievable bandwidth between two network devices. Supports both TCP and UDP data streams, and provides metrics on jitter, latency, and packet loss. Speedtest.net: Online tool to test internet connection speeds, download and upload rates, latency, and jitter.
33
Common Network Testing Tools and Software: Ping and Traceroute Utilities
Ping: Basic utility used to test connectivity between two devices on a network. Sends ICMP echo requests and measurers response time. Traceroute: Diagnostics tool that tracks the path data packets take from the source to the destination.
34
Common Network Testing Tools and Software: Network Scanning Tools
Nmap(Network Mapper): Free open source network scanning tool used for network discovery, security auditing, and vulnerability detection. Identifies open ports, running services, and the operating systems of devices on the network, Tool for network diagnostics and security assessments. Angry IP Scanner: Fast and simple tool that scans IP addresses and ports to determine which devices are active on a network. Provides info about device performance, open ports.
35
Common Network Testing Tools and Software: Cable Certification Tools
Fluke Networks CablelQ: Cable tester to certify the quality of copper and fibre cabling. Helps detecting problems like signal loss, crosstalk, and improper wiring.
36
Common Network Testing Tools and Software: Network Monitoring software
PRTG Network Monitor: Robust and scalable network monitoring solution that monitors uptime, bandwidth usage, and performance metrics for devices across the network. Customizable dashboards and alerts, identifies anomalies before they escalate into critical problems. WhatsUp Gold: Network monitoring software that tracks network performance, application health, and device status. Real time visibility into network infrastructure.
37
Common Network Testing Tools and Software: Wireless Network Testing Tools
Acrylic Wi-Fi analyser: Powerful tool for analysing Wi-Fi networks, detecting access points, identifying signal strength, checking encryption levels. Wireless network issues. Ekahau HeatMapper: Mapping Wi-Fi coverage in real-time. Visualizing signal strength across different areas.