Self Studies

Computer Networks Test 1

Result Self Studies

Computer Networks Test 1
  • Score

    -

    out of -
  • Rank

    -

    out of -
TIME Taken - -
Self Studies

SHARING IS CARING

If our Website helped you a little, then kindly spread our voice using Social Networks. Spread our word to your readers, friends, teachers, students & all those close ones who deserve to know what you know now.

Self Studies Self Studies
Weekly Quiz Competition
  • Question 1
    1 / -0

    Which of the following is/are stateless transport layer protocol?

    Solution

    Concept:

    Stateless Protocols are the type of network protocols in which the client sends the request to the server and server response back according to the current state.

    It does not require the server to retain session information or status about each communicating partner for multiple requests.

    Explanation:

    Application Layer protocol: HTTP and DNS

    Transport Layer protocol: TCP and UDP

    Stateless protocol: HTTP, UDP, DNS

    Therefore, UDP is a stateless transport layer protocol

    Important Point:

    UDP is an unreliable connectionless-transport layer Protocol used for its simplicity and efficiency in applications where error can be provided by the application layer

    UDP provided process-to-process communication

  • Question 2
    1 / -0

    In a network, on an average 60,000 frames pass every two minutes. The bandwidth of the network is 20 Mbps. If each frame is carrying 5,000 bits. What is the throughput of this network in Mbps? (Answer up to 1 decimal place)

    Solution

    Data:

    Bandwidth = 20 Mbps = 20 × 106 bps

    Data network can pass on average = 60,000 frames in 120 seconds.

    1 frame = 5,000 bits

    Calculation:

    Therefore, data network can pass in 120 seconds = 60,000 × 5,000 = 300 × 106 bits

    Throughput is data network can pass in 1 second

    Throughput = \(\frac{300 \times 10^6}{120}\)= 2.5 Mbps.

    The throughput of this network in is 2.5 Mbps 

  • Question 3
    1 / -0

    Match List I and List II

     

    List I

     

    List II

    a.

    Physical layer

    i.

    Provide token management service

    b.

    Transport layer

    ii.

    Concerned with transmitting raw bits over a communication channel

    c.

    Session layer

    iii.

    Concerned with the syntax and semantics of the information transmitted

    d.

    Presentation layer

    iv.

    True end-to-end layer from source to destination

     

    Choose the correct option from those given below:

    Solution

    Explanation:

    Physical layer: Concerned with transmitting raw bits over a communication channel

    Physical layer is the only layer of OSI network model which actually deals with the physical connectivity of two different stations. This layer defines the hardware equipment, cabling, wiring, frequencies, pulses used to represent binary signals etc.

    Transport layer: True end-to-end layer from source to destination

    It is termed as an end-to-end layer because it provides a point-to-point connection rather than hop-to- hop, between the source host and destination host to deliver the services reliably.

    Session layer: Provide token management service

    The session layer of OSI model is responsible for establishing, managing, synchronizing and terminating sessions between end-user application processes. Through token, this layer prevents the two users to simultaneously attempt the same critical operation.

    Presentation layer: Concerned with the syntax and semantics of the information transmitted

    It is responsible for data encryption and decryption of sensitive data before they are transmitted over common channels.

  • Question 4
    1 / -0

    The baud rate at the time Manchester encoding is 1.5 × 107 b/s.  Bit rate in the ethernet is k × 106 b/s. What is the value of k?

    Solution

    Data:

    Baud rate = 2 × 107 b/s

    Formula:

    For Manchester encoding:

    \(Baud\;rate = 2 \times bit\;rate\)

    Calculation:

    \(Baud\;rate = 2 \times bit\;rate\)

    \(bit\;rate = \frac{{Baud\;rate}}{2}\)

    \(\therefore bit\;rate = \frac{{{1.5\times{10}^7}}}{2} = 7.5 \times {10^6}\;b/s\)

    The value of k is 7.5

  • Question 5
    1 / -0

    Consider two systems are connected with LAN cable. The length of the cable is 3 kilometers and the data transmitted at a rate of  30 MB/s. The signal speed in the cable is 2.5 × 108 m/s. What is the minimum frame size in bits in the CSMA/CD network?

    Solution

    Data:

    Length of cable(D) = 3km

    Bandwidth (BW) = 30 MB/s

    Speed = V = 2.5 × 108 m/s = 2.5 × 105 km/s

    Frame size = Lmin 

    Formula:

    For CSMA/CD

    \({T_t} \ge 2 \times {T_p}\)

    Calculation:

    \({T_t} \ge 2 \times {T_p}\)

    \(L \ge 2 \times {T_p} \times BW\)

    \({L} \ge 2 \times \frac{D}{V} \times BW\)

    \({L} \ge 2 \times \frac{3}{2.5\times10^5} \times 30 \times10^6 \;bytes\)

     Lmin = 720 bytes = 5760 bits
  • Question 6
    1 / -0
    Consider a LAN with 3 nodes N1, N2 and N3. Time is divided into fixed-size slots, and a node can begin its transmission only at the beginning of a slot. A collision is said to have occurred if more than one node transmits in the same slot. The probabilities of generation of a frame in a time slot by N1, N2 and N3 are 0.2, 0.4, and 0.6, respectively. The probability of sending a frame in the first slot without any collision by any of these three stations is \(\frac{x}{{1000}}\;.\;\) What is the value of x?
    Solution

    If one node sends the data, then other two should not send to avoid collisions

    Probability = N1 OR N2 OR N3 s

    = N1 × (1 – N2) × (1 – N3) + (N1 – 1) × (N2) × (1 – N3) + (N1 – 1) × (1 – N2) × (N3)

    = 0.2 × 0.6 × 0.4 + 0.8 × 0.4 × 0.4 + 0.8 × 0.6 × 0.6

    \(= \frac{{48}}{{1000}}\; + \frac{{128}}{{1000}} + \frac{{288}}{{100}}\)

    \(= \frac{{464}}{{1000}}\)

  • Question 7
    1 / -0

    Which of the following is/are false about different layers of the OSI model?

    A. Fragmentation of datagram is performed at Transport layer

    B. Data compression is performed at the Session layer

    C. Dialog control is done is at the Application layer.

    Choose the most appropriate option

    Solution

    OSI model​

    Layers Functions

    Application layer

     

    Presentation layer

    Data compression

    Session layer

     

    Dialog control 

    Transport layer

    Segmentation

    Network layer

    Fragmentation

    Datalink layer

     

    Physical layer

     
     
    • Layers of OSI model: Physical Layer, Data Link Layer, Network Layer, Transport Layer, Session Layer, Presentation Layer, Application Layer
    • Packet segmentation is the process of dividing a data packet into smaller units for transmission over the network; Packet segmentation happens at the transport layer
    • Data compression (bit-rate reduction) involves encoding information using fewer bits than the original representation; Data compression is done at Presentation Layer
    • Dialog control and Token management is done at the session layer
  • Question 8
    1 / -0
    Two hosts are connected by a single direct link. Link transfer the data at a rate of 107 bits/seconds. The distance between the two host is 5000 km and the propagation speed along the link is 2 × 105 kilometer per second. One host is sending a data of 10,000 bytes in a single packet to another host. Let Tt be the transmission delay and TP be the propagation delay. The difference between the propagation delay and the transmission delay in millisecond is _____.
    Solution

    Data:

    Length of packet = L = 10,000 bytes = 8 × 104 bit

    Bandwidth = BW = 107 b/s

    Distance = d= 5000 km

    Propagation speed = v =2 × 105 km/s

    Transmission delay = Tt

    Propagation delay = Tp

    Formula:

    \({T_t} = \frac{L}{{BW}}\)

    \({T_p} = \frac{d}{v}\)

    Calculation:

    \({T_t} = \frac{{8 \times {{10}^4}}}{{{{10}^7}}} = 8\;ms\)

    \({T_p} = \frac{{5000}}{{2 \times {{10}^5}}} = 25\;ms\)

    Difference = Tp - Tt = 25 - 8 = 17 ms

    The difference between the propagation delay and the transmission delay is 17 milliseconds.
  • Question 9
    1 / -0

    Which is/are the multicast MAC address?

    I. 1B : 3A : 23 : 7F : 32 : 1F

    II. 2A : 1F : 41 : 4C : 11:19

    III. FF : FF : FF : FF : FF : FF

    IV. C9 : EA : B2 : 1D : 64 : 15

    Solution

    Reading MAC address form left to right:

    Unicast MAC address: Least significant bit (LSB) of 1st byte is 0

    2A : 1F : 41 : 4C : 11:19

    1st byte = 2A = 0010 1010

    Multicast MAC address: Least significant bit (MSB) of 1st byte is 1

    1B : 3A : 23 : 7F : 32 : 1F

    1st byte = 1B = 0001 1011

    C9 : EA : B2 : 1D : 64 : 15

    1st byte = C9 = 1100 1001

    Broadcast MAC address: All bits are 1

     FF : FF : FF : FF : FF : FF

    1st byte = FF = 1111 1111 (also multicast MAC address)

    Note:

    Every Broadcast MAC address is also a Multicast MAC address

Self Studies
User
Question Analysis
  • Correct -

  • Wrong -

  • Skipped -

My Perfomance
  • Score

    -

    out of -
  • Rank

    -

    out of -
Re-Attempt Weekly Quiz Competition
Selfstudy
Selfstudy
Self Studies Get latest Exam Updates
& Study Material Alerts!
No, Thanks
Self Studies
Click on Allow to receive notifications
Allow Notification
Self Studies
Self Studies Self Studies
To enable notifications follow this 2 steps:
  • First Click on Secure Icon Self Studies
  • Second click on the toggle icon
Allow Notification
Get latest Exam Updates & FREE Study Material Alerts!
Self Studies ×
Open Now