azxc
azxc
Physical layer
Data link layer
Network layer.
Transport layer and
Application layer.
2. Which layers in the Internet model are the network support layers?
Physical
Data link
Network layers
Application layer.
Session layer
Presentation layer
4. What is the difference between network layer delivery and transport layer
delivery?
Each layer at the sending site uses the services of the layer immediately
below it. The sender at the higher layer uses the services of the middle
layer. The middle layer uses the services of the lower layer. The lower
layer uses the services of the carrier.
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?
Physical topology
Representation of bits
Type of encoding
Synchronization of bits
Transmission rate and mode
Line Configuration
9. What are the responsibilities of the data link layer in the Internet model?
10. What are the responsibilities of the network layer in the internet model?
Logical addressing
Routing
11. What are the responsibilities of the transport layer in the internet model?
12. What is the difference between a port address, a logical address, and a
physical address?
13. Name some services provided by the application layer in the Internet
model.
Mail services. This application provides the basis for e-mail forwarding
and storage.
The layers in the models are compared with each other. The physical layer
and the data link layer of the OSI model correspond to the link layer of the
TCP/IP model.
The session layer, the presentation layer and the application layer of the
OSI model together form the application layer of the TCP/IP model.
The network layers and the transport layers are the same in both models.
In both models, data are mainly used to convert raw data into packets
and help them reach their destination node.
16. Match the following to one or more layers of the OSI model:
17. Match the following to one or more layers of the OSI model:
18. Match the following to one or more layers of the OSl model:
19. Match the following to one or more layers of the OSI model:
If the corrupted destination address does not match any station address
in the network, the packet is lost. If the corrupted destination address
matches one of the stations, the frame is delivered to the wrong station.
In this case, however, the error detection mechanism, available in data
link protocols, will find the error and discard the frame.
The packet will go through error checking to let the node search for
corruption on a higher probability before using the destination address in
an intermediate or destination node and discarding the packet. Typically,
the protocol at the upper layer notifies the source computer to send the
packet again.
24. Suppose a computer sends a packet at the transport layer to another
computer somewhere in the Internet. There is no process with the
destination port address running at the destination computer. What will
happen?
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.
The data link layer has the ability to detect errors between hops, but not
end-toend errors. Whereas the transport layer is in charge of ensuring
reliable end-toend data delivery, the data link layer manages data
transmission between two devices that are directly connected.