data comm prelim

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/103

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 2:15 PM on 9/8/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

104 Terms

1
New cards

Local Area Network (LAN)

is a network that links devices within a confined geographical region like a home, classroom, office, lab, or campus

2
New cards

• sharing an Internet connection

• sharing files and folders

• sharing printers and other resources

• accessing servers and applications

• supporting communication among users

• connecting IoT and other smart devices


Common purposes of a LAN

3
New cards

End devices

are the source or destination of network communication. They are also commonly called hosts

4
New cards

Intermediary device

Connects devices/networks and forwards traffic

5
New cards

Network media

Carries signals between devices

6
New cards

Protocol

Provides communication protocols

7
New cards

Intermediary Network Devices

connect end devices and networks and help move data toward its destination.

8
New cards

Switch

connects devices within a LAN. It forwards Ethernet frames based mainly on MAC-address information

9
New cards

Router

connects different IP networks and forwards packets using network-layer addressing.

10
New cards

Wireless Access Point

helps devices get on a network without any cable going into them. It then routes what those devices send over to the wired part of your local network.

11
New cards

Firewall

looks at data moving across a network and applies set security rules. It lets safe, expected traffic through. Meanwhile, it also blocks requests that have not been approved. It stops items that should not be on the system.

12
New cards

Modem / ISP Gateway

connects your local network to the provider’s network. In a lot of homes, you get one device that handles everything. It works as a modem and a router, and it may include a switch, Wi-Fi access, and a simple firewall too

13
New cards

Network Media

are the pathways used to carry signals from one device to another.

14
New cards

types of network media

Copper media

Fiber-optic media

Wireless media

15
New cards

Copper media

carries electrical signals through copper conductors.

16
New cards

Fiber-optic media

carries pulses of light through glass or plastic fiber.

17
New cards

Wireless media

carries information using electromagnetic radio signals.

18
New cards

Wireless Devices

send data through the air. So, you do not need a cable for that link. Many people pick Wi‑Fi when they build a small network. You see it in apartments, in schools, and at work. For longer distances and wider reach, cellular networks are the common choice. They can keep you connected while you are away, out of your usual area, and on the move.

19
New cards

Wireless Router

It moves information between the private network at home and the wider internet. Often the router also sends out a Wi-Fi signal. Then phones, tablets, and laptops can join and send data. In most setups this is done with DHCP. You may see basic firewall tools as well. NAT is commonly enabled too, and it helps with traffic as it goes between different networks.

20
New cards

Important wireless terms

SSID

Wi-Fi password/passphrase

WPA2/WPA3

Channel

Access point

21
New cards

SSID

The name used to identify a Wi-Fi network.

22
New cards

Wi-Fi password/passphrase

A credential used to authenticate a device to a protected wireless network.

23
New cards

WPA2/WPA3

Wireless security standards used to protect Wi-Fi communication.

24
New cards

Channel

A portion of the radio spectrum used by a wireless network.

25
New cards

Access point

A device/function that provides wireless access to a network.

26
New cards

IP address

a logical address assigned to a network interface. It helps identify the source and destination of IP communication.

27
New cards

IPv4

is built on 32 bits. People usually show it as four numbers, split into octets, like this in decimal form.

28
New cards

Default Gateway

normally the router interface a host uses when it needs to communicate with a destination outside its local IP network.

29
New cards

DNS

translates domain names into IP addresses and supports other namerelated functions.

30
New cards

DHCP

can automatically provide a host with an IP address, subnet mask, default gateway, and DNS server information.

31
New cards

simplified DHCP process DORA

Discover

Offer

Request

Acknowledge

32
New cards

Discover

client looks for a DHCP server

33
New cards

Offer

server offers configuration.

34
New cards

Request

client requests the offered configuration.

35
New cards

Acknowledge

server confirms the assignment.

36
New cards

Private IPv4 address ranges

• 10.0.0.0 – 10.255.255.255

• 172.16.0.0 – 172.31.255.255

• 192.168.0.0 – 192.168.255.255

37
New cards

Verify Connectivity

Configuration testing for the network needs to be done once the network is either installed or troubleshooted. Configuration testing will help us figure out whether the problem lies with the machine, the local network, the gateway, DNS, or any other portion of the route.

38
New cards

ipconfig (Windows)

Displays IP configuration information.


ipconfig

39
New cards

ping

Ping sends test messages to a destination and reports whether replies are received. It is useful for testing basic reachability.


ping 192.168.1.1

40
New cards

Computer Network Protocols

is a defined set of rules that devices use to communicate

41
New cards

Protocols

provide common expectations for how messages are formatted, addressed, transmitted, received, and interpreted.

42
New cards

IP (Internet Protocol)

Logical addressing and packet forwarding between networks.

43
New cards

TCP (Transmission Control Protocol)

Reliable, ordered transport with error recovery and flow control.

44
New cards

UDP (User Datagram Protocol)

Connectionless transport with low overhead; does not provide TCP-style delivery guarantees.

45
New cards

HTTP (Hypertext Transfer Protocol)

Web application communication.

46
New cards

HTTPS (Hypertext Transfer Protocol Secure)

HTTP protected using TLS.

47
New cards

DNS (Domain Name System)

Name resolution and other DNS services.

48
New cards

DHCP (Dynamic Host Configuration Protocol)

Automatic host network configuration.

49
New cards

FTP (File Transfer Protocol)

File transfer; other modern secure filetransfer methods are often preferred.

50
New cards

SMTP (Simple Mail Transfer Protocol)

Email delivery and forwarding.

51
New cards

Communication Rules

Message encoding

Message formatting

Message size

Timing

Addressing

Delivery method

52
New cards

Message encoding

data must be represented in a form the receiving system can understand.

53
New cards


Message formatting

messages need an expected structure, such as headers and data fields.

54
New cards

Message size

large data may be divided into smaller units for transmission

55
New cards

Timing

devices need rules about when data is sent and how quickly it is handled.

56
New cards

Addressing

source and destination information identifies where data comes from and where it should go.

57
New cards

Delivery method

communication may be unicast, broadcast, or multicast depending on the situation.

58
New cards

Common delivery types

Unicast

Broadcast

Multicast

59
New cards

Unicast

One sender communicates with one destination.

60
New cards

Broadcast

One sender sends to all applicable devices in a broadcast domain.

61
New cards

Multicast

One sender sends to a selected group of receivers.

62
New cards

Latency

Delay in communication. High latency can cause slow response or lag.

63
New cards

Packet loss

The packets do not make it to their destinations due to congestion, interference, bad links, and bad devices.

64
New cards

Bandwidth limitations

A link may not have enough capacity for the amount of traffic being generated.

65
New cards

Interference

Electrical or wireless interference may decrease signal quality.

66
New cards

Congestion

Excessive traffic can lead to queuing, delay, and loss of packets.

67
New cards

Configuration errors

Incorrect IP addresses, subnet mask, gateway, DNS, VLAN, and routing can hinder communication.

68
New cards

Hardware/cabling faults

Cables, ports, and network hardware malfunctions can cause disruptions in communications.

69
New cards

Security problems

Unauthorized access, malicious software, weak credentials, or unsafe configurations can compromise network communication.

70
New cards

Copper Media

copper conductors to carry electrical signals. Copper Ethernet cabling is widely used in LANs because it is relatively affordable, flexible, easy to terminate, and widely supported.

71
New cards

Twisted-Pair Cable

comprises insulated copper wires that are twisted in pairs.


Pair 1 → 2 conductors

Pair 2 → 2 conductors

Pair 3 → 2 conductors

Pair 4 → 2 conductors

Total → 8 conductors

72
New cards

UTP (Unshielded Twisted Pair)

used extensively in Ethernet networks in office settings, classrooms, and even in domestic use. It lacks any extra metallic shielding on the cable pairs.

73
New cards

STP / Shielded Twisted Pair

cables have been manufactured with shields meant to reduce electromagnetic interference. This is achieved through proper selection of cables, connectors, patch panels, and installation procedures.

74
New cards

Coaxial Cable

have inner conductor, insulating material, shield, and jacket. They are most often found in cable television systems, broadband Internet access, and close circuit television systems.

75
New cards

White/Green

T568A PIN 1

76
New cards

green

T568A pin 2

77
New cards

white/orange

T568A pin3

78
New cards

blue

T568A pin4

79
New cards

white/blue

T568A pin5

80
New cards

orange

T568A pin6

81
New cards

white/brown

T568A pin7

82
New cards

brown

T568A pin8

83
New cards

White/Orange

T568B pin 1

84
New cards

Orange

T568B pin 2

85
New cards

White/Green

T568B pin3

86
New cards

Blue

T568B pin 4

87
New cards

White/Blue

T568B pin 5

88
New cards

Green

T568B pin 6

89
New cards

White/Brown

T568B pin 7

90
New cards

Brown

T568B pin 8

91
New cards

Twisted-pair cable categories

describe performance characteristics such as frequency capability and transmission performance. The actual speed and distance supported depend on the cable category, Ethernet standard, installation quality, and environmental conditions.

92
New cards

Cat5e cable

Common enhanced Category 5 cable; widely used for Gigabit Ethernet

93
New cards

Cat6 cable

Higher-performance twisted pair with improved specifications

94
New cards

Cat6a cable

Category 6A Suitable for use in 10 Gigabit appropriate for 100 m channels

95
New cards

Cat8

High-performance copper cabling designed for short, high-speed datacenter links

96
New cards

10BASE-T

10 Mbps Ethernet over twisted pair

97
New cards

100BASE-TX

100 Mbps Fast Etherne

98
New cards

1000BASE-T

1 Gbps Gigabit Ethernet over twisted pair

99
New cards

10GBASE-T

10 Gbps Ethernet over twisted pair under specified conditions

100
New cards

IEEE 802.3

the major family of Ethernet standards.