Exercises What network model does the Internet use? P - - PowerPoint PPT Presentation

exercises
SMART_READER_LITE
LIVE PREVIEW

Exercises What network model does the Internet use? P - - PowerPoint PPT Presentation

Exercises What network model does the Internet use? P acket-switched network What Internet protocol should your program use if it is time-sensitive? UDP user datagram protocol What is the name of the documents that


slide-1
SLIDE 1

Exercises

 What network model does the Internet use?

 P

acket-switched network  What Internet protocol should your program use

if it is time-sensitive?

 UDP – user datagram protocol

 What is the name of the documents that

describe the technical details of protocols?

 RFCs – request for comments

slide-2
SLIDE 2

Exercises

In a packet-switching network, which of the following statements is F ALS E?

a)

The packets avoid congested or broken nodes.

b)

Data is broken into packets.

c)

Each node sends the packet on to its next destination.

d)

Each packet can go on a different route.

e)

Nodes are connected physically through a central node.

slide-3
SLIDE 3

Exercises

Which of the following statements is F ALS E?

a) b)

An IP address is a unique identifier for computers on the Internet.

c)

The TCP protocol combines the packets to recreate the message.

d)

The TCP protocol divides the message into packets.

e)

The IP protocol defines routing information. The TCP protocol lacks error detection.