Home> Common Problem> body text

Why three basic problems of the data link layer must be solved

青灯夜游
Release: 2023-01-13 00:38:57
Original
33796 people have browsed it

The three basic issues of the data link layer are: frame delimitation, transparent transmission, and error detection; the reasons that must be solved: frame delimitation is an inevitable requirement for packet switching; transparent transmission avoids message symbols and frame delimitation Boundary symbols are confused; error detection prevents invalid data frames with errors from wasting transmission and processing resources on subsequent routes.

Why three basic problems of the data link layer must be solved

The operating environment of this tutorial: Windows 10 system, Dell G3 computer.

Three basic issues of links in the data link layer:

  • Frame delimitation (encapsulation into frames)

  • Transparent transmission

  • Error detection

Why must it be solved?

Reason:

  • Encapsulation into a frame is to add a header and a tail before and after a piece of data. In order for the receiving end to identify the start and end of the frame from the received bit stream, frame delimitation is an inevitable requirement for packet switching; Obfuscation;

  • Prevent invalid data frames with errors from wasting transmission and processing resources on subsequent routes

  • For more related knowledge, please visit

    FAQ
  • column!

The above is the detailed content of Why three basic problems of the data link layer must be solved. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!