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

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;

27 Cards in this Set

  • Front
  • Back

OSI Layer 1

Physical: Signaling, Cabling, Connectors (Cable, NIC, HUB)

OSI Layer 2

Data Link: The switching layer (Frame, MAC addresses, EUI-48, EUI-64, Switch)

OSI Layer 3

Network: The Routing Layer (IP addresses, router, packet)

OSI Layer 4

Transport: The "Post Office" layer (TCP segment, EDUP datagram)

OSI Layer 5

Session: Communication between devices (Control Protocols, tunneling protocols)

OSI Layer 6

Presentation: Encoding and Encryption (SSL/TLS)

OSI Layer 7

Application: The layer we see - Google mail, Twitter, Facebook.

What is a MAC Address?

MAC (Media Access Control), 48 bits, Physical Address of a NIC

What is ff-ff-ff-ff-ff-ff

A Broadcast MAC address


*Broadcast: When a computer broadcasts data to everyone on the Network*

How large can a single frame be?

1500 bytes

Where is the Frame generated?

The NIC (Network Interface Card)

How does a Frame find its way to the destination computer?

MAC Address

What is Unicast?

Unicast: A data transmission that is addressed to a single device. (Via MAC Address)

What is Boardcast?

Broadcast: A data transmission that is sent to everyone on the network with a MAC Address of FF-FF-FF-FF-FF-FF

What is a Broadcast Domain?

A group of computers that can hear eachother.

What's a Hub?

A repeater. It will receive a frame (Packet) of data and duplicate it many times to send it to everyone on the network.

What is a Switch?

Unlike a hub, a Switch will keep track of MAC addresses and port #'s to everyone connected to the switch and only sends frames (Packets) to the correct MAC address.

Default Gateway

forward packets on to other networks. (A router)

What is the Well-Known Port range?

0-1024

What is Port 80?

Web Server

What is TCP?

Transmission Control Protocol: A connection oriented conversation between 2 computers to make sure your data gets to you complete and in order.

What is UDP?

User Datagram Protocol: Is NOT connection oriented. One computer sends the data and hopes you're ready for it.

TCP/IP stands for what?

Transmission Control Protocol / Internet Protocol

TCP/IP Layer 1

Link (Network Interface Layer): All physical cabling, MAC Addresses, Network cards. (Most Hardware except routers)


ARP (Address Resolution Protocol) happens here: a protocol used by the Internet Protocol (IP) [RFC826], specifically IPv4, to map IP network addresses to the hardware addresses used by a data link protocol.

TCP/IP Layer 2

Internet: IPv4, IPv6, ICMP, IGMP, Anything to do with IP Addresses (Routers)



TCP/IP Layer 3

Transport: TCP, UDP | All assembly and disassembly of packets. Has to utilize TCP or UDP to get the data to the next location.

TCP/IP Layer 4

Application: Everything that has to do w/ applications works at this layer. (FTP, BOOTP, TFTP, DNS, HTTP(S), TLS/SSL, VoIP, SSH, POP3, IMAP4, NTP Telnet, STMP, SNMP)