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

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;

33 Cards in this Set

  • Front
  • Back
refers to an organized description of all of the functions needed for useful communications to occur.
networking model or networking architecture
the most pervasive networking model in the history of data networking.
TCP/IP - Transmission Control Protocol/Internet Protocol
the first large effort to create a vendor-neutral networking model that could be added to any and every computer in the world.
OSI - Open Systems Interconnection Model
took on the task in the late 1970s of creating the OSI networking model
International Organization for Standardization (IOS)
Who were the creators of TCP/IP
Researchers at various universities volunteered to help further develop the protocols surrounding the original US Defense Departmetn's work
a document used as the primary means for communicating information about the TCP/IP protocols. Some are designated by the Internet Architecture Board (IAB) as Internet standards, and other sare informational. They are available online from numerous sources.
RFC - Request for Comments
when a particular layer wants to communicate with the same layer on another computer
same-layer interaction
What is used when one layer wants to communicate with the same layer on another computer?
Header
provides an interface between software running on a computer and the network itself
Application Layer (TCP/IP)
provides services to the application layer by using acknowledgments and error recovery
Transport Layer (TCP/IP)
works like the post office; IP defines addresses so that each computer can have a different IP address, just like the postal service defines addressing that allows unique addresses for each house.
Internetwork Layer (TCP/IP)
logical addresses that allow each TCP/IP speaking device to communicate. Defines routing - the process of how a router should forward, or route, packets of data.
IP addresses
the layer that defines how to connect the host computer, which is not part of the network, to the network; it is the interface between the computer and the network.
Network Interface Layer (TCP/IP)
describes the process of putting headers and trailers around some data.
encapsulation
includes the TCP or UDP header but not the IP header or data link header or trailer
segment
includes the IP header but not any data link headers
packet
defines all of the encapsulated data
frame
defines the interface between the communications software and any applications that need to communicate outside the computer on which the application resides.
Application Layer (OSI)
This layer's main purpose is to define data formats such as ASCII text, EBCDIC text, binary, BCD, and JPEG.
Presentation Layer (OSI)
defines how to starrt, control, and end conversations. Includes the control and management of multiple bidirectional messages so that the application can be notified if only some of a series of messages are completed.
Session Layer (OSI)
focuses on issues related to data delivery to the other computer - for instance, error recovery, segmentation of large application data blocks, into smaller ones for transmission, and reassembly of those blocks of data on the receiving computer.
Transport Layer (OSI)
defines end-to-end delivery of packets. Defines logical addressing so that any endpoint can be identified. Also defines how routing works and how routes are learned so that the packets can be delivered
Network Layer (OSI)
This layer's specifications deliver data across one particular link or medium.
Data Link Layer (OSI)
This layer's specifications deal with the physical characteristics of the transmission medium.
Physical Layer (OSI)
Telnet, HTTP, FTP, WWW browsers, NFS, SMTP
Application Layer (OSI)
JPEG, ASCII, EBCDIC, TIFF, GIF, PICT
Presentation Layer (OSI)
RPC, SQL, NFS, AppleTalk, ASP
Session Layer (OSI)
TCP, UDP, SPX
Transport Layer (OSI)
IP, IPX, AppleTalk DDP
Network Layer (OSI)
IEEE 802.3, HDLC, Frame Relay, PPP, FDDI, ATM
Data Link Layer (OSI)
EIA/TIA - 232, v.35, RJ-45, Ethernet, 802.3
Physical Layer (OSI)
one vendor can write software that implements higher layers and another can write software that implements the lower layers
Modular Engineering
represents the bits that include the headers and trailers for that layer, as well as the encapsulated data.
Protocol Data Unit (PDU)