Networking Exam1 Review

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

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 3:58 AM on 10/16/24
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

31 Terms

1
New cards

Subnet Mask

A 32-bit number that divides an IP address into network and host portions, essential for routing.

2
New cards

Network Address

The first address in a subnet, identifying the subnet itself and not assignable to devices.

3
New cards

Broadcast Address

The last address in a subnet, used to send data to all hosts simultaneously.

4
New cards

Number of Hosts

Calculated using (2^{(32 - subnet bits)} - 2), indicating the maximum devices in a subnet.

5
New cards

Block Size

The number of IP addresses in a subnet, determined by the subnet mask.

6
New cards

TCP

A connection-oriented transport layer protocol that ensures reliable data delivery.

7
New cards

UDP

A connectionless transport layer protocol that does not guarantee delivery or order.

8
New cards

Noise

Unwanted electrical signals that interfere with desired signals in communication systems.

9
New cards

EMI

Electromagnetic Interference, a specific type of noise caused by electromagnetic radiation.

10
New cards

TTL

Time to Live, a field in the IP packet header that specifies the maximum time a packet can exist in the network.

11
New cards

Hop Limit

Similar to TTL but used in IPv6, indicating the maximum number of hops a packet can pass through.

12
New cards

OSI Model

A framework with seven layers that standardizes network communication processes.

13
New cards

ARP

Address Resolution Protocol, used to map an IP address to a MAC address in a local area network.

14
New cards

ICMP

Internet Control Message Protocol, used for error messages and operational information exchange in IP networks.

15
New cards

Router

A device that connects different networks and routes data between them.

16
New cards

Switch

A device that connects devices within the same network, forwarding data based on MAC addresses.

17
New cards

IPv4 Address

A 32-bit address format used for identifying devices on a network.

18
New cards

IPv6 Address

A 128-bit address format that significantly increases the number of available addresses.

19
New cards

MAC Address

A unique identifier assigned to network interfaces for communications on a physical network.

20
New cards

Demarcation Point

A physical point in a telecommunications network marking the boundary of responsibility between entities.

21
New cards

Port Numbers

Numerical identifiers used to distinguish different services or applications on a device.

22
New cards

Sockets

Endpoints for sending and receiving data across a network, enabling communication between processes.

23
New cards

Ping

A network utility used to test the reachability of a host and measure round-trip time.

24
New cards

Trace Route

A network diagnostic tool that tracks the path packets take from one computer to another.

25
New cards

Fragmentation

The process of breaking down large packets into smaller packets to accommodate varying MTU sizes.

26
New cards

Attenuation

The reduction in strength of a signal as it travels through a medium, measured in decibels (dB).

27
New cards

Jitter

The variability in time delay in packet delivery, affecting the quality of real-time communications.

28
New cards

Static Routing

Manually configured routes that do not change unless updated by an administrator.

29
New cards

Dynamic Routing

Automatically adjusts routes based on network changes using routing protocols.

30
New cards

Link State Protocols

Routing protocols where each router maintains a complete map of the network topology.

31
New cards

Distance Vector Protocols

Routing protocols where routers share information about the distance to reach various destinations.