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
0 answers

Medication Switching Patterns

I am trying to study medication switching patterns from prescription data as in the table (result of dput): structure(list(ID = c("A2M8K", "A2M8K", "A2M8K", "A2M8K", "A2M8K", "D2N4", "D2N4", "D2N4", "D2N4", "D2N4", "D13L", "D13L", "D13L",…
Dudeii
  • 5
  • 4
0
votes
0 answers

What are 5 most common reasons why OSI Reference model Layer 3 routing table lookup is resource intensive and slow?

What resources are intensively used in OSI model Layer 3 and what are the factors that slow that process down? I found out several reasons: MTU mismatch on a link Unidirectional Traffic on a link A duplex mismatch High error rate in one or both…
0
votes
2 answers

Switching between forms (VB.NET)

I always get an exception when I try to switch between different forms in my program. Maybe you will help me to solve this issue. Here is the exception message: Control.Invoke must be used to interact with controls created on a separate thread I…
jarek
  • 1,381
  • 1
  • 9
  • 6
0
votes
0 answers

ESXI Network connection lost after VLAN setup

Long story short, I am trying to set pfsense up on a ESXI server that only has one NIC. My current problem is I lost connection to my server after I set up the vlan ID's on ESXI. I'm sure I made a stupid mistake since I'm fairly new to both…
Tayotoka
  • 23
  • 1
  • 5
0
votes
0 answers

flyback power board is failed and not working, how to repaire?

I have a power board is5/ip5a that is failed. I test it and see that the output voltage when there is no load is ok but when the board is connected to the load, output voltage reach to zero and can't work. what should check to repaire it? Switching…
HGScania
  • 1
  • 3
0
votes
2 answers

Switching between two NSWindows

I am making a simple mac app in which i want to switch windows. I have two NSWindowController class MainWindow and DetailWindow I am using this code : MainWindow class: //MainWindow.h @class DetailWindow; @interface MainWindow :…
iUser
  • 1,075
  • 3
  • 20
  • 49
0
votes
0 answers

Docker Desktop won't switch to Windows container issuee

When I clicked switch to Windows container in docker desktop, it's not working. Need resolution for this issue.
0
votes
1 answer

Problems with Animated switcher

i am just getting into having to use animation widgets in flutter and i have been having some problems. i am trying to transition from one widget to another using animated switcher. sure enough, it transitions but it does not animate, perhaps i am…
alex
  • 5
  • 7
0
votes
1 answer

Calculating the transmission rate in a circuit-switched network with time-division multiplexing

This is a quote from the 8th Global Edition of Computer Networking: A Top-Down Approach: For TDM, the transmission rate of a circuit is equal to the frame rate multiplied by the number of bits in a slot. For example, if the link transmits 8,000…
csmathhc
  • 205
  • 2
  • 12
0
votes
1 answer

Switch Button not toggle flutter

hope all are doing well i use a Switch Button in popup Form when pressing the floating action Button but its not working or the UI not updated when i pressed the Switch Button I used it in a StatefulWidget but its not toggle until i press hot…
Muhammad Tawil
  • 117
  • 1
  • 1
  • 7
0
votes
1 answer

How to switch language in moment local react while switching language in whole website?

forexample I have {moment().locale('en').format('MMMM Do YYYY')} in my App.js. But I want it switch on {moment().locale('fr').format('MMMM Do YYYY')} while I am switching languege in whole website. Something like this: import React from…
0
votes
1 answer

simulating mininet without controller

I have a 2x2 leaf spine topology as seen inthe picture2x2 leaf spine topology, I want to test it with out SDN controller, the prolbem is that connection between hosts of different switches doesn't work, even the ping :-(. Please there is any way can…
0
votes
1 answer

Hosts in vlan cannot access internet

I just configured my L3 swich with vlan, and inter vlan communication is fine, but none of the hosts inside vlans can access internet. Here is my configuration On switch: vlan 10 - 1/0/1 - 10.0.10.1/24 vlan 20 - 1/0/2 - 10.0.20.1/24 vlan 100 -…
Unics Yu
  • 63
  • 4
0
votes
1 answer

SSH connection Lost after switch accessmode vlan *

When I attempt to assign a port (say Gi1-2) to a vlan other than vlan 1, the SSH connection is lost upon firing the switchport access vlan command. I have created 2 VLANs (10,20) in addition to the default vlan 1. The PC I am using to access the…
0
votes
0 answers

How to parse IP address in P4

I have a basic task to connect some nodes to switch and let them communicate only with even-to-even and odd-to-odd IP addresses. Scenario topology: The starting point is an access network with full L2 connectivity based on a
Taylan Yuksel
  • 345
  • 3
  • 12