Exam 2 Flashcards

1
Q

Which two types of media are twisted-pair cable?

A

STP and UTP

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

How fast can Category 5e transfer data?

A

1000 Mbps

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

In the following diagram, match the fiber connector on the left with the correct description on the right.

A

A3, B2, C4, D1

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

Which category of UTP cabling is used for 10 Gigabit Ethernet? (Select all that apply.)

A

Category 6a

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

What is the most common connector that is used with UTP cabling carrying Ethernet traffic?

A

RJ-45

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

What type of UTP cabling is used in building open-air returns to reduce the amount of pollution created if a fire should occur?

A

Plenum

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

Which type of fiber-optic cabling only allows an individual light path through it?

A

Single-mode

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

What is the name that is used to reference the central primary cable distribution point in a building?

A

MDF

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

What is the MAC address that is used to send a frame to every local Ethernet device?

A

FFFF.FFFF.FFFF

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

What is the name of the device that is used primarily to secure a network?

A

Firewall

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

What is the name of the technology that will soon change the landscape of modern networking by moving the control functionality of a networking device to a central managed location?

A

Software-defined networking (SDN)

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

What is the name of the VoIP component that maintains a network’s dial plan (routes)?

A

Call agent

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

How many collision domains are shown in the following diagram? (Large Diagram)

A

2

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

How many collision domains are there in the following diagram? (Small diagram)

A

4

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

What is the purpose of a DNS server?

A

Providing an IP address for an fully qualified domain name

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

What is a DNS MX record?

A

A record for email servers

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

What are the steps a DHCP client goes through when requesting an IP address? Make sure they are in the correct order.

A

DHCPDISCOVER, DHCPOFFER, DHCPREQUEST, DHCPACK

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

What is the purpose of a virtual desktop?

A

To give users access to their data from any device and location

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

What is the purpose of SIP in VoIP?

A

It sets up the VoIP phone calls.

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

What is the purpose of RTP in VoIP?

A

It carries voice and data.

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

CSMA/CD is specified in the IEEE 802.3 standard for Ethernet network.

A

True

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

What is the minimum media type that must be used to run 1000BASE-T?

A

Cat 5e

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

A more efficient design which involves the logical separation of a switch ports into different broadcast domains is known as a ________.

A

virtual local-area network (VLAN)

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

How many bytes are in an IEEE 802.1Q VLAN tag?

A

4

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
How does a switch prevent loops?
IEEE 802.1D
26
How is a switch selected as a root bridge for spanning tree if the bridge priorities are the same?
The switch with the lowest MAC address will become the root bridge.
27
Match the link speeds on the left with the correct STP port cost on the right. A) 10 Mbps (Ethernet) B) 100 Mbps (Fast Ethernet) C) 1 Gbps (Gigabit Ethernet) D) 10 Gbps (ten Gig Ethernet) STP Port Cost: 1: 2 2: 19 3: 100 4: 4
A3, B2, C4, D1
28
An IEEE 802.1D port goes through four states when transitioning to the forwarding state. What is the correct order?
Blocking, listening, learning, forwarding
29
What is the IEEE standard for PoE?
IEEE 802.3af
30
To have effective port monitoring and see all traffic on the network, which of the following needs to be configured?
Mirroring
31
You can configure user authentication at Layer 2 of the OSI. What IEEE standard would you use for this?
IEEE 802.1X
32
What type of media is used using the 100Base-FX Ethernet standard?
MMF
33
What is the name of a Layer 2 connection that supports transporting multiple VLANs at the same time between devices?
Trunk port
34
What is the IEEE standard that is used to enforce user authentication?
802.1X
35
ipconfig /all
Provides additional configuration info
36
ipconfig /release
Releases an IP address from the PC
37
ipconfig /renew
Requests an IP address from the DHCP server
38
ping
is used to check IP connectivity between two network devices
39
nslookup
resolves a fully qualified domain name (FQDN) to an IP address
40
route
changes or displays contents of a PC’s current IP routing table
41
route print
Displays the contents of the IP routing table
42
route delete
Deletes an entry from the IP routing table
43
tracert
displays the path between your device (the source) and a destination IP address, showing each router hop
44
arp
displays the MAC address associated with a known IP address
45
netstat
Displays protocol statistics and current TCP/IP network connections. You can view information about current sessions, including source and destination IP address and port numbers.
46
nbtstat
helps to know the IP address of a known NetBIOS name (NetBIOS often cooperates with WINS server).
47
ifconfig (LINUX)
displays IP address configuration parameters
48
nslookup (LINUX)
resolve FQDNs to IP addresses
49
host (LINUX)
will also resolve FQDNs to IP addresses.
50
route –n (LINUX)
displays the default gateway.
51
traceroute
displays the path between your device (the source) and a destination IP address, showing each router hop
52
netstat
displays information about IP-based connections.
53
RJ-11 vs. RJ-45
RJ45 connectors commonly connect to Cat5 and Cat6 cables, while RJ11 simply connects to a telephone cable
54
MMF & SMF.
SMF (single-mode fiber) carries a single beam of light and an MMF (multi-mode fiber) carry multiple beams of light.
55
Fiber-optical vs copper cable.
Copper cables can only carry signals about 100 meters, while some singlemode fiber optic cables can carry more data up to 25 miles.
56
Two common connector types:
BNC, F-connector
57
Composition of coaxial cable.
Coaxial cable conducts electrical signal using an inner conductor (usually a solid copper, stranded copper or copper plated steel wire) surrounded by an insulating layer and all enclosed by a shield, typically one to four layers of woven metallic braid and metallic tape.
58
Two categories of twisted-pair cable
shielded & unshielded
59
Power over Ethernet
IEEE802.3af
60
Hub vs Switch
A Hub is a networking device that allows you to connect multiple PCs to a single network, whereas a Switch connects various devices together on a single computer network.
61
USB2.0 and USB 3.0; maximum data rate
(480M, 5G bps)
62
Concept of Auto MDI-X and MDI.
Auto MDI-X switches between MDI and MDI-X when needed MDI: PC or other MDI device... Gets a Crossover cable. Switch hub or other MDIX device, gets a straight through cable MDIX: PC or other MDI device... Gets a straight through cable. Switch hub or other MDIX device, Gets a Crossover cable
63
order of cables (colors)? | what numbers are crossovers?
1) orange - white 2) orange 3) blue - white 4) blue 5) green - white 6) green 7) brown - white 8) brown 1,2 -> 5,6 3,4 -> 7,8
64
Why switch replace bridge?
1) most bridges have only 2 or 4 ports. A switch can have hundreds of ports. 2) a bridge can connect fewer LAN, while a switch can connect more networks compared to the bridge 3) bridges do not have buffers while switches have. Thus, switches perform error checking which bridges don’t perform.
65
How to obtain IP address from a DHCP server? Four steps.
1) DHCPDISCOVER: The client broadcasts a request for a DHCP server. 2) DHCPOFFER: DHCP servers on the network offer an address to the client. 3) DHCPREQUEST: The client broadcasts a request to lease an address from one of the offering DHCP servers. 4) DHCPACK: The DHCP server that the client responds to acknowledges the client, assigns it any configured DHCP options, and updates its DHCP database. The client then initializes and binds its TCP/IP protocol stack and can begin network communication.
66
How does a proxy server operate?
The proxy server then makes your web request on your behalf, collects the response from the web server, and forwards you the web page data so you can see the page in your browser.
67
What is VOIP? | Protocols for VOIP?
Voice over internet protocol SIP, RTP, PBX
68
Port state 4 different states
blocking, learning, listening, forwarding
69
what is the purpose of STP
The basic function of STP is to prevent bridge loops and the broadcast radiation that results from them.
70
VLAN’s advantages
1) It solves a broadcast problem. 2) VLAN reduces the size of broadcast domains. 3) VLAN allows you to add an additional layer of security. 4) It can make device management simple and easier. 5) You can make a logical grouping of devices by function rather than location. 6) It allows you to create groups of logically connected devices that act like they are on their own network. 7) You can logically segment networks based on departments, project teams, or functions. 8) VLAN helps you to geographically structure your network to support the growing companies. 9) Higher performance and reduced latency. 10) Users may work on sensitive information that must not be viewed by other users. 11) VLAN removes the physical boundary. 12) It lets you easily segment your network. 13) It helps you to enhance network security. 14) You can keep hosts separated by VLAN.
71
Broadcast storm over Ethernet
A broadcast storm is an abnormally high number of broadcast packets within a short period of time. A broadcast storm can overwhelm switches and endpoints as they struggle to keep up with processing the flood of packets. When this happens, network performance degrades.
72
Extra bytes added to Ethernet frame according to 802.1Q
802.1Q adds a 32-bit field between the source MAC address and the EtherType fields of the original frame.
73
Collison Domain
EX has 4 connections. 1) hub has 1 broadcast domain and 1 collision domain 2) switch 1 broadcast domain and 4 collision domains 3) router 4 broadcast domains and 4 collision domains
74
important ports
20: FTP data 21: FTP control 22: SSH 23: telnet 25: SMTP 80: HTTP 443: HTTPS 53: DNS 110: EMAIL 119: Network news transfer protocol 123: Network Time Protocol 143: Internet Message Access Protocol 161: Simple Network Management Protocol 194: Internet Relay chat (IRC)
75
Common types of DNS record
1) AAAA Record 2) CNAME Record 3) ANAME Record 4) SOA Record 5) Name Server Record 6) Mail exchange Record 7) TXT Record 8) SRV Record 9) PTR Record 10) SPF Record