Chpt 57 - Packet Switching and Routers

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/12

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

13 Terms

1
New cards

What is packet switching

A method of communicating packets of data across a network on which other similar communications are happening simultaneously????What is the benefit of packet switching

2
New cards

Sizes can be fixed or variable????What sections do each packet contain

Header, payload, trailer????What does the header of a data packet contain

3
New cards

Protocols being used

4
New cards

Number of packet in the sequence

5
New cards

The time to live / hop limit (after which point the data packet expires and is discarded)????What does the payload of a data packet contain

The actual data being sent????What does the trailer section of the data packet contain

6
New cards

They can be used to detect transmission errors????How do checksums and CRCs work

Calculate a hash total based on data in packet and attach it to packet

7
New cards

CRC checksum is recalculated for each packet upon receipt. A match indicates the data has not changed

8
New cards

If CRC totals differ, packet is refused and new copy is requested from sender????What happens to data packets upon receipt

They are assembled in the correct order + the data is extracted????What are routers used for

9
New cards

Commonly LANs or WANs, or a LAN and its ISP's network????What is hopping?

The act of traversing between one router and the next across a network????How does a router direct data packets

10
New cards

A routing algorithm is used to find the optimum route. A shortest path algorithm used in routing is Dijkstra's algorithm????Why must the IP address of a router's Internet-facing port be registered with an Internet registry?

Because it must be globally unique on the Internet, and registration ensures no two devices use the same public IP address, avoiding conflicts in data routing.????When is a gateway used

11
New cards

It is otherwise similar to a router????How does a gateway handle data packets

It strips all the header data, leaving only the raw data

12
New cards

A new header data is added in the format of the new network

13
New cards

The gateway then sends the packet on its way again (in similar way to routers)????