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

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;

17 Cards in this Set

  • Front
  • Back
Data Communications
The study of low-level mechanisms and technologies used to send information across a physical communication medium, such as a wire, radio wave, or light beam.
TCP/IP
Internet Protocol Suite. Provides the basic of the global Internet, and forms an important part of the study of computer networking.
Internet
The Internet is formed by interconnecting multiple packet switching networks. Internetworking is substaintially more powerful than a single networking technology because the approach permits new technologies to be incorporated at any time without requiring the replacement of old technologies.
Public Network
A public network is owned by a service provider, and offers service to any individual or organization that pays the subscription fee. Data transferred across a public network is not revealed to outsiders.
Private Network
A network is said to be private if use of the network is restricted to one group. A private network can include circuits leased from a provider. A private network can serve an individual consumer, a small office, a small-to-medium business, or a large enterprise.
interoperability
refers to the ability of two entities to communicate, and say that if two entities can communicate without any misunderstandings, they interoperate correctly.
Communication protocol, network protocol, or protocol
A communicaiton protocol specifies the details for one aspect of computer communication, including actions to be taken when erros or unexpected situations arise. A given protocol can specify low-level details, such as the voltage and signals to be used, or high-level items such as the format of messages that application programs exchange.
Layering Model
A layering model describes how all aspects of a communication problem can be partitioned into pieces that work together. Each piece is known as a layer; the terminology arises because protocls in a suite are organized into a linear sequence. Dividing protocols into layers help both protocol designers and implementors manage the complexity by allowing them to concentrate on one aspect of communication at a given time.
TCP/IP Layering Model
Layer 1: Physical, Layer 2: Network Interface, Layer 3: Internet, Layer 4:Transport, Layer 5: Application
Layer 1: Physical
Specify details about the underlying transmission medium and the associated hardware.
Layer 2: Network Interface
Specify details about communiation between higher layers of protocols, which are usually implemented in software, and the underlying network, which is implemented in hardware.
Layer 3: Internet
Specify communication between two computers across the Internet.
Layer 4: Transport
provide for communication from an application program on one computer to an application program on another. Specifications that control the maximum rate a reciever can accept data, mechanisms to avoid network congestion, and techiniques to insure that all data is received in the correct order belong in layer 4.
Layer 5: Application
Specify how a pair of applications interact when they communicate.
Header
Additional information added by a protocol. Headers are added by protocol software as the data passes down through the layers on the sending computer.
ARPA
Advanced Research Projeeccts Agency is an agency of the U.S. Department of Defense.
Why was there a shift in Internet availability?
The Availability of high-speed computation and communication technologies shifted the focus of the Internet from resource sharing general-purpose communications.