1: | What is microsegmentation? |
A1: | Answer: Microsegmentation is the capability of treating a small number of hosts, or nodes, as a single physical segment or collision domain. Microsegmentation can be accomplished with a switch, because a switch treats each port as its own segment. |
2: | What are the three basic components of a switched network? |
A2: | Answer: A switched network is composed of three basic components: physical switching platforms, a common software infrastructure, and network management tools. |
3: | What is a flat network? |
A3: | Answer: A flat network is one Layer 2 network segment. It is a network in which all attached devices can reach each other without going through any intermediary hardware devices, such as a router. A VLAN is an example a flat network. |
4: | Name the most significant problem inherent in a flat network? |
A4: | Answer: A flat network is a single broadcast domain, and because every host on the network must process every frame it receives, each host must process each broadcast frame it receives to determine whether it is the intended recipient. In a larger network with numerous broadcasts, this results in wasted processor time on each host, and contention for network bandwidth, because while the broadcasts are using the network, no one else can. |
5: | What are some of the features available to you in a VLAN implementation? |
A5: | Answer: VLANs provide you a means to extend a LAN beyond its local geography. VLANs also enable you to group users together based on function, such as creating a virtual LAN for different departments within an organization, regardless of their physical proximity to each other. |
6: | What are some of the issues you need to address in a mixed-media environment, such as mixing Token Ring and Ethernet LANs? |
A6: | Answer: Two factors need to be addressed in a mixed-media environment. The first factor is the minimum and maximum frame size each media is capable of supporting, and determining the lowest common denominator for each medium used. The second factor that needs to be considered regarding mixed-media networks is that switches must use a translation function to switch between different media, and this translation function can result in problems such as converting the MAC address among the different media. |
7: | What are some general principles of network design? |
A7: | Answer: Some general network design principles are as follows:
|
8: | What are some principles of switched LAN design? |
A8: | Answer: Switched LAN design principles include the following:
|
9: | What are some of the network services offered by routers that are not available with switches alone? |
A9: | Answer: Routers provide broadcast and multicast control and segmentation in the network by filtering messages from being forwarded to any other network. Routers also provide the following functions: media transition, such as between Token Ring and Ethernet; transition between the different media types of each network; determination of where traffic goes based on the network (OSI Layer 3) address, not the MAC (OSI Layer 2) address. |
10: | What is the difference between ARP and RARP? |
A10: | Answer: Reverse Address Resolution Protocol (RARP) allows a physical machine in a local-area network to request its IP address from a gateway server's Address Resolution Protocol (ARP) table or cache. (RARP is confined to a broadcast domain, as opposed to Bootstrap Protocol [BOOTP], which can cross routers.) |
11: | Is there a "one size fits all" concept for network design? |
A11: | Answer: No. Network designs are unique based on several factors and, as such, there is no "one size fits all" network design. |