Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Exercise 1 . Consider the open network ( referred to as the system ) of two single - server queues, i . e . ,

Exercise 1. Consider the open network (referred to as the system) of two single-server queues, i.e.,Q1 and
Q2, at steady state. New customers arrive at rate and enter Q1. Customers leaving Q1 choose to enter Q2
with probability 1-p, or they re-enter Q1 otherwise (with probability p). Customers leaving Q2 choose to leave
the system with probability 1-q, or they return to Q1 otherwise (with probability q). The known paramenters
are: ,p,q,N1(defined as the average number of customers in Q1) and T2(defined as the average time spent
by a customer while visiting Q2 once). Solutions must be reported as functions of these known paramenters
only.
A) Compute 1 and 2 defined as the arrival rates into Q1 and Q2, respectively [pt.10].
B) Compute T1 defined as the customer's average time spent in Q1 during one single visit and N2 defined as
the average number of customers in Q2[pt.10].
C) Compute Ttot defined as the average total time a customer spends in the entire system (i.e., visiting the
queues before leaving the system)[pt.10].
Exercise 2. Consider all the possibile strings of two data bits (K=2). A CRC is attached at the end
of each string during transmission to create the corresponding codework. The CRC is computed using the
generator polynomial g(D)=D4+D3+D2+1.
A) Generate all 4 possible codewords [pt.10].
B) Assume that at the receiver the received sequence of bits is affected by an error pattern described by
e(D)=D5+D2+D+1. Regardless of what codeword is affected by this error, will the error be detected
at the receiver and why? [pt.10].
C) Compute the distance between every pair of codewords, and the minimum distance of the code dmin[pt.10].
D) Corroborate the dmin value obtained in the previous answer using properties that you may identify in the
used generator polynomial g(D)[pt.10].
E) List all the error patterns (using polynomial notation) that cannot be detected by the chosen g(D)[pt.10].
F) Compute N4 defined as the number of patterns of exactly 4 errors that can be experienced by these code-
words, and N4n defined as the number of these error patters that will not be detected by the receiver?
[pt.10].
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Conceptual Database Design An Entity Relationship Approach

Authors: Carol Batini, Stefano Ceri, Shamkant B. Navathe

1st Edition

0805302441, 978-0805302448

More Books

Students also viewed these Databases questions

Question

Describe Table Structures in RDMSs.

Answered: 1 week ago