Computer Network
Computer Network
Practice Set
1. List the layers of the Internet model.
The Internet model, as discussed in this chapter, include physical,
data link, network, transport, and application layers.
2. Which layers in the Internet model are the network support layers?
The network support layers are the physical, data link, and network
layers.
Each layer calls upon the services of the layer just below it using
interfaces between each pair of adjacent layers.
7. What are headers and trailers, and how do they get added and
removed?
Headers and trailers are control data added at the beginning and
the end of each data unit at each layer of the sender and removed
at the corresponding layers of the receiver. They provide source and
destination addresses, synchronization points, information for error
detection, etc
8. What are the concerns of the physical layer in the Internet model?
The physical layer is responsible for transmitting a bit stream over a
physical medium. It is concerned with
10. What are the responsibilities of the network layer in the Internet
model?
The network layer is concerned with delivery of a packet across
multiple networks; therefore, its responsibilities include
II. What are the responsibilities of the transport layer in the Internet
model?
The transport layer oversees the process-to-process delivery of the
entire message. It is responsible for
The logical address defines the sender and receiver at the network
layer and is used to deliver messages across multiple networks. The
14. How do the layers of the Internet model correlate to the layers of
the OSI model?
16. Match the following to one or more layers of the OSI model:
a. Route determination
b. Flow control
c. Interface to transmission media
d. Provides access for the end user
23.Supposeacomputersendsapacketatthenetworklayertoanotherco
mputersomewhereintheInternet.Thelogicaldestinationaddressofthepa
cketiscorrupted.
Whathappenstothepacket?Howcanthesourcecomputerbeinformedof
thesituation?
Before using the destination address in an intermediate or the
destination node, the
packet goes through error checking that may help the node find the
corruption
(with a high probability) and discard the packet. Normally the upper
layer protocol
will inform the source to resend the packet.
24.Suppose a computer sends a packet at the transport layer to
other computers ome where in the Internet. There is no process with
the destination port address running at the destination computer.
What will happen?
Most protocols issue a special error message that is sent back to the
source in this
case.
25.If the data link layer can detect errors between hops,why do you
think we need another checking mechanism at the transport layer?
The errors between the nodes can be detected by the data link
layer control, but the error at the node (between input port and
output port) of the node cannot be
detected by the data link layer.