CS 326E Computer Networks - Packets, Routing, and Performance

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/9

flashcard set

Earn XP

Description and Tags

This set of flashcards covers key concepts from the lecture on packets, routing, and network performance.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

10 Terms

1
New cards

Packet Forwarding

The process of moving incoming packets from one point to another based on the destination address in the packet's header.

2
New cards

Routing

The determined path taken by packets from the source to the destination, using a routing algorithm.

3
New cards

Store-and-Forward

A mechanism where the entire packet must arrive before it can be transmitted to the next link.

4
New cards

Nodal Processing Delay

The time taken by a router to process incoming packets and prepare them for transmission.

5
New cards

Queueing Delay

The time a packet spends waiting in a queue before being transmitted on an output link.

6
New cards

Transmission Delay (dtrans)

The time required to push all the bits of a packet into the link, calculated as L/R, where L is packet length in bits and R is link transmission rate.

7
New cards

Propagation Delay (dprop)

The time taken for a bit to travel from the beginning of the link to the next hop, calculated as distance/speed.

8
New cards

Circuit Switching

A method of communication when dedicated resources are reserved for a call between the source and destination.

9
New cards

Packet Switching

A method allowing multiple users to share network resources simultaneously with some probability of packet loss.

10
New cards

Traffic Intensity (La/R)

A measure of network traffic, where La is the average packet arrival rate and R is the transmission rate.