Computer Networks Ch1

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

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 2:17 AM on 9/2/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

20 Terms

1
New cards

What 3 layers must a router implement?

Physical, Link, Network

2
New cards

Protocol Stack Order

Application → Transport → Network → Link → Physical

3
New cards

Application Layer

handles messages from a variety of network applications

4
New cards

Transport Layer

handles the delivery of segments from the application layer, which may be reliable or unreliable

5
New cards

Network Layer

moves datagrams from the source host to the destination host

6
New cards

Link Layer

passes frames from one node to another across some medium

7
New cards

Physical Layer

transmits bits directly over the wire

8
New cards

Data-unit order

Messages --> Segments --> Datagrams --> Frames --> Bits

9
New cards

What is Packet Switching?

Network resources are shared and used on demand; packets may queue; congestion, loss, and variable delay are possible. Used by the Internet.

10
New cards

What is Circuit switching

Resources are reserved for an end-to-end connection before communication; traditionally used by telephone networks

11
New cards

What causes packet queuing?

Multiple packets/users competing for the same link/resources

12
New cards

What can congestion cause?

Queuing delay and packet loss

13
New cards

What is throughput?

Rate at which data is successfully transferred, usually measured in bps

14
New cards

What determines end-to-end throughput?

The bottleneck, the smallest available transmission rate along the path

15
New cards

What is a bottleneck link?

Link with the smallest available transmission rate along the path

16
New cards

What is 1 Mbps

10^6 = 1,000,000 bits per second

17
New cards

What is store-and-forward?

A router must receive the entire packet before transmitting it onto the next link

18
New cards

Probability all independent components work

P(success) = p^n

19
New cards

Probability at least one component fails

P(failure) = 1 - p^n

20
New cards

Suppose a communication involves 60 components that work correctly (independently) 98% of the time. What's the likelihood that the communication fails at a given point in time? (Show the result as ab.x%, rounded to the closest .x, e.g., 39.5%)

P(success) = (reliability)^(number of components) so then P(failure) = 1 - (reliability) ^ (number of components)

Success requires that they all function so failure probability = 1 - 0.98^(60) * 100% = 70.2%