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

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;

46 Cards in this Set

  • Front
  • Back

TCP/IP

Networking protocol, most popular

TCP/IP layers, top to bottom

Application, transport, network, data-link, physical

Physical layer

Responsible for the actual transmission of data over cabling

Data-link layer

Responsible for transmitting data within a LAN, some error checking

Network layer

Responsible for addressing and routing in and between networks

Transport layer

Responsible for handling data transmission between endpoint hosts, error checking and correction

Application layer

Responsible for handling user programs and linking OS to network

Physical layer standards

Cat5E cabling, RJ-45 jacks, Fiber

Data-link layer protocols

Ethernet, HDLC, PPP

Network layer protocol

IP

Transport layer protocols

TCP/UDP

Application layer protocols

HTTP, POP, SMTP, VoIP

Data-link layer encapsulation

Ethernet Frame, header and trailer

Network layer encapsulation

IP Packet, header

Transport layer encapsulation

TCP Segment, header

Same layer interaction

Interaction between two different devices on the same layer using the same protocol

Adjacent layer interaction

Interaction of two different layers on the same device using two protocols

Ethernet

LAN standards used in physical and data-link layers

802.3

IEEE standard for Ethernet cabling

10BASE-T

10Mb, Ethernet, 802.3, copper, 100m

100BASE-T

100Mb, Fast Ethernet, 802.3u, copper, 100m

1000BASE-LX

1000Mb, Gigabit Ethernet, 802.3z, fiber, 5000m

1000BASE-T

1000Mb, Gigabit Ethernet, 802.3ab, copper, 100m

10GBASE-T

10Gb, 10 Gig Ethernet, 802.3an, copper, 100m

2 wire pair Ethernet standards

10BASE-T, 100BASE-T

4 wire pair standard

1000BASE-T

Routers, PCs, WAPs transmit from pins...

1, 2

Switches and hubs transmit from pins...

3, 6

Straight-thru cable

Connects devices with opposite pin assignments

Cross-over cable

Connects devices with similar pin assignments

Preamble (size, use) (Ethernet structure)

7 bytes, synchronization

Start Frame Delimiter (size, use)


(Ethernet structure)

Signals start of MAC

Destination MAC (size, use) (Ethernet structure)

6 bytes, Target of Frame

Source MAC address (size, use)


(Ethernet structure)

6 bytes, sender of frame

Type (size, use) (Ethernet structure)

2 bytes, defines IP protocol held inside frame

Data and pad (size, use) (Ethernet structure)

46-1500 bytes, data from higher layers, pad added to reach minimum

Frame Check Sequence (size, use)

4 bytes, error checking

MAC (and other names)

Media Access Control, unicast, ethernet, burned-in, LAN, hardware, physical

OUI

Organizationally Unique Identifier

Broadcast address

Used to address all devices on LAN, FF:FF:FF:FF:FF:FF

Multicast address

Used to address all devices in a subset on a LAN

FCS

Frame Check Sequence, in Ethernet trailer, algorithm that checks data for errors. Discards bad frames

EtherType

Defines network layer protocol used by host for that frame

Full Duplex

Device can send and receive simultaneously

Half Duplex

Device cannot send and receive simultaneously

Collision

When two or more devices attempt to send a frame in the same domain simultaneously. Only happens with hubs