TransWikia.com

Do switches allow parallel connections?

Network Engineering Asked by Ralph Davis on September 30, 2021

I am new to networking and not from Engineering domain. Sorry If I sound silly.

I came across an article on Network Switches and How they work. Diving deep into it, I found some interesting topics such as CSMA – CD/CA. I understood the basic idea behind it, but could not clear two doubts raised in my mind:

Say I have 3 Computers (Say A, B, C) connected through a switch.

  1. Now, If I want to send data from B to A and also at the same time from A to C. Is it possible to transfer data in such a way simultaneously? Will it cause collision?

  2. Will managed switches work differently than unmanaged switches in this case? Or is it irrelevant?

I have seen Cisco enterprise switches in my company, and asked the same questions to my engineering team and also to my network manager. Could not understand the terms they used back then. Now I have basic idea about the terms used in networking. But due to the unfortunate situations going on, I could not connect with them.

If my question is too vague or needs a long answer, please feel free to suggest related topics that I should find on the web.

One Answer

You should note that CSMA/CD is all but obsolete. It was used with (repeater) hubs and half-duplex links and only for 10 and 100 Mbit/s. Modern networks are switched throughout and use full duplex. Gigabit speed is practically considered a given.

In packet-switched networks, all data is broken down into packets which are then transferred from source to destination individually. While each physical link can only transfer one of these packets at any given time, the time period in question for a packet is in the range of microseconds (a maximum sized Ethernet frame over a 1 Gbit/s link takes little more than 12 µs).

The granularity of the packetized data practically allows each link to be multiplexed for any data that leaves or enters a network port, so a single port can be used for a large number of applications "simultaneously" (in the scope of human perception).

If I want to send data from B to A and also at the same time from A to C. Is it possible to transfer data in such a way simultaneously?

Yes. With a full-duplex link, this can literally happen simultaneously. On an obsolete half-duplex link, one of those transfers on A's port would be slightly delayed by CSMA/CD, but unless the link is congested that delay is far below anything a human could notice.

Will it cause collision?

Only on a half-duplex link and if "simultaneously" means within the same time window required to transmit a frame. (CSMA/CD tries to avoid collisions by the "carrier sense" part; collisions only happen when transmission attempts start very close to each other in time. If the first transmission's carrier is sensed by the other station wanting to transmit, the latter will wait until the channel is free again.)

Will managed switches work differently than unmanaged switches in this case?

Managed or not doesn't make a difference. The basic forwarding function is exactly the same.

Unmanaged switches just learn MAC addresses and forward frames based on the learned addresses - that's it.

Managed switches give you far greater control over a network, including priorization, partitioning/segmenting, link aggregation, user/node authentication, filtering, diagnostics, ...

Correct answer by Zac67 on September 30, 2021

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP