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

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;

48 Cards in this Set

  • Front
  • Back

OSI

Open Systems Interconnection 7-layer framework created by the ISO used for network communication

ISO

International Organization for Standardization

Advantages of the OSI Model

1. Layers interact only with adjoining layers


2. It has encouraged creation of industry standards


3. Network communication processes are segmented (making troubleshooting easier)

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

OSI Application layer

Interacts with the end user and uses various protocols to determine whether sufficient network resources are available for network access

OSI Application protocols

DNS, HTTP, FTP, TFTP, DHCP, LDAP, POP3, SMTP, IMAP, SNMP, SMB

OSI Presentation layer

Translates data using various formats, compresses/decompresses data, and encrypts/decrypts data

OSI Presentation formats

ASCII, EBCDIC, MP3, JPG, GIF

ASCII

a data format that uses 128 codes to display characters

OSI Session layer

Establishes, maintains, and terminates sessions/connections, ensures data and resources for different applications are kept separate, and tracks the mode of transmission used by the computers

OSI Session protocols

NetBIOS, RPC

Modes of data transmission

Simplex, half-duplex, and full-duplex

Simplex

Data can be sent only one way

Half-duplex

Data can be sent both ways, but only one way at a time

Full-duplex

Data can be sent and received at the same time

OSI Transport layer

Handles flow control, reliability, error checking, and ordering for transported data, and divides and reassembles data into/from segments

Segments

Data traveling on the transport layer

OSI Transport protocols

TCP, UDP

TCP

Transmission Control Protocol- a connection-oriented protocol that provides guaranteed delivery of data

UDP

User Datagram Protocol- a connection-less protocol that provides a best-effort method of delivering data

Number of possible TCP or UDP ports

65,536

Logical port number

Used to identify what application, service, or protocol should process a given set of data

Physical port number

A physical connection on a device

OSI Network layer

Uses routing tables and IP addresses to determine the best route to a destination

Packets

Data traveling on the network layer

OSI Network protocols

IPv4, IPv6, ARP/RARP, IGMP, ICMP, IPSec, RIP, OSPF

IPv4

An addressing protocol that uses 32-bit addresses, commonly expressed in dotted decimal format

IPv6

An addressing protocol that uses 128-bit addresses, commonly expressed in hexadecimal format

MAC address

A 48-bit address assigned to network interface cards, represented with 12 hexadecimal characters (in 6 pairs)

OSI Data Link layer

Delivers data on a local area network (LAN)

OSI Data Link sublayers

LLC 802.2, MAC 802.3

OSI Data Link protocols

PPTP, L2TP, Token ring, ATM, Frame relay

OSI Network devices

Routers, layer 3 switches

OSI Data Link devices

Bridges, switches, NICs

OSI Physical layer

Defines the physical specifications of a network, converts data streams into binary, places data streams onto physical media as electrical or light pulses, and encodes signaling types (such as analog-digital)

Frames

Data traveling on the data link layer

Bits (ones and zeros)

Data traveling on the physical layer

OSI Physical devices

Cables, connectors, repeaters, hubs, NICs, modems, amplifiers

OSI Physical protocols

Ethernet, CSMA/CD

Protocol Data Unit (PDU)

Data present in the application, presentation, or session layers

Modem

A device that modulates (digital->analog) and demodulates (analog->digital) signals

OSI Application devices

Proxy servers, advanced firewalls