REVIEWER FOR NET TECH

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/29

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 10:59 PM on 5/8/25
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

30 Terms

1
New cards

Encapsulation

The process of adding a new string of information to an existing unit to form a new unit of information.

2
New cards

Decapsulation

The reverse process of encapsulation where the header and tail of a packet are removed to obtain the data payload.

3
New cards

Packet

A data unit that is exchanged and transmitted on a network.

4
New cards

Header

The information segment added before the data payload during packet assembly to facilitate information transmission.

5
New cards

Tail

The information segment added after the payload to facilitate information transmission.

6
New cards

Protocol Data Unit (PDU)

A specific block of information transferred over a network.

7
New cards

Internet Protocol (IP)

Defines a packet and an addressing scheme, transferring data between the Internet and network access layers and routing packets to remote hosts.

8
New cards

Internet Control Message Protocol (ICMP)

A TCP/IP protocol that handles errors and controls data transmission between computers.

9
New cards

Internet Group Management Protocol (IGMP)

A TCP/IP protocol that handles multicasting.

10
New cards

Address Resolution Protocol (ARP)

Obtains the physical address of a node from a specific IP number.

11
New cards

Reverse Address Resolution Protocol (RARP)

Allows a host with no local permanent data storage to find its Internet address given its physical address.

12
New cards

Ethernet

A family of LANs using a CSMA/CD access method, being a best-effort delivery system.

13
New cards

Point-to-Point Protocol (PPP)

The protocol used for data transfer across a serial line.

14
New cards

Fiber Distributed Data Interface (FDDI)

A set of ANSI protocols for sending digital data over fiber optic cable.

15
New cards

Asynchronous Transfer Mode (ATM)

A wide area protocol featuring high data rates and equal-sized packets/cells.

16
New cards

Frame Relay

A WAN protocol for LAN internetworking that transmits data across multiple switches and routers.

17
New cards

Proxy ARP

Used when a terminal needs to pass data from one segment to another without changing its current IP address.

18
New cards

Routing

The process of selecting paths on a network along which packets are sent from a source to a destination.

19
New cards

Path Determination

Enables a router to compare the destination address to the available routes and select the best path.

20
New cards

Routes

The path information used to guide packet forwarding.

21
New cards

Router

A network device that forwards packets to a destination subnet based on routes.

22
New cards

Packet Routing

The overall process of finding the most efficient path for forwarding an IP packet from source to destination.

23
New cards

Packet Forwarding

The passing or moving of information between interfaces according to routing directions.

24
New cards

Direct Delivery

Occurs when the IP node forwards a packet to its final destination in the network.

25
New cards

Indirect Delivery

Occurs when the IP node forwards a packet to an intermediate node because the final destination is not directly attached.

26
New cards

Routing Table

A database containing information about which router interface to use to send data to a network segment.

27
New cards

Route Preference

The measure used to compare routes from different protocols with lower values indicating higher preference.

28
New cards

Direct Route

Automatically generated routes that point to directly connected networks.

29
New cards

Static Route

Routes manually configured by administrators suited for small/simple networks.

30
New cards

Dynamic Route

Routes learned by routing protocols and reflecting changing network topologies.