Click here to Skip to main content
15,887,328 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to upload multiple image? Pin
Stuart Dootson6-Jun-09 7:02
professionalStuart Dootson6-Jun-09 7:02 
QuestionRe: How to upload multiple image? Pin
shyampasari7-Jun-09 0:06
shyampasari7-Jun-09 0:06 
QuestionSetWindowForeground Pin
sashoalm6-Jun-09 3:13
sashoalm6-Jun-09 3:13 
AnswerRe: SetWindowForeground Pin
Stuart Dootson6-Jun-09 3:46
professionalStuart Dootson6-Jun-09 3:46 
GeneralRe: SetWindowForeground Pin
sashoalm6-Jun-09 4:02
sashoalm6-Jun-09 4:02 
GeneralRe: SetWindowForeground Pin
sashoalm6-Jun-09 4:30
sashoalm6-Jun-09 4:30 
QuestionSwitch Pin
navneet19856-Jun-09 1:35
navneet19856-Jun-09 1:35 
AnswerRe: Switch Pin
Randor 6-Jun-09 4:57
professional Randor 6-Jun-09 4:57 
I worked on a problem at my previous employer where the switch CAM table[^] was not being updated during high-load network traffic. When we unplugged a CAT-5 cable and moved it to another port, the switch was still routing packets to the old port with nothing plugged in. Perhaps you are having a similar problem?

navneet1985 wrote:

Can ping the system helps me?


Possibly but maybe not. Its difficult to explain but I can try. There are several scenarios to consider:

1.) If the computer your sending the ICMP packet from already has MAC entry in its ARP cache then it will send the packet with the destinatation set as the MAC address in the ARP cache. If the network switch does not have an entry for the MAC address inside the CAM table the packet will be dropped/ignored, switches do not ARP for you.

2.) If the cam-table on the network switch has a MAC entry but for some reason it is incorrectly mapped/poisoned then the network packet will be incorrectly routed.

3.) If the computer your sending the ICMP packet from does NOT have an entry in its ARP cache, the operating system will send an ARP request for you. The ARP response from the remote machine *should* update the cam table in the network switch.

Essentially the network switch will simply perform a lookup in its internal CAM table and route the ICMP packet to whatever port it associates with the MAC address. It updates this entry when it sees an ARP packet.

I would recommend manually sending an ARP request[^] and ask for the MAC address. When the switch recognizes the ARP resonse packet it should update the CAM-table with the new MAC address.

During my experiments with various switches I noticed that some of them would not update the CAM-table during extremely high network traffic. Not all switches are created equal, you get what you pay for... the switches which exibited this behavior were all unmanaged inexpensive "dumb switches".

Hope this helps,
-David Delaune
QuestionHow to drag and drop between CListView and CScrollView? Pin
akira325-Jun-09 23:54
akira325-Jun-09 23:54 
AnswerRe: How to drag and drop between CListView and CScrollView? Pin
molesworth6-Jun-09 2:37
molesworth6-Jun-09 2:37 
GeneralRe: How to drag and drop between CListView and CScrollView? Pin
akira326-Jun-09 3:51
akira326-Jun-09 3:51 
GeneralRe: How to drag and drop between CListView and CScrollView? Pin
molesworth6-Jun-09 7:16
molesworth6-Jun-09 7:16 
QuestionEffective tool for run-time errors and memory leaks detection Pin
SSDream5-Jun-09 16:50
SSDream5-Jun-09 16:50 
AnswerRe: Effective tool for run-time errors and memory leaks detection Pin
Cedric Moonen5-Jun-09 21:37
Cedric Moonen5-Jun-09 21:37 
AnswerRe: Effective tool for run-time errors and memory leaks detection Pin
The Yariv6-Jun-09 10:10
The Yariv6-Jun-09 10:10 
GeneralRe: Effective tool for run-time errors and memory leaks detection Pin
SSDream6-Jun-09 17:36
SSDream6-Jun-09 17:36 
QuestionChange dialog unit Pin
includeh105-Jun-09 16:14
includeh105-Jun-09 16:14 
AnswerRe: Change dialog unit Pin
enhzflep5-Jun-09 21:31
enhzflep5-Jun-09 21:31 
QuestionCDockablePane::Create Cant Find Defs for dwStyle, dwTabbedStyle, dwControlBarStyle Pin
dougwilliams5-Jun-09 10:32
dougwilliams5-Jun-09 10:32 
QuestionSoftware Integration Pin
CodingYoshi5-Jun-09 9:43
CodingYoshi5-Jun-09 9:43 
QuestionRe: Software Integration Pin
David Crow5-Jun-09 10:32
David Crow5-Jun-09 10:32 
AnswerRe: Software Integration Pin
ThatsAlok5-Jun-09 21:05
ThatsAlok5-Jun-09 21:05 
GeneralRe: Software Integration Pin
CodingYoshi8-Jun-09 3:28
CodingYoshi8-Jun-09 3:28 
QuestionSocket Help!!! Pin
reddy075-Jun-09 9:40
reddy075-Jun-09 9:40 
QuestionRe: Socket Help!!! Pin
David Crow5-Jun-09 10:35
David Crow5-Jun-09 10:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.