Introduction to Computer Networks

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

1/50

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering key concepts, terms, and components from the lecture notes on computer networks.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

51 Terms

1
New cards

Computer network

A system of interconnected devices (computers, routers, switches, etc.) that share resources and communicate over a transmission medium.

2
New cards

Protocol

A set of rules that govern data communications; determines what is communicated, how, and when; key elements are syntax, semantics, and timing.

3
New cards

OSI model

A reference model that standardizes network functions into seven layers to enable interoperability.

4
New cards

TCP/IP protocol suite

A family of internet protocols including TCP and IP used for network communication.

5
New cards

Addressing

Assigning unique identifiers to devices on a network so they can be located and reached.

6
New cards

Subnetting

Dividing a larger network into smaller subnets to improve routing and management.

7
New cards

VLSM

Variable Length Subnet Masking; allocating subnet masks of different lengths to optimize address use.

8
New cards

Topology

The arrangement of nodes and links in a network and how they are connected.

9
New cards

LAN

Local Area Network; a network that covers a small geographic area such as a building.

10
New cards

MAN

Metropolitan Area Network; a network spanning a city or campus.

11
New cards

WAN

Wide Area Network; a network that covers large geographical distances.

12
New cards

NIC

Network Interface Card; hardware that provides a device with network connectivity.

13
New cards

HUB

A basic network device that broadcasts data to all ports within a shared collision domain.

14
New cards

Switch

A network device that forwards data to the specific port of the destination, reducing collisions.

15
New cards

Router

A device that connects different networks and forwards packets between them.

16
New cards

Bridge

A device that connects segments and filters traffic at the data-link layer.

17
New cards

Repeater

A device that regenerates a signal to extend transmission distance.

18
New cards

End system

An endpoint device that originates or terminates data transfers (e.g., computer or server).

19
New cards

Node

Any device on a network capable of sending, receiving, or forwarding data.

20
New cards

Link

The transmission medium that carries data between nodes.

21
New cards

Point-to-point connection

A direct connection between exactly two endpoints.

22
New cards

Multipoint connection

A shared connection used by more than two endpoints.

23
New cards

Simplex

Data flows in only one direction at a time.

24
New cards

Half-duplex

Two-way communication where transmission occurs in both directions, but not simultaneously.

25
New cards

Full-duplex

Two-way communication that occurs simultaneously in both directions.

26
New cards

Data communications

Exchange of data between two devices via a transmission medium.

27
New cards

Delay

The time it takes for data to travel from source to destination.

28
New cards

Throughput

The rate at which useful data is transmitted over a network.

29
New cards

Availability

The degree to which a network component is operational and accessible.

30
New cards

Robustness

Resistance to failures; how well a network maintains operation under faults.

31
New cards

Errors

Mistakes or corruption in data transmission that must be detected or corrected.

32
New cards

Malicious users

Individuals attempting to compromise network security or data integrity.

33
New cards

Physical structure

The physical arrangement and connection type of a network (cables, wireless, topology).

34
New cards

Mesh topology

A topology with multiple interconnections providing multiple paths between nodes.

35
New cards

Star topology

A topology with a central hub or switch to which all devices connect.

36
New cards

Bus topology

A topology where all devices share a single communication line.

37
New cards

Ring topology

A topology where each device connects to two neighbors forming a loop.

38
New cards

Hybrid topology

A topology that combines two or more different topologies.

39
New cards

Internet

A global network of networks interconnected through ISPs and hierarchical structure.

40
New cards

ISP

Internet Service Provider; organizations that provide access to the Internet.

41
New cards

NAP

Network Access Point; a point where networks exchange traffic as part of ISP structure.

42
New cards

Autonomous System (AS)

A collection of IP networks under a single administrative domain for routing.

43
New cards

Border Gateway Protocol (BGP)

A routing protocol between ASes used for routing decisions on the Internet.

44
New cards

Cisco IOS

Operating system used on Cisco routers for configuring network devices.

45
New cards

Static routing

A routing method where routes are manually configured by an administrator.

46
New cards

Default routing

A catch-all route used when no other route matches the destination.

47
New cards

Wireless Network

A network that uses wireless transmission to connect devices.

48
New cards

Wireless installation

Setting up wireless networks including placement of devices and access points.

49
New cards

Protocol: Syntax

The structure or format of data within a protocol; field delineation.

50
New cards

Protocol: Semantics

The meaning of the data fields and the actions they imply.

51
New cards

Protocol: Timing

When data should be sent and the speed of transmission.