Introduction to Computer Networks

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

flashcard set

Earn XP

Description and Tags

Comprehensive vocabulary terms and definitions covering the fundamentals of computer networking, including topologies, data flow, and network categories.

Last updated 5:58 AM on 8/19/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

28 Terms

1
New cards

Communications

The branch of technology concerned with the representation, transfer, interpretation, and processing of data among persons, places, and machines also known as information systems.

2
New cards

Telecommunication

Communication at a distance.

3
New cards

Data communications

The exchange of data between two devices via some form of transmission medium such as a wire cable.

4
New cards

Communication System Effectiveness

Depends on four fundamental characteristics: delivery, accuracy, timeliness, and jitter.

5
New cards

Message

The information or data to be communicated, which can include text, numbers, pictures, audio, and video.

6
New cards

Sender

The device that sends the data message, such as a computer, workstation, telephone handset, or video camera.

7
New cards

Receiver

The device that receives the message, such as a computer, workstation, telephone handset, or television.

8
New cards

Transmission medium

The physical path by which a message travels from sender to receiver, such as twisted-pair wire, coaxial cable, fiber-optic cable, or radio waves.

9
New cards

Protocol

A set of rules that govern data communications representing an agreement between the communicating devices.

10
New cards

Simplex

A data flow mode where the direction of data is one way all the time, such as from a monitor.

11
New cards

Half duplex

A data flow mode where the direction of data can change, but it only travels in one direction at any given time.

12
New cards

Duplex

A data flow mode where data can be sent in both directions simultaneously.

13
New cards

Network Performance

A network criterion often measured by transit time, response time, throughput, and delay.

14
New cards

Network Reliability

A criterion measured by the frequency of failure, the time it takes a link to recover from a failure, and the network's robustness in a catastrophe.

15
New cards

Network Security

Issues including protecting data from unauthorized access, protecting data from damage, and implementing policies for recovery from breaches.

16
New cards

Point-to-Point Connection

Provides a dedicated link between two devices where the entire capacity of the link is reserved for transmission between those two devices.

17
New cards

Multipoint Connection

Also called multidrop, it is a connection in which more than two specific devices share a single link either spatially or temporally.

18
New cards

Topology

The geometric representation of the relationship of all the links and linking devices (nodes) to one another.

19
New cards

Mesh Topology

A network layout where every device has a dedicated point-to-point link to every other node, providing high reliability and capacity.

20
New cards

Mesh Physical Link Formula

In a fully connected mesh network with nn nodes, the number of physical links needed is calculated as n(n1)/2n(n - 1) / 2.

21
New cards

Star Topology

A configuration where each device has a dedicated point-to-point link only to a central controller called a hub.

22
New cards

Tree Topology

Also known as an extended star topology, it is often used with network devices like bridges, switches, and routers to reduce traffic.

23
New cards

Bus Topology

A multipoint configuration that uses drop lines and taps to connect nodes to one long cable acting as a backbone.

24
New cards

Ring Topology

A layout where each device has a dedicated point-to-point connection with only the two devices on either side of it, with signals rotating around the ring.

25
New cards

Local Area Network (LAN)

A network designed for a single organization, office, building, or campus that allows for resource sharing like printers and file servers.

26
New cards

Metropolitan Area Network (MAN)

A network that connects LANs together and provides access to Wide Area Networks, often owned by a private or public network operator.

27
New cards

Wide Area Network (WAN)

An international network using public, leased, or private equipment provided by international operators or carriers.

28
New cards

Client/Server Network

An arrangement where network services are located in a dedicated computer that responds to the requests of client computers.