- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
What is physical layer coding violation?
Data link layer translates the physical layers raw bit stream into discrete messages called frames. Now the question is how can a frame be transmitted, so the receiver can recognize the start and end frame?
Techniques
The techniques we used to find the start and end frame are −
- Character count
- Flag byte with byte stuffing
- Starting and ending flag with bit stuffing
- Encoding Violation.
Now let us see the Physical layer encoding violation technique.
Physical layer encoding violation
This framing method is used only in those networks in which encoding on the physical medium contain some redundancy.
Some LANs encode each bit of data by using two physical bits that Manchester coding uses.
Here, Bit 1 is encoded into a high-low (10) pair and Bit 0 is encoded into a low-high (01) pair.
The scheme means that every data bit has a transition in the middle, making it easy for the receiver to locate the bit boundaries.
The combinations high-high and low-low are not used for data but are used for delimiting frames in some protocols.