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
0
votes
1 answer

MPMoviePlayerController switching from live to VOD stalling issue

I'm trying to create a basic app on the iPad SDK 3.2, that displays one movie player that switches between different video sources. Switching between VOD using the code below does not have any issues. However if I switch to a live stream and then…
0
votes
1 answer

Prevent android app from showing up in switcher

I have an app with an SMS receiver set up, but even if the sms receive function is turned off using the package manager, the app will go to the top of recent applications (when holding the home button) if a sms is received. How can I stop this…
strange quark
  • 5,205
  • 7
  • 41
  • 53
0
votes
2 answers

2 NICs - selected traffic

I recently purchased another NIC for my computer so I could separate LAN-traffic from internet-traffic. Long story short: How do I set it up to selectively use a certain NIC? I'm using Windows 7 64bit, but am also interested in finding it out for…
theHubi
  • 59
  • 1
  • 8
0
votes
1 answer

Chage focus javaw window in TestComplete

I have a java application called App 1.4 () (which I have no access to the code) that, while running up another java application App2 (and a host of other applications). The application App2 is shot from within the App and you can not run your jar.…
0
votes
2 answers

How to enable/disable scripts in 1 gameObject?

I have gameObject MainCamera and there is script LookAtCamera as my main view option and I have script MouseLook that I wanna make secondary with right-click. using UnityEngine; using System.Collections; public class CameraManager : MonoBehaviour…
Phantoms
  • 141
  • 3
  • 9
0
votes
2 answers

Need to create a simple script for ftp login

I am planning to make a simple script for logging on to a switch & take the configuration backup! I used to login manually & want to do this in a single command or through a script! Anyone could help me out? root@xxx:/home# ftp…
0
votes
2 answers

When sending an SNMP trap, does the agent need to know the port number of the receiver?

I am new to SNMP. When sending an SNMP trap, does the agent need to know the port number of the receiver? Or it only needs to know the receiver's IP address? and the receiver should specify agent's ip + port when it subscribes?
Kyle
  • 379
  • 6
  • 17
0
votes
1 answer

Switching View Controllers over Swift code

I'm tryin' to switch View Controllers with Swift on a project I'm working on. I want it to switch between ViewController -> SecondViewController. So I'm putting this code into the ViewController.Swift and NOT into SecondViewController. let…
Amit Kalra
  • 4,085
  • 6
  • 28
  • 44
0
votes
1 answer

ovs internal port / veth pairs bandwidth limitation

I have been doing some experiments on ovs these days. I have 2 physical machines with openstack running on it, and GRE tunnel is configured. I add 2 internal ports on br-int (integration bridge) of each machine and assign them to different…
shenh10
  • 1
  • 4
0
votes
2 answers

Do I need to implement an XMPP server?

(newbie alert) I need to program a multiparty communication service for a course project, and I am considering XMPP for it. The service needs following messaging semantics: 1) server will provide a method of registering and unregistering an address…
Jus12
  • 17,824
  • 28
  • 99
  • 157
0
votes
2 answers

Switching between splitted Vim windows as commands

I changed my .vimrc file to automatically open two windows once I fire $vim my_file.py So in my .vimrc file I added following lines vnew previewwindow The problem is that I want to automatically modify each window and resize them in .vimrc and…
Sina Sou
  • 159
  • 1
  • 8
0
votes
1 answer

I can not switch animations properly in unity

I am making a jumping and idle animations in Unity 3d. Here is the code: using UnityEngine; using System.Collections; public class JumpingD : MonoBehaviour { public Animator anim; public float JumpSpeed_; private RigidBody _Character;…
0
votes
1 answer

Get port number of a switch a pc is connected to

I would like to know what are the steps to get the exact port number of the switch my pc is connected to. I'm advised SNMP can solve that but i have so little background about networking. If it really can supply me the port number then how do you do…
user352156
  • 99
  • 1
  • 4
  • 14
0
votes
1 answer

Get data from the port of the switch a pc is connected to

I'm developing an inventory and audit of laboratories in our school. It needs to keep track if there are transfers of PCs in each laboratory. Each lab has its own network. So it's not even possible to know the transfers if by ip address alone. Is it…
Kevin Tabada
  • 25
  • 1
  • 7
0
votes
1 answer

Markov Regime Switching Regression Models - Time Varying Probabiliites

I am looking into estimating a markov regime switching model with time varying probs. Please help me if you know a simpler way to estimate such model.
Alaz
  • 1
  • 1