IT 520 Midterm Final Prep

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall with Kai
GameKnowt Play
New
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/120

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

121 Terms

1
New cards

3 types of Network Media

Copper, Fiber-Optic and Wireless

2
New cards

Copper Cable

Knows as a twisted pair
Transmits data using electrical signals.

  • Common in LANs.

  • Includes UTP (Unshielded Twisted Pair) and STP (Shielded Twisted Pair).

3
New cards

Fiber Optic Cable

  • Transmits data using light.

  • Immune to electromagnetic interference.

    • Used for long-distance, high-speed communication.

4
New cards

Wireless Media

  • Transmits data using radio waves or infrared signals.

    • Common in Wi-Fi and Bluetooth networks.

5
New cards

Data Signaling For Each Medium

  • Copper: Electrical voltage variations.

  • Fiber: Pulses of light.

  • Wireless: Radio frequencies (RF signals).

6
New cards

Twisted Pair COnfiguriations

Straight Through, Crossover and Rollover

7
New cards

Straight-Through Cable

  • Used to connect different device types (e.g., PC → switch).

  • Pins 1→1, 2→2, etc.

8
New cards

Crossover Cable

  • Used to connect similar devices (e.g., switch → switch, PC → PC).

    • Transmit and receive pairs are crossed (1→3, 2→6).

9
New cards

Rollover Cable

  • Used for console connections between a computer and a router/switch.

    • One end’s pinout is the complete reverse of the other.

10
New cards

Single-Mode Fiber (SMF)

  • Transmits one light signal straight down the core.

  • Long-distance (tens of kilometers).

  • Smaller core (≈9 microns).

  • Uses laser light source.

11
New cards

Multi-Mode Fiber

  • Transmits multiple light signals bouncing through the core.

  • Shorter distances (up to ~2 km).

  • Larger core (≈50–62.5 microns).

    • Uses LED light source.

12
New cards

Types of Connectors

RJ-45, LC, SC,ST and BNC

13
New cards

RJ-45

Used for Ethernet (copper cables).

14
New cards

LC,SC and ST

Used for fiber-optic cables.

15
New cards

BNC

Used in older coaxial networks

16
New cards

Types of Antennas

Omnidirectional, Unidirectional and Parabolic

17
New cards

Omnidirectional Antenna

  • Sends and receives signals in all directions.

    • Used in most Wi-Fi routers.

18
New cards

Unidirectional Antenna

  • Focuses signal in a single direction.

    • Used for long-distance point-to-point links.

19
New cards

Parabolic Antenna

  • Uses a curved dish to focus the signal tightly.

  • Longest range and high precision.

20
New cards

Types of signal propagation

Reflection, refraction, diffraction scattering and absorption

21
New cards

Reflection

Signal bounces off a surface.

22
New cards

Refraction

Signal bends as it passes through a medium.

23
New cards

Diffraction

Signal bends around obstacles.

24
New cards

Scattering

Signal spreads in multiple directions after hitting a rough surface.

25
New cards

Absorption

Signal is weakened when passing through materials.

26
New cards

Association

The process of a wireless device (station) connecting to an access point (AP).

27
New cards

RTS (Request to send)

  • Sent by a device to request permission to transmit.

    • Helps prevent collisions on a shared medium.

28
New cards

CTS (Clear to Send)

Response from the AP granting permission to send data.

29
New cards

Active Scanning

  • Device sends probe requests to locate available networks.

  • Access points respond with probe responses.

    • Faster but creates traffic.

30
New cards

Passive Scanning

  • Device listens for beacon frames from access points.

    • Slower but quieter (less network noise).

31
New cards

WEP (Wireless Security)

Weak, outdated encryption standard.

32
New cards

WPA/WPA2/WPA3

Modern wireless encryption protocols (WPA3 is the most secure).

33
New cards

Layer 2 Addressing

Uses MAC addresses (physical hardware addresses) for communication within the same network segment.

34
New cards

Layer 3 Addressing

Uses IP addresses (logical addresses) for routing data between different networks.

35
New cards

Layer 4 Addressing

Uses port numbers to identify specific applications or services on a host.

36
New cards

Class A

1.0.0.0 – 126.255.255.255
Default Subnet Mask: 255.0.0.0
Large networks (16 million hosts per network).

37
New cards

Class B

128.0.0.0 – 191.255.255.255
Default Subnet Mask: 255.255.0.0
Medium-sized networks (65,000 hosts per network).

38
New cards

Class C

192.0.0.0 – 223.255.255.255
Default Subnet Mask: 255.255.255.0
Small networks (254 hosts per network).

39
New cards

Class D

224.0.0.0 – 239.255.255.255
Used for multicast.

40
New cards

Class E

240.0.0.0 – 255.255.255.255
Experimental; not used for regular networking.

41
New cards

Public IP Addresses

Globally unique and routable on the internet.

42
New cards

Private IP Addresses

Used within private networks; not routable on the internet.
Ranges:

  • Class A: 10.0.0.0 – 10.255.255.255

  • Class B: 172.16.0.0 – 172.31.255.255

  • Class C: 192.168.0.0 – 192.168.255.255

43
New cards

Required Addressing on a Host

IP Address, Subnet Mask, Default Gateway, DNS Server

44
New cards

IP Address

Identifies the device on the network.

45
New cards

Subnet Mask

Defines the network and host portions.

46
New cards

Default Gateway

The route out of the local network.

47
New cards

DNS Server

Resolves domain names to IP addresses.

48
New cards

IPv6 Address

128-bit address written in hexadecimal.

49
New cards

Purpose of IPv7

Provides a vastly larger address space and eliminates the need for NAT.

50
New cards

Data Encapsulation

The process of wrapping data with protocol information at each layer of the OSI model.

51
New cards

Encapsulation Order

Application → Transport → Network → Data Link → Physical

52
New cards

De-Encapsulation Order (receiving data)

Physical → Data Link → Network → Transport → Application

53
New cards

Application Layer

Data

54
New cards

Transport Layer

Segments (uses port numbers)

55
New cards

Network Layer

Packets (uses IP addresses)

56
New cards

Data Link Layer

Frames (uses MAC addresses)

57
New cards

Physical Layer

Bits (raw data transmission)

58
New cards

TCP (transmission Control Protocol)

  • Connection-oriented

  • Reliable, ordered, and error-checked

    • Used for web (HTTP/HTTPS), email (SMTP), file transfer (FTP)

59
New cards

UDP (User Datagram Protocol)

  • Connectionless

  • Fast but unreliable

  • Used for streaming, gaming, and VoIP

60
New cards

Common TCP Ports

HTTP – 80
HTTPS – 443
FTP – 20/21
SMTP – 25
SSH – 22
Telnet – 23

61
New cards

Common UDP Ports

DNS – 53
DHCP – 67/68
TFTP – 69
SNMP – 161/162

62
New cards

ARP (Address Resolution Protocol) purpose

Resolves IP addresses (Layer 3) to MAC addresses (Layer 2) on a local network.

63
New cards

ARP Taple

Stored locally; lists known IP-to-MAC mappings.

64
New cards

ARP Request

Broadcast asking, “Who has this IP?”

65
New cards

ARP Reply

Response from the device owning that IP address with its MAC address.

66
New cards

Telenet

  • Remote terminal protocol using plaintext.

  • Insecure (data is not encrypted).

  • Port 23.

67
New cards

SSH (Secure Shell)

  • Encrypted remote access for secure logins and management.

  • Port 22.

  • Preferred alternative to Telnet.

68
New cards

Peer-to-Peer (P2P) Network

A network model where each computer can act as both a client and a server; devices share files and resources directly without a central server.

69
New cards

Client-Server Network

A network model where clients request services or resources from centralized servers that manage access and control.

70
New cards

Advantages of Client-Server Model

Centralized management, scalability, better security, and data backup control.

71
New cards

Advantages of Peer-to-Peer Model

Simple setup, inexpensive, and ideal for small networks.

72
New cards

Purpose of OSI Model

A conceptual framework that standardizes the functions of a communication system into seven layers to ensure interoperability.

73
New cards

OSI Layers (Bottom to Top)

Physical, Data link, network, transport, Session, Presentation and Application

74
New cards

Purpose of OSI

A conceptual framework that standardizes the functions of a communication system into seven layers to ensure interoperability.

75
New cards

OSI Layer 7 - Application Layer

Interface for network applications; provides network services to end users (e.g., HTTP, FTP, SMTP).

76
New cards

OSI Layer 6 - Presentation Layer

Formats and encrypts data; ensures compatibility between systems (e.g., encryption, compression).

77
New cards

OSI Layer 5 - Session Layer

Establishes, manages, and terminates sessions between applications.

78
New cards

OSI Layer 4 - Transport Layer

Manages data transfer and reliability (TCP/UDP); segmentation, sequencing, and error checking occur here.

79
New cards

OSI Layer 3 - Network Layer

Handles logical addressing and routing of packets (IP, ICMP).

80
New cards

OSI Layer 2 - Data Link Layer

Responsible for physical addressing (MAC addresses) and error detection on frames (Ethernet).

81
New cards

OSI Layer 1 - Physical Layer

Transmits raw bit streams over a physical medium; includes cables, switches, and NICs.

82
New cards

OSI Layers (Top to Bottom)

Application, Presentation, Session, Transport, Network, Data Link, Physical

83
New cards

TCP/IP Model Layers

Application, Transport, Internet, Network Access

84
New cards

Difference between OSI and TCP/IP Models

OSI has 7 layers, TCP/IP has 4; TCP/IP is a practical model used in real networks.

85
New cards

Transport Layer Protocols

TCP (connection-oriented) and UDP (connectionless).

86
New cards

Switch

Connects devices on the same network and forwards frames using MAC addresses.

87
New cards

Router

Connects multiple networks and forwards packets using IP addresses.

88
New cards

Hub

Broadcasts data to all connected devices; slower and less secure than a switch.

89
New cards

Bridge

Divides a network into segments to reduce traffic.

90
New cards

NIC (Network Interface Card)

Hardware component that connects a computer to a network.

91
New cards

Access Point (AP)

Provides wireless connectivity to wired networks.

92
New cards

Modem

Converts digital signals to analog and vice versa for communication over telephone lines.

93
New cards

Firewall

Monitors and filters incoming/outgoing network traffic based on security rules.

94
New cards

Electrical Safety

Always unplug equipment before servicing; avoid static discharge by grounding.

95
New cards

ESD (Electrostatic Discharge) Prevention

Use anti-static wrist straps, mats, and grounding techniques.

96
New cards

Cable Management

Label and route cables neatly to prevent damage and confusion.

97
New cards

Lifting Safety

Lift heavy equipment with your legs, not your back

98
New cards

Fire Safety

Use Class C fire extinguishers for electrical fires.

99
New cards

Labeling and Naming Conventions

Standardized labels and names help technicians quickly identify devices, cables, and ports for maintenance and troubleshooting.

100
New cards

Good Labeling Practices

Use clear, permanent, and consistent labeling for cables, ports, racks, and rooms.