From 1fcd7d712d877ff55330b9e418e3a0ff46e5809e Mon Sep 17 00:00:00 2001 From: Nazar Date: Mon, 6 Oct 2025 01:12:52 +0300 Subject: [PATCH] Vocabulary --- README.md | 2 +- september/vocabulary.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 september/vocabulary.md diff --git a/README.md b/README.md index 9b78b02..7ef80d1 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,6 @@ ## Lab Works - September - - [ ] [Vocabulary](./september/vocabulary.md) + - [x] [Vocabulary](./september/vocabulary.md) - [x] [1.1.4 Packet Tracer - Create Realistic Structured Cabling in the Physical Workspace and Cabling Devices in a Rack](./september/lab-1.1.4.md) - [x] [2.0.3 Packet Tracer - Examine Packets in the Small Office](./september/lab-2.0.3.md) diff --git a/september/vocabulary.md b/september/vocabulary.md new file mode 100644 index 0000000..8a79fe0 --- /dev/null +++ b/september/vocabulary.md @@ -0,0 +1,14 @@ +# Vocabulary + +| English Term | Ukrainian Term | Meaning | +| ------------ | ------------------- | --------------------------------------------------------- | +| Router | Маршрутизатор | A device that directs data packets between networks. | +| Switch | Комутатор | Connects multiple devices within a local network. | +| Packet | Пакет | A unit of data transmitted over a network. | +| IP Address | IP-адреса | A unique identifier assigned to each device on a network. | +| Subnet | Підмережа | A smaller, logical section of a larger network. | +| Topology | Топологія | The physical or logical layout of a network. | +| Simulation | Симуляція | A virtual test of network configurations and behavior. | +| Ping | Пінг | A tool used to test connectivity between two devices. | +| Bandwidth | Пропускна здатність | The amount of data that can pass through a network link. | +| Firewall | Брандмауер | A system that controls and filters network traffic. |