Which is the protocol used in ethernet. (CSMA/CD) Why is it
called so ?
Answers were Sorted based on User's Feedback
Answer / vijaysivadas
CSMA/CD -Its called the carrier Sense Multiple
Access /Collision Detection
Each interface must wait until there is no signal on the
channel, then it can begin transmitting. If some other
interface is transmitting there will be a signal on the
channel, which is called carrier. All other interfaces must
wait until carrier ceases before trying to transmit, and
this process is called Carrier Sense.
All Ethernet interfaces are equal in their ability to send
frames onto the network. No one gets a higher priority than
anyone else, This is what is meant by Multiple Access.
Since signals take a finite time to travel from one end of
an Ethernet system to the other, the first bits of a
transmitted frame do not reach all parts of the network
simultaneously. Therefore, it's possible for two interfaces
to sense that the network is idle and to start transmitting
their frames simultaneously. When this happens, the
Ethernet system has a way to sense the "collision" of
signals and to stop the transmission and resend the frames.
This is called Collision Detect.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / anil
CSMA/CD is a media access control mechanism used in Ethernet
to recover from frame collision. The following steps are
followed to recover from a collision.
Step 1: Before an Ethernet device sends a frame on the
Ethernet cable, it listens to find if another device is
already transmitting a frame (Carrier Sense).
Step 2: Once the device finds that other devices are not
transmitting any frame, it starts transmitting the frame. If
two devices detect that the Ethernet cable is free at the
same time, then both will start transmitting the frames
(Multiple Access). This will result in collision.
Step 3: The Ethernet devices while transmitting the frames,
also listen for the collision. (Collision Detect).
Step 4: If they detect a collision, both the devices stop
sending the frame (back off).
Step 5: They retry the transmission after a logarithmic
time-out period. This process is repeated till the frame is
transmitted successfully, for a maximum of 16 times. The
frame is discarded after the 16th retry.
| Is This Answer Correct ? | 4 Yes | 1 No |
Write short note on any four of the following:
What is the Bandwidth of ethernet ?
what is the difference between HTTP and TCP/IP protocal?
which one protocol used to get ip address ?
Define Consumer Satellite Products
What is data link layer in the OSI reference model responsible for?
Why is Socket used?
What is the average number of transmission required to send a frame of length 1600 bytes correctly, if the bit error rate is 1 x 10-6.
Explain Various fields in Ethernet frame format
what do you mean by gateway?
12 Answers Genpact, Zenith Infotech,
working of ping and goopher?
IN MY SYSTEM IAM USING VM WARE I INSTALLED 2003 SREVER AND TWO CLIENTS USING SAME 2003SERVER NOW I WOULD LIKE TO INSTALL EXCHANGE SREVER IN MY VM WARE IS IT POSSIBLE IF IT IS PLEASE SHOW ME A ROOT HOW CAN I