Untitled 17 Flashcards

1
Q

__ topology e.g. Ethernet, ATM defines the rules of communication across the __ topology.

A

Logical topology (layer 2), Physical topology (layer 1)

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

__ applies labels to packets, is commonly used to privately control international networks and is much cheaper than dedicated lines.

A

MPLS (Multi Protocol Label Switching)

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

__ are asynchronous devices that provide dial-in and dial-out connections.

A

Access servers

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

__ are distributed series of caching web servers, designed to improve performance and availability by bring data closer to the end user.

A

CDN (Content Distribution Network)

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

__ are the signaling protocols and __ is the packetization of your voice.

A

SIP and H.323 (which is wrapped around SIP for security), RTP (Real-time protocol)

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

__ checks a system’s patches, antivirus and local firewall. If the client passes, access is granted, otherwise it is placed on an isolated VLAN where patches and antivirus updates may be provided.

A

NAC (Network Access Control). It builds on top of 802.1X.

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

__ communications is where data is just sent with no need for start and stop bits. It is more efficient since there is no overhead (start/stop bits) but trasmitting and receiving stations need to be synchronized.

A

Synchronous

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

__ communications is where data is sent by changes in levels of voltage or current in a sequential fashion. There are start and stop sequence bits.

A

Asynchronous

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

__ DSL has the same upload and download rates.

A

SDSL (symmetric)

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

__ DSL is higher download than upload. __ is much higher download than upload rates.

A

ADSL (Asymmetric), VDSL (very-high-data-rate)

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

__ DSL is used to provide the last mile of T1 service and uses two copper twisted pairs.

A

HDSL (high-rate)

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

__ extends Fibre channel to Ethernet networks.

A

FCoE (Fibre Channel over Ethernet) since FC was designed for high-performance directly attached storage.

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

__ integration is a common and phased approach for VoIP. The more long-term solution is __ integration.

A

PSTN PBX/VoIP integration: combines traditional and VoIP networks
IP PBX/PSTN integration:users must use VoIP phones, IP PBX is a soft-switch that routes calls

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

__ is a helpful network path troubleshooting tool that shows each of the nodes from a local machine to a destination.

A

traceroute, part of ICMP and built on ping

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

__ is a layer 2 error correction for serial connections.

A

HDLC (High-Level Data Link Control)

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

__ is a layer 2 polling method for serial connections

A

SDLC (Synchronous Data Link Control)

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

__ is a simple, weak authentication mechanism that sends the password in plaintext. This can be mitigated by sending a hash of the password but this is still vulnerable to a replay attack.

A

PAP (Password Authentication Protocol)

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

__ is a TCP-based logon system with robust AAA, which is why Diameter came out.

A

TACACS (Terminal Access Controller Access Control System)

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

__ is a UDP-based logon system mostly focused on authentication and doesn’t focus much on authorization and accounting.

A

RADIUS (Remote Authentication Dial In User Service)

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

__ is a vast improvement over WEP, requires NIC replacement and AP replacement or firmware upgrade (AES-CCMP).

A

WPA2

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

__ is an authentication mechanism that uses challenge/response authentication and is not vulnerable to a replay attack.

A

CHAP (Challenge-Handshake Authentication Protocol). It should be used instead of PAP wherever possible.

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

__ is an authentication mechanism, an extension to PPP and supports a variety of authentication protocols.

A

EAP (Extensible Authentication Protocol

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

__ is an IETF standard (RFC 2401) for establishing encrypted communication between users and devices. It offers sophisticated replay attack prevention and was issued as an open standard thus promoting multivendor interoperability.

A

IPsec VPN

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

__ is an improved version of RADIUS which focuses on all three areas of AAA.

A

Diameter

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

__ is an improvement over WEP (Wired Equivalent Privacy) and compatible with WEP hardware (TKIP).

A

WPA (Wi-Fi Protected Access)

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

__ is built on ping and used to plot the path a packet took through the network.

A

traceroute, part of ICMP and built on ping

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

__ is layer 2 network level authentication to authenticate a device, using MAC addresses (can be spoofed) and/or certificates.

A

802.1X. Using both would be ideal.

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

__ is used to find whether a given Internet host is reachable or not.

A

Ping, part of ICMP

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

__ layer convers bits into electrical signals or light impulses for transmission.

A

Physical Layer 1

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

__ of the OSI model connects the physical part of the network with the abstract part?

A

Data link layer 2

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

__ offers SCSI disk access via TCP/IP and is routed via IP.

A

iSCSI (Internet Small Computer System Interface)

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

__ or __ which are forms of __ should be used for wireless networks where we should have mutual authentication. Otherwise if just using CHAP, the server authenticates the client but the client does not authenticate the server.

A

LEAP (Lightweight Extensible Authentication Protocol or PEAP (Protected Extensible Authentication Protocol), forms of EAP

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

__ topology (layer 1) describes how systems are connected together e.g. bus ring, star.

A

Physical topology (layer 1)

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

__ VPN is also known as Transport Mode.

A

Client-to-site VPN: provide remote access from a remote client such as a traveling sales rep or telecommuting employee.

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

__ VPN is also known as Tunnel Mode.

A

Site-to-site VPN: provide connectivity to networks such as headquarters and a remote office. Gateway devices are located in front of both networks.

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

__, given a MAC address, will find out what the corresponding IP address is.

A

RARP (Reverse Address Resolution Protocol)

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

__, given an IP address, will find out what the corresponding MAC address is.

A

ARP (Address Resolution Protocol), so computer can determine the next hop

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

105.255.255.255 is a Class __ __ broadcast address.

A

Class A directed broadcast

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

150.5.255.255 is a Class __ __ broadcast address.

A

Class B directed broadcast

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

802.11 supports which frequencies and speeds?

A

BAGN: 11,54,54,144+Mbps. 2.4,5,2.4,2.4/5

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

802.11 supports which two physical layers?

A

IR: Infrared, requires line of sight
RF (Radio Frequency): FHSS (Frequency Hopping Spread Spectrum; police on CB radios used to hop to different frequencies every 10 seconds so that’s all you could hear), DSSS (Direct Sequence Spread Spectrum, if you have small channels break up data into pieces and transfer in lots of small chunks)

42
Q

A __ broadcast goes to every system on the LAN

A

limited broadcast. Will not get routed to any other networks

43
Q

A __ broadcast is where the entire address is set to all 1’s or 255.255.255.255.

A

limited broadcast

44
Q

A __ broadcast is where the host portion is set to all 1’s

A

directed broadcast

45
Q

A __ broadcast would be routed to every computer on the destination network.

A

directed broadcast

46
Q

A __ determines the path a packet will take.

A

IP address

47
Q

A __ firewall operates at layer 3.

A

packet filtering

48
Q

A __ firewall operates at layer 4.

A

stateful filtering

49
Q

A __ identifies a device by vendor code (first 3 bytes) and a unique identifier (last 3 bytes).

A

MAC address

50
Q

A __ is a layer 3 device that connects two different networks together and moves packets between networks.

A

Router

51
Q

A __ is a mapping of FCoE over the network.

A

vSAN

52
Q

A __ is a path through intermediate devices and bridges where there are multiple physical connections but virtually makes a single connection.

A

VC (Virtual Circuit)

53
Q

A __ is a physical topology that is not very scalable or fault tolerant since a single wire connects all of them together. If one goes down they all do.

A

bus. legacy Ethernet uses a bus

54
Q

A __ is a router (inline device connecting two devices together) with a filtering capability (ruleset)

A

firewall

55
Q

A __ is a single broadcast domain and defines LANs logically.

A

VLAN

56
Q

A __ is always at layer 1 of the OSI model.

A

Bit

57
Q

A __ is always at layer 2 of the OSI model.

A

Frame e.g. an Ethernet Frame

58
Q

A __ is always at layer 4 of the OSI model.

A

Segment

59
Q

A __ is information at layer 3 of the OSI model.

A

Packet

60
Q

A __ is like a bus where you connect the two endpoints together

A

ring

61
Q

A __ is often used to connect multiple bus networks.

A

tree

62
Q

A __ is the most common physical topology. It is very fault tolerant since there are multiple paths, scalable since easy to add more connections without interrupting others and easy to troulbeshoot.

A

star

63
Q

A __ is used to directly connect two similar devices (e.g. two computers, two switches, etc), otherwise there will be constant collisions.

A

crossover

64
Q

A __ is used to get to the next hop.

A

MAC address

65
Q

A __ is where two locations may be 20 miles apart which is good for a very local disaster (building fire). A __ is where two locations may be 200 miles apart which is best for large scale disasters.

A

MAN: Metropolitan Area Network, WAN: Wide Area network

66
Q

A __ line is great because it is reserved for use however when not in use you’re paying for bandwidth no one is utilizing. A __ line means you don’t need to know bandwith.

A

Dedicated line, leased line

67
Q

A __ NAT formally referred to as PAT.

A

Many to one NAT aka PAT (Port address translation)

68
Q

A __ NAT is a set of public addresses that are mapped and is not as scalable today since computers have many connections.

A

pool NAT

69
Q

A __ operates at layer 2 and can connect multiple LANs. It is useful in breaking up a large LAN into smaller LANs.

A

bridge

70
Q

A __ provides block-level network file system access and is equivalent to directly attached storage (such as an IDE, SATA or SCSI drive) via a network.

A

SAN (Storage Area Network)

71
Q

A __ provides file and directory access via Ethernet but there is no direct access to blocks or clusters.

A

NAS (Network Attached Storage)

72
Q

A __ virtual circuit is better for small data transfers or infrequent transfers. A __ virtual circuit is better for large or frequent data transfers.

A

SVC (Switched Virtual Circuit), PVC (Permanent Virtual Circuit, permanently keeps connection up rather than constantly creating and tearing down connections like SVC)

73
Q

A bridge is a layer __ device that breaks up an Ethernet domain into two different collission domains to increase performance.

A

Data link layer 2

74
Q

A computer will only use DNS if a __ is not present

A

static host file. Every OS supports a static host file which is where the computer goes first to translate a domain to IP address.

75
Q

A firewall without a ruleset, a firewall with an any-any ruleset, or a firewall with a default allow is a __.

A

Router

76
Q

A hub operates at layer __.

A

Physical layer 1 since it is just re-transmitting raw data.

77
Q

A layer __ switch can do load balancing because it is __ aware.

A

Layer 7, Application-aware

78
Q

A MAC address operates at layer __.

A

layer 2

79
Q

A modulator/demodulator that converts digital signals to analog signals, transmits over conventional telephone lines and then converts analog back to digital signals.

A

modem

80
Q

A packet filtering firewall operates at layer __.

A

3

81
Q

A proxy firewall or next gen firewall operates at layer __.

A

7

82
Q

A stateful firewall operates at layer __.

A

4

83
Q

A switch is a layer __ device that acts like a hub except that it probes each system and stores it’s MAC address so it can send communications directly from one computer to another which increases performance and security.

A

Layer 2

84
Q

A type of network that could be used by an electrical company to read meters at multiple locations in a small area without going to each location.

A

NAN (Neighborhood Area Network) e.g. so don’t have to worry about dogs/guns when he reads the meter at a house.

85
Q

All DSL requires a __ in the neighborhood.

A

POP (Point of Presence)

86
Q

An __ is connecting from your organization to only another organization (e.g. via T1, MPLS, VPN). What can be a problem with this?

A

Extranet. Your security is only as good as the other organization’s security e.g. Target’s extranet with HVAC vendor is how the adversary go to their POS systems.

87
Q

An example of a distance vector routing protocol where hop count is used as the metric is __

A

RIP (Routing Information Protocol)

88
Q

An example of a link state routing protocol which is not subject to routing loops, is more efficient, uses multiple parameters to determine the best route and only sends an update if there’s a change is __

A

OSPF (Open Shortest Path First)

89
Q

An IPv6 is __ bits or __ bytes.

A

128-bit or 16 bytes

90
Q

An unmanaged switch has no __ capability while a managed switch does. Both are layer __.

A

VLAN, Layer 2

91
Q

Any time you enter in a domain name you need to do a __ before you get to layer 3 in the protocol stack, otherwise you won’t get the IP so you won’t get routing.

A

forward lookup or gethostbyname

92
Q

As you go down a stack you __ a header. As you go up the stack you __ a header.

A

Add,Remove e.g. layer 1 processes layer 1 and then takes the header off and passes it up to layer 2

93
Q

ATM is designed for high speed networks sending small amounts of information, using 48 byte box plus 5 byte header so it’s very optimized and minimal chance of collisions. It uses layers __ and __.

A

Layers 2 & 3

94
Q

Autoconfiguration embeds the __ byte __ address into the __ portion of IPv6.

A

6 byte MAC address into the host portion of IPv6

95
Q

Client-to-site VPN which provides access from a remote client such as a traveling sales rep or telecommuting employee is also known as __.

A

Transport Mode

96
Q

Common __ solutions are iSCSI, Fibre Channel and FCoE.

A

SAN

97
Q

Convert the nibble 1101 to decimal.

A
  1. Write each digit separate 1 1 0 1. Label number from right to left 0,1,2,3. Then put base (in this case 2) on bottom left of those numbers, multiply down, add across. ‘Binary,Hex to Decimal conversion - Drawing 4A’
98
Q

CSMA with __ is a one way link and not typically used. CSMA with __ is typically used and is where the computer monitors the line to see if another computer is transmitting, if not the computer transmits.

A

CSMA/CA (collision avoidance), CSMA/CD (collision detection)

99
Q

Draw the OSI and TCP/IP models

A

OSI vs TCP-IP - Domain 4 pg 15’ Also add hub/repeater, switch/bridge, router, firewall so I know the layers for those

100
Q

Ethernet is a baseband or shared media where data is transmitted using __

A

CSMA/CD