Ch 1: Introduction to Data Communications Flashcards

(39 cards)

1
Q

Core IT capabilities within Organizational Settings.

A
  1. Storing and retrieving data
  2. Analyzing and Visualizing data
  3. Automating data operations
  4. Protecting data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is MIS?

A

An information system used for decision-making, and for the coordination, control, analysis, and visualization of information in an organization.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is Data Communications?

A

The movement of computer information from one point to another by means of electrical or optical transmission systems (called Data Communications Networks)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the three basic components of a Data Communications Network

A
  1. A Server
  2. A Client
  3. A Circuit
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a server?

A

Stores data or software that can be accessed by clients

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a client?

A

The input/output hardware device at the user’s end of a communication circuit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a circuit?

A

The pathway through which messages travel

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a peer-to-peer network?

A

A network without a server(computers function as equals rather than relying on a server)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Local Area Network Terms

A
  1. This network has several personal computers(clients) connected through switch and cables(circuit)
    2.Computers connect wirelessly through a wireless access point(WAP)
  2. Router is a special device that connects two or more networks
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Name the three server types

A
  1. File server
  2. Web server
  3. Mail server
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is a file server?

A

Stores data and software that can be used by computers on a network

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is a Web server?

A

Stores documents and graphics that can be accessed from any web browser

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is a Mail server?

A

Handles and delivers email over the network

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is a Local Area Network?

A

A group of computers located in the same general area(commonly operates at 100 million bits per sec: 100 mbps)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Define backbone network

A

A larger central network connecting several LANs, other BNs, MANs, and WANs (Typically 100-1,000 mbps)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Wide Area Networks (WANs)

A

connect BNs and MANs
(Most organizations do not build their own WANs)

17
Q

What is an Intranet?

A

a LAN that uses the same technologies as the Internet but is
open to only those inside the organization (Sometimes, an intranet is provided by a completely separate Web server hidden from
the Internet)

18
Q

What is an Extranet?

A

a LAN that uses the same technologies as the Internet but is provided to invited users outside the organization who access it over the Internet

19
Q

What are the two most important Network Models?

A

Open Systems Interconnection
Reference (OSI) model and the Internet model

20
Q

Open Systems Interconnection
Reference (OSI) model

A
  • produced in 1984 by the Open System Interconnection
    Subcommittee of the International Organization for Standardization (ISO)
  • The OSI model is the most referred to network model
21
Q

7 Layers of the OSI Model (Part 1)

A

Layer 1: Physical Layer
o Transmits raw bits over the physical medium like cables or radio.
Layer 2: Data Link Layer
o Manages communication between devices on the same network; handles errors, frames, and MAC addressing.
Layer 3: Network Layer
o The network layer performs routing and addressing

22
Q

7 Layers of the OSI Model (Part 2)

A

Layer 4: Transport Layer
o Maintains end-to-end connections and ensures all packets arrive correctly.
Layer 5: Session Layer
o Manages and organizes sessions or connections between applications.

23
Q

7 Layers of the OSI Model (Part 3)

A

Layer 6: Presentation Layer
oFormats data for display; handles translation, compression, and encryption.
Layer 7: Application Layer
o The application layer is the end user’s access to the network
o Provides a set of utilities for application programs

24
Q

Internet Model

A
  • The network model that dominates current hardware and software is a more simple five-layer Internet model
25
Five Layers of the Internet Model (Part 1)
Layer 1: The Physical Layer o Handles the physical connection between sender and receiver, including all hardware devices and physical transmission media Layer 2: The Data Link Layer oMoves data between two devices on the same network; handles framing, error detection, and MAC addressing.
26
Five Layers of the Internet Model (Part 2)
Layer 3: Network Layer o Finds the best path for data to reach its destination using logical addresses (IP); performs routing between networks Layer 4:The Transport Layer o Establishes end-to-end connections, ensures reliable data transfer, and breaks/reassembles messages (uses TCP/UDP). Recombining the smaller messages back into the original larger message at the receiving end Layer 5: Application Layer o Provides the application software and services used directly by the network user
27
Groups of Layers
The layers in the Internet are often so closely coupled that decisions in one layer impose certain requirements on other layers * The data link layer and the physical layer are closely tied (often called hardware layer) * The transport and network layers are so closely coupled that sometimes these layers are called the internetwork layers
28
Message Transmission using layers
* Each computer in the network has software that operates at each of the layers and performs the functions required by those layers * Each layer in the network uses a formal language, or protocol, that is simply a set of rules that define what the layer will do * In general, all messages sent in a network pass through all layers * All layers except the physical layer create a new Protocol Data Unit (PDU) as the message passes through them
29
Application Layer (1)
* The user creates a message at the application layer using a Web browser by clicking on a link * The browser translates the user’s message into HTTP * The Web browser fills in the necessary information in the HTTP packet, drops the user’s request inside the packet, then passes the HTTP packet to the transport layer
30
Transport Layer (2)
* The transport layer on the Internet uses a protocol called TCP (transmission control protocol) * TCP is responsible for breaking large files into smaller packets and for opening a connection to the server for the transfer of a large set of packets * The transport layer places the HTTP packet inside a TCP PDU fills in the information needed by the TCP segment, and passes the TCP segment to the network layer
31
Network Layer (3)
* The network layer on the Internet uses a protocol called IP (Internet Protocol) * IP selects the next stop on the message’s route through the network * It places the TCP segment inside an IP PUD and passes the IP packet to the data link layer
32
Data Link Layer (4)
* The data link layer uses a protocol called Ethernet to connect to the Internet * The data link layer formats the message with start and stop markers, adds error checks information * It instructs the physical hardware to transmit the Ethernet frame
33
Physical Layer (5)
* The physical layer in this case is network cable connecting your computer to the rest of the network * The computer will take the Ethernet frame and send it as a series of electrical pulses through your cable to the server
34
Pros and Cons of using Layers
* There are many different software packages and many different PDUs that operate at different layers to successfully transfer a message * For communication to be successful, each layer in one computer must be able to communicate with its matching layer in the other computer * The major disadvantage of using a layered network model is that it is somewhat inefficient
35
Network Standards
* The primary reason for standards is to ensure that hardware and software produced by different vendors can work together * Standards also mean that customers are not locked into one vendor * The use of standards makes it much easier to develop software and hardware that link different networks because software and hardware can be developed one layer at a time
36
List the two types of standard
De jure and De facto
37
De jure
Developed by an official industry or a government body and is often called a formal standard o Typically take several years to develop 1. Specifications 2. Identification of choices 3. Acceptance
38
De facto
Emerge in the marketplace and are supported by several vendors but have no official standing
39
What are the Standard Making Organizations?
* International Organization for Standardization * International Telecommunications Union-Telecommunications Group(ITU‑T) * American National Standards Institute (ANSI) * Institute of Electrical and Electronics Engineers (IEEE) * Internet Engineering Task Force (IETF)