1.0 Networking Fundamentals Flashcards
Your company’s networking team wants to deploy 10-Gigabit Ethernet (10GbE or 10 Gbps Ethernet) over fiber optic
cables for its core or backbone network segments. Which of the following types of transceivers are they most likely
to plug directly into their switches, routers, and server network adapters?
A) QSFP
B) GBIC
C) CFP
D) SFP+
E) SFP
They are most likely to plug an SFP+ transceiver into their switches, routers, and server network adapters. As data
rates increase to 10 Gbps and beyond, networks make increasing use of fiber optic cables to convey the signals
necessary to encode and transport the huge volumes of information involved. Likewise, fiber optic cable is a must
for long-haul communications and for distances over 1 km for cable runs.
What is a Fiber Optic Transceiver?
A fiber optic transceiver acts to convert digital data into pulses of light for transmission, and to convert those pulses
of light into digital data upon reception. A variety of fiber optic transceiver types can support 10GbE, but only one of
them is currently widely deployed and used for that purpose in equipment from vendors that include Cisco, Aruba
(HPE), Juniper, Dell and so forth. This is the plus version of the small form-factor pluggable (SFP+) fiber optic
transceiver.
What is SFP?
Small form-factor pluggable (SFP) is a compact, hot-pluggable transceiver module used in both telecommunications
and data communications (networking) applications. The SFP works like an upgraded version of the GBIC
transceiver, but is more compact. It works with SONET, GbE, Fibre Channel, and other communications standards.
It does not, however, work with 10GbE
What is QSPF+
QSFP stands for quad (4-channel) small form-factor pluggable. Like SFP, it is a compact, hot-pluggable transceiver
used primarily for data communications. A variant of this standard, QSFP+, has evolved as a standard for 10 Gbps
data rates per the SFF-8436 standard, but the plain-vanilla QSFP standard is not used for such applications.
What is GBIC?
GBIC stands for Gigabit interface converter. Like SFP, which is viewed as a kind of successor to GBIC, GBIC is hotpluggable, and is primarily used with GbE and Fibre Channel, though it also supports Fast Ethernet (100 Mbps),
and variety of other signaling technologies. GBIC does not support 10 GbE.
What is CFP?
C form-factor pluggable (CFP) is derived from the Latin number for 100 (Centum, which shares a common root with century). In fact, CFP was primarily developed for 100 GbE applications. It can support 40 and 100 Gbps. applications, including both Ethernet varieties. It is overkill for a 10 Gbps connection, more expensive to use, and would require a converter to plug into a 10 GbE port. For all of those reasons, CFP is incorrect.
You are the network administrator for your company. As part of your job, you must understand how data is transmitted through the different OSI layers. Move the OSI layers from the left column to the right column, and place them in the correct order, starting with Layer 1 at the top.
APPLICATION
TRANSPORT
SESSION
PRESENTATION
DATA LINK
PHYSICAL
NETWORK
Layer 1 − Physical
Layer 2 − Data Link
Layer 3 − Network
Layer 4 − Transport
Layer 5 − Session
Layer 6 − Presentation
Layer 7 − Application
What does the Layer 1 - Physical layer consist of?
Technologies, Standards, Examples: Copper, Fiber Optics, IEEE 1394, BASE Standards. (connection media)
Electrical and mechanical characteristics
Ensures the physical communication between the devices and converts an electrical pulse to binary. It defines the specific standard to which the physical components must comply to. The most commonly used protocols include the following, IEEE.802.11, IEEE.802.3 and several others.
What does the Layer 2 - Data Link layer consist of?
Technologies, Standards, Examples: Logical Link Control (LLC) / Media Access Control (MAC) - Etherenet, ATM, MPLS, PPP, STP
Flow control acknowledgements, error detections – Also determines access to the media.
The Data link layer provides communication between directly connected devices. It also provides error handling for the OSI model’s physical layer. It consists of two sub-layers, Media Access Control (MAC) and the Logical Link Control (LLC) layers. Most switches operate on the Data link layer or Layer 2 for communication, but there are exceptions where switches can also work on Layer 3 and are referred to as a Layer 3 switch where routing capabilities are required.
What does Layer 3 - Network Consist of?
Technologies, Standards, Examples: IP, ICMP, NAT, OSPF
Routing, Logical addressing
Routers function on the Network layer. This layer is responsible for forwarding packets to specific routes on the network. This layer analyses the packets received and determines if it has reached its destination and then passes it to the Transport layer. If it is not the final destination, it will pass it to the Data link layer until it reaches its final destination. The Network layer is also responsible for updating routing tables.
What does layer 4 - Transport Consist of?
Technologies and Standards, Examples:
The Transport layer’s function is to deliver data across network connections. The most commonly used protocols are TCP (Transmission Control Protocol) and UDP (User Datagram Protocol). Different protocols will have different functionalities when transporting data across the network. For example, error checking is done using the TCP protocol.
What Does layer 5 - Session Consist of?
Technologies and Standards, Examples: NetBIOS, RPC, SMB, Sockets
Establishes, maintains and terminates session communications
The OSI model’s Session layer manages the flow and sequence of different network connections. This ensures the possibility for dynamic concurrent connections.
What does Layer 6 - Presentation consist of?
Technologies and Standards, Examples: SSL, SSH, Compression, encryption and decryption and encoding.
The simplest part of the OSI model is the Presentation layer, as it handles the processing and converting of the data, for example, encryption and decryption, to facilitate the support for the Application layer.
What does Layer 7 - Application consist of?
Technologies and Standards, Examples: DHCP, DNS, FTP, SMPTP, HTTP, POP3
The final layer in the OSI model, the Application layer, provides network services to the application. These services include protocols that integrate into the application; for example, the HTTP protocol is used to deliver data to a web browser to display a user’s web page.
While designing your network architecture, you decide to configure multiple VLANs to a router within your network.
You are aware that having multiple VLANs on a single router will not be feasible to manage. What should you do to
help mitigate this problem?
A) Implement the Stateless Address Auto Configuration (SLAAC) technique.
B) Implement a dual-stack setup.
C) Implement sub-interfaces on your routers.
D) Implement Spanning Tree Protocol (STP
You should implement sub-interfaces on your routers to mitigate the management issue with multiple VLANs on a
single router. Sub-interfaces are used to help manage multiple VLANs within a router and facilitate
intercommunication with each other. A sub-interface can be configured virtually on a router or switch so that each
device connected to a VLAN appears under the same IP address, causing the IP address to act as a default
gateway. Routers can be configured to have multiple sub-interfaces, enabling greater network scalability and
flexibility without increased costs.
What is dual stacking?
Dual stacking is when a device can run both IPv4 and IPv6 in parallel to each other. While this is a useful
networking technology
Implementing the Stateless Address Auto Configuration (SLAAC) technique. What does it do?
The SLAAC technique is an IPv6 technique that is done automatically. It enables each host on a network to auto-configure a unique IPv6 address without any device keeping track of the node to which it was assigned.
What is STP?
STP is a protocol that is designed to prevent network loops from occurring. (Spanning Tree Protocol)
You will have a very small wiring closet for your routers. While the company will use fiber-optic cabling, you would
like to use the smallest form connector to conserve space. The connector you plan to use should be roughly half the
size of the other connectors. Which fiber-optic connector should you use?
A) ST
B) LC
C) BNC
D) SC
A Lucent Connector (LC) fiber-optic connector is roughly half the size of other fiber-optic connectors. Its smaller form allows for more space in the wiring closet.
What is SC connector?
The SC connector is a square, plug-in connector used with fiber-optic cable. It is a popular choice in 100Base-FX
implementations. SC stands for square connector. The SC connector uses a push to snap on and a push to snap off
technology. It is larger than an LC connector.
What are the two types of SC connector?
There are two types of SC connectors: ultra physical contact (UPC) and angled physical contact (APC). APC
connectors feature an 8-degree angle, while UPC connectors have no angle. UPC adapters are blue, while APC
adapters are green
What is an ST connector?
The ST connector is a round, bayonet type of connector used with fiber-optic cable, which uses a twist on-twist off
technology. The ST stands for straight tip, which refers to the white tip at the end of the connector. It is larger than
an LC connector.
What is an BNC connector?
A BNC connector is used to connect a 10Base-2 (ThinNet) cable to a computer or network device. It is also used to
terminate DS3 connections in a telecommunications facility. It is not used by fiber-optic cable.
What is an MTRJ connector?
Another connector that is used with fiber-optic cabling is the Mechanical Transfer Registered Jack (MTRJ)
connector. It more closely resembles the RJ-45 connector used in UTP and STP cabling.