Infrastructure Flashcards

(30 cards)

1
Q

Checking Network Connectivity: Windows

A
  1. Click on WIFI icon in taskbar
  2. Select desired SSID
  3. Enter WIFI password
  4. Click Connect
    Ping<Ipaddress> = Check Connectivity
    Ipconfig = View network settings, IP, gateway
    Tracert<domain>= Trace route to destination
    Netstat= View Active Connections</domain></Ipaddress>
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Checking Network Connectivity: Linux

A
  1. Use network manager or use command nmcli dev wifi connect <ssid> password <password>
    ping<Ipaddress> (basic connectivity check)
    ifcofig or ipa (to check network/IP)
    Traceroute<domain> (Tracing the route)
    Netstat (View active connections)</domain></Ipaddress></password></ssid>
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Checking Network Connectivity: MAC OS

A
  1. Click WIFI icon in menu bar
  2. Select SID and enter password
    Ping<Ipaddress>
    Ifconfig Check network interfaces
    Netstat: View active connections
    Traceroute<Domain> to trace route</Domain></Ipaddress>
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Check Network Connectivity: Android

A
  1. Access quick settings
  2. Tap wifi, enter ssid and password
    Ping <IP>
    Ip addr show (To view IP)
    Netstat (Active connections)</IP>
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Check Network Connectivity: Apple IOS

A
  1. Open settings
  2. Choose SSID and put password
    -Use pingtools or network analyzer to test network connectivity
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Link Light Green (Solid)

A

Status: On
A valid link is established, the port is connected and active

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

Link Light Green (Blinking)

A

Status: Blinking
Traffic is passing through the port, activity is present

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

Link Light Amber (Solid)

A

Status: On
The port has detected a problem or is disabled by an admin or error

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

Link Light Amber (Blinking)

A

Status: Blinking
The port is experiencing errors or is blocked

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

Link Light Off

A

Not link, port is not connected, disable, or no power to the device

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

Patch Cables

A

Used to connect devices within a local area network. Typically short ethernet cables with RJ-45 connectors on both ends.
Used to connect ethernet ports on computers, servers, switches, and routers

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

Switches and Routers

A

Switches: Used to create local networks by connecting multiple devices together
Router: Connect different networks together

Can connect to each other using patch cables.

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

Small Topologies

A

In small network topologies, devices are typically connected in a star or tree-like configuration. Each device connects directly to switch or router

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

Rack Layout

A

In larger networks setups, devices may be organized in server racks or cabinets

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

Console Port

A

The console port is used for local management and configuration of network devices
Requires RS-232 serial connection and console cable to connect

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

Serial Port

A

Used for serial communication/ Serial ports can be used for connecting external modems or console servers

17
Q

Fiber Port

A

Fiber optic ports used for connecting fiber optic cables. Ports are designed to transmit and recieve data using light signals. Used for highspeed and long distance network connections

18
Q

Ethernet Ports

A

Most common ports. Connects devices using ethernet cables, which typically have RJ-45 connectors. Supports different speeds 10/100/1000 mbps

19
Q

SFP

A

Small Form Factor Pluggable Ports: Found on modular ports on some network devices like switches. They accepts sfp transcievers, which are swappable modules that allow for flexible connectivity options

20
Q

USB Port

A

Universal serial bus port: Used for various purposes such as connecting external storage devices.

21
Q

POE

A

Power over ethernet ports allow for both data and power transmission over a single ethernet cable. Connects poe enabled devices like IP phones

22
Q

Default Gateway

A

A router or networking device that serves as an entry and exit point for network traffic between a local net and other networks such as internet

23
Q

Layer 2 switches

A

Operates on layer 2 (Data link layer) of osi model. Uses mac addresses to forward data within local network

24
Q

Layer 3 Switches

A

Operates at layer 2 and 3. Unlike layer 2 switch is can make routing decisions based on IP allowing it to reach other networks

25
Local Network
Referred to as LAN, Covers a limited area often assigned private IPS to communicate within the network
26
Remote Network
Separate and distinct from local networks. Requires routing through switches to reach other networks
27
MAC address table
A data base that associates MAC addresses with the physical ports of the switch
28
MAC address filtering
A security feature allowing admins to control access to the switch based on mac addresses
29
VLAN
Virtual Local Area Network Local segmentation of a physical LAN into multiple virtual LANS. Allows admins to divide a switch into separate broadcast domains
30
Network Switches
Support the configuration of VLANS