Which is the protocol used in ethernet. (CSMA/CD) Why is it
called so ?

Answers were Sorted based on User's Feedback



Which is the protocol used in ethernet. (CSMA/CD) Why is it called so ?..

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

Which is the protocol used in ethernet. (CSMA/CD) Why is it called so ?..

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

Post New Answer

More Networking AllOther Interview Questions

up to which ver of linux using lilo boot loader? last ver of linux.

0 Answers  


what is web server,application server,database server

1 Answers  


What is the Bandwidth of ethernet ?

5 Answers  


What is Semaphore? What is deadlock?

2 Answers   TCS,


How would you capture network traffic?

2 Answers  






What do you mean by link to link layers of OSI reference model? Explain their functions briefly?

0 Answers  


what do you mean by gateway?

12 Answers   Genpact, Zenith Infotech,


how to create file clicking login to mail id, with out give the user name and password...

1 Answers  


which are the institutes in mumbai for CCNA training & how much is the cost of teaching and the exam fees?

0 Answers   Silicon,


What is the Cable called for connecting Hard Disk to MotherBoard ?

1 Answers  


One of my friend told that M.C.A people are not prefered by the companies for networking side requirement is it true? please post your answer.because i want to make my career at networking side.

4 Answers  


Explain FDDI

0 Answers  


Categories
  • Networking Protocols Interview Questions Networking Protocols (671)
  • Networking Administration Interview Questions Networking Administration (1008)
  • Networking Security Interview Questions Networking Security (196)
  • Networking General Interview Questions Networking General (266)
  • Networking AllOther Interview Questions Networking AllOther (430)