NETWORK TECH QUIZ 2

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/67

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.

68 Terms

1
New cards

Physical Layer (Layer 1)

Transmits raw bits over physical media as signals (electrical, light, or radio waves).

2
New cards

Physical Connections

Wired (cables) or wireless (radio waves).

3
New cards

NIC (Network Interface Card)

Connects a device to the network (wired or wireless).

4
New cards

Encoding

Converts data bits into predefined codes for transmission.

5
New cards

Signaling

Represents bits as electrical pulses, light, or RF.

6
New cards

Bandwidth

Capacity of a medium to carry data (measured in bits per second).

7
New cards

Throughput

Actual data transfer rate achieved.

8
New cards

Goodput

Throughput minus protocol overhead.

9
New cards

Latency

Delay for data to travel from source to destination.

10
New cards

Copper Cable

Uses electrical pulses; subject to attenuation, EMI, and crosstalk.

11
New cards

UTP (Unshielded Twisted Pair)

Most common, terminated with RJ-45.

12
New cards

STP (Shielded Twisted Pair)

Adds shielding for better noise protection.

13
New cards

Coaxial Cable

Used in older Ethernet and wireless antenna links.

14
New cards

Fiber Optic Cable

Uses light pulses, high bandwidth, immune to EMI/RFI.

15
New cards

Wireless Media

Uses radio or microwave; affected by interference, coverage, and security issues.

16
New cards

Data Link Layer (Layer 2)

Packages data into frames, handles addressing, and controls media access.

17
New cards

Sublayers: LLC (Logical Link Control)

Interfaces with network layer protocols (IPv4, IPv6).

18
New cards

Sublayers: MAC (Media Access Control)

MAC (Media Access Control)

19
New cards

Physical Topology

Actual physical layout of devices.

20
New cards

Logical Topology

Path that data signals follow, defined by protocols.

21
New cards

Duplex Modes: Half-duplex

Devices send or receive, but not both at once.

22
New cards

Duplex Modes: Full-duplex

Devices send and receive simultaneously.

23
New cards

Contention-based (CSMA/CD, CSMA/CA)

Devices compete for access; collisions occur in CSMA/CD.

24
New cards

Media Access Control Methods - Contention-based (CSMA/CD, CSMA/CA)

Devices compete for access; collisions occur in CSMA/CD.

25
New cards

Media Access Control Methods - Controlled access

Devices take turns accessing the medium (e.g., Token Ring).

26
New cards

Data Link Frame - Components

Header, Data (payload), Trailer.

27
New cards

Data Link Frame - Fields

Frame delimiters, addressing, type, control, error detection.

28
New cards

Data Link Frame - Layer 2 Addressing

NIC MAC addresses used for local delivery.

29
New cards

Data Link Frame - Protocols

Ethernet, Wi-Fi (802.11), PPP, HDLC, Frame Relay.

30
New cards

Ethernet

LAN technology operating at Layers 1 and 2; defined by IEEE 802.2/802.3.

31
New cards

Ethernet - Speeds

10 Mbps to 100 Gbps and beyond.

32
New cards

Sublayers - Logical Link Control (LLC)

Software-based, communicates with upper layers.

33
New cards

MAC (Media Access Control)

Hardware-based (in NIC), handles encapsulation and media access.

34
New cards

64 bytes (runt frames are discarded)

Ethernet Frame: Min size

35
New cards

1518 bytes (larger are “jumbo frames”)

Ethernet Frame: Max size

36
New cards

MAC Addresses

48-bit hardware addresses (burned-in on NICs), written in hexadecimal

37
New cards

Unicast

One device to one device.

38
New cards

Broadcast

One device to all devices (FF:FF:FF:FF:FF:FF).

39
New cards

Multicast

One device to a group of devices (starting with 01:00:5E).

40
New cards

OUI (Organizationally Unique Identifier)

First 3 bytes assigned by IEEE to vendors.

41
New cards

MAC Address Table (CAM Table)

Switch learns source MAC addresses and stores port mappings.

42
New cards

send only to specific port.

LAN Switching - If destination known →

43
New cards

flood to all ports.

LAN Switching - If unknown →

44
New cards

Receives entire frame, checks for errors before forwarding.

Switching Methods - Store-and-Forward

45
New cards

Forwards after reading destination MAC only (faster, no error check).

Switching Methods - Cut-Through

46
New cards

Forwards after first 64 bytes (compromise).

Switching Methods - Fragment-Free

47
New cards

Duplex mismatch

One side full-duplex, other half-duplex → performance problems.

48
New cards

Auto-MDIX

Allows switches/routers to detect cable type automatically (no need for crossover cables).

49
New cards

Address Resolution Protocol (ARP)

Maps IPv4 addresses to MAC addresses.

50
New cards

ARP Request

Broadcast asking "Who owns this IP?"

51
New cards

ARP Reply

Device with the IP responds with its MAC.

52
New cards

ARP Cache/Table

Stores IP-to-MAC mappings temporarily.

53
New cards

(attacker fakes MAC)

Security Threat - ARP Spoofing ___ . Mitigated by Dynamic ARP Inspection (DAI).

54
New cards

IPv4, IPv6.

Network Layer (Layer 3) - Protocols

55
New cards

Network Layer (Layer 3)

Addressing, encapsulation, routing, de-encapsulation.

56
New cards

No session setup.

Characteristics of IP - Connectionless

57
New cards

No delivery guarantee.

Characteristics of IP - Best Effort

58
New cards

Works on copper, fiber, or wireless.

Characteristics of IP - Media Independent

59
New cards

MTU (Maximum Transmission Unit)

Largest packet size supported on a link. IPv4 allows fragmentation; IPv6 does not.

60
New cards

Host Routing

Device decides if destination is local or remote.

61
New cards

Sent directly on LAN.

Host Routing - Local

62
New cards

Sent to default gateway.

Host Routing - Remote

63
New cards

Default Gateway

Router IP address that connects LAN to other networks.

64
New cards

Router Routing Table - Directly Connected Routes

Learned automatically when interface active.

65
New cards

Router Routing Table - Remote Routes

Learned via static config or dynamic protocols.

66
New cards

Router Routing Table - Default Route

Used when no specific route is known.

67
New cards

Static Routing

Manually configured; good for small networks.

68
New cards

Dynamic Routing

  • Routers share updates automatically and choose best paths.