Ch 1: Introduction to Data Communications Flashcards
(41 cards)
Core IT capabilities within Organizational Settings.
- Storing and retrieving data
- Analyzing and Visualizing data
- Automating data operations
- Protecting data
What is MIS?
An information system used for decision-making, and for the coordination, control, analysis, and visualization of information in an organization.
What is Data Communications?
The movement of computer information from one point to another by means of electrical or optical transmission systems (called Data Communications Networks)
What are the three basic components of a Data Communications Network
- A Server
- A Client
- A Circuit
What is a server?
Stores data or software that can be accessed by clients
What is a client?
The input/output hardware device at the user’s end of a communication circuit
What is a circuit?
The pathway through which messages travel
What is a peer-to-peer network?
A network without a server(computers function as equals rather than relying on a server)
Local Area Network Terms
- This network has several personal computers(clients) connected through switch and cables(circuit)
2.Computers connect wirelessly through a wireless access point(WAP) - Router is a special device that connects two or more networks
Name the three server types
- File server
- Web server
- Mail server
What is a file server?
Stores data and software that can be used by computers on a network
What is a Web server?
Stores documents and graphics that can be accessed from any web browser
What is a Mail server?
Handles and delivers email over the network
What is a Local Area Network?
A group of computers located in the same general area(commonly operates at 100 million bits per sec: 100 mbps)
Define backbone network
A larger central network connecting several LANs, other BNs, MANs, and WANs (Typically 100-1,000 mbps)
Wide Area Networks (WANs)
connect BNs and MANs
(Most organizations do not build their own WANs)
What is an Intranet?
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)
What is an Extranet?
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 (It can provide access to information services, inventories, and other internal
organizational databases that are provided only to customers, suppliers, or those who have paid for access)
Network Models
- All networks provide the same basic functions to transfer a message from
sender to receiver - Each network can use different network hardware and software to provide these functions
- There are many different ways in which the network layers can be designed
o The two most important network models are the Open Systems Interconnection
Reference (OSI) model and the Internet model
What are the two most important Network Models?
Open Systems Interconnection
Reference (OSI) model and the Internet model
Open Systems Interconnection
Reference (OSI) model
- 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
7 Layers of the OSI Model (Part 1)
Layer 1: Physical Layer
o The physical layer is concerned primarily with transmitting data bits (zeros or ones)
over a communication circuit
Layer 2: Data Link Layer
o The data link layer manages the physical transmission circuit in layer 1
o Transforms it into a circuit that is free of transmission errors as far as layers above are
concerned
o Solve the problems caused by damaged, lost, or duplicate messages so the succeeding layers are shielded from transmission errors
Layer 3: Network Layer
o The network layer performs routing
7 Layers of the OSI Model (Part 3)
Layer 4: Transport Layer
o The transport layer deals with end-to-end issues, such as procedures for entering and
departing from the network
o Maintains logical connections
o Makes sure that packets are received
Layer 5: Session Layer
o The session layer is responsible for managing and structuring all sessions
o Handles session accounting so the correct party receives the bill
7 Layers of the OSI Model (Part 3)
Layer 6: Presentation Layer
o The presentation layer formats the data for presentation to the user
o Its job is to accommodate different interfaces on different computers so the
application program need not worry about them
Layer 7: Application Layer
o The application layer is the end user’s access to the network
o The primary purpose is to provide a set of utilities for application programs