Vocabulary

This commit is contained in:
2025-10-06 01:12:52 +03:00
parent 87d353cd27
commit 1fcd7d712d
2 changed files with 15 additions and 1 deletions

View File

@@ -3,6 +3,6 @@
## Lab Works ## Lab Works
- September - 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] [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) - [x] [2.0.3 Packet Tracer - Examine Packets in the Small Office](./september/lab-2.0.3.md)

14
september/vocabulary.md Normal file
View File

@@ -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. |