• 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/192

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;

192 Cards in this Set

  • Front
  • Back

OSI layer 7

Application

OSI layer 6

Presentation

OSI layer 5

Session

OSI layer 4

Transport

OSI layer 3

Network

OSI layer 2

Data link

OSI layer 1

Physical

What does MAC address stand for?

Media access control

What is a MAC address?

A 48 bit unique identifier

What is a frame?

A container for a chunk of data moving across a network

What makes up a generic frame?

Recipient MAC, sender MAC, type, data, FCS

What does CRC stand for?

Cyclic redundancy check

What does CRC do?

Verifies that the data arrived intact

What is a hub?

A dumb device that copies frames and sends it to all connected devices on the network

What layer does a NIC operate on?

Layer 2 data link

What are the two aspects of a NIC?

LLC and MAC

What does LLC stand for?

Logical link control

What does the LLC do?

It communicates between the NIC and the OS usually through drivers. It also handles flow control and network protocols

What does TCP stand for?

Transmission control protocol

What type of address is a IP adress?

Logical

What is a packet?

A container inside a frame containing a IP container and the data

What does a typical IP packet look like?

Destination IP, source IP, and data

What does a IP packet in a frame look like?

What type of frame does a cable modem use?

DOCSIS

The transport layer breaks data up into chunks called

Segments or datagrams

What is the difference between segments and datagrams?

Datagrams are simpler and don't have sequence numbers

What layer does a router work on?

Layer 3 network

What does layer 6 do?

Presentation layer provides data conversion so applications can use the data

What does API stand for?

Application programming interfaces

What does an API do?

Used to make an application network aware

OSI model and what is in each layer

What are the four layers of the TCP/IP model?

Application, transport, internet, and link

What type of model is the OSI model?

Prescriptive

What type of model is the TCP/IP model?

Descriptive

What part of the OSI model correlates with the TCP/IP link layer?

What part of the OSI model correlates with the TCP/IP Internet layer?

What part of the OSI model correlates with the TCP/IP transport layer?

What does UDP stand for?

User datagram protocol

What type of connection protocol is UDP?

Connection-less

What type of connection protocol is TCP?

Connection-oriented

What does a typical TCP segment look like?

What is a UDP container called?

Datagram

What does a UDP datagram look like?

What part of the OSI model correlates with the TCP/IP application layer?

What port does HTTP use?

Port 80

Describe the model layers and the corresponding data structure for encapsulation.

What is a bus topology?

A single cable connecting all computers in a line

What is a ring topology?

Connects all computers on the network with a ring of cable

What is a star topology?

Computers are all connected to a central connection box

What is a hybrid topology?

Any form of networking that combines physical topology with logical topology

What are the two types of hybrid topology?

Star-ring and star-bus

Wireless networks use what two topologies?

Mesh or point-to-multipoint

What is a mesh network?

A network where every computer connects to every other computer via two or more routes

What are the two types of meshed networks?

Partially and fully meshed

Where won't you find a partially meshed network?

Offices

What is a partially meshed network?

A network where at least two machines have redundant connections

What is a fully meshed network?

A network where every computer connects directly to every other computer

What is a point-to-multipoint network?

A single system acts as a common source through which all members converse

What is the difference between a star topology and a point-to-multipoint topology?

Star uses a dumb device to just send or provide a path whereas a point-to-multipoint needs a intelligent device

What is a point-to-point network?

Two computers directly together with no need for a central device

What are the two groups of wires?

Copper and fiber

What are the two primary copper cable types?

Coaxial and twisted pair

What type of connector did old bus topology use?

Bayonet style or BNC earlier ones used vampire connectors

What type of connector does a coaxial cable use?

F-connector

What does RG stand for?

Radio grade

How do cable modems connect?

RG-6 or RG-59

What is the ohm rating of a RG-6 and 59 cable?

75 ohms

What is interference called and how do you prevent it?

Cross talk, more twists less crosstalk

What are the two types of twisted pair cables?

Shielded and unshielded

What cat ratings are still revognized?

What is bandwidth?

The maximum amount of data that goes through a cable per second

What does RJ stand for?

Registered jack

What connector do telephones use?

RJ-11

What connector does ethernet use?

RJ-45

What are the four components of fiber cable?

Core, cladding, buffer, and insulating jacket

What is the most common fiber cable size?

62.5/125 um

What type of light do most fiber cables use?

LED

A fiber cable using LEDS are called what?

Multimode fiber (MMF)

Fiber optic cables using lasers are calling what?

Single-sided fiber (SMF)

What problem is unique to MMF?

Modal distortion

What wavelength does MMF cables tradition at?

850nm

What wavelength dies SMF cables tradition at?

1310 or 1550

What are the four fiber connector types?

ST,SC,LC,FC

What does RS stand for?

Recommended standard

What is the most common serial port?

9 pin male DB-9

What is the data rate for serial ports?

56,000 bps

What is the speed of a parallel port?

2 mbps

What is the most common parallel connector?

25 pin female DB-25

What are the two most common fire ratings?

PVC and plenium

What does PVC stand for?

Polyvinyl chloride

What is the space between the acoustical tile ceiling and concrete ceiling called?

Plenum

What type of fire rating designates the proper cabling to use for vertical runs between floors?

Riser

What are the two common 802 committees?

802.3 (ethernet) and 802.11 (WLAN)

What us sometimes between the data and FCS section of a ethernet frame?

Preamble

What is a preamble?

Attached to the front of a ethernet frame with a 7 byte series followed by a 1 byte start frame

What does the preamble do?

Gives the NIC time to realize a frame is coming and where it starts

What is the common name for network diagnostic programs?

Sniffers

What is promiscuous mode?

When a NIC processes all frames it sees regardless of MAC address

What does the type field of a ethernet frame do?

Helps the receiving computer interpret the contents at the basic level

What is the purpose of the pad field?

To fill in empty data in a frame which must be a minimum of 64 bytes

What is CSMA/CD?

Carrier sense multiple access collision detection

What is CSNA/CD used for?

It is used to determine which computer should use a shared cable at a given moment

What does carrier sense do?

Each nde using the network examines the cable before sending a frame

What does multiple access mean?

All machines have equal access to the wire

What is the maximum amount if collisions on a properly running network?

10%

What cable is called a thicknet?

10Base5

What type of ethernet topology is thicknet and thinnet?

Bus

What type of cable is called thinnet?

10Base2

How far are thinnet networks limited to?

185 meters

What cable does a thinnet use?

RG-58 coaxial

Why is 10BaseT called that?

10 for the 10 mbps speed, base for the baseband signal type, T for twisted pair

What is baseband?

Means the cable only carries one type of signal

How far can thicknet networks go?

500 meters

What do pins 1 and 2 on a RJ-45 connector do?

Send data

What do pins 3 and 4 on a RJ-45 connector do?

Receive data

NICs that can only communicate in one direction at a time are running in what mode?

Half-duplex

NICs that can send and receive at the same time run in what mode?

Full-duplex

What is the connector of an RJ-45 called?

A crimp

What is the color code for TIA/EIA 568A?

What is the color code for TIA/EIA 568B?

What is the maximum length a twisted pair cable connecting a computer to a hub can be?

100 meters

What is the maximum capacity of nodes for a 10BaseT network?

1024

What is 10BaseFL?

A fiber version of 10BaseT

What is the maximum length of 10BaseFL?

2 kilometers

What type of connector does 10BaseFL use?

SC or ST

What is the maximum distance of cable for 10BaseFL between the node and hub?

2000 meters

What is acoupler?

Device used to extend an ethernet segment

What is the purpose of a uplink port?

Allows you to connect two hubs using dtrsight-through cable. One goes in the uplink port the other end goes in a regular port

What is MDI?

Media dependent interface, a regular port

What is MDIX?

Media dependent interface crossover, a uplink port

What is the purpose of a cross over cable?

It reverses the sending and receiving pairs on one end of the wire

What is a roll over cable?

A cable with RJ-45 on one end and a class RS-232 serial port used to connect a node directly to a Cisco switch or router

What is a bridge?

A device that acts like a repeater or hub to connect two ethernet networks but also filters and forwards based on MAC address

What layer does a bridge operate on?

Layer 2 data link for OSI and link for TCP/IP

What is the table a switch creates called?

Source address table

What is a bridging loop?

Switches connected together with redundant connections

What is flooding?

When switches send a query on every port to find the location of a new device

What cable does a 100baseT4 use?

CAT 3

What cable does a 100baseTX use?

CAT 5

What standard is 1000baseT?

802.3ab

What standard is 1000baseX?

802.3z

What are the other standards for 802.3z?

1000baseCX, SX, and LX

What cable does 1000baseCX use?

Twinaxial cable

What is a twinaxial cable?

Special shielded 150 ohm cables with a length limit of 25 meters

What is the cable length of 1000baseSX?

220 to 500 meters

What is the wavelength of a 1000baseSX cable?

850 nm

What connector does a 1000baseSX use?

LC

What is the distance of 1000baseLX?

5 to 70 kilometers

What connector does a 100baseLX use?

LC

What does SFF stand for?

Small form factor

What does MT-RJ SL stand for?

Mechanical transfer registered jack

What are all the 1000base standards?

What is the standard connector for fiber cables?

PC

What does PC connector stand for?

Physical contact

What connector did PC replace?

Flat surface

What does UPC stand for?

Ultra physical contact

What does APC stand for?

Angled physical contact

What is the difference between 10GBaseSR and SW?

What is the difference between 10GBaseLR and LW?

Of the 10GBe media's which is the most popular and least expensive?

LR

What is the difference between 10GBaseER and EW?

What is the maximum length of a 10GBaseT running CAT6?

55 meters

What is a MSA?

Agreements among multiple manufacturers to make interoperable devices and standards

What does MSA stand for?

Multisource agreements

What are the three requirements for a basic structured cabling network?

A telecommunications room, horizontal cabling, and a work area

What is a single piece of installed horizontal cabling called?

A run

What type of cabling does a horizontal cabling use?

Cat 5 or better utp

What are the two types ofUTP?

Solid and stranded core

What is solid core UTP?

Uses a single solid wire, better conductor but easily breaks

What is stranded core UTP?

Each wire is a bundle of tiny wires, less conductive won't break easy

Horizontal cabling should always be what type of UTP?

Solid

What is another name for the telecommunications room?

Intermediate distribution frame

What is the width of a equipment rack?

19 inches

What is another name for a equipment rack that goes floor to ceiling?

Free standing

What is the height measurement of rack mounted equipment called?

A unit [U]

What is a unit worth?

1.75 inches

What are the most common units?

1,2, and 4U

What is a patch panel?

A box with female ports in the front and permanent connections in the back to connect to horizontal cables

What connector does patch panels use?

110 block sometimes called 110 punchdown block

What is the length of patch cables?

2 to 5 feet

What kind of cable are patch cables?

Straight through stranded UTP

What is the demarcation point?

Marks the physical location if the connection where network responsibility ends

What is the name of the demarcation point in a private home?

Network interface unit

What us a customer premises equipment?

CPE is a box owned by the customer that connects to the demarc and is sometimes called the demarc extension

What is the name of the main patch panel?

Vertical cross connect

What is in a main distribution frame?

Demarc, telephone cross connects, and LAN cross connects

What us a cable drop?

The location where the cable comes out of the wall in the workstation

What is attenuationm

Loss of signal over a great distance

What is near end crosstalk? (NEXT)

When you send a signal on one end and listen on the same end to measure interference on the other pairs

What is far end crosstalk? (FEXT)

When you send a signal on one end and listen on the other end to measure interference on the other pairs

What is dispersion?

When a signal spreads out over long distances

Using multiple NICs for a single machine is called what?

Bonding or link aggregation