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

If we have L3/L2+ switches with encryptors , then why there is a need of firewall?

Suppose you have two locations City1,City2. We have L3/L2+ switches with encryptors in both locations. Further we need to have a firewall in between the network. what is the advantage of putting firewall in network while packets are travelling in…
nikita
  • 1
-2
votes
3 answers

How to insert both an image and a button in an Android application at once?

I need to insert two images and two buttons. The action required is that when I click on the first button, the corresponding image should be displayed. The same action is required for other button also, but the second image should be displayed.
antony joe
  • 11
  • 2
-2
votes
1 answer

Configure two switches from one terminal?

Hi this is a noob question I know, but I've forgotten how to configure two switches from one pc terminal. I'm guessing it has to do with vty. maybe assign one as vty 1 and the other as vty 0, but I'm not sure. Any help will be greatly appreciated.…
-2
votes
1 answer

Where does the Source MAC comes from before Encapsulating Frames in Layer2?

packet arrives from application->...Network->(IP encapsulation added here as per IP configuration)->goes down to Data Link Layer Here the Framing is Done and SourceMac and Dest Mac is added for LAN Switching. Does every time the SourceMac is…
-2
votes
1 answer

CRC checking on switch

Sending, receiving host and router calculate CRC to check FCS field, and what about switches ? Does switch check FCS field before forward frames ? I cannot find exact answer for this.
-2
votes
4 answers

NullPointerException in android when switching activity

Good day every body ! I'm a beginner in android development and I have some troubles when I switch from my second activity to my third one : I got a force clause caused by a NullPointerExeception in the onCreate function in the third one. I read the…
-3
votes
2 answers

Is it possible that many ports of a switch to have the same MAC address in its MAC address table?

I found that it is possible to do so by MAC spoofing. Apart from spoofing, is it possible? If so, in what instances is this possible?
S. Tiss
  • 139
  • 1
  • 9
-3
votes
1 answer

Share L2 network over L3 network with vxlan

I have a network problem that I can't solve, I have a server at hetzner and a server at OVH, I'm trying to use some OVH ip on my hetzner server and some Hetzner ip on my OVH server, because I need flexibility in my network. My VMs are on proxmox, I…
-3
votes
1 answer

How to find IP address of a Switch that the host is connected to?

I'm trying to write a script that can block a host by shutting down a switchport directly on the Switch. I have access to the Cisco Router and the computer, how do I find out which Switch my computer is connected to? I tried using "show arp" and…
-3
votes
2 answers

Why is OSPF needed?

Why do we need to configure OSPF in all 3 routers in order for PC-A to ping PC-C?
-3
votes
1 answer

What does it mean Ethernet L2 switching?

can someone please tell me or provide some links to materials that talk about Ethernet L2 switching? Thanks in advance!
AndyE
  • 77
  • 5
-3
votes
2 answers

Python parse data for switch configuration

I have data like this: data = [{'1234': [{u'gateway_ip': u'172.20.21.1', u'ipv6_block': None, u'private_block': u'172.20.21.0/24', u'segment_name': u'VLAN1', u'switch_ports': [{u'name':…
miro20
  • 1
  • 2
-4
votes
2 answers

Android application. App works very slow and is causing an error

I just recently started an android development class in school and am wondering why my code is not working? Any help would be greatly appreciated. I am creating a Tip Tracker app to help me keep track of my tips when delivering pizzas. I know a…
Anthony Boley
  • 107
  • 12
-4
votes
1 answer

How to switching magnitude and phase information between two input images?

I am a student that is studying for matlab. ================================================================== [Question] Switching magnitude and phase information between two input images  load two different input images  And compare the results…
Elesis
  • 1
  • 2
1 2 3
21
22