retagged by
1,920 views
3 votes
3 votes
End delimeter is → 0111

data to be sent 0111111111.

What is the data we should send to the reciever?
retagged by

2 Answers

4 votes
4 votes
End delimeter is → 0111

data to be sent 0111111111.

ans-

receiver side data -01101101101101

after 11 puts 0.
0 votes
0 votes
End delimiter is 0111

Data sent is 0111111111

Here we have to place 0s in such a way that the receiver is able to distinguish up to what part data is present. 0111 is the end delimiter. Our data is containing end delimiter we have to find a way such that the receiver is able to know that 0111 is not end delimiter but data and that's why we will put 0s after each 011. While putting 0s if new 0111 sub strings formed then for such cases also we will be putting 0s after 011

so, I think answer will be 01101101101101

Related questions

10 votes
10 votes
2 answers
2
junaid ahmad asked Sep 20, 2017
2,553 views
In bit stuffing protocol for frame synchronization, if stuff bit pattern is $01110$ then how many zero bits stuffed by transmitter white transmitting given frame (except ...
3 votes
3 votes
1 answer
3
Xylene asked Aug 24, 2017
1,481 views
Data :- 011111Flag:- 0111
5 votes
5 votes
1 answer
4
Manu Thakur asked Aug 3, 2017
9,825 views
Flag: 01111110Data: 1000111111100111110100011111111111000011111bit stuff the given data?