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

playing two images in a loop when button is pressed using ontouchlistener in action_down state

I want two images to keep changing continuously while the button is pressed down using ontouchlistener in ACTION_DOWN state.. I am using image view to switch images. Here is the code i want to implement it, i am also playing the sound in loop with…
Aleem Ahmed
  • 61
  • 1
  • 9
-1
votes
1 answer

Is hp 2920-24G compatible with CHEF setup?

I am using HP 2920-24G switch. In that,I am trying to build the setup for CHEF Client. But it shows error while bootstrapping. Is that HP switch supports CHEF or not?
ursandy
  • 33
  • 8
-1
votes
1 answer

Can anyone explain major difference between switch and bridges in networking

Can anyone explain major difference between switch and bridges in networking. Why we are preferring switches instead of bridges in real world. And where we are using bridges in real time.
velpandian
  • 431
  • 4
  • 11
  • 23
-1
votes
1 answer

Packet switching vs fragmentation at ip layer

packet switching is a protocol, where a message received from tcp layer is divided into packets only at sender machine ip layer and each packet is sent individually on different routes with an identification field set in ip header to help use…
overexchange
  • 15,768
  • 30
  • 152
  • 347
-1
votes
1 answer

How router sends packet back to PC?

Consider the scenario where i have a switch which is connected to multiple end devices say X, Y, Z where X is in Vlan_X and Y is in Vlan_Y and Z is in Vlan_Z. This switch is connected to external network via a Router for routing the data. Also here…
charan
  • 309
  • 2
  • 4
  • 14
-1
votes
3 answers

Avoiding switch loop

Will I have loop problems with this topology because S2 and S3 are both connected to S1 and s4 ?
user567
  • 3,712
  • 9
  • 47
  • 80
-1
votes
4 answers

Transfer data from one screen to another on android eclipse

Hi am newbie to java and android. Assume function demo() from the screenone is going to display some values on Textview which is on the same screen(screenone). But i need to display that resultant value to the next screen ie.(screen two) public void…
Manick
  • 817
  • 2
  • 15
  • 24
-2
votes
0 answers

What would be the necessary IPV6 configs for this topology to gain full conectivity between networks?

I have this topology and I don't know why the pings don't work properly across networks, and even in the same network for vlan 10 and 20.Topology Circled with black are the vlans. Every device is properly configured with an ipv6 address and a…
-2
votes
0 answers

I can use google 360 media

I have a VR view project using panellum lib & Google 360 media lib. But I have 3 problems: Google 360 media doesn’t work as I thought even I’ve followed the description. I have to combine two lib in one html. But just panellum is working. How can I…
Nam Lê
  • 1
  • 1
-2
votes
2 answers

PHP - Difficulty switching between code

I'm in a bit of a predicament with a much larger code than this, but this is roughly how it is...
Suffice
  • 39
  • 7
-2
votes
1 answer

Vlan packet passing through over a layer 2 switch

I've got a unmanaged switch in my network and I would like to know if it will pass on vlan encapsulated packets still. Would it understand it? I have vlan capable hardware on each side of the L2 Switch. A basic map would look like: Modem >…
Tom TK
  • 65
  • 9
-2
votes
1 answer

Networking IPv4 exercise

I’m starting to learn about networking. It would be really helpful a bit of help with this exercise and some explanations, cause I’m really stuck. This is the network topology from the exercise: We know about it: AP1, AP2 and AP3 work as bridges…
Micu
  • 9
  • 3
-2
votes
1 answer

Switch wake on LAN

I had an issue today where a client was getting a busy signal when dialing in or out. They have a Cisco phone system and their provider is Cox who uses an edgewater devices to convert the internet traffic to SIP traffic. I accessed the BE6000…
Ben
  • 58
  • 7
-2
votes
1 answer

What is the use of switching? It seems missing when I surfacing web at home

I'm trying to understand the OSI Model. On layer 3, we normally have the router which is responsible to route traffic to corresponding host by ip address. In my home, I have all my devices connected to a router(some wireless, some wired), I don't…
Aaron Shen
  • 8,124
  • 10
  • 44
  • 86
-2
votes
1 answer

How to know the network device type from lldp captured packet?

I have a captured LLDP packet. LLDP has a list of enabled capabilities (Router, Bridge etc.) but none of the capabilities in the list is Switch. The question is how can I know if the source which the packet arrived from is a Switch Device? If there…
Snow
  • 339
  • 1
  • 5
  • 20
1 2 3
21
22