Link to home
Start Free TrialLog in
Avatar of traveller82
traveller82

asked on

what is line rate and what means non-blocking regarding switches

hi,

can you guys please tell me what the line rate is and what "non-blocking" means.

thanks.
Avatar of APoPhySpt
APoPhySpt
Flag of Portugal image

Hi, your question was not very specific bot is this the answer you were looking for:

Line Rate:
The data transmission speed of a communications line or network.

or

It indicates the actual speed with which the bits are sent onto the wire (and is thus also known as physical layer gross bit rate). The data transfer rate (commonly known as bit rate) is the transfer rate offered by the physical layer to the data link layer. If you want to be precise, you should call it physical layer net bit rate.


Non-Blocking:
Use a non-blocking (asynchronous) socket, which allows your application to respond to events. For example, when the remote system writes data to the socket, a Read event is generated for the control. Your application can respond by reading the data from the socket, and perhaps send some data back, depending on the context of the data received.
ASKER CERTIFIED SOLUTION
Avatar of ArneLovius
ArneLovius
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of traveller82
traveller82

ASKER

if i would have a 24gbit switch, would then be the line rate 24gbit? the line rate is associated with the actuall speed of the interface, right?
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
thanks guys for your help.
a 24 port gb switch would need to have a single backplane with a capacity of at least 24gb to be non blocking

Actually, it would need a 48gb backplane to be non-blocking (assuming that the ports could be full duplex).