33 results for “topic:data-link-layer”
This repository will contains my learnings and quiz answers for Bits and Bytes of Networking course.
This is a terminal-based quiz tool developed for the university course "Networks and Distributed Systems". It helps students review and practice exam questions by displaying randomized questions from a CSV file and allowing them to rate difficulty.
No description provided.
Implementação do Código de Hamming, BCC e CRC. Trabalho 1 de redes @ PUCRS 2019-1
Implementation of data link layer protocols between two nodes that are connected with a noisy channel, where the transmission is not error-free, packets may get corrupted, duplicated, delayed, or lost, and the buffers are of limited sizes.
An OMNeT++ implementation of the data link layer of the computer networking OSI model
High-Level Data Link Control (HDLC) is a bit-oriented code transparent synchronous data link layer protocol developed by the International Organization for Standardization (ISO). HDLC is used to connect one device to another. HDLC Protocol is used to send the data in the form of frames; a controller controls the flow of data in the data link layer of the OSI model. HDLC protocol is used to transmit frames in the logic link layer of the Data link Layer.
Physical and Data Link Layer funtionalities of the TCP/IP Model. Manchester Encoding, Cyclic Redundancy Check (CRC), Frame by Frame communication and plotting graphs by PyLab.
No description provided.
Cyclic Redendency Check
A Java implementation of Error Detection in data link layer
Creates a flow control system to send and receive data on a simulated network. Implements a stop and wait ACK protocol
"Implements error correction techniques at the data link layer, enhancing data integrity and reliability in communication protocols"
Implementation of data link layer framing method such as bit stuffing using python
Implementation of Error Control and Flow Control using Data Link Layer (DLL) Protocols for TCP-based client-server communication.
quangthong81 mempool - Bitcoin Explorer
CSCI 6704 – Advanced Topics in Computer Networks (Dalhousie, Fall 2024). Three Python labs that visualise line‑coding schemes, implement HDLC‑style bit‑stuffing, and stress‑test CRC error‑detection, all fully reproducible.
Data link protocol implementation, along with a simple file transfer application using the protocol
Flow control simulation of Data Link Layer in OSI Layer
Custom data link layer implementation for embedded AVR microcontroller
A website that aims to help people protocols in the Data Link Layer
Visual + CLI toolkit for Data Link Layer framing methods — Fixed-Size, Byte Stuffing, and Bit Stuffing (HTML, CSS, JS & C).
Implementation of Simple ARP Program using the Socket API of the Data Link Layer (Lab assignment of "Data Communications" class)
Implement Data Link Layer framing using "Flag bytes with byte stuffing"
:penguin: Data link layer protocol implementation in C used to transmit files between physically connected computers via serial port
Stop & Wait ARQ mechanism for a 30 years old serial port
Project developed for RCOM
Implementation of data link layer of the OSI Model.
A minimalistic C Data Link Layer for Internet of Things Devices
Computer Networks