study notes Flashcards

1
Q

What are the 3 types of media converters?

A

1) Single mode fiber to twisted pair.

These powered converters change light signals from SMF cabling into electrical signals carried over a copper wire Ethernet network (and vice versa).

2) Multimode fiber to twisted pair.

A different media converter model is required to convert the light signals carried over MMF media.

3) Single mode to multimode fiber.

These passive (unpowered) devices convert between the two fiber cabling types.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a bridge?

A

An Ethernet bridge operates at the data link layer (layer 2) to connect separate physical network segments, allowing them to communicate as part of the same logical network while creating separate collision domains to improve network efficiency. This reduces the number of collisions caused by having too many nodes contending for access.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a switch?

A

An Ethernet layer 2 switch performs the same sort of function as a bridge, but in a more granular way and for many more ports than are supported by bridges. Each switch port is a separate collision domain. In effect, the switch establishes a point-to-point link between any two network nodes. This is referred to as microsegmentation .

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a MAC address?

A

Each Ethernet network interface port has a unique hardware address known as the Media Access Control (MAC) address. This may also be referred to as the Ethernet address (EA) or, in IEEE terminology, as the extended unique identifier (EUI) . A MAC address is also referred to as a local or physical address.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Describe the ethernet frame format.

A

Preamble > Start Frame Delimiter(SFD) > Destination MAC > Source MAC > Ether Type>Payload > Frame Check Sequence (FCS)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Explain I/G bit

A

The I/G bit of a MAC address determines whether the frame is addressed to an individual node (0) or a group (1). The latter is used for broadcast and multicast transmissions. A MAC address consisting entirely of 1s is the broadcast address (ff:ff:ff:ff:ff:ff) and should be processed by all nodes within the same broadcast domain.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

how many bits is a MAC address?

A

A MAC/EUI address is a 48 bit (6 byte) identifier. The format of the number differs depending on the system architecture. It is often displayed as 6 groups of 2 hexadecimal digits with colon or hyphen separators or no separators at all (for example, 00:60:8c:12:3a:bc or 00608c123abc) or as 3 groups of 4 hex digits with period separators (0060.8c12.3abc, for instance).

An EUI-64 is a 64-bit hardware address. A translation mechanism allows a 48-bit MAC address to be converted to an EUI-64. EUI-64 addresses can be used with IPv6.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Explain the Burned-In Address

A

The IEEE gives each card manufacturer a range of numbers, and the manufacturer hard codes every interface produced with a unique number from their range. This is called the burned-in address or the universal address. The first six hex digits (3 bytes or octets), also known as the Organizationally Unique Identifier (OUI), identify the manufacturer of the adapter. The last six digits are a serial number.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the standard Ethernet frame Max length?

A

A standard Ethernet frame has a maximum length of 1518 bytes, excluding the preamble. Each frame has an 18-byte header:

6-byte destination and source MAC address fields.
4-byte error checking field.
2-byte EtherType field.
The maximum size of the data payload is 1500 bytes. The upper limit of the payload is also referred to as the maximum transmission unit (MTU).

To comply with CSMA/CD, the minimum length of an Ethernet frame is 64 bytes, so the payload must be at least 46 bytes. If this is not the case, it is automatically padded with redundant data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

what does a packet sniffer do?

A

A sniffer captures frames moving over the network medium.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What are the three main options for connecting a sniffer to the appropriate point in the network?

A

SPAN (switched port analyzer)/mirror port-this means that the sensor is attached to a specially configured port on the switch that receives copies of frames addressed to nominated access ports (or all the other ports). This method is not completely reliable. Frames with errors will not be mirrored and frames may be dropped under heavy load.

Passive test access point ( TAP )-this is a box with ports for incoming and outgoing network cabling and an inductor or optical splitter that physically copies the signal from the cabling to a monitor port. There are types for copper and fiber optic cabling. Unlike a SPAN, no logic decisions are made so the monitor port receives every frame-corrupt or malformed or not-and the copying is unaffected by load.

Active TAP-this is a powered device that performs signal regeneration (again, there are copper and fiber variants), which may be necessary in some circumstances. Gigabit signaling over copper wire is too complex for a passive TAP to monitor and some types of fiber links may be adversely affected by optical splitting. Because it performs an active function, the TAP becomes a point of failure for the links in the event of power loss.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is TCPDUMP?

A

tcpdump is a command-line packet capture utility for Linux, providing a user interface to the libpcap library. The basic syntax of the command is:

tcpdump -i eth0

tcpdump -i eth0 “src host 10.1.0.100 and (dst port 53 or dst port 80)”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the difference between a managed and unmanaged switch?

A

Unmanaged versus managed-On a SOHO network, switches are more likely to be unmanaged, standalone units that can be added to the network and run without any configuration. The switch functionality might also be built into an Internet router/modem. On a corporate network, switches are most likely to be managed. This means the switch settings can be configured. If a managed switch is left unconfigured, it functions the same as an unmanaged switch does.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the difference between a modular and fixed switch?

A

Modular versus fixed-A fixed switch comes with a set number of ports that cannot be changed or upgraded. A modular switch has slots for plug-in cards, meaning they can be configured with different numbers and types of ports.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What does it mean when a switch is stackable?

A

Switches that can be connected together and operate as a group. The switch stack can be managed as a single unit.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

How do you configure a managed switch?

A

Configuration of a managed switch can be performed at a command line interface (CLI). Once you have established a connection to the switch’s management interface, you can configure settings for each of the switch port interfaces. These settings control the network link configured for each client device attaching to the switch.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

what are the 3 priciple modes of Cisco IOS?

A

User EXEC mode-This is a read-only mode where commands can be used to report the configuration, show system status, or run basic troubleshooting tools.
Privileged EXEC mode/enable mode-This allows the user to reboot or shut down the appliance and to backup and restore the system configuration.
Global configuration mode-This allows the user to write configuration updates.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

what command would you use to display the switches configuration?

A

“show config” displays the switch’s configuration. The startup configuration ( show startup-config ) could be different from the running configuration ( show running-config ). If there has been some undocumented change to the switch, using these commands and comparing the output may reveal the source of a problem.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

what command would you use to display the switches interfaces?

A

show interface lists the state of all interfaces or the specified interface. Interfaces are identified by type, slot, and port number. For example, GigabitEthernet 0/2 (or G0/2) is port #2 on the first 10/100/1000 slot (or only slot). An interface has a line status (up if a host is connected via a good cable) and a protocol status (up if an Ethernet link is established). Down indicates a fault while administratively down indicates that the port has been purposefully disabled. Show interface will also report configuration details and traffic statistics if the link is up/up.

21
Q

what is MDI in a switch?

A

Under 100BASE-T, an end system uses media dependent interface (MDI) to transmit on pins 1 and 2 and receive on pins 3 and 6. This is also referred to as an uplink port. As an intermediate system, a switch port uses MDI-X and receives on pins 1 and 2 and transmits on pins 3 and 6. The cable between the host interface port and switch interface port should be straight through (either T568A on both ends or T568B on both ends).

22
Q

what is auto-MDI/MDIX?

A

Nowadays, most switch interfaces are configured to use auto-MDI/MDIX by default. This means that the switch senses the configuration of the connected device and cable wiring and ensures that an MDI uplink to an MDIX port gets configured. This will also ensure a link if a crossover cable is used to connect an end system by mistake.

23
Q

True or false: all Gigabit Ethernet interfaces must support auto MDI/MDI-X?

A

The same principle applies to Gigabit Ethernet and faster. While all four pairs carry bidirectional signals, the interfaces still use an MDI to MDI-X link. In practical terms, all Gigabit Ethernet interfaces must support auto MDI/MDI-X.

24
Q

how does a switch learn MAC addresses?

A

A switch learns MAC addresses by reading the source address when a frame is received on a port.

25
Q

What is the MAC address table also reffered to as?

A

The address table is implemented as content addressable memory (CAM), a special type of memory optimized for searching, rather than random access. Consequently, the MAC address table is often also referred to as the CAM table.

26
Q

Where is the address mapping for a port cached?

A

The address mapping for that port is normally cached in a MAC address table.

27
Q

What happens when a switch does not find the requested MAC address in the mac address table?

A

If a MAC address cannot be found in the MAC address table, then the switch acts like a hub and transmits the frame out of all the ports, except for the source port. This is referred to as flooding.

28
Q

How do you query the MAC address table of a switch to find the MAC address or addresses associated with a particular port?

A

show mac address-table

29
Q

How do you validate the MAC address of end systems?

A

A port security configuration validates the MAC address of end systems that connect to a switch port. In most scenarios, you would not expect the MAC address of servers and workstations to change often, except for predictable upgrade cycles

30
Q

Unknown or frequently changing host MAC addresses might indicate what?

A

Unknown or frequently changing host MAC addresses might indicate an intrusion attempt.

31
Q

A port security configuration has what two elements?

A

Specify a static MAC address or allow the port to learn and accept a certain number of sticky addresses.

Specify an enforcement action when a policy violation is detected (alert only or shutdown the port, for instance).

31
Q

What is Port Aggregation?

A

Port aggregation means combining two or more separate cabled links into a single logical channel. From the host end, this can also be called NIC teaming. The term bonding is also widely substituted for aggregation. For example, a single network adapter and cable segment might support 1 Gbps; bonding this with another adapter and cable segment gives a link of 2 Gbps.

32
Q

How is Port aggregation is often implemented?

A

Port aggregation is often implemented by the Link Aggregation Control Protocol (LACP). LACP can be used to autonegotiate the bonded link between the switch ports and the end system, detect configuration errors, and recover from the failure of one of the physical links.

33
Q

What is Port Mirroring?

A

Port mirroring copies all packets sent to one or more source ports to a mirror (or destination) port. On a Cisco switch, this is referred to as a switched port analyzer (SPAN).

34
Q

What/how is Port Mirroring used?

A

The mirror port would be used by management or monitoring software, such as a packet sniffer, network analyzer, or intrusion detection system (IDS) sensor. Either ingress or egress traffic, or both, can be captured. Optionally, in order to avoid overloading the monitoring system, packets may be filtered based on criteria such as protocol ID or TCP/UDP port number.

35
Q

What is the MTU of a normal Ethernet frame?

A

Ordinarily, an Ethernet frame can carry a data payload or maximum transmission unit (MTU) of up to 1,500 bytes.

36
Q

Where is a common place jumbo frames are used?

A

Some types of hosts, such as those implementing storage area networks (SANs) have special requirements. Traffic processed by these hosts can be optimized by configuring port settings for jumbo frames and flow control.

37
Q

how big is a jumbo frame?

A

A jumbo frame is one that supports a data payload of up to around 9,000 bytes. This reduces the number of frames that need to be transmitted, which can reduce the amount of processing that switches and routers need to do. It also reduces the bandwidth requirement somewhat, as fewer frame headers are being transmitted.

38
Q

how do you know if you can use jumbo frames?

A

The MTU value in the show interface output will indicate whether jumbo frames are accepted on a particular port.

39
Q

What is Flow Control?

A

IEEE 802.3x flow control allows a server to instruct the switch to pause traffic temporarily to avoid overwhelming its buffer and causing it to drop frames.

40
Q

What is IEEE 802.3x?

A

flow control

allows a server to instruct the switch to pause traffic temporarily to avoid overwhelming its buffer and causing it to drop frames.

41
Q

What is IEEE 802.1Qbb?

A

The updated priority flow control (PFC) mechanism (IEEE802.1Qbb) allows PAUSE frames to apply to certain traffic classes only.

42
Q

Why is IEEE 802.3x not always appropriate?

A

The 802.3x global PAUSE mechanism does not distinguish between traffic types, however, which can pose problems with voice/video traffic and infrastructure-critical traffic, such as routing protocol updates. Class of service (CoS) and quality of service (QoS) mechanisms ensure reliable performance for these time-sensitive applications by marking and policing traffic.

43
Q

what is 802.3af?

A

Power over Ethernet (PoE)

802.3af-Powered devices can draw up to about 13 W over the link. Power is supplied as 350mA@48V and limited to 15.4 W, but the voltage drop over the maximum 100 meters of cable results in usable power of around 13 W.

44
Q

What is 802.3at?

A

802.3at (PoE+)-Powered devices can draw up to about 25 W, with a maximum current of 600 mA.

45
Q

What is 802.3bt?

A

802.3bt (Ultra PoE)-Supplies up to about 51 W (Type 3) or 73 W (Type 4) usable power.

46
Q

Whay happens when a device is connected to a port on a PoE switch?

A

the switch goes through a detection phase to determine whether the device is PoE-enabled. If not, it does not supply power over the port and, therefore, does not damage non-PoE devices. If so, it determines the device’s power consumption and sets the supply voltage level appropriately.

47
Q

Why is PoE used?

A

Powering these devices through a switch is more efficient than using a wall-socket AC adapter for each appliance. It also allows network management software to control the devices and apply schemes, such as making unused devices go into sleep states and power capping.

48
Q
A