366 views

1 Answer

Best answer
0 votes
0 votes
flag sequences are used with data to know from where data starts and ends. if flag sequence match with the data then we add escape characters... so if we include 10101010 as flag sequence. we have to add escape character after the sequence which apperas like the flag sequence.. so in given sequence we have to add escape character after every 10101010 which would make length of binary data longer... so 11001100 would be preferred for flag..
selected by

Related questions

2 votes
2 votes
1 answer
1
radha gogia asked Dec 10, 2015
1,639 views
If I have n elements in the heap then why does the index of leaf nodes ranges from index ⌊n/2⌋+1 to index n ?
0 votes
0 votes
0 answers
3
6 votes
6 votes
2 answers
4
Vikrant Singh asked Jan 29, 2015
4,454 views
In P-persistent CSMA network there are 5 systems in a slot. The probability of station not transmitting the data is 0.6. Only two stations should transmit the data to avo...