Compare cert salaries and plan your next career move
SharkDiver wrote: » C is the correct answer. As in the middle picture, you need to think of the virtual pipe between router A and router B as being called "41" from router A's point of view, and being called "40" from router B's point of view. Router A sends a frame to router B with a DLCI of 41. When the frame gets to the switch in the cloud that router A is attached to, and gets forwarded to the switch connected to router B, the DLCI is changed to 40. Router B knows that the frame came from router A because it came in with a DLCI that it knows is the pipe to router A. DLCI is a local value, so right away you know that if R1 receives a frame with a DLCI of 222 in it, that it refers to a virtual circuit on R1. 222 is the DLCI of the pipe that R1 received the frame on.
Forsaken_GA wrote: » The part you're missing is the fact that the frame relay switch swaps DLCI's, much like a router swaps MAC addresses. So when the FRS gets the frame in from R2, it has R2's DLCI. The FRS consults it's map and finds what circuit that DLCI corresponds to. So it says 'I received a frame on this circuit with the DLCI xxx, that's mapped to this outgoing interface that has DLCI yyyy'. It generates the new frame with the destination routers DLCI. As far as why it's important for the DLCI to be that of the router receiving the traffic, that becomes obvious if you think about it. The DLCI is the frame relay equivalent of a MAC address. Unfortunately the frame relay frame format only has one identifier, unlike Ethernet, which gives you space for a Destination MAC as well as a source MAC. So if you only have one identifier for the traffic, it needs to be that of the destination, otherwise the destination wouldn't know the traffic is meant for it. It's also important because these are virtual circuits. You can have a number of virtual circuits setup on one physical circuit. So if I've got a frame relay link that has 10 virtual circuits, and I receive traffic over my physical interface, I need to know which virtual circuit that traffic applies to, and that's what the DLCI does. The source, in this situation, doesn't work, because the same source could want to talk to hosts on many of my virtual circuits. So let's say the source wants to talk to hosts on 4 of my 10 virtual circuits. If the frame was tagged with the source DLCI, how is the destination router to know which of those circuits the traffic applies to? It can't, and that's why the DLCI needs to be a destination, not a source.
Compare salaries for top cybersecurity certifications. Free download for TechExams community.