• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/520

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

520 Cards in this Set

  • Front
  • Back
What layer is the physical layer
Layer 1

What does the physical layer describe?
Cabling and connectors

What is a physical address in networking?
MAC address

New name for MAC address
EUI - 48

How is MAC divided
First 24 bits for OUI - Second 24 bits unique to that OUI

Define OUI
Organizationally Unique Identifier

Fields of an Ethernet frame

Recipient's MAC address, Sender's MAC address, Type, Data, FCS


Define FCS
Frame check sequence. Uses binary math to chec, frame against field to verify data hasn't changed. Check is called CRC, or Cyclic Redundancy Check

Standard max size of Ethernet frame
1500 bytes

Typical FCS size
4 bits

MAC broadcast address
FF-FF-FF-FF-FF-FF

Define Propagate
The way data moves down a cable or through a network.

What are dropped frames
Frames that do not have correct information. For example, they were either received at the wrong destination, the time to live has expired, or the FCS has failed.

Any device with a MAC address is participating in what layer?
Layer 2

How does a NIC divide the second layer?
Logical Link Control (LLC) and Media Access Control (MAC)

Define and provide duties of Logical Link Control
Layer 2 process where the NIC communicates with the OS via device drivers. Handles multiple network protocols and provides *flow control*.

Define and provide duties of Media Access Control
Creates and addresses each frame. Adds NICS MAC and attaches MAC addresses to frames.

At what layers does the NIC exist?
Layer 1 and Layer 2

What does TCP/IP stand for?
Transmission Control Protocol/Internet Protocol

Define Encapsulation
Process of sending data to the lower layers to have additional headers and footers added and eventuallly broadcast.

Define De-ecapsulation
Process of removing the current layer's header and footer to send it to the next-higher layer and eventually go to the applications

Unique Identifiers of a TCP/IP network
MAC address and IP address

Name for a piece of Layer 2 data
Frame

Name for a piece of Layer 3 Data
Packet

What is the purpose of the transport layer?
Recogntion of data transmission, disassembly and reassembly of data, Verificaion of good data transmission, ordering packets.

What is the purpose of the session layer?
Initiates, accepts, and opens/closes sessions. Manages sessions to prevent data from being confused.

What is the purpose of the presentation layer?
Presents data in a usable format and sends data to the lower layers. Manages encryption.

What is the purpose of the Application layer
Presents data to the user without knowledge of network protocols.

Names for a piece of Layer 4 data
Segment, or datagram

Names of layers in OSI model
Physical, Datalink, Network, Transport, Session, Presentation, Application

Names of layers in TCP/IP model
Link/Network interface, Internet, Transport, Application

Connect the layers of the TCP/IP model to the OSI model
Link/Network interface layer in TCP/IP connects to the Physical and Datalink layers in OSI. The TCP/IP Internet layer connects to the OSI Network layer, Transport Layer is Transport layer on both but it also includes assembly and disassembly of data and connection-oriented/connectionless communication--this means that Transport in TCP/IP also encompasses Session in OSI. Lastly, the TCP/IP Application layer encompasses the Application, Presentation, and Session OSI layers.

Why is the TCP/IP model different from the OSI layer
The TCP/IP model, by name, focuses on Transmission Control and Internet. The other layers exist, but are not broken down because they are not neeeded to be detailed for TCP/IP to function.

TCP/IP Internet-layer protocols
IP

TCP/IP Transport-layer protocols
TCP UDP

TCP/IP Application-layer protocols
HTTP, POP, VOIP

Layer 6&7 data
Just data, or the payload.

"Where does a hub send data?
A. Only to the receiving System
B. Only to the sending system
C. To all the systems connected to the hub
D. Only to the server"
C. A hub sends data to all the other systems connected to the hub. There is no processing, all other devices connected receive the signal.

"What uniqely Identifies every NIC?
A. IP address
B. Media access control address
c. ISO number
D. Backet ID number"
B. The Media Access control (MAC) address identifies each NIC with a 48-bit number.

"What Windows utility do you use to find the MAC address for a system?
A. ipconfig /all
B. ipcfg /all
C. ping
D. mac"
B. ipconfig /all will show you the IP and MAC addresses of every network interface visible to the system. This is a Windows command.

"A MAC address is known as a(n) ________ address.
A. IP
B. logical
C. physical
D. OEM"
C. MAC addresses are known as physical addresses, because they are physically connected to the interface.

"A NIC sends data in descrete chunks called
A. segments
B. sections
C. frames
D. Layers"
C. The NIC sends data in frames, since it is communicating on the second layer

"Which MAC address begins a frame?
A. Receiving system
B. Sending system
C. Network
D. Router"
B. The receiving system's MAC address begins a frame, that way the systems not intended to receive data are able to discard the rest of the information. The Sending system's information is next, followed by the type of data, the data itself, and finally the FCS

"A frame ends with a special bit called the frame check sequence (FCS). What does the FCS do?
A. Cycles data across the network
B. Verifies that the MAC addresses are correct
C. Verifies that the data arrived correctly
D. Verifies that the IP address is correct"
C. The FCS verifies that the data arrived correctly

"Which of the following is an example of a MAC address?
A. 0-255
B. 00-50-56-A3-04-0C
C. SBY3M7
D. 192.168.4.13"
"B. 00-50-56-A3-04-0C
0-255 is the range of numbers of an octet in an IP address, SBY3M7 might be a good password if it wasn't so short, so it might be a system name. 192.168.4.13 is an example of an IP address.
"
"Which layer of the TCP/IP model controls the assembly and disassembly of data?
A. Application layer
B. Presentation Layer
C. Session layer
D. Transport layer
"
D. The transport layer is in charge of assembly and disassembly of data.

"Which layer of the OSI seven-layer model keeps track of a system's connections to send the right response to the right computer?
A. Application layer
B. Presentation layer
C. Session layer
D. Transport layer"
C. The session layer keeps track of a system's connections, also known as sessions.

Define a bus topoplogy
A single cable connects all computers in a line. A system sends data down both ends until the bus terminates and the data cannot travel further.

Define a ring topology
A single cable connects all computers in a ring, ending up where it started. Data goes one way around the network, and is removed when it reaches the sending terminal.

Why does a bus topology need terminated?
Without a terminator, the data will reflect back down the line, causing a denial of service.

How does a ring topology terminate
A ring topolgy does not terminate, or you can say that the ring terminates itself.

What is the main weakness of bus and ring topologies?
A break in the cable means a break in the communication for all machines

Define a star topology
All systems communicate through a central connection.

What is the main advantage of a star topology
Fault tolerance. If the cable breaks, all other connections remain

Provide two examples of hybrid toplogies, and explain which we use currently.
Star-bus and star-ring. Star-bus is what we currently use, having shrunk the Ethernet bus into central networking devices.

What is the more common term for signaling topology?
Logical topology

What is a mesh network. What kinds are there?
In a meshed network, systems connect to multiple systems, creating redundant links. There are fully-meshed networks, where all machines connect to each other, and partially-meshed networks, where at least two machines have a redundant connection.

Where might you see a meshed network?
In an enterprised network backbone, or very large important networks with high availability.

Define Point to Multipoint topology
One system connects to all other systems, and all data flows through the one system.

Define Point to Point topology
Two systems connected to each other.

What is the difference between point to multipoint and star topologies?
The difference is the central connection point. In a star topology, it is a box that is dedicated to network switching. In Point-to-multipoint, the central point is a system.

What are the parts of Coaxial cable?
Central conductor wire surrounded by insulated material, surrounded by a metal shield (usually braided), and then jacketed

Why is coaxial cable good for places with heavy network interference?
The metal shield acts as a ground, and diverts ElectroMagnetic Interference away from the signal

What type of connectors are available for coax?
BNC and F-type

What are the properties of a BNC connnector?
BNC connectors are stick and twist to lock into place

What are the properties of a F-connector
Fconnectors screw on for a better connection.

What type of coaxial cable is used for network cabling?
RG6

How does one take a coaxial signal and send it to multiple devices at once?
Coaxial splitter

How does one connect a coaxial cable to another cable?
Barrel connector

What is shielded twisted pair?
twisted pairs of metal wiring inside of a metal jacket inside of a plastic jacket

Why is shielded twisted pair shielded?
Protection from EMI

What is unshielded twisted pair?
Twisted pairs of metal wiring inside a plastic jacket

Why twisted pairs?
Twisting the pairs of cables together reduces crosstalk.

What is the frequency rating of CAT 1 cable?
<1 MHz

What is the frequency rating of CAT 2 cable?
4 MHz

What is the frequency rating of CAT 3 cable?
16 MHz

What is the frequency rating of CAT 4 cable?
20 MHz

What is the frequency rating of CAT 5 cable?
100 MHz

What is the frequency rating of CAT 5a cable?
100 MHz

What is the frequency rating of CAT 6 cable?
250 MHz

What is the frequency rating of CAT 6a cable?
500 MHz

What is the maximum bandwidth of CAT 1 cable?
Analong phone lines only

What is the maximum bandwidth of CAT 2 cable?
4 Mbps

What is the maximum bandwidth of CAT 3 cable?
16 Mbps

What is the maximum bandwidth of CAT 4 cable?
20 Mbps

What is the maximum bandwidth of CAT 5 cable?
100 Mbps

What is the maximum bandwidth of CAT 5a cable?
1000 Mbps

What is the maximum bandwidth of CAT 6 cable?
10,000 Mbps

What is the maximum bandwidth of CAT 6a cable?
10,000 Mbps

Is CAT 1 cable in use?
No, the cable is no longer recognized by TIA/EIA.

Is CAT 2 cable in use?
No, the cable is no longer recognized by TIA/EIA.

Is CAT 3 cable in use?
Yes

Is CAT 4 cable in use?
No, the cable is no longer recognized by TIA/EIA.

Is CAT 5 cable in use?
No, the cable is no longer recognized by TIA/EIA.

Is CAT 5a cable in use?
Yes

Is CAT 6 cable in use?
Yes

Is CAT 6a cable in use?
Yes

What is the main difference between using CAT 6 and CAT 6a?
CAT 6a can run 10 Gbit Ethernet at 100 meters, while CAT 6 is limited to 55 meters.

What type of connectors are used for twisted pair?
RJ, or Registered Jack

What is the difference between telephone and networking connectors?
Telephone connnectors are 4-pin RJ-11 connectors. Network connnectors are 8-pin RJ-45 connectors.

What are the parts to a Fiber Optic cable?
The fiber core, cladding, buffer, and jacket

What is the purpose of the cladding in fiber optic cables?
It reflects the light down the fiber, and gives the cable some thickness.

What is the purpose of the buffer in fiber optic cables?
Stiffens the cable to give strnegth

How is fiber optic cable measured?
Two numbers are used to measure fiber optic cables. The first is the core diameter, and the second is the cladding diameter. A common size is 62.5/125 um (micrometers)

Why are most fiber optic cables in pairs?
One is used for sending, and one is used for receiving

How is light sent down a fiber optic cable?
The light is transmitted by LED for multi-mode fiber and laser for single-mode fiber

How does multimode fiber differ from single-mode?
Multimode fiber uses LEDs, and can send several signals at once. Single-mode sends one signal at a time using a laser.

What is the main problem resolved by using single-mode fiber
Modal distortion, where signals sent at the same time don't arrive at the same time because the signals took slightly-different paths.

What wavelengths of light are used for fiber optics?
Multimode cables use 850 nm wavelenghts, wehre single-mode fiber transmits at 1310 or 1550 nm

What type of fiber connector is single and looks and works like a BNC?
ST. Think stick and twist. The BNC and the ST connectors only have a short twist, so they clip on and are not screwed on

What type of fiber connector is single, square, plastic, and clicks into place?
SC connectors. Think Stick and click.

What type of fiber optic connector is small, square, comes in pairs, and has a plastic clip.
LC. Think little connnectors, since the two little connectors make up a big one.

What type of fiber connector is closest to a coax f connector?
FC. They operate the same way as a coax connector. The operator plugs in the cable and screws it in.

What is the proper name for a serial cable when networking?
RS-232, recommended standard.

Describe a serial port
DB-9, male

What is the name for a parallel connector?
IEEE 1284

What does a parallel port look like?
Female DB-25

What are the common fire ratings for cables?
PVC, riser, and plenum

What is the difference between fire ratings on cabling?
PVC cables create thic acrid smoke when burning. Riser cable is more expensive and creates less smoke. Plenum cable is even more expensive and creates the least smoke.

What is a plenum?
The space between acoustic tiles and the actual ceiling.

What is the riser?
the vertical space inside a wall.

Why use plenum cable when you can use riser?
Plenum cable is more safe and most installations call for it out of safety concerns.

"Which of the following topologies require termination?
A. Star
B. Bus
C. Mesh
D. Ring"
B. Only the bus requires termination. All other types terminate at a system.

"Star-bus is an example of a ___________ topology.
A. transitional
B. system
C. hybrid
D. rampant"
C. hybrid

"Of all the topologies listed, which one is the most fault-tolerant?
A. Point-to-point
B. Bus
C. Star
D. Ring"
C. Star

"What term is used to describe the interconnectivity off network components?
A. Segmentation
B. Map
C. Topology
D. Protocol"
C. Topology

"Coaxial cables all have a(n) __________ rating.
A. resistance
B. watt
C. speed
D. ohm"
D. ohm

"Which of the following is a type of coaxial cable?
A. RJ-45
B. RG-59
C. BNC
D. Barrel"
B. RG-59

"Which network topology connects nodes with a ring of cable?
A. Star
B. Bus
C. Ring
D. Mesh"
C. Ring

"Which network topology is most commonly seen only in wireless networks?
A. Star
B. Bus
C. Ring
D. Mesh"
D. Mesh

"Whioch of the following is a duplex fiber-optic connection?
A. LC
B. RJ-45
C. ST
D. SC"
A. LC

"What is the most common category of UTP used in new cabling installations?
A. CAT 5
B. CAT 5e
C. CAT 6
D. CAT 6a"
C. CAT 5e

What are the parts of an Ethernet frame?
Preamble, Recipient Mac, Sender Mac, Type, Data, Pad, FCS

What is the preamble field in an Ethernet Frame
A pattern or signal sent at the beginning of the frame indicating where the frame starts. It is 7 bytes long

What is the Recipient MAC field in an Ethernet Frame
Identifies the receiving node on this leg of the trip

What is the Sender MAC field in an Ethernet Frame
Identifies the sending node on this leg of the trip

What is the Type field in an Ethernet Frame
Identifies how to interpret the frame, such as IPv6 or IPv4

What is the data field in an Ethernet Frame
The actual data payload from the higher layers

What is the pad field field in an Ethernet Frame
Used to ensure the frame meets the minimum size of 64 bytes

What is the FCS field in an Ethernet Frame
A verification check to make sure the data hasn't been corrupted along the way.

What are the steps of CSMA/CD
"2. Multiple systems are sharing the same line
3. When a collision is detected, all systems send a jamming signal
4. At the end of the jamming signal, all systems wait a random amount of time before transmiitting again.
"
What is a collision domain?
The systems on a physical network that could experience a collision because the are sharing the same connection.

How did the 10base2 network operate
Thinnet cable with t-connectors. Last true bus Ethernet standard. Requires termination

10base2 max length
185 meters (just shy of 200)

10base5 max length
500 meters

What pins in 10baseT send and receive data?

Pinc 1 and 2 send, while pins 3 and 6 receive


What is the best way to remember the pinout for TIA/EIA 56A & B?
GO, green orange. Blue in the middle and brown at the end. A is Green orange, and B is Orange Green

What is the actual pinout for TIA/EIA 56A?
Grn/wht, grn, orn/wht, blue, blue/wht, Orange, brn/wht, brn.

What is the actual pinout for TIA/EIA 56B?
Orn/wht, orn, grn/wht, blue, blue/white, Green, Brn/white, brn.

10baseT max distance
100 meters

Maximum number of nodes for 10baseT
1024

Topology for 10baseT
star-bus: physical star and logical bus

10BaseFL max distance
2000 meters

10BaseFL cable Type
Multimedia fiber with ST or SC

10BaseFL Topology
star-bus: physical star and logical bus

How would you connect two cables together
Using a coupler

What is the purpose of an uplink port on a router?
Connect two hubs via straight thru cable.

How are multiple hubs connected together?
They must be daisy chained

What is an MDI vs an MDIX port?
A MDI port is a Media-dependent interface. Things connected through this port will be connected regularly. A MDIX port is a crossover (uplink) port.

Crossover cable
A cable designed to cross the sending and receiving pairs by having 568A on one side and 568B on the other. This is used to connect like devices.

What is an Ethernet bridge?
Extends the length of an Ethernet segment, filters and forwards traffic like a hub. Separates devices into collision domains. Works more like a switch, as it is a layer 2 device

What is an Ethernet Switch
Works like a hub, but is a layer 2 device. Filters and forwards traffic. Separates connections into collision domains. Keeps tables of MAC addresses by connection

What are tables of MAC addresses called
Source address tables

What feature of hubs causes CSMA/CD to be disabled?
Full-duplex transmission. With this this upgrade, each port not only becomes its own collision domain, but the devices can all send and receive at the same time.

What is used to prevent switching loops?
Spanning tree protocol. It disables one end of the loop in order to communicate

"Ethernet hubs take an incoming packet and ???? it out to the other connected ports
A. amplify
B. repeat
C. filter
D. distort"
B. Repeat

"What is appended to the beginning of the Ethernet frame?
A. MAC address
B. Length
C. Preamble
D. FCS"
C. Preamble

"What type fo bus does 10BaseT use?
A. Bus
B. Ring
C. Star bus
D. Bus ring"
C. Star Bus

What is the maximum length of a 10BaseT cable run?

D. 100 meters


"When used for Ethernet, unshielded twisted pair uses what type of connector?
A. RG-58
B. Rj-45
C. Rj-11
D. RS-232"
B. Rj-45

"What is the maximum number of notes that can be connected to a 10BaseT hub?
A. 1024
B. 500
C. 100
D. 185"
A. 1024

"Which of the following is not true of crossover cables?
A. They are a type fo twisted-pair cabling
B. They reverse the sending and receiving wire pairs
C. They are used to connect hubs
D. both ends of acrossover cable are wired according to the TIA/EIA 56B standard"
D. A crossover cable actually has one end wired as A and another end wired as B

"Which of the followiing connectors are used by 10BaseFL cable? Select 2
A. SC
B. RJ-45
C. rj-11
D. ST
"
A and D

"Which networking devices can use the Spanning Tree Protocol (STP)
A. Hubs
B. Media converters
C. UTP cables
D. Switches"
D. Switches

"What device directs packes based on MAC addresses?
A. Router
B. Hub
C. Repeater
D. Switch"
D. Switch

What does Comptia call CSMA/CD?
CDMA, Not the Cellular standard

Compare baseband vs broadband
Baseband is a single signal over a low frequency. Broadband is multiple signals multiplexed to higher modulated frequencies

Is Ethernet Baseband or broadband
Ethernet is baseband

What cabling is required for 100BaseTx?
2pairs of twisted pair copper

What is the max speed of 100BaseTx?
100Mbps

What is the max distance of 100BaseTx?
100 meters

What was created to allow devices of different speeds to work together?
Multispeed autosensing. Many devices are created that have the ability to communicate over multiple rates, and they will negotiate the highest speed possible over the connection

What does multispeed auto-sensing look like?
Examples would be 10/100, 100/1000, 10Gbe

What cabling is required for 100BaseFx?
Multimode Fiber with ST or SC connectors - compatible with FDDI

What is the max speed of 100BaseFx?
100Mbps

What is the max distance of 100BaseFx?
2 Km

How does full duplex increase data transfer rates?
Full duplex effectively doubles network bandwidth by allowing data to flow both ways simultaneously. This removes the possibility of collisions as well as the problem of waiting for data to transmit before being able to transmit something back.

What are the two different versioins of Gigabit Ethernet published under IEEE, and their associated standards?
IEEE 802.3ab, called 1000BaseT, and 802.3z, known as 1000Basex and broken into 1000BaseCX, 1000BaseSX, and 1000BaseLX

What kind of cabling is required for 1000baseT?
4pair UTP/STP

What is the max speed of 1000baseT?
1Gbps, which is why it is just referred to as gigabit Ethernet.

What is the max distance of 1000baseT?
100 meters/segment

What kind of cabling is required for 1000BaseCX?
Twinaxial (twinax) 150-ohm cable

What is the max speed of 1000BaseCX?
1gbps

What is the max distance of 1000BaseCX?
25 meters

What kind of cabling is required for 1000BaseSX?
Multimode fiber (Think Short Scattered) at 850 nm

What is the max speed of 1000BaseSX?
1gbps

What is the max distance of 1000BaseSX?
220-500 meters

What kind of cabling is required for 1000BaseLX?
Single mode fiber (think long laser) at 1300 nm

What is the max speed of 1000BaseLX?
1gbps

What is the max distance of 1000BaseLX?
5km

What kind of connectors does 1000BaseSX use?
Usually LC

What kind of connectors does 1000BaseLX use?
Usually LC and SC

What kind of connection was originally used with fiber that left a little gap between the connection points.
Flat surface connection

What kind of connection improved on the flat surface connection with a highly-polished and spherical connection?
Physical Contact connection

What kind of connection improved on the physical contact connection with a highly-polished and spherical connection?
Ultra physical contact connection

What kind of connection improved on the Ultra physical contact connection with an 8-degree angle?
Angled physical Contact connection

What device changes one Ethernet standard on one side to another on the other?
Media Converters

What is the initial standard for hot-swappable modular ports for Gigabit Ethernet connections?
GBIC - Gigabit Interface Connector

What is the smaller standard for hot-swappable modular ports for Gigabit Ethernet connections?
SFP - Small Form Factor pluggable

How are the names of the 10GBE standards arranged?
The first letter is the distance, the second letter is the scope. The first letter is S for short range, L for long range, and E for extra long range. The second letter is R for lan and w for wan W devices can connect to SONET.

What type of fiber and connectors do 10GBaseSR and SW use?
Multimode fiber. The connectors are not defined.

What is the signal wavelength of 10GBaseSR and SW?
850 nm

What is the maximum length of 10GBaseSR and SW?
26 to 300 meters

What type of fiber and connectors do 10GBaseLR and LW use?
Single mode Fiber with different connectors, most usually LC

What is the signal wavelength of 10GBaseLRand LW?
1310 nm

What is the maximum length of 10GBaseLR and LW?
10 km

What type of fiber and connectors do 10GBaseER and EW use?
Single mode Fiber with different connectors, most usually LC or SC

What is the signal wavelength of 10GBaseER and EW ?
1550 nm

What is the maximum length of 10GBaseER and EW?
40km

Define the 10GbaseL4 standard
10GbE over legacy cable. On FDDI-grade multimode cable, this standard can transmit 300 meters. On single-mode cable, it can transmit 10Km

Define the 10GBaseLRM standard
Uses the same signal of 10GBaseLR, but can only reach 220 meters

Define the 20GBaseZR standard
Not a IEEE standard. Created by manufacturers. Uses a 1550 nm single-mode cable for a range of 80KM. Can work with both Ethernet and SONET/WAN.

Explain the standards of 10GBaseT
Twisted Pair using RJ45 to achieve 10Gbit speeds. Full duplex. Using Cat 6, it can range up to 55 meters, and will go 100 meters with Cat 6a.

How do all of the different 10Gbit standards coexist?
Using multisource agreements, all manufacturers agreed to make internoperable devices. The connections are modular.

"With 100BaseT, what is the maximum distance between teh switch and the node?
100 meters
400 meters
1000 meters
150 meters"
100 meters

"What type fo cable and connector does 100BaseFX use?
Multimode fiber with ST or SC connectors
STP CAT 6 with RJ-45 connectors
Single-mode fiber with MT-RJ connections
UTP CAT5e with RJ-45 connectors"
Multimode fiber with ST or SC

"How many pairs of wires do 10BaseT and 100BaseT use?
4
1
3
2"
2 - that's 10 Base, not 10G Base

"What standard does IEEE 802.3ab describe?
1000BaseLX
1000BaseT
1000BaseCX
1000BaseSX"
1000BaseT (TAB?)

"What is the big physical difference between 1000BaseSX and 100BaseFX?
1000BaseSX uses the SC connector exclusively
1000BaseSX is single-mode, whereas 100BaseFX is multimode
1000BaseSX uses the ST connector exclusively
Tehre is no difference"
SX uses the SC connector

"What is the maximu distance for 1000BaseLX without repeaters?
1 mile
2500 meters
20,000 feet
5000 meters"
5000 m, or 1Km

"What is a big advantage to using fiber-optic cable?
Fiber is common glass, therefor it is less expensive
Fiber is not affected by EMI
Making custom cable lengths is easier with fiber
All that orange fiber looks impressive in the network closet
"
No EMI

How many wire pairs does 1000BaseT use?
4

"What is the standard connector for the 10GBE fiber standard?
ST
SC
MT-RJ
none"
NONE

"What is the maximum cable length of 10GBaseT on CAT6
55 meters
100 Meters
20 meters
70 meters"
55 meters

What is horizontal cabling?
The cabling that runs from the work area to the telecom room

What is the benefit of using solid core cabling?
Sollid core cabling is a better conductor

What is the benefit of using stranded core cabling?
Stranded core cabling is more flexible and resilient to handling

Between solid core cabling and stranded core, which cabling is better for what part of a run?
The solid core should be used for the actual run, as it conducts signal better. The stranded should be used for the connection to the outlet, as it holds up better.

What is the telecom room for an area called?
The IDF, Intermediate Distribution Frame. all of the horizontal cabling goes here.

What is the height of a unit in a rack?
1.75 inches

What is the point of patch panels?
Prevents you from having to disturb, and possibly break, the horizontal cabling. Also allows for cable management.

How is the horizontal cabling connnected to the patch panel?
It is punched down to the back, at an 110 block.

Why is the 110 block superior to the 66 block?
The 66 block had more crosstalk.

What do you need to check when purchasing cables, punchdown blocks, and outlets?
CAT ratings, they are all rated items.

What do you call the conection betwen the network and the outside world? The dividing line of responsibility.
The demarcation point.

What is the device that demarks the networks?
The NIU, NIB, or NID.

What is the connection between the demark and the Customer Premise Equipment?
The Demarc Extension

What is the main patch panel by the demarcation point called?
The vertical cross connect.

What is the networking room that holds the Demark, vertical Cross connect, and demarc extensoin called?
The MDF, Main Distribution Frame.

What is the point where the cable comes out of the wall called
The drop

What would you use to run the network cable along the outside of a wall instead of the inside?
A raceway.

What is the maximum length of a UTP run?
90 meters

What are the factors for picking a location of a telecom room?
Distance, Power, humidity, cooling, and access.

What is used to organize cables in a ceiling?
A cable tray

What is first put into the hole where the cable comes out of in order to connect the outlet?
A low voltage mounting bracket

What kind of test only checks the connection in a cable?
Continutity tester

What tool can you use to check for continuty?
Multimeter

What kind of test verifies that all the wires connect to the right spot?
wiremap test

What kind of tester will determine the spot in a wire where a break occurs, or how long a wire is?
Time Domain reflectometer

What kind of tester runs through all TIA / EIA standards to verify that the cable is good?
Cable Certifier

What is bonding, or Link aggregation?
The process of using multiple NICS for a single machine

What is the benefit of a bonded connection
Each link increases the rate of speed between the two devices.

What protocol controls how multiple network devices send and receive data as a single connection?
Link Aggregation Control Protocol (LACP)

What is the best way to test a suspected bad cable run?
point to point, including the patch cables with a TDR.

What benefits does a UPS provide in a network rack?
short battery backup to shut down or allow for a generator, power conditioning, power monitoring

How can you keep track of power fluctuations over time?
Using a voltage event recorder.

What can you use to prevent damage from variables like heat and humidity?
temperature monitors, rack monitoring systems, and environmental monitors.

What kind of cable should you never use in a structured cabling installation?
coax

what are the layers of the tcp/ip protocol Suite?
Link, Internet, transport, and application

what three Protocols are associated with the internet layer of the tcp/ip model
ipv4 IPv6 and icmp

what is the purpose of the version field of the IP header
defines the IP address type- 4 for ipv4, 6 for IPv6.

what is the purpose of the header length field in the IP header
the header length field describes the total size the IP portion of the packet in 32-bit words

what is the purpose of differentiated Services code point Field in the IP header
known as the dscp also used to be called type of service it explains what type of data is being sent

what is the purpose of the time to live field in the IP header
used to describe how many times a packet can be forwarded by a header

what is the purpose of the protocol field in the IP header
usually just describes if a package is either TCP or UDP

What is data divided into for TCP?

numbered segments


Source port, destination Port, sequence number, ack


what is a MAC address broadcast address
FF - FF - FF - FF - FF- FF

what is the windows utility to show IP address and Mac addresses
ipconfig /all

What are the fields in an ARP frame?
Header has the broadcast MAC then Source MAC, followed by the Source MAC again in the ARP frame, the Source IP, additional information, and finally the Target IP

What protocol was used to get the IP address when the MAC address was known?
the Reverse ARP, which is now long dead. Look for it as a wrong answer

How do you show the ARP table in Windows?
arp -a (think arp all)

How do you delete an ARP entry in Windows?
arp -d (Think arp delete)

What is the address range for a Class A address?
1.0.0.0 to 126.255.255.255

What is the address range for a Class B address?
128.0.0.0 to 191.255.255.255

What is the address range for a Class C address?
192.0.0.0 - 223.255.255.255

What is the address range for a Class D address?
224.0.0.0-239.255.255.255

What is the address range for a Class E address?
240.0.0.0 - 254.255.255.255

How many hosts does a Class A network allow?
16277214

How many hosts does a Class B network allow?
63534

How many hosts does a Class C network allow?
254

How many hosts does a Class D network allow?
multicast

How many hosts does a Class E network allow?
experimental

Practice Subnetting and CIDR notation
ok

What is the linux command for working with IP addresses?
ifconfig

What should you always do once setting a static IP address?
Send a test ping

What kind of devices usually have a static IP address set?
Critical devices,

What ports does DHCP use?
Servers use UDP 67 and clients use TCP 68

Describe the DHCP process?
DHCP client sends a DHCP discover packet. The DHCP server is listening for these packets, and responds with a DHCP offer. The DHCP client responds accepting the offer with a DHCP request packet. If the address hasn't been taken by this point, the server will send a DHCP lease.

What does BOOTPS and BOOTPC refer to?
BOOTP Server and BOOTP Client

What is the Class A private IP address range?
10.0.0.0 to 10.255.255.255 - 1 class a address

What is the Class B private IP address range?
172.16.0.0 to 172.31.255.255 - 16 class b addresses

What is the Class C private IP address range?
192.168.0.0 to 192.168.255.255 - 255 class c addresses

how many bits in an ip address
32

identify the network id section of the following IP address and subnet mask 10.14.12.43 255.255.255.0
10.14.12

what does a proper subnet mask look like?
all ones and then all zeroes. where the ones stop defines the network

what does ARP stand for?
address resolution protocol.

what class IP address is 146.203.103.213
class b

what is the maximum number of hosts in a /19 subnet?
8192

what is the number 138 in binary?
10001010

when dhcp discover fails what process with the client used to generate an address for itself
apipa

why isn't 127.0.0.0 a valid loopback address?

it is a network address


what are the fields of a routing table
destination lan IP, subnet mask, Gateway, interface, and metric

what two places will you find routers that do not have default routes
private networks and the internet back bone

Define SNAT
static Nat routes a single public IP address to a private computer

Define dynamic NAT
dynamic NAT routes a larger pool of computers through a smaller pool of public IP addresses


number of hops, bandwidth, latency, cost. also could refer to MTU although it's not exactly correct. also could refer to administrative distance and shortest path bridging


Define administrative distance
a number assigned to a route and protocol combination

Define shortest path bridging spb as a metric
provide true shortest path forwarding within an Ethernet mesh topology

What is the difference between distance vector and path vector routing?
A distance vector keeps a list of the total cost to send a packet to each location, as well as alternate paths to the location. It sends the entire routing table as an update. In contrast, a path vector router updates the paths to locations dynamically, and is able to weed through duplicate information.

What are some examples of distance-vector routing protocols?
RIP (V1 and V2)

What are the limits of the RIP routing table?
RIP cannot talk more than 15 hops away without creating routing loops. Rip routers send out updates every 30 seconds.

What are some of the problems with RIPv1 that RIPv2 fixed?
Added authentication and recognition of variable length subnet masks

What is the major advantage of RIP?
Fast and easy to set up for small networks.

Name a path vector routing protocol
BGP - also considered a hybrid routing protocol by comptia

How does BGP recognize different networks?
By Autonomous system (AS) numbers

How do autonomous systems communicate with each other
External gataway protocols, like BGP

How do autonomous systems communicate internally?
Internal gateway protocols, like RIP and EIGRP

What is a link-state routing protocol?
A link-state routing protocol only announces and forwards route changes as they appear.

What are the two link-state routing protocols
OSPF and IS-IS -both are Link-state DYNAMIC routing protocols

What is the first think an OSPF router does when it is turned on?
It floods out hello packets, which is forwarded to every other OSPF router.

What is the purpose of OSPF Hello packets?
The packets exchange information with other OSPF routers and they update their link information.

What can be done to cut-down on OSPF broadcasts
Divide the network into areas

How often are OSPF updates sent?
Every 30 minutes

What are the benefits of OSPF?
Scalability, support by most routers, loop prevention.

How are different OSPF areas connected?
Through Area Border Routers, which interconnnect different edges of Areas

What was the biggest problem of OSPF, which is now resolved
No IPv6 support

What is the big difference between OSPF and IS-IS?
IS-IS was built with IPv6 support - used mostly by ISPs.

What is EIGRP considered a hybrid routing protocol
It has aspects of distance vector and link state protocols, and Cisco refers to it as an advanced distance vector protocol.

How does one routing protocol talk to another?
Via route redistribution, one router can take a route learned from one protocol and announce it via another.

How do you connect a PC to a router?
Connect a rollover - or Yost - cable to the console port on the router and the serial port on the PC

What settings would you set in your terminal emulator to connect to a new router?
"9600 baud
8 data bits
1 stop bit
no parity
"
What do you never do to a new router?
plug it in unconfigured

How does one manage a network?
The use Network Management Software to monitor the equipment.

What are the steps to setting up a router?
"1 Set up the WAN connection (DHCP or Static)
2. Set up the Lan connections (DHCP)
3. Set up routes to other networks
4. Set up any dynamic protocols
"
What is the first thing you do once you set up a router?
Document the settings and back up the router.

What is the biggest point of failure for a router?
The static route

What tools would you use to troubleshoot a route?
Tracert

What are some good alternate tools to traceroute?
My Traceroute (mtr) for linux and Pathping for Windows

What is a router
A piece of hardware that forwards packets based on IP address

T/F: Routers must use the same type of connection for all routes, such as Ethernet to Ethernet or ATM to ATM
FALSE! Routers exist to combine these routes

What technology allows you to share a singe public IP address with manyc omputers?
Port Address Translation

Distance vector routing protcols like RIP rely on what metric?
Hop count

What are two big advantages to using OSPF over RIP or BGP?
OSPF chooses routes based on link speed, not hop count, and OSPF sends only routing table changes, reducing network traffic

What is Area 0 called in OSPF
BAckbone

What is the name of the cable that you use to connect ot the console port on a cisco router?
Yost (rollover) cable

The traceroute utility is useful for what?
Discovering information about the routers between you and the destonation address

What are the steps to the TCP three-way handshake?
Client sends SYN (Synch) packet, Server responds back with a SYN/ACK (Acknowledgement) packet, the client responds with an ACK packet for the server's SYN packet.

How does TCP show the end of a transmission?
Sender sends a FIN (Finished) packet, the recipient responds with an ACK packet for the FIN, then sends its own FIN packet to acknowledge that everything has been received, then the send sends an ACK packet to acknowledge the recipient's FIN.

What port does NTP and SNTP use?
UDP 123

What port does TFTP use?
UDP 69

What port does ICMP use?
ICMP is connectionless, and does not have a port.

What kind of issue would you have if you cannot ping your default gateway?
An ICMP-related issue.

How does IGMP work?
A system informs the router that they wish to join the broadcast group.

What is the total range of port numbers?
0 - 65,535

What is the range of the well-known port numbers?
0-1023

What are ephemeral ports?
Ports 1024 and above can be used for outgoing communication, but newer updates have systems using just the dynamic/private ports.

What are the registered ports, and what is their range?
That is where less-common applications can register their ports, and they range from 1024 - 49,151

What are the dynamic, or private ports?
Ports 49,152 - 65,535 are used for ephemeral ports.

How do you refer to the session information of a single computer?
The socket or Endpoint

How do you refer to the whole communication between two systems?
Connection, or session

Command to see the connections established by the local system
Netstat

Netstat command Displays all connections and listening ports.
netstat -a

Netstat command Displays addresses and port numbers in numerical form.
netstast -n

Netstat command Displays all connections and listening ports.
netstat -o

Netstat command Displays the executable involved in creating each connection or listening port.
netstast -b

Define XML
Extensible Markup Language, basic format or markup language for RSS feeds, Office documents, and more

What is TCP port 80?
HTTP

What is TCP port 119?
Usenet

What is Microsoft's server front end?
IIS / Internet Information services

What GUI is used to better administer Apache?
WebAdmin

What three concepts are required to secure an Internet Application?
Authentication, Encryption, and Nonrepudation

What is TCP port 443?
HTTPS - Hypertext Transfer Protocol over SSL

What port is TCP 23?
Telnet

What protocol do we use instead of Telnet to secure computer?
SSH, Secure Shell.

What TCP port do we use for SSH?
22

What is TCP port 25?
SMTP - Simple Mail Transfer Protocol - Used to send email

What is TCP port 110?
POP3 Used to receive email (Depreciated)

What is TCP port 143?
IMAP4 - Internet Message Access Protocol - Used to receive email - Allows searching for messages, finding keywards, Select messages to download. Also allows folders.

What is the difference between email offered as a web service (webmail) and email on a client?
The email in the web service is not stored locally.

What is TCP port 20?
FTP data for active FTP.

What is TCP port 21?
FTP command for active FTP, and command + data for passive FTP

What is the benefit of Passive FTP?
Passive FTP doesn't cause NAT issues when initiating the data transfer, so even though you can send commands to the server, the server's data transfer on port 20 is not accepted by the client.

The protocol developed by Netscape for transferring private documents over the Internet is?

SSL


What are benefits to using web-based mail?
Can access email anywhere using a browser, and is good for throw-away accounts.

What prefix is used for SSL WWW connections?
HTTPS

Why would you use the Netstat utility
To see the endpoints of sessions

Why would you use a telnet client?
To issue commands to a remote server

What protocols are used to receive email from server?
IMAP and POP3

What was the first solution for network naming?
NetBIOS/NetBEUI

How did NetBIOS/NetBEUI work?
When a computer booted up, it broadcast it's name and IP address. A computer would broadcast if it was missing info. All systems worked off cached info.

What were the disadvantages of NetBIOS/NetBEUI
constant broadcasts and no routing

What was microsoft's solution not not being able to route NetBIOS names?
Stop using NetBEUI and adapt NetBT

What ports did NetBT use?
TCP 137 and 139, and UDP 137 and 138.

What protocol does Microsoft use for network file sharing?
SMB

What port does SMB use?
445

What did computers originally use for name resolution?

the hosts file


What replaced the hosts file?
DNS

What is at the top of the DNS hierarchy?
. (dot) - 13 clusters of servers across the world. This dot is actually implied at the end of every web address (www.google.com.)

What is the next level below the top of hte DNS hierarchy?
Top Level domains

Are top-level domain names necessary on an intranet?
no

For a DNS server, what is a zone and a record?
A DNS zone is a space where specific records (individual lines) are stored for a specific domain.

How do DNS requests work?
Your request is sent to your DNS server, which searches for the record. If the DNS server does not have the record cached and the system is not local,it will refer the request up. This process iterates until the request is either local, the information is cached, or you have hit a part of the domain that can refer you (Like the TLD). From that referral, this process will iterate down the server until you are referred to a DNS server that has the information.

What is the DNS application native to Windows Server?
DNS

What is the DNS application native to Linux/Unix?
BIND

What is the difference between an authoritative DNS server and a cache server?
A cache server only requests information form other servers, then remembers that information. A cache server is never authoritative.

What is a forward lookup zone?
This is the records for the computers in the server's domain. This is the server's authoritative zone.

What does every forward lookup require?
The Start of Authority (SOA) record, which defines the single DNS server in charge of a forward lookup zone.

What are DNS NS records?
These are the records for all of the DNS servers in a domain

What is a DNS A record?
The IPv4 and addresses and all the names of the systems in a domain.

What is a DNS CNAME Record?
It is a canonical name, an alias that points to the actual name.

What are DNS MX Records?
It is a mail exchanger record for SMTP

What are AAAA records?
128-bit IPv6 records

What is the secondary zone of a DNS server?
That is the backup zone for a server

What is the reverse lookup zone of a DNS server?

That is what a DNS server uses for to lookup FQDN from IP address


What is a pointer record?
That is the record created by the reverse-lookup zone in-addr-arpa

What is an Active Directory integrated zone?

This is a DNS zone created to work with an active directory database


What types of groups does Windows create for networking?
Wokgroup, Domain, and Active Directory.

What is a Windows domain?
All computers must authenticate to the domain server (domain controller) for authentication

What is a Windows workgroup?
A group of computers organized in the same network name

What is a Windows Active directory?
A group of computers organized in the same Domain, or a group of domains organized together.

Windows domain controllers also have a second function.What is it?
DNS server

How is an active-directory integrated zone different from a regular DNS Forward lookup zone?
Domain controllers all share the same DNS duties, and all synch their records. They are all equal, so there are no primary or secondary zones.

What is Dynamic DNS?
This is where the DNSserver queries the DHCP server for updates to the forward lookup zone.

How do you force a DNS server to update its records?
ipconfig /registerDNS

What process is used to protect DNS servers from impersonation and spoofing?
Dns Security Extensions (DNSSEC)

How is DNSSEC impelmented?
Extension Mechanisms for DNS (EDNS)

What is the other kinds of Dynamic DNS (DDNS) for the Internet?
This allows a system to report a private IP address to a dynamic name servers for remote access instead of having a static IP address.

What is the first step for troubleshooting DNS issues?
Flushing the DNS cache - ipconfig /flushDNS

What is a good tool for testing DNS issues?
ping, ping a known FQDN then ping the address.

What's the first thing to check if DNS is failing on a machine
Check if the DNS settings are correct

How can you check if name lookups are working
nslookup

What is the unix/linux version of nslookup?
dig

What are the steps to checking a single system for network issues?
"1. troubleshoot the physical connection
2. update the NIC drivers
3. Check if local connections are available
4. Check IP address and subnet mask
5. Run netstat and look for connectivity and issues with just one application
6. Use netstat -s to check statistics
7. Check to see if you can connect to the router
8. Test the Internet to see if it is working. check multiple pages, and use tracert to verify if connections are making it out to the Internet
"
NetBIOS uses what kind of name space?
flat name space

The DNS root directory is represented by what symbol?
. (dot)

What command to you use to see the DNS cache on a Windows system?
ipconfig /displaydns

What to do if nobody can connect to a server, and it can't ping itself or other systems?
Replace the NIC (key is loopback)

What do you do if a user can't access other systems from My Network Places and NetBIOS is not in use?
Ping loopback first. Next, ping several neighboring systems using both IP address and network name.

What is checked first when trying to resolve a FQDN to an IP address?
Hosts file

What type of DNS record is used by mail servers to determine where to send email?
MX records

What comman eliminates the DNS cache
ipconfig /flushDNS

What tool queries functions of a DNS server?
nslookup

Where does a DNS server store the IP address and FQDN for the computers within a domain?
Forward lookup zone

What port is FTP Data Transfer
TCP 20

What port is FTP Control (or both for passive)
TCP 21

"What port is Secure Shell (SSH)
(RFC 4250-4256)"
TCP 22

What port is Telnet
TCP 23

What port is Simple Mail Transfer Protocol (SMTP)
TCP 25

What port is Domain Name System (DNS)
TCP/UDP 53

What port is Dynamic Host Configuration Protocol (DHCP) – Server listen
UDP 67

What port is Dynamic Host Configuration Protocol (DHCP) – Client listen
UDP 68

What port is Trivial File Transfer Protocol (TFTP)
UDP 69

What port is Hypertext Transfer Protocol (HTTP)
TCP 80

What port is Post Office Protocol (POP) version 3
TCP 110

What port is Network Time Protocol (NTP)
UDP 123

What port is NetBIOS
TCP/UDP 137/138/139

What port is Internet Message Access Protocol (IMAP)
TCP 143

What port is Simple Network Management Protocol (SNMP) – Agent Listen
TCP/UDP 161

What port is Simple Network Management Protocol (SNMP) – NMS Listen
TCP/UDP 162

What port is Border Gateway Protocol (BGP)
TCP 179

What port is Lightweight Directory Access Protocol (LDAP)
TCP/UDP 389

What port is Hypertext Transfer Protocol over SSL/TLS (HTTPS)
TCP 443

What port is Lightweight Directory Access Protocol over TLS/SSL (LDAPS)
TCP/UDP 636

What port is FTPS Data Transfer
TCP 989

What port is FTPS Control
TCP 990

What is FTP?
FTP is one of the most commonly used file transfer protocols on the Internet and within private networks. An FTP server can easily be set up with little networking knowledge and provides the ability to easily relocate files from one system to another. FTP control is handled on TCP port 21 and its data transfer can use TCP port 20 as well as dynamic ports depending on the specific configuration.

What is SSH
SSH is the primary method used to manage network devices securely at the command level. It is typically used as a secure alternative to Telnet which does not support secure connections.

What is Telnet
Telnet is the primary method used to manage network devices at the command level. Unlike SSH which provides a secure connection, Telnet does not, it simply provides a basic unsecured connection. Many lower level network devices support Telnet and not SSH as it required some additional processing. Caution should be used when connecting to a device using Telnet over a public network as the login credentials will be transmitted in the clear.

What is SMTP
SMTP is used for two primary functions, it is used to transfer mail (email) from source to destination between mail servers and it is used by end users to send email to a mail system.

What is DNS
The DNS is used widely on the public internet and on private networks to translate domain names into IP addresses, typically for network routing. DNS is hieratical with main root servers that contain databases that list the managers of high level Top Level Domains (TLD) (such as .com). These different TLD managers then contain information for the second level domains that are typically used by individual users (for example, cisco.com). A DNS server can also be set up within a private network to private naming services between the hosts of the internal network without being part of the global system.

What is DHCP
DHCP is used on networks that do not use static IP address assignment (almost all of them). A DHCP server can be set up by an administrator or engineer with a poll of addresses that are available for assignment. When a client device is turned on it can request an IP address from the local DHCP server, if there is an available address in the pool it can be assigned to the device. This assignment is not permanent and expires at a configurable interval; if an address renewal is not requested and the lease expires the address will be put back into the poll for assignment.

What is TFTP
TFTP offers a method of file transfer without the session establishment requirements that FTP uses. Because TFTP uses UDP instead of TCP it has no way of ensuring the file has been properly transferred, the end device must be able to check the file to ensure proper transfer. TFTP is typically used by devices to upgrade software and firmware; this includes Cisco and other network vendors’ equipment.

What is HTTP
HTTP is one of the most commonly used protocols on most networks. HTTP is the main protocol that is used by web browsers and is thus used by any client that uses files located on these servers.

What is POP3
POP version 3 is one of the two main protocols used to retrieve mail from a server. POP was designed to be very simple by allowing a client to retrieve the complete contents of a server mailbox and then deleting the contents from the server.

What is NTP
One of the most overlooked protocols is NTP. NTP is used to synchronize the devices on the Internet. Even most modern operating systems support NTP as a basis for keeping an accurate clock. The use of NTP is vital on networking systems as it provides an ability to easily interrelate troubles from one device to another as the clocks are precisely accurate.

What is NetBIOS
NetBIOS itself is not a protocol but is typically used in combination with IP with the NetBIOS over TCP/IP (NBT) protocol. NBT has long been the central protocol used to interconnect Microsoft Windows machines.

What is IMAP
IMAP version3 is the second of the main protocols used to retrieve mail from a server. While POP has wider support, IMAP supports a wider array of remote mailbox operations which can be helpful to users.

What is SNMP
SNMP is used by network administrators as a method of network management. SNMP has a number of different abilities including the ability to monitor, configure and control network devices. SNMP traps can also be configured on network devices to notify a central server when specific actions are occurring. Typically, these are configured to be used when an alerting condition is happening. In this situation, the device will send a trap to network management stating that an event has occurred and that the device should be looked at further for a source to the event.

What is BGP
BGP version 4 is widely used on the public internet and by Internet Service Providers (ISP) to maintain very large routing tables and traffic processing. BGP is one of the few protocols that have been designed to deal with the astronomically large routing tables that must exist on the public Internet.

What is LDAP
LDAP provides a mechanism of accessing and maintaining distributed directory information. LDAP is based on the ITU-T X.500 standard but has been simplified and altered to work over TCP/IP networks.

What is HTTPS
HTTPS is used in conjunction with HTTP to provide the same services but doing it using a secure connection which is provided by either SSL or TLS.

What is LDAPS
Just like HTTPS, LDAPS provides the same function as LDAP but over a secure connection which is provided by either SSL or TLS.

What is FTPS
Again, just like the previous two entries, FTP over TLS/SSL uses the FTP protocol which is then secured using either SSL or TLS.

What OSI layers have encryption?
Layers 2, 3, and then 5, 6, and 7

What encryption happens at layer 2?
A common place for encryption using proprietary encryption devices. These boxes scramble all of the data in an Ethernet frame except the MAC address information. Devices or software encodes and decodes the information on-the-fly at each end.

What encryption happens at layer 3?
Only one common protocol encrypts at Layer 3: IPsec. IPsec is typically implemented via software that takes the IP packet and encrypts everything inside the packet, leaving only the IP addresses and a few other fields unencrypted.

What encryption happens at layers 5, 6, and 7?
Important encryption standards (such as SSL and TLS used in e-commerce) happen within these layers, but don’t fit cleanly into the OSI model.

What ports does RTP use?
TCP 5004 and 5005

What ports does SIP use?
TCP 5060 and 5061

What port does H.323 use?
H.323 uses TCP port 1720.

What port dooes MGCP use?
MGCP uses ports 2427 and 2727.

What is an ICS?
Industrial control system

What is a DCS?
A DCS is a distributed control system for an ICS

What is a PLC?
A programmable Logic controller.

What is an IPv6 link local address?
The first 64 bits of a link-local address are always FE80::/10, followed by 54 zero bits. That means every address always begins with FE80:0000:0000:0000

What are the IPv6 multicast addresses?
"FF02::1AllNodesAddress
FF02::2AllRoutersAddress
FF02::1:FFXX:XXXXSolicited-NodeAddress
"
What does the arp command do?
View and change the ARP table on a computer

What does arping do?
Sends ARP frames to another host on the same broadcast domain - *nix only

What does pathping do?
It's a MS only cross between ping and traceroute

What does nslookup do?
It queries the name server (name server lookup)

What does dig do?
Dig queries name servers the same as nslookup, but it provides more verbose output

What does hostename do?
Provides hte current hostname

What is mtr?
A dynamic traceroute -non Windows

What is nbtstat?
Windows-only, shows command-line version of my network places

what does the route command do?
Shows the current routes from the machine - you can edit it from here as wel

what is netstat?
shows network connections in Windows

What is ss?
Shows network connections in Linux.

What protocols can be used to increase availability?
HSRP (Hot Standby router Protocol) is the Cisco protocol, and VRRP (Virtual Router Redundancy Protocol) is the open standard.

What is a critical asset, vs a single point of failure?
A critical asset is an asset that is critical to the company. A single point of failure is a node that can fail and cause extensive damage to a company and bring aprocess to its knees