Send a link to your students to track their progress
62 Terms
1
New cards
Data Communication
The exchange of data between two or more devices through a transmission medium such as cable or air. It involves transmitting digital or analog data between devices.
2
New cards
Delivery
The ability to ensure that data reaches the correct destination.
3
New cards
Accuracy
The ability to ensure that data is delivered without errors or changes.
4
New cards
Timeliness
The ability to ensure that data is delivered within the required or appropriate time.
5
New cards
Jitter
The variation in the time it takes for packets to arrive at their destination.
6
New cards
Message
The actual information or data being transmitted between devices.
7
New cards
Sender
The device that sends or initiates the transmission of data.
8
New cards
Receiver
The device that receives the transmitted data.
9
New cards
Transmission Medium
The physical or wireless path used to carry data from the sender to the receiver.
10
New cards
Protocol
A set of rules that controls how devices communicate and exchange data.
11
New cards
Connectivity
The ability of devices to connect and communicate with each other.
12
New cards
Efficiency
The ability of a network to transmit and share data while minimizing time, cost, and resource use.
13
New cards
Productivity
The ability of data communication to support communication, collaboration, and completion of tasks.
14
New cards
Scalability
The ability of a network to expand and support additional devices, users, or traffic when needed.
15
New cards
Foundation of IT
The basic communication infrastructure that supports modern information technology systems and services.
16
New cards
Transmission Media
The pathways used to carry data from one device to another.
17
New cards
Two Main Categories of Transmission Media
Guided media and unguided media.
18
New cards
Guided Media
A type of transmission medium where signals travel through a physical path such as a cable.
19
New cards
Guided Media
Uses a physical medium to direct and contain signals as they travel from the source to the destination, providing a controlled and more secure path while reducing interference and signal loss.
20
New cards
Twisted
Pair Cable
21
New cards
Unshielded Twisted
Pair (UTP)
22
New cards
Shielded Twisted
Pair (STP)
23
New cards
Twisted
Pair Cable
24
New cards
Coaxial Cable
A cable consisting of a central copper conductor, insulation, a metallic shield, and an outer protective jacket.
25
New cards
Coaxial Cable
Used for cable television, broadband connections, and some older network systems.
26
New cards
Fiber Optic Cable
A cable that transmits data using light signals through thin strands of glass or plastic. It provides high bandwidth, supports long
27
New cards
Single
Mode Fiber (SMF)
28
New cards
Multi
Mode Fiber (MMF)
29
New cards
Unguided Media
A type of transmission medium where signals travel through air or free space without using a physical conductor.
30
New cards
Unguided Media
Allows signals to travel wirelessly through electromagnetic waves from the sender to the receiver.
31
New cards
Radio Waves
Electromagnetic waves used to transmit data wirelessly over different distances.
32
New cards
Microwaves
High
33
New cards
Infrared
A type of electromagnetic radiation used for short
34
New cards
Network Devices
Hardware devices used to connect, manage, and control communication between devices in a network.
35
New cards
NICs (Network Interface Cards)
Hardware components that allow devices to connect and communicate with a network. They provide network connectivity, convert data into signals for transmission, use a unique MAC address to identify the device, and can be wired or wireless.
36
New cards
Routers
Network devices that connect different networks and forward data packets between them using IP addresses. They determine the appropriate path for data packets and allow communication between separate networks.
37
New cards
Switches
Network devices that connect multiple devices within a Local Area Network and forward data to the appropriate destination using MAC addresses. They allow devices within a LAN to communicate efficiently and reduce unnecessary traffic.
38
New cards
Network Topology
The arrangement or structure of devices and connections within a computer network.
39
New cards
Physical Topology
The actual physical arrangement of devices, cables, and other network components.
40
New cards
Logical Topology
The way data flows between devices within a network, regardless of the physical arrangement.
41
New cards
Bus Topology
A network topology where all devices are connected to a single main communication cable called a backbone. Data travels along the backbone and can move in both directions. It is simple and inexpensive but can be difficult to troubleshoot and maintain.
42
New cards
Star Topology
A network topology where all devices are connected to a central device such as a switch or hub. It is easy to install, manage, and troubleshoot, but failure of the central device can affect the connected devices.
43
New cards
Ring Topology
A network topology where devices are connected in a circular arrangement. Data travels from one device to another around the network, and a failure in one device or connection can affect communication throughout the network.
44
New cards
Mesh Topology
A network topology where devices are connected to multiple or all other devices. It provides high reliability and multiple paths for data transmission but is expensive and complex to install and maintain.
45
New cards
Tree Topology
A hierarchical network topology that combines characteristics of star and bus topologies. It uses a hierarchical arrangement with a central or root connection and multiple levels of connected devices. It is scalable but depends on the main or backbone connections.
46
New cards
Hybrid Topology
A network topology that combines two or more different types of network topologies. It is flexible and scalable but can be more expensive and complex to design and maintain.
47
New cards
Circuit Switching
A switching method that establishes a dedicated communication path between two devices before data transmission begins. The path remains reserved for the communication until the session ends.
48
New cards
Packet Switching
A switching method that divides data into smaller units called packets, which are transmitted through a network and reassembled at the destination.
49
New cards
Datagram Packet Switching
A packet switching method where each packet is treated independently and may travel through different routes to reach the destination.
50
New cards
Virtual Circuit Packet Switching
A packet switching method where a logical path is established before transmission and the packets follow that path.
51
New cards
Message Switching
A switching method where the complete message is stored at an intermediate device before being forwarded to the next device.
52
New cards
Store
and
53
New cards
Router
A Layer 3 network device that connects different networks and forwards data packets based on IP addresses.
54
New cards
Network Switch
A network device that connects multiple devices within the same LAN and forwards data frames based on MAC addresses.
55
New cards
Differences Between a Router and a Switch
A router connects different networks and uses IP addresses, while a switch connects devices within a LAN and primarily uses MAC addresses.
56
New cards
Static Routing
A routing method where routes are manually configured in a router's routing table and remain unchanged until manually modified.
57
New cards
Dynamic Routing
A routing method where routers automatically determine and update routes based on changes in the network.
58
New cards
Direct Routing
A routing method where the source and destination devices are on the same network, allowing data to be sent directly without passing through another router.
59
New cards
Default Routing
A routing method that uses a predefined route when no specific route to the destination is available.
60
New cards
Default Route
A route used by a router when no specific route exists for the destination network.
61
New cards
Gateway of Last Resort
The default path used by a router when it does not have a specific route for the destination.
62
New cards
Next Hop
The next router or network device to which a data packet is forwarded on its way to the destination.