answersLogoWhite

0


Best Answer

3 bit stuffing is required

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Let 01111 be the frame delimiter flag in a data link protocol What is the transmitted bit sequence for the data 0111110111011110 using the bit stuffing method?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is delimeter?

A delimiter is a sequence of one or more characters used to specify the boundary between separate, independent regions in plain text or other data streams. An example of a delimiter is the comma character, which acts as a field delimiter in a sequence of comma-separated values


What is connection base internet protocol?

A connection based protocol requires a technique known as hand-shaking. This means that every packet that is transmitted requires a response from the receiver indicating that they received the packet and that the packet arrived safely. There is a 3-way startup sequence to create a connection using handshaking protocol.


Which protocol uses sequence numbers and acknowledgement numbers?

TCP is a protocol that uses those.


What is meant by delimiter?

A delimiter is a sequence of one or more characters used to specify the boundary between separate, independent regions in plain text or other data ... delimiters are used in java to split one large string into smaller ones. ex: "val1;val2;val3" the above string can be broken down into 3 small strings val1, val2 and val3. here semicolon is the delimiter


Simple Network Management Protocol in breaf explain?

SNMP is structured communication protocol which follows TLV sequence.


What is the purpose of sequence numbers?

a sequence number allows the transport layer functions on the destination host to reassemble segments in the order in which the were transmitted


Which two TCP header fields are used to confirm receipt of data?

The Transmission Control Protocol (TCP) is a core protocol of the Internet protocol suite. The sequence number and acknowledgement number are used to confirm receipt of data.


What protocols are in the Ethernet frame?

The ethernet frame carries the IP (Internet Protocol) The Ethernet frame is made up of the following: 7 BYTE PREAMBLE 1 Byte "Start OF Frame" delimiter 6 byte destination address 6 byte source address 2 byte length or type 46 - 1500 bytes variable 802.2 or ethernet header and data 4 byte Frame Check sequence


Why is DNA a code?

By definition, a code is something that is sequenced that represents instructions or a certain message. This sequence of bases, code, is transmitted and allows for the sequence of amino acids in proteins.


What is one function of a network protocol?

To ensure data delivery.to ensure that data arrives at its destination in the proper sequence


What is maximum likehood detection?

Say there are n possible input sequences that is A1 to An. Coded sequence B is transmitted. At receiver end due to noise sequence R is obtained. Than we will calculate P(Ai/R) for i = 1 to n. Decoded sequence A for which the probability is maximum is decoded maximum likelihood sequence.


What is a delimiter in programming?

It is something used to delimit - mark - something that isn't program code. It is most often used to refer to strings. The delimiters for strings are most often " ", and ' '. A delimiter is a sequence of one or more characters used to specify the boundary between separate, independent regions in plain text or other data stream. An example of a delimiter is the comma