Saturday, December 13, 2014

CS 2302 Computer Networks Unit 4

11. What is meant by quality of service?
            The quality of service defines a set of attributes related to the performance of the connection. For each connection, the user can request a particular attribute each service class is associated with a set of attributes.

12.  What are the two categories of QoS attributes?
            The two main categories are,
·         User Oriented
·         Network Oriented

13.  List out the user related attributes?
            User related attributes are SCR – Sustainable Cell Rate PCR – Peak Cell Rate MCR- Minimum Cell Rate CVDT – Cell Variation Delay Tolerance.

14. What are the networks related attributes?
The network related attributes are, Cell loss ratio (CLR) Cell transfer delay (CTD) Cell delay variation (CDV) Cell error ratio (CER).    

15. What is RED?
            Random Early Detection in each router is programmed to monitor its own queue length and when it detects that congestion is imminent, to notify the source to adjust its congestion window.


16. What are the three events involved in the connection?
          For security, the transport layer may create a connection between the two end ports. A connection is a single logical path between the source and destination that is associated with all packets in a message. Creating a connection involves three steps:
·         Connection establishment
·         Data transfer

·          Connection release



17. What is the difference between service point address, logical address and physical address? Service point addressing Logical addressing Physical addressing


Service point addressing


Logical addressing

Physical addressing

The transport layer header
includes a type of address
called a service point
address or port address,
which makes a data delivery
from a specific process on
one computer to a specific
process on another
computer.
If a packet passes the
network boundary we need
another addressing to
differentiate the source and destination systems. The network layer adds a
header, which indicate the
logical address of the sender
and receiver.
If the frames are to be
distributed to different
systems on the network, the
data link layer adds the
header, which defines the source machine’ s address
and the destination
Machine’ s address.



·          
18.What is Silly Window Syndrome(NOV/DEC 2007)
If the sender or the receiver application program processes slowly and can send only 1 byte of data at a time, then the overhead is high.This is because to send one byte of data, 20 bytes of TCP header and 20 bytes of IP header are sent. This is called as silly window syndrome.

No comments:

Post a Comment