Computer Engineering Articles

Page 18 of 36

PPP over ATM (PPPoA)

Krantik Chavan
Krantik Chavan
Updated on 16-Mar-2026 754 Views

PPP over ATM (PPPoA) is a data link layer protocol that transmits PPP data over ATM networks by encapsulating PPP frames in ATM Adaptation Layer 5 (AAL 5) frames. Point-to-Point Protocol (PPP) is a data link layer protocol used to transmit data between two directly connected computers. It is a byte-oriented protocol widely used in broadband communications with heavy loads and high speeds, standardized as RFC 1661. In Asynchronous Transfer Mode (ATM) networks, the ATM Adaptation Layer (AAL) provides facilities for non-ATM based networks to connect to ATM networks and use their services. The most widely deployed AAL ...

Read More

Assumptions for Dynamic Channel Allocation

Samual Sam
Samual Sam
Updated on 16-Mar-2026 3K+ Views

Dynamic channel allocation schemes are methods for allotting shared network channels to competing users in a dynamic manner based on their requirements. The users may be base stations, access points, or terminal equipment that receive channels from a central pool. These allocation methods operate under specific assumptions that define how the network behaves and how resources are managed. Understanding these assumptions is crucial for implementing effective dynamic channel allocation algorithms. Core Assumptions Independent Traffic It is assumed that users operate independently of each other. Each user generates and transmits data that is unrelated to other users' ...

Read More

What is cumulative acknowledgement?

Samual Sam
Samual Sam
Updated on 16-Mar-2026 8K+ Views

In data communications, when a receiver receives a message, it sends an acknowledgement back to the sender to notify it about correct receipt of the message. Cumulative acknowledgement is a process in which the receiver sends a single acknowledgement in response to a finite number of frames received. Through this, the receiver acknowledges that it has correctly received all previous frames or packets. When the sender receives an acknowledgement for frame n, it understands correct delivery of frames n − 1, n − 2 and so on. Cumulative acknowledgement is used along with sliding window protocols. It reduces the ...

Read More

Packet over SONET

Samual Sam
Samual Sam
Updated on 16-Mar-2026 2K+ Views

Packet over SONET (POS) is a networking standard that enables the transmission of IP packets over SONET/SDH optical networks. SONET (Synchronous Optical Networking) serves as the physical layer protocol for high-speed optical fiber communications, while POS provides the mechanism to carry Internet Protocol traffic over this infrastructure. POS utilizes the Point-to-Point Protocol (PPP) as an intermediary layer to encapsulate IP packets into SONET frames. PPP is a data link layer protocol designed for direct connections between two network nodes, making it ideal for high-speed, point-to-point communications over optical links. Packet over SONET Protocol Stack ...

Read More

Serial Line Internet Protocol (SLIP)

Samual Sam
Samual Sam
Updated on 16-Mar-2026 8K+ Views

Serial Line Internet Protocol (SLIP) is a simple protocol that works with TCP/IP for communication over serial ports and routers. They provide communications between machines that were previously configured for direct communication with each other. For example, a client may be connected to the Internet service provider (ISP) with a slower SLIP line. When a service is required, the client places a request to the ISP. The ISP responds to the request and passes it over to the Internet via high speed multiplexed lines. The ISP then sends the results back to the client via the SLIP lines. ...

Read More

Reservation Protocols in Computer Network

Arushi
Arushi
Updated on 16-Mar-2026 6K+ Views

Reservation protocols are a class of protocols where stations wishing to transmit data announce their transmission intent before actual data transfer. These protocols operate in the medium access control (MAC) layer and transport layer of the OSI model to ensure collision-free communication. In these protocols, there is a contention period prior to transmission. During this period, each station broadcasts its desire for transmission. Once all stations announce themselves, one or more of them get the desired network resources based upon agreed criteria. Since each station has complete knowledge of whether every other station wants to transmit, all possibilities of ...

Read More

What is RSVP (Resource Reservation Protocol)?

Rishi Raj
Rishi Raj
Updated on 16-Mar-2026 8K+ Views

RSVP (Resource Reservation Protocol) is a transport layer protocol used to reserve network resources and ensure Quality of Service (QoS) for Internet applications. It operates over Internet Protocol (IP) and uniquely initiates resource reservations from the receiver's end, making it a receiver-oriented signaling protocol. RSVP enables applications to request specific network performance guarantees such as bandwidth, delay, and jitter control. This makes it particularly valuable for real-time applications like video conferencing, VoIP, and streaming media that require consistent network performance. Key Features Receiver-oriented signaling − The receiver initiates and maintains resource reservations, not the sender. ...

Read More

Token Passing in Bit-Map Protocol

Vikyath Ram
Vikyath Ram
Updated on 16-Mar-2026 2K+ Views

Bit-map protocol is a collision free protocol that operates in the Medium Access Control (MAC) layer of the OSI model. It resolves any possibility of collisions while multiple stations are contending for acquiring a shared channel for transmission. In this protocol, if a station wishes to transmit, it broadcasts itself before the actual transmission. Every station gets its turn for transmission in a predefined order. A method to accomplish this is to use the method of token passing. Token Passing Mechanism A token is a small message that circulates among the stations of a computer network providing permission ...

Read More

Token Bus (IEEE 802.4) Network

Moumita
Moumita
Updated on 16-Mar-2026 8K+ Views

Token Bus (IEEE 802.4) is a network access method that combines the physical simplicity of a bus topology with the collision-free characteristics of token ring networks. It creates a virtual ring over a physical bus or tree structure, typically using coaxial cables, where stations pass a token in a predetermined logical sequence. In a token bus network, each station knows the address of its predecessor and successor in the virtual ring. A station can only transmit data when it possesses the token, ensuring orderly access to the shared medium without collisions. How Token Bus Works The token ...

Read More

Resilient Packet Ring (RPR) - IEEE 802.17

Moumita
Moumita
Updated on 16-Mar-2026 3K+ Views

Resilient Packet Ring (RPR), standardized as IEEE 802.17, is a protocol standard for data transmission over fiber optic ring networks that operates in the Media Access Control (MAC) layer of the OSI model. It provides a packet-based transmission facility designed to improve efficiency of Ethernet and IP services over ring topologies. RPR delivers improved bandwidth utilization and throughput, faster deployment times, and optimized equipment and operational costs compared to traditional ring protocols like SONET/SDH. Working Principle RPR stations are connected by dual counter-rotating fiber optic rings called ringlets. Unlike traditional ring systems where one ring serves as ...

Read More
Showing 171–180 of 353 articles
« Prev 1 16 17 18 19 20 36 Next »
Advertisements