Networking Technologies Exam Practice

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

flashcard set

Earn XP

Description and Tags

Vocabulary-style flashcards covering the core concepts of Networking Technologies Lectures 1 through 6, including network characteristics, configurations, models, and protocols.

Last updated 10:15 AM on 6/30/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

46 Terms

1
New cards

Fault Tolerance

A characteristic of a reliable network that limits the impact of failure by using packet switching so traffic can take alternate paths.

2
New cards

Scalability

The ability of a network to grow and support new users without degrading performance.

3
New cards

Quality of Service (QoS)

The management of flow to ensure high-priority traffic such as voice and video receives the required bandwidth.

4
New cards

Confidentiality

A part of the CIA triad ensuring that only the intended and authorised recipients can read the data.

5
New cards

Integrity

A part of the CIA triad ensuring that data has not been altered in transit.

6
New cards

Availability

A part of the CIA triad ensuring that authorised users have timely and reliable access to data.

7
New cards

Intermediary Devices

Devices such as switches, routers, firewalls, and WAPs that move and manage data within a network.

8
New cards

Peer-to-Peer (P2P)

A network type where a device acts as both a client and a server; it is easy to set up but lacks security and scalability.

9
New cards

Intranet

A private internal network intended for use only by members of an organisation.

10
New cards

Extranet

A network that extends intranet access to authorised external users such as suppliers or customers.

11
New cards

BYOD (Bring Your Own Device)

A network trend allowing any device, regardless of ownership, to be used for work anywhere.

12
New cards

User EXEC Mode

A basic monitoring mode in Cisco IOS indicated by the prompt Switch>Switch>.

13
New cards

Privileged EXEC Mode

A mode with full access to all commands and configurations, indicated by the prompt Switch#.

14
New cards

Global Configuration Mode

A mode used for device-wide configurations, indicated by the prompt Switch(config)#.

15
New cards

running-config

The configuration file currently in use and stored in volatile RAM; it is lost on reboot.

16
New cards

startup-config

The configuration file stored in non-volatile NVRAM; it is not lost on reboot.

17
New cards

IPv4

A 32-bit32\text{-bit} dotted-decimal address used for logical addressing (e.g., 192.168.1.1192.168.1.1).

18
New cards

IPv6

A 128-bit128\text{-bit} hexadecimal address separated by colons.

19
New cards

Switch Virtual Interface (SVI)

The logical interface, such as vlan1vlan 1, required for remote management of a switch.

20
New cards

Application Layer (OSI Layer 7)

The layer responsible for process-to-process communication, using protocols like HTTP and DNS.

21
New cards

Transport Layer (OSI Layer 4)

The layer responsible for segmentation, reliability, and flow control using TCP or UDP.

22
New cards

Segment

The Protocol Data Unit (PDU) at the Transport Layer.

23
New cards

Packet

The Protocol Data Unit (PDU) at the Network Layer.

24
New cards

Frame

The Protocol Data Unit (PDU) at the Data Link Layer.

25
New cards

Unicast

A message delivery option for one-to-one communication.

26
New cards

Multicast

A message delivery option for one-to-many communication to a select group.

27
New cards

Broadcast

A message delivery option for one-to-all communication, used in IPv4 only.

28
New cards

IETF (Internet Engineering Task Force)

The organisation that develops and maintains TCP/IP and internet standards.

29
New cards

UTP (Unshielded Twisted Pair)

The most common copper cabling, which uses RJ-45 connectors and is susceptible to EMI.

30
New cards

Straight-through Cable

A UTP cable where both ends use the same wiring standard (T568A or T568B), used to connect a host to a network device.

31
New cards

Single-Mode Fibre (SMF)

A cable with a very small core that uses a laser for long-distance transmissions (km+).

32
New cards

Multimode Fibre (MMF)

A cable with a larger core using LED light sources for distances up to 550 m550\text{ m} at 10 Gbps10\text{ Gbps}.

33
New cards

Throughput

The actual bits transferred in a given time period over a medium.

34
New cards

Goodput

The measure of usable data transferred, calculated as Throughput minus overhead.

35
New cards

MAC Address

A 48-bit48\text{-bit} physical address expressed as 12 hexadecimal digits, burned into the NIC.

36
New cards

OUI (Organisationally Unique Identifier)

The first 6 hex digits of a MAC address, which are vendor-specific.

37
New cards

Store-and-Forward

A switch forwarding method that receives the entire frame and checks the CRC for errors before forwarding.

38
New cards

Cut-Through

A switch forwarding method that forwards the frame as soon as the destination MAC address is read, resulting in low latency.

39
New cards

CSMA/CA

A collision avoidance method used in Wi-Fi (IEEE 802.11) where the medium is checked before transmitting.

40
New cards

ARP (Address Resolution Protocol)

The protocol used to resolve an IPv4 address to a MAC address on the same LAN.

41
New cards

Best Effort

An IP characteristic meaning there is no guarantee of delivery and no built-in retransmission mechanism.

42
New cards

TTL (Time to Live)

A field in the IPv4 header that is decremented at each hop to prevent packets from looping endlessly.

43
New cards

Hop Limit

The IPv6 field that replaces the IPv4 TTL, decremented by one at each router hop.

44
New cards

Default Gateway

The router interface on the same LAN that a host uses to send traffic to remote networks.

45
New cards

Static Route (S)

A routing table entry manually configured by an administrator, designated by the symbol 'S'.

46
New cards

no shutdown

The Cisco IOS command used to activate a configured interface.