CATA protocol in Computer Network Last Updated : 10 Jul, 2020 Summarize Comments Improve Suggest changes Share Like Article Like Report Collision Avoidance Time Allocation (CATA) Protocol is a Contention Based MAC Protocols with Reservation which is based on dynamic topology dependent transmission scheduling. In this, time is broken into frames, every frame is divided into slots, and each slots is divided into 5 mini-slots. Initial four mini-slots are control ones, CMS, just fifth is utilized for information transmission, DMS, and it is longer than CMS. The advantage of CATA is that it can perform broadcast, multicast, and uni-cast form of transmissions at same time without any difficulty. Its significant disadvantage is misuse of data transfer capacity due to control mini slots. Saving four mini slots spaces in each slots decreases accessible transfer speed reserved for transmission of information packets. CATA has two basic principles : The receiver of a flow must give information to other potential source nodes about reservation of slot, and interference in slot. Negative acknowledgements are used for reservation request and control packet transmission. Working : CMS1 is employed to supply a “busy tone” to senders making an attempt to establish transmissions. each node that receives information throughout DMS of this slot sends a slot reservations packet (SR) in CMS1, that causes noise or is received by its neighbor nodes and prevents them from making an attempt to order this slot. In addition, each node that sends information throughout DMS of this slot sends a call for participation to send (RTS) packet throughout CMS2. This action causes interference to all or any neighboring nodes that didn't hear SR of receiver node in CMS1 and are attempting to hold slot. The sender and receiver node stay quiet during CMS3 and sender sends a not to send (NTS) parcel during CMS4. With this technique CATA guarantees that after an effective reservation, a similar slot in next frame will remain collision free until message transmission is finished and end of reservation, killing all uncovered and concealed terminal issues. For situation a node needs to reserve a spot for multicast or broadcast transmission, it sends a RTS during CMS2. In event that planned receivers got RTS accurately, they stay quiet during CMS3 and CMS4 else they send a NTS at CMS4 as a negative recognition to planned multicast or broadcast reservation. The sender node of multicast or broadcast RTS finds that reservation is failed either in event that it gets a NTS or commotion (because of numerous NTS) during CMS4. Else it can begin transmitting information in DSM of present slot and in a similar slot in all ensuing outlines until end of message and ending of reservation. Comment More infoAdvertise with us Next Article CATA protocol in Computer Network G gluttony777 Follow Improve Article Tags : Computer Networks Similar Reads Protocol and Standard in Computer Networks Protocols and standards are important in computer networks. They are like the rules and guidelines that allow different devices and systems to communicate and work together smoothly. Protocols define how data is sent, received, and processed, while standards ensure that various technologies are comp 9 min read Protocol Hierarchies in Computer Network A Protocol Hierarchy is a fixed set of rules and conventions that govern the communication between two or more computers. The hierarchical structure allows for modular design, interoperability, and ease of implementation in computer networks. What is Protocol?A protocol is simply defined as a set of 3 min read Multiple Access Protocols in Computer Network Multiple Access Protocols are methods used in computer networks to control how data is transmitted when multiple devices are trying to communicate over the same network. These protocols ensure that data packets are sent and received efficiently, without collisions or interference. They help manage t 9 min read Network Protocols and Communications Data communication are the exchange of data between two nodes via some form of link (transmission medium) such as cable. Now these Data are exchanged in three ways : Simplex Half Duplex Full Duplex Now let us understand them one by one : Simplex : Communication is always unidirectional, i.e., one de 2 min read Network Control Protocol (NCP) ARPANET included several protocols on the internet and NCP was one of them. NCP was a unidirectional or simplex protocol between two computers or devices. It provided user access and flow control to use computers and devices at remote locations and to transmit files between them. The NCP also allows 3 min read Like