Networking Reviewer

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/59

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:18 PM on 8/23/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

60 Terms

1
New cards
Data Communication
is the exchange of data between two or more devices via a transmission medium such as cable or air. It involves transmitting digital or analog data over a communication channel. Goal: To ensure that data is delivered accurately, timely, and efficiently.
2
New cards
Data Communication
is the exchange of data between two or more devices via a transmission medium such as cable or air. It involves transmitting digital or analog data over a communication channel. Goal: To ensure that data is delivered accurately, timely, and efficiently.
3
New cards
Delivery, Accuracy, Timeliness, and Jitter
Key characteristics of data communication
4
New cards
Delivery
Data must be delivered to the correct destination.
5
New cards
Accuracy
Data must be delivered without errors.
6
New cards
Timeliness
Data must be delivered in a timely manner.
7
New cards
Jitter
Variations in packet arrival times should be minimal.
8
New cards
Message, Sender, Receiver, Transmission Medium, and Protocol
Components of Data Communication
9
New cards
Message
The actual data (text, audio, video, etc.)
10
New cards
Sender
The device that initiates the transmission.
11
New cards
Receiver
The device that receives the data.
12
New cards
Transmission Medium
Physical path (e.g., cable, fiber, air).
13
New cards
Protocol
Set of rules for communication.
14
New cards
Connectivity, Efficiency, Productivity, Scalability, and Foundation of IT
Importance of Data Communication
15
New cards
Connectivity
Enables communication between distant devices.
16
New cards
Efficiency
Reduces costs by enabling data sharing.
17
New cards
Productivity
Supports real time collaboration and services.
18
New cards
Scalability
Allows for flexible and scalable networks.
19
New cards
Foundation of IT
Core of modern digital systems and internet services.
20
New cards
Transmission Media
Physical pathways for information travel.
21
New cards
Two Main Categories of Transmission Media
Guided Media: Physical links that guide signals; Unguided Media: Signals transmit through air or space.
22
New cards
Guided Media

Aso known as wired media, refers to transmission pathways where data signals are physically directed along a solid medium. The signals are contained within a cable or fiber, which guides them from the source to the destination.

23
New cards
Twisted Pair Cable
Insulated copper wires twisted to reduce interference.
24
New cards
Unshielded Twisted Pair (UTP)
Common, inexpensive (e.g., Cat5e, Cat6).
25
New cards
Shielded Twisted Pair (STP)
Added metallic shield for better protection, more expensive.
26
New cards
Coaxial Cable

Central copper conductor, insulator, metallic shield, outer jacket. Better shielding than twisted pair. Cable TV, older Ethernet (10Base2, 10Base5), broadband internet.

27
New cards
Fiber Optic Cable
Transmits data using light pulses through glass or plastic strands. High bandwidth, long distance, no EMI.
28
New cards
Single Mode Fiber (SMF)
Thin core, single light path for long distance and high bandwidth.
29
New cards
Multi Mode Fiber (MMF)
Wider core, multiple light paths for shorter distances.
30
New cards
Unguided Media

Often referred to as wireless media, represents a category of transmission pathways where data signals propagate through the air or free space without the need for a physical conductor. Allows signals to spread out and be received by any device within their range.

31
New cards
Radio Waves

Electromagnetic waves, long distances, penetrate walls. AM/FM radio, Wi Fi, Bluetooth, cellular networks.

32
New cards
Microwaves

High frequency radio waves, line of sight, susceptible to weather. Satellite communication, terrestrial microwave links.

33
New cards
Infrared

Infrared light, short range, requires line of sight, cannot penetrate objects. Remote controls, short range PANs.

34
New cards
Network Devices
Devices used to connect, manage, and control communication between devices in a network.
35
New cards
NICs (Network Interface Cards)

Hardware component allowing a computer to connect to a network. Essential for any device to communicate on a network. Physical Connection (e.g., RJ 45 port); Data Conversion (parallel to serial and vice versa); Unique MAC Address.

36
New cards
Routers

Forwards data packets between computer networks; "traffic director.". Crucial for connecting local networks to the internet. Inter network Communication (e.g., home network to internet); Packet Forwarding (uses IP addresses to find best path); Routing Tables (stores network path info); Network Address Translation (NAT) (shares public IP in home networks).

37
New cards
Switches

Connects multiple devices within a Local Area Network (LAN). Operates at Data Link Layer (Layer 2). Forms the backbone of most modern LANs for efficient communication. Intelligent Forwarding (learns MAC addresses, sends data only to destination port); Collision Domains (each port is a separate collision domain, reduces congestion); Full Duplex Communication (send or receive data simultaneously).

38
New cards
Network Topology

The arrangement of different elements (links (communication path), nodes (devices), etc.) in a computer network. It defines how devices are connected and how data is transmitted.

39
New cards
Bus Topology

Single central cable (backbone) connects all devices. Data is transmitted in both directions. Simple and cost effective but difficult to troubleshoot. Coaxial cable.

40
New cards
Star Topology

All devices are connected to a central hub or switch. Easy to install and manage. Failure of the hub or switch brings down the entire network. Twisted pair cable.

41
New cards
Ring Topology

Devices are connected in a circular path. Data travels in one direction or both in dual ring. Failure in one device can affect the whole network, unless dual ring.

42
New cards
Mesh Topology

Every device is connected to every other device. Provides high redundancy and reliability. Very expensive and complex to implement.

43
New cards
Tree Topology

Combination of star and bus topologies. Hierarchical structure with a root node. Scalable but dependent on the backbone cable.

44
New cards
Hybrid Topology

Mix of two or more topologies. Flexible and scalable. Can be costly and complex.

45
New cards

Circuit Switching

A method of implementing a telecommunications network in which two network nodes establish a dedicated communications channel before they may communicate. Provides the full bandwidth of the channel and remains exclusively connected for the duration of the communication session.

46
New cards

History and Development of Circuit Switching

Was used in traditional telephone networks. In January 1878, the first telephone switch went into operation in New Haven, Connecticut, and telephone switching was used to interconnect users by creating circuits between them.

47
New cards
How Circuit Switching Works
The sender establishes a connection, network switches reserve a dedicated route and resources, data flows through the established path, and the resources are released when the communication ends.
48
New cards
Packet Switching
A data transmission method where information is divided into smaller units called packets. These packets are sent through different network nodes or switches and are later combined again at the destination.
49
New cards
History of Packet Switching
Paul Baran proposed dividing data into smaller packets between 1960 and 1962, while Donald Davies independently developed a similar concept and used the term packets. In 1967, Lawrence Roberts adopted packet switching for ARPANET, which had its first successful test in October 1969.
50
New cards

Packet Switching

Data is divided into packets containing a sequence number, destination address, and a portion of the total data. The packets move between routers, which determine the path at each hop and can use different routes when a path is busy or unavailable.

51
New cards
Message Switching
A connectionless network switching approach in which the complete message is routed from the sender node to the receiver node one hop at a time. The message is stored at intermediary nodes before being forwarded to the next node using the store and forward method.
52
New cards

History of Message Switching

Was used before packet switching and served as a replacement for circuit switching. Its early applications included telex networks and paper tape relay systems, while Western Union used a message switching system called Plan 55 A in the 1950s to process telegrams.

53
New cards
How Message Switching Works
The sender adds the destination address to the complete message, which is sent to an intermediary node. The node stores the entire message, determines the next route, and forwards it when the route is available until the message reaches its destination.
54
New cards
Router
A device that links separate networks together, commonly used across LANs, WANs, and MANs, and operates at Layer 3 of the OSI model by moving data packets from one network to another.
55
New cards
Network Switch
A device that connects multiple devices within a single LAN so they can exchange data packets and share a network while avoiding interference with one another.
56
New cards
Differences Between a Router and a Switch
Most network switches operate at Layer 2, although Layer 3 switches are also available, while routers operate at Layer 3. Routers process packets and use routing tables to determine IP addresses, while switches handle packets and frames and use CAM tables to identify MAC addresses.
57
New cards
Static Routing
A method of manually configuring routes in a router’s routing table to control the path that data packets take to reach their destination. Static routes remain unchanged unless the network administrator manually modifies them.
58
New cards
Dynamic Routing
A method where routers automatically choose and update routes based on the current state of the network. It allows data to use different paths when there are changes, such as a connection or node failure, as long as other routing paths are available.
59
New cards

Direct Routing

Occurs when the sender and destination host are connected to the same physical network. The sender can send an IP packet to the destination without passing through another machine or router.

60
New cards

Default Routing

Uses a route, also called the gateway of last resort, when a router does not have a specific route for a data packet. The packet is then forwarded to a predefined next hop.