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

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;

56 Cards in this Set

  • Front
  • Back
MAC Address
OSI Model Level 2
aka Hardware or Physical Address
48 bits long
1st 24 bits - Mfg ID #
2nd 24 bits - Unique Equip #
Non-Routable IP Ranges
OSI Layer 3
10.0.0.0
172.(16-31).0.0
192.168.0.0
Class A IP Address Range
0 - 126
ie. 125.0.0.0

subnet mask - 255.0.0.0
Class B IP Address Range
128 - 191
ie. 128.0.0.0

subnet mask 255.255.0.0
Class C IP Address Range
192 - 223
ie. 198.0.0.0

subnet mask - 255.255.255.0
MAC Sublayer
OSI Layer 2
Media Access Control is the lower sublayer in the Data Link Layer, it is responsible for hardware addressing, media access, and error detection of frames.
LLC Sublayer
OSI Layer 2
Logical Link Control is the higher of the Data Link sublayers responsible for error detection (not correction), flow control, and framing.
UDP
OSI Layer 4
User Datagram Protocol is a connectionless protocol in the TCP/IP stack that allows datagrams to be exchanged without acknowledgement.
TCP
OSI Layer 4
Transmission Control Protocol is a connection-oriented protocol that provides reliable delivery of data through the use of acknowledgments
Causes of Network Congestion
1. Too many hosts in BC domain
2. Broadcast storms
3. Multicasting
4. Low Bandwidth
5. Adding hubs in topology
6. A lot of ARP or IPX traffic
OSI Model
7. Application
6. Presentation
5. Session
4. Transport
3. Network
2. Data Link
1. Physical
Physical Layer
OSI Layer 1
Responsible for converting frames into electrical signals. Includes the transport media.
Deals with bits
Data Link Layer
OSI Layer 2
Ensures trustworthy transmission of data across a physical link, physical addressing, line discipline, network topology, error notification, ordered delivery of frames, and flow control.
Deals with frames
Network Layer
OSI Layer 3
Routing in implemented, establishing connections and path selection between two end systems.
Deals with packets
Transport Layer
OSI Layer 4
Responsible for reliable communication between end nodes over a network. Establishes, maintains and terminates virtual circuits, transport fault detection and recovery, and controlling the flow of information.
Deals with segments
Session Layer
OSI Layer 5
Responsible for creating, managing, and terminating sessions between applications and overseeing data exchange between presentation layer entities. Keeps different applications' data separate from other applications' data.
Presentation Layer
OSI Layer 6
Defines how data is formatted, presented, encoded, encrypted, and converted for use by software at the Applicaiton Layer.
Application Layer
OSI Layer 7
Supplies services to applications (such as email and file transfer) that are outside the OSI model. Determines the availability of resources necessary to make the intended connection.
Data Encapsulation
The process in which the in a protocol is wrapped in the data section of another protocol. In the OSI model each layer encapsulates the layer immediately above it as the data flows down the protocol stack.
PDU
Protocol Data Units - the resulting data from each layer in the OSI model (segments, packets, frames, bits)
Access List
A set of test conditions kept by routers that categorize packets. They help exercise control over network traffic.
Data Packets
OSI Layer 3
Use to transport user data through the internetwork.
Use routed protocols.
Route Update Packets
OSI Layer 3
Packets used to update neighbor routers about networks connected to the routers in the internetwork.
Use routing protocols.
Router
OSI Layer 3
Will not forward multicasts or broadcast. Will stop a broadcast storm. Use the logical (IP) address to determine the next router to send packet to. Provide connection for VLANs. Uses packet switching, packet filtering, path selection, and network to network communication.
Hubs
OSI Layer 1
Really just a multiport repeater. All devices connected are in the same broadcast and collision domain. Does not look at the traffic. Allow only one device per network segment to communicate at a time. Only operated in half duplex mode, so all connected devices must throttle back to half duplex.
Bridges
OSI Layer 2
A device for connecting two segments of a network together. A bridge filters, sends, and floods an incoming frame, based on the MAC address of that particular frame.
Broadcast
A data frame or packet that is transmitted to every node on the local network segment (broadcast domain).
Switch
OSI Layer 2
A device for connecting two segments of a network together. A bridge filters, sends, and floods an incoming frame, based on the MAC address of that particular frame.
10Base2
OSI Layer 1
RG-58A/U Thinnet Cable
185 meters or 607 feet
10Base5
OSI Layer 1
RG-8 Thicknet Cable
500 meters or 1,640 feet
10BaseT
OSI Layer 1
CAT 5,5e,6,6e,7 Twisted Pair
100 meters or 328 feet
100BaseT, TX
OSI Layer 1
CAT5e, 6, 6e, 7 Twisted Pair
100 meters or 328 feet
100BaseFX
OSI Layer 1
MMF, SMF Fiber
412 meters or 1,352 feet
100BaseCX
OSI Layer 1
TwinAx Cable
25 meters or 82 feet
Full Duplex
Uses two pairs of wire
No collisions because send and receive are on separate wires
100% efficient
Requires dedicated switch port
Half Duplex
Uses only one wire pair
30 - 40% efficient because collisions can occur
Only one host can transmit at a time.
Broadcast Storm
Could be cause by a bad NIC or a loop in the ethernet wiring topology. (two or more links exist between switches)
Broadcasts or multicasts are repeated over and over.
Ethernet
A connection media access method that allows all hosts on a network share bandwidth.
Simple to implement
Readily scalable
Troubleshooting is straight forward.
Uses CSMA/CD.
CSMA/CD
Carrier Sense Multiple Access / Collision Detection
When collision occurs:
1. Jam signal informs all devices
2. Invokes backoff algorithum.
3. Every device stops transmitting until timers expire.
4. Retransmissions start.
Protocol
A set of rules understood by a computer governing some process.
Collisions
When two computers on a network transmit at the same moment.
Cannot happen in full duplex mode, only in half duplex.
Logical Topology
It is the path a signal takes through a physical topology.
Bit
A binary digit (0 or 1)
Byte
8 bits or binary digits.
10110011 is a byte.
Nibble
4 bits or binary digits.
1011 is a nibble.
Reference Model
A conceptual blueprint of how some process should take place.
The OSI model is a conceptual model of how communications should take place.
CISCO 3 Layer
Hierarchial Model
1. Core Layer - network backbone.
2. Distribution Layer - Routers.
3. Access Layer - (aka desktop layer) - switches, network resources users need will be available locally.
Network Segmentation
Accomplished by:
Routers
Switches
Bridges
Breaks up collision domains, and in the case of routers, broadcast domains.
Windowing
Quantity of data segments the transmitting machine is allowed to send before receiving an acknowledgement from the receiving machine.
Metric
The distance to a remote network.
Different routing protocols use different methods to compute this distance, one example would be the number of routers it passes through (or a hop).
Three Step Handshake
Establishes a connection oriented communication with a remote device.
1. Connection agreement segment is requested for synchronization.
2. Acknowledge the request and establishes connection rules between hosts.
3. Acknowlege notifies destination host that connection agreement has been accepted and connection is established.
Flow Control
Receiver controls the sender.
Segments are delivered are acknowledged back to sender.
Segments without ack are resent.
Data flow is controled in order to avoid:
Congestion, Overloading, Data Loss
Routing Protocols
OSI Layer 3
Protocols that send route update packets
RIG, IGRP, EIGRP, OSPF
Routed Protocols
OSI Layer 3
Protocols used to support data traffic.
IPX, IPv4, IPv6
VLAN
Virtual LAN
A group of hosts with a common set of requirements as if they were attached to the broadcast domain regardless of their physical location.
127.0.0.1
Loopback IP Address
If you ping this address you can check if your NIC is working.