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

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;

109 Cards in this Set

  • Front
  • Back
What layer determines if sufficient resources exist for communication to occur between two computers?
Application
What layer does SMTP function at?
Application
What layer does FTP function at?
Application
What layer does SNMP function at?
Application
What layer does Telnet function at?
Application
What layer performs protocol conversion?
Presentation
What layer performs encryption?
Presentation
What layer performs compression?
Presentation
What layer synchronizes computers involved in a communication?
Session
What layer handles connection establishment, data transfer, and connection release?
Session
What layer does NetBIOS function at?
Session
What layer repackages messages into smaller formats?
Transport
What layer provides error-free delivery and error handling functions?
Transport
What layers does NetBEUI function at?
Transport and Network
What layer does TCP function at?
Transport
What layer does SPX function at?
Transport
What layers does NWLink function at?
Transport and Network
What layer handles logical addressing?
Network
What layer handles routing?
Network
What layer handles traffic management?
Network
What layer does IP function at?
Network
What layer does IPX function at?
Network
Where does the routers and brouters function at
Network
What layer packages raw bits into frames?
Data Link
What is the purpose of packaging raw bits into frames?
they are transmittable across a network
What layer includes a Cyclical Redundancy Check (CRC)?
Data Link
What are the two sublayers of the Data Link layer?
LLC and MAC
What does the LLC sublayer use to create links for the MAC sublayer?
Destination Service Access Points and Source Service Access Points A80
Which layer does switches, bridges, and brouters function
Data Link
Which layer does multiplexers and repeaters (Hubs) resides
Physical
How many bits/bytes are in MAC address
48 bits / 6 bytes
What protocol is used to map MAC addresses to IP addresses?
ARP
What is the 5-step encapsulation process?
1. Create application data and headers 2. Package data for transport 3. Add destination and source network address 4. Add destination and source data link address 5. Transmit the bits
What are the 7 layers of the OSI reference model?
7. Application 6. Presentation 5. Session 4. Transport 3. Network 2. Data Link 1. Physical
What are the 4 layers of the TCP/IP reference model?
4. Application 3. Transport 2. Internetwork 1. Network Interface
What is a L3PDU?
L3PDU stands for layer 3 protocol data unit, which would be the layer 3 headers, trailers, and all data encapsulated inside
What terms describe the contents of data encapsulated by the data link layer
Frame
What terms describe the contents of data encapsulated by the network layer
Packet
What terms describe the contents of data encapsulated by the transport layer
Segment
What are the benefits of layering?
1. Easier to learn 2. Easier to develop 3. Multivendor Interoperability 4. Modular Engineering
What header or trailer does a router discard as a side-effect of routing?
The data-link header and trailer
Which pins are used by an Ethernet NIC to send? Which to receive?
Pins 1 and 2 are used to send, 3 and 6 to receive.
What are the typical functions defined by physical layer protocols?
"1. Cabling (defines the number of wires and type of shielding)
Why are the wires twisted into pairs in electrical cables?
Twisting pairs of wires reduces electromagnetic interference cause by the electrical current.
What is attenuation?
Attenuation is the tendency of electical current to grow weaker the farther it has to travel.
What are the typical functions defined by data link layer protocols?
1. Arbitration (Determines when it is appropriate to use the physical medium) 2. Addressing (Ensures that the correct recipient receives and processes the data) 3. Error Detection (Determines whether the data made the trip across the physical medium successfully) 4. Identification of the encapsulated data (Determines the type of header that follows the data link header)
Accronym CSMA/CD
Carrier Sense Multiple Access with Collision Detection. It is the algorithm that helps devices in half duplex mode avoid collisions
Which layer is responsible for detecting corrupt data, and how is this accomplished?
Layer 2 (Data Link) is responsible for error detection. Each data link header includes either an FCS or CRC field which contains the result of a mathematical formula applied to the data in the frame. If the computer receiving the frame runs the same formula and obtains a different result, the data was corrupted in transit.
Which layer is responsible for error correction?
Layer 3 (Network) is responsible for error correction
Accronym FCS
Frame Check Sequence
Accronym CRC
Cyclical Redundancy Check
What was the maximum distance 10BASE2 ethernet could travel?
185 Meter
What was the maximum distance 10BASE5 ethernet could travel?
500 Meter
Which three companies originally developed ethernet?
Xerox, Intel, and DEC (Digital Equipment Corp)
Accronym MAC
Media Access Control
What type of cable is used to connect two hubs or two switches?
Crossover cable
Which pins do hubs and switches use for sending? Which for receiving?
Pins 3 and 6 for sending, 1 and 2 for receiving.
What is a repeater and how does it work?
A repeater allows ethernet segments to extend beyond the maximum length the signal can travel along the cable. This is accomplished by listening to a signal and interpreting the bits as 0's and 1's, then generating a clean new signal on the other segment. A repeater does NOT simply amplify the signal since that would amplify any noise picked up along the way.
What is a hub and how does it work?
[026] A hub is a device that has multiple ethernet ports. It repeats signals received on one port to all the other ports. Hubs operate at layer 1 - they do not know which device is connected to which port.
[027] What is a switch and how does it work?
[027] A switch is a device that has multiple ethernet ports. It operates at level 2 - it knows which devices are connected to which ports and repeats frames received on one port to the port to which the destination device is connected (and only that port). Switches also have memory buffers to hold multiple frames transmitted simultaneously.
[028] How do switches eliminate collisions?
[028] First, by only repeating frames on the port to which they are addressed. Second, by using memory buffers to hold multiple frames transmitted simultaneously.
[029] How do switches improve performance of ethernet segments?
"029] 1.) eliminate collisions and need for CSMA/CD
[030] What is the difference between half duplex and full duplex?
[030] Half duplex allows a NIC to send OR receive at any given time - not both at the same time. Full duplex allows sending and receiving simultaneously.
[031] What is a collision domain?
[031] A collision domain defines a set of devices for which their frames could collide. All devices on a 10BASE2, 10BASE5, or 10BASET network using a hub risk collision so all devices on these types of network are in the same collision domain. Each port on a LAN switch is in its own collision domain.
[032] What is the cable connecting two hubs or two switches called?
[032] A trunk
[035] Why must a NIC operating in Half Duplex mode use its loopback circuitry?
[035] Since hubs don't repeat signals on the originaing port, only its other ports, when a NIC sends out an ethernet frame it repeats the signal on its own receiving twisted pair via the loopback. This is to enable NIC's to notice collisions. This is not necessary when operating in Full Duplex because the presence of a switch eliminates collisions.
[039] What type of LAN is defined by the ANSI X3T9.5 standard?
[039] ANSI FDDI
Accronym OUI
Organizationally Unique Identifier. It is the 3 byte code assigned to each NIC manufacturer by the IEEE.
Accronym BIA
[042] Burned-In Address. It is the MAC address burned into the ROM chip on a NIC.
Accronym UAA
[043] Universally Administered Address. It is another name for the BIA.
What is Unicast?
A unicast address identifies a single device on a LAN
What is broadcast?
A broadcast address identifies every device on a LAN
What is multicast?
A multicast address identifies a subset of devices on a LAN.
What is the broadcast address in both hex and decimal form?
[045] Hex = FFFF.FFFF.FFFF Decimal = 255.255.255.255
Accronym DSAP
[047] Destination Service Access Point. It is a field in the data link header that defines the type of header to follow - in other words what type of protocol data in encapsulated in the frame. 1 Byte
Accronym SNAP
SubNetwork Access Protocol. Because the DSAP field is only 1 byte, it cannot define every protocol in use. The IEEE allowed the use of an extra header to define the extras. TheSNAP header is 2 bytes long, follows immediately after the normal data link header, and is specified with an "AA" in the DSAP field.
Accronym MTU
Maximum Transmission Unit. It defines the maximum size of the encapsulated data inside a data link frame. The 802.3 standard set the MTU to 1500 bytes. Thus, the maximum size of a layer 3 packet is 1500 bytes.
adjacent layer interaction
on a single computer, one layer provides a service to a higher layer. The software or hardware that implements the higher layer requests that the next lower layer perform the needed function
same-layer interaction
The two computers use a protocol to communicate with the same layer on another computer. The protocol defined by each layer uses a header that is transmitted between the computers, to communicate what each computer wants to do
decapsulation
on a computer that receives data over a network, the process in which the device interprets the lower-layer headers and, when finished with each header, removes the header, revealing the next-higher-layer PDU
encapsulation
placement of data from higher layer protocol behind header (and trailer) of next lower protocol
frame
refers to data-link header, trailer plus data
networking model
any set of protocols and standards collected in a comprehensive grouping that, when followed by devices allow all devices to communicate
packet
grouping of info includes network layer header and encapsulated data - does not include headers/trailers below network layer
protocol data unit (PDU)
OSI term referring to a grouping of info by a particular OSI layer (data and headers of Layer X)
segment (TCP)
in TCP a TCP header and data (L4PDU), also in TCP a process of accepting a large chunk of data from Application layer and breaking it into smaller pieces that fit into TCP segments
segment (ethernet)
a single Ethernet cable or a single collision domain
Name the layers in the OSI Reference Model
Application, Presentation, Session, Transport, Network, Data Link, Physical
7th layer, Interfaces between network and application software, includes authentication services
Application layer (OSI)
6th layer, Defines the format and organization of data, includes encryption
Presentation layer (OSI)
5th layer, establishes and maintains end-to-en bidirectional flows between endpoints. includes managing transaction flows
Session layer (OSI)
4th layer, provides variety of services, between two host computers, including connection establishment and termination, flow control, error recovery, and segmentation of large data blocks into smaller parts for transmission
Transport layer (OSI)
3rd layer, logical addressing, routing, and path determination
Network layer (OSI)
2nd layer, formats data into frames appropriate for transmission onto some physical medium. Defines rules for when the medium can be used. Defines means by which to recognize transmission errors.
Data link layer (OSI)
1st layer, defines the electrical, optical, cabling, connectors, and procedural details required for transmitting bits, represented as some form of energy passing over a physical medium
Physical layer (OSI)
What is 1000BASE-T
name for gigabit ethernet standard, uses four-pair copper cabling, speed of 1000Mbps, max cable length 100m
What is 100BASE-TX
name for IEEE Fast Ethernet, uses two-pair copper cabling, speed of 100Mbps, max cable length 100m
What is 10BASE-T
10-Mbps baseband Ethernet specification, using two pairs of twisted-pair calbing (categories 3, 4, 5) - 1 pair transmits, the other recieves - distance of 100m
crossover cable
swaps the pair used for transmission on one device to a pair used for receiving on the device on the opposite end of the cable - in 10BASE-T and 100BASE-TX it swaps pins 1,2 and 3,6 on the opposite end
full duplex
communicating in whtich two devices can concurrently send and receive data - allowed when CSMA/CD logic is disabled on ethernet LANs
half duplex
communication in which only one device at a time can send - enforced in Ethernet lan by CSMA/CD algorithm
hub
layer 1 device that provides a centralized connection point for LAN cabling repeating any received electrical signal out all other ports - creates a logical bus - layer 1 as it does not interpret electrical signals
pinout
documentation/implementation of which wires inside cable connect to each pin position in any connector
protocol type field
field in a LAN header identifies type of header that follows the LAN header. examples; DIX Ethernet Type, IEEE 802.2 DSAP field, and SNAP procotol Type field
shared Ethernet
Ethernet that uses hub, or original coaxial cabling - devices take turns and share bandwidth
straight-through cable
connects wire on pin 1 to pin 1 on other end of cable, pin 2 to pin 2 etc
switch
network device that filters, forwards, and floods ethernet frames base on destination address of each frame
switched Ethernet
Ethernet that uses a switch, devices connected on one port do not share bandwidth with devices on other ports
twisted pair
transmission medium consisting of two insulated wires, with wires twisted around each other in a spiral - an electrcial circuit flow over the wire pair, with curren in opposite directions, reduces the interference between the two wires