Shared Flashcard Set

Details

CS 140 - Final
Study Cards for CS140 From Final Review
66
Computer Networking
Undergraduate 1
05/10/2013

Additional Computer Networking Flashcards

 


 

Cards

Term
What are the two different kinds of files on a computer?
Definition
Program and Data
Term
What are the six different types of Computer-Based Information Systems?
Definition
Office Information Systems
Transaction Processing System
Management Information Systems
Decision Support Systems
Executive Support Systems
Expert Systems
Term
Which level of management uses a Office Information or Office Automation Systems?
Page 428 - 433
Definition
Used throughout the organizational structure to increase productivity.
Term
Which level of management uses a Transaction Processing System (TPS)?
Definition
Business organization, keeps track of transactions
Term
Which level of management uses a Management Information System (MIS)?
Definition
Tactical managers, to produce reports
Term
Which level of management uses a Decision Support System (DSS)?
Definition
Used by managers in specific industries such as airlines or industry, flexible tools for analysis
Term
Which level of management uses an Executive Support System (ESS)?
Definition
Strategic Managers, specifically supports strategic decision making
Term
Which level of management uses an Expert System?
Definition
Knowledge-based system, used by all management levels to solve "expert" problems
Term
How is digital data sent over a telephone line?
Pg 314
Definition
Digital signals are discontinuous, expressed as discrete bursts of on/off electrical pulses.
Term
How is Twisted-Pair media assembled?
Pg. 325 - 327
Definition
Two strands of insulated copper wire, twisted around each other. Helps reduce interference.
Term
How is Coax media assembled?
Definition
co-ax is HF transmission cable that consists of insulated copper wire wrapped in a solid or braided metal shield and then in an external plastic cover.
Term
How is Fiber-Optic media assembled?
Definition
dozens or hundreds of thin strands of glass or plastic that transmit pulsating beams of light rather than electricity.
Term
What is Ethernet?
Pg. 326
Definition
Cat5 cabling, Ethernet speeds of 10-100 MGs per second . Installed throughout the house. Think RR
Term
What is HomePNA?
Definition
technology companies working to ensure the adoption of a single unified existing wire (telephone and cable) to home-networking standard that transmits about 320 MG per second.
Term
What is Homeplug?
Definition
A technology standard that allows users to send data over home's existing electrical (AC) power lines.
Term
What are the major phases of the system lifecycle?
Definition
1. Preliminary Investigation,
2. System Analysis,
3. System Design,
4. System Development,
5. System Implementation,
6. System Maintenance
Term
What are the main components of a network?
Definition
Wired/Wireless Connections
Host & Nodes
Packets
Protocols
Linking Devices
Interface Cards
Operating Systems
Term
What are the different type of short-distance wireless standards?
Definition
1. LAN 100-228 feet
2. PAN 30-32 feet
3. HAN 100-150 feet
Term
What are the different types network topologies?
Definition
Bus – all nodes are connected to a single wire or cable
Ring – all nodes are connected in a continuous loop
Star – all nodes are connected through a central host
Term
Describe a BUS network topologies?
Definition
All nodes are connected to a single wire or cable
Term
Describe a Ring network topologies?
Definition
All nodes are connected in a continuous loop
Term
Describe a Star network topologies?
Definition
All nodes are connected through a central hose
Term
Describe a Peer-to-Peer Network.
Definition
All computers on a network communicate directly with each other. Cheaper than client/server since servers are typically more expensive than PCs
Term
Describe a Client/Server Network.
Definition
Consists of clients (computers) that request data, and servers (computers) that supply data
Term
What are the problems associated with Peer-to-Peer swapping of music files?
Definition
Users can download copyrighted material w/o paying, violates U.S. copyright laws; is server-based online file sharing sites; Napster has been shut down; have been difficult to control since there is no central server to shut down; publishers are suing individual down-loaders instead
Term
What are the different types of database models?
Definition
Hierarchical database
Network database
Relational database
Object-oriented database
Multidimensional database
Term
What is a Hierarchical database?
Definition
Fields or records are arranged in a family tree, with child records subordinate to parent or higher-level records
Term
What is a Network database?
Definition
Like a hierarchical database, but each child record can have more than one parent record
Term
What is a Relational database?
Definition
Relates, or connects, data in different files through the use of a key, or common data element
Term
What is an Object-Oriented database?
Definition
Uses objects (software written in small, reusable chunks) as elements within database files
Term
What is a Multidimensional database?
Definition
Models data as facts, dimensions, or numerical measures for use in the interactive analysis of large amounts of data
Term
What is the difference between a bit and a byte?
Definition
A bit is a single numeric value, either '1' or '0'. A byte is a sequence of bits; usually eight bits equal one byte.
Term
What are considered computer crimes?
Definition
Theft of HW/SW, online music/videos,
Theft of time & services, Theft of information, Internet-related fraud
Taking over your PC, Crimes of malice
Computer criminals
Term
What is the term used when you use human language to map out the logic of a computer program?
Definition
Pseudo code or flow charting
Term
What SW helps manage databases?
Definition
DBMS
Term
What's the difference between syntax and logic errors?
Definition
Syntax errors are grammar errors while logic errors are caused by the incorrect use of control structures
Term
What is a Bridge?
Definition
An interface used to connect the same types of networks
Term
What is a Gateway?
Definition
An interface that permits communications between dissimilar networks
Term
What is a Node?
Definition
Any device attached to a network
Term
What title is given to someone who manages a database?
Definition
DBA
Term
What are daily business activities called?
Definition
Term
What is Business-to-business (B2B)?
Definition
A business sells to other businesses using the internet or a private network to cut transaction costs and increase efficiencies
Term
What is Business-to-consumer (B2C)?
Definition
A business sells goods or services to consumers
Term
What is Consumer-to-consumer (C2C)?
Definition
Consumers sell goods or services directly to other consumers with the help of a third party, such as eBay.
Term
What are the two different kinds of files on a computer?
Definition
Program and Data
Term
What is it called to build a quick model of a system that can be evaluated?
Definition
Prototype (then a detailed design development)
Term
What are some useful programs to block harmful content from children?
Definition
Online blocking SW, DVD filters, video game rating systems, v-chip, "xxx" web addresses
Term
What is the difference between a UNIT test and SYSTEM Test?
Definition
A Unit Test - tests small parts independently (small pieces of the whole) to make sure they work.
A SYSTEM Test - tests the entire system
Term
Machine language is what generation?
Definition
First generation
Term
Assembly language is what generation?
Definition
Second generation
Term
high level languages such as FORTRAN, COBOL, BASIC, C, and C++ are what generation?
Definition
Third generation (procedural language)
Term
Very High-Level languages which include SQL, Intellect, NOMAD, FOCUS are what generation?
Definition
Fourth generation
Term
Natural languages are which generation?
Definition
Fifth generation, early 1980's
Term
Who developed Basic (the easy language) - which is used to be the most popular microcomputer language and is considered the easiest language to learn?
Definition
Developed by John Kemeny and thomas Kurtz
Term
Who developed Pascal, an alternative to BASIC developed for teaching purposes?
Definition
Developed by 17th Century French mathematician Blaise Pascal
Term
Who developed C, the general-purpose, compiled language that was developed for mid-range computers but also works well with micro-computers?
Definition
Developed by Dennis Ritchie at Bell Labs in the early 1970's.
Term
Who developed LISP, a 3rd generation language used principally to construct artificial intelligence programs?
Definition
Developed by the Massachusetts Institute of Technology in 1958 by mathematician John McCarthy.
Term
What programming languages are object-oriented?
Definition
Case SW, Java, C#, LISP, Visual Basic, C++
Term
What is Machine Language?
Definition
0's and 1's (basic language)
Term
What is Assembly Language?
Definition
Mnemonic version of machine language, faster, each CPU arch has it's own language
Term
What is High-Level Language?
Definition
FORTRAN, COBOL, BASIC, C
Term
What is Problem Oriented Language?
Definition
NOMAD, FOCUS, Report Generator, Query, Application
Term
What is a Natural Language?
Definition
uses human language
Term
What is a protocol?
Definition
Also called communications protocol; set of conventions governing the exchange of data between HW/SW components.
Term
What attack represents a communication that appears to be from a trusted source?
Definition
Phishing
Term
How would you identify a record in a relational database?
Definition
by using a query
Supporting users have an ad free experience!