Questions tagged [switching]

A switch is a telecommunication device that receives a message from any device connected to it and then transmits the message only to the device for which the message was meant. This makes the switch a more intelligent device than a hub (which receives a message and then transmits it to all the other devices on its network). The network switch plays an integral part in most modern Ethernet local area networks (LANs)

A switch is a telecommunication device that receives a message from any device connected to it and then transmits the message only to the device for which the message was meant. This makes the switch a more intelligent device than a hub (which receives a message and then transmits it to all the other devices on its network). The network switch plays an integral part in most modern Ethernet local area networks (LANs). Mid-to-large sized LANs contain a number of linked managed switches. Small office/home office (SOHO) applications typically use a single switch, or an all-purpose converged device such as a residential gateway to access small office/home broadband services such as DSL or cable Internet. In most of these cases, the end-user device contains a router and components that interface to the particular physical broadband technology. User devices may also include a telephone interface for VoIP. An Ethernet switch operates at the data link layer of the OSI model to create a separate collision domain for each switch port. With 4 computers (e.g., A, B, C, and D) on 4 switch ports, any pair (e.g. A and B) can transfer data back and forth while the other pair (e.g. C and D) also do so simultaneously, and the two conversations will not interfere with one another. In full duplex mode, these pairs can also overlap (e.g. A transmits to B, simultaneously B to C, and so on). In the case of a repeater hub, they would all share the bandwidth and run in half duplex, resulting in collisions, which would then necessitate retransmissions.

http://en.wikipedia.org/wiki/Network_switch

329 questions
1
vote
1 answer

Android Network lag when switching between same SSID APs

Has anyone experienced connection lagging in Android applications when the device switches between WiFi APs with same SSID? Our test branch have two old WiFi APs without support for Seamless Roaming. We have a simple backend with a REST API and…
1
vote
1 answer

nagios network analyzer and dell Force10 switch monitoring in sFlow

I setup nagios network analyzer and trying to monitor a Dell Force10 switch, i enabled sflow in Force10 side as follows: DELL-S4048-K13#show sflow sFlow services are enabled Egress Management Interface sFlow services are disabled Global default…
1
vote
1 answer

How to generate a Banyan network for n-inputs

I'm trying to understand how one might automatically generate a Banyan Network for n-inputs in code. I haven't been able to get much help from my research so far. This is what a 8-input banyan network looks like.. How do I model each node in code?…
infiniteloop
  • 2,112
  • 2
  • 18
  • 21
1
vote
0 answers

UITabBarController switching tabs guidelines

Is it correct according to guidelines to switch tabs using 'not tabs' but some other controls like buttons?
1
vote
1 answer

sql server architecture: switching database between read-only and read-write

I have a database that is read-only in nature. So it seems to make sense to boost performance by setting it to readonly. Then I get updates for this database once a month. At that point I would like to switch to readwrite, do the updates, and switch…
reggie
  • 35
  • 2
1
vote
2 answers

Transferring data between two computers connected with a switch from a high level language

I'll start with stating that I know very little about networking and the whole OSI model. My goal is to create a tiny network(for now my laptop and a raspberry Pi) using an unmanaged network switch. On higher layer transmissions(level 3+) I would…
Justas S
  • 584
  • 4
  • 12
  • 34
1
vote
1 answer

Traffic Signal Switching in the next section

I am making the traffic signal management system in which I need four roads and each road has a traffic light. At this time I made the traffic light for single road it works fine and run once after that it should switch the next road but in my code…
1
vote
1 answer

Trouble with JQuery- switching multiple images

http://feathertest.me.pn/test.php The above is the link to a website im working on. i have 2 main features: As i click on the thumbnails below, an enlarged version appears on the bigger box above. The code i used for this is: $(function(){ …
1
vote
3 answers

iPhone View Switching

I have what I think is a simple problem. I have three views in my app, View1, View2, View3. I know how to go from View1 to View2, and from View2 to View3, but how do I go from View3 back to View1? I am using the following method in the…
SD.
  • 37
  • 6
1
vote
1 answer

Parallel Ports are great for controling devices but I want more bits

This is mostly a hardware question but with interesting software implications: Parallel ports are one of the wonders of the age. As well as printing things you can use them to control external devices, for example, by switching reed relays on and…
D.Jordan
  • 89
  • 1
  • 1
  • 3
1
vote
0 answers

python fab open_shell do not continue the execution after ping does not answer on the switch

I am trying to create a script to configure, test, and unconfigure the interface VLAN on my farm. I am using Fabric and am running open_shell function to run multiple commands. The first part works well to configure the interface, but when it comes…
Kalil
  • 31
  • 1
  • 5
1
vote
4 answers

Changing classes back and forth with jQuery?

Hey guys, I have a little button functionality that is not erring, but also not working. The addItem gets called fine, and switches the class from "add-button" to "in-cart-button", but the $("a.in-cart-button").click(... doesn't seem to be firing.…
TwstdElf
  • 171
  • 1
  • 11
1
vote
1 answer

Leaflet 0.7.7 Zoombased layer switching separated by theme

We are working on a school project where the aim is to create a map in which based on the amount of zoom the layer switches from one aggregate level to a smaller aggregate level. Additionally, we have several groups of layers based on a theme for…
user5696215
1
vote
1 answer

How to capture packets at the switching layer

I have written 2 modules which are netfilter hook based and work at the IP layer. However I wan to now capture packets at the switch layer. Are there any hooks to capture at the switching layer. Any references to code snippets would be…
RootPhoenix
  • 1,626
  • 1
  • 22
  • 40
1
vote
0 answers

JavaFx & Scene Builder, switching scenes

I'm writing this post because I came across one problem - switching scenes in JavaFx. I've been learning how to do it for a while but I still don't understand it. Can you help me with this issue? In the controller class I want to switch scenes after…
Mich44
  • 95
  • 1
  • 1
  • 7