Which type of network is used to connect digital devices within a half mile or 500 meter radius quizlet?

Home

Subjects

Expert solutions

Create

Log in

Sign up

Upgrade to remove ads

Only ₩37,125/year

  • Flashcards

  • Learn

  • Test

  • Match

  • Flashcards

  • Learn

  • Test

  • Match

Terms in this set (60)

True

Telephone networks are fundamentally different from computer networks. True or False?

RSS

What technology allows people to have content pulled from the web and fed automatically to their computers?

True

To create a computer network you must have at least 2 computers. True or False?

Topology

______ is the manner in which the components of a network are connected.

Application, transport, Internet and Network interface

What are the four layers of the TCP/IP reference model?

True

The Domain Name System (DNS) converts IP addresses to domain names. True or False?

Apache HTTP Server

The most common web server today, controlling 46% of the market is:

False

In a ring topology, one station transmits signals, which travel in both directions along a single transmission segment. True or False?

True.

Increasingly, voice, video and data communications are all based on Internet technology. True or False?

True

Web 3.0 is a collaborative effort to add a layer of meaning to the existing web in order to reduce the amount human involvement in searching for and processing web information. True or False?

True

WiMax has a wireless access range of up to 31 miles. True or False?

False

RFID has been exceptionally popular from the technology's inception because of its low implementation costs. True or False?

1) Client/Server computing 2) Packet switching 3)Development of communications standards for linking networks and computers.

The Internet is based on which three key technologies?

Have a range of several feet

Passive RFID tags...

Circuit-Switched

The telephone system is an example of a ______ network.

False

A hub is a networking device that connects network components and are used to filter and forward data to specified destinations on the network. True or False

Uniform Resource Locator

Together, a protocol fix, a domain name, a directory path and a document name are:

LAN

Which type of network is used to connect digital devices within a half-mile or 500 meter radius?

A Modem

To use the analog telephone system for sending digital data, you must also use ______.

Topology

________ is the manner in which the components of a network are connected.

False

Circuit switching makes much more efficient use of the communications capacity of a network than does packet switching. True or False?

Peer-to-Peer Network

Which type of network would be most appropriate for a business comprised of three employees and a manager located int he same office space, whose primary need is to share documents?

SEO

The process of employing techniques to help a website achieve a higher ranking with the major search engines is called _____.

Star

All network components connect to a single hub in _____ topology.

Bus

The most common ethernet topology is _____.

There are hundreds and no clear leaders have emerged.

Which of the following statements is NOT true about search engines?

Difference between the highest and lowest frequencies that can be accommodated on a single channel.

Bandwidth is the_________.

BPS

The total amount of digital information that can be transmitted through any telecommunications medium is measured in _____.

Create more IP Addresses

IPv6 is being developed in order to_________.

FTP
(VPN)

Which of the following services enables logging onto one computer system and working on another?

Chat

Instant messaging is a type of _____ service.

An encrypted private network configured within a public network.

A VPN is ____.

802.16

The IEEE standard for the WiMax is ____.

MAN

A network that spans a city, and sometimes its major suburbs as well is called _____.

30

The WiMax standard can transmit up to a distance of approximately _____ miles.

Logging transactions

Based on your reading of the examples in the chapter, what would be the best use of RFID for a business?

Hotspots

One or more access points positioned on a ceiling, wall, or other strategic spot in a public place to provide maximum wireless coverage for a specific area are referred to as _____.

Wide Area Network

A network that covers entire geographical regions is most commonly referred to as_______.

I-mode

The most appropriate wireless networking standard for creating PANs is

True

In a client/server network, a network server provides every connected client with an address so it can be found by others on the network. True or False?

Signals are broadcast in both directions to the entire network.

In a Bus Network ____.

TCP/IP

Which protocol is the Internet based on?

True.

Two Computers using TCP/IP can communicate even if they are based on different hardware and software platforms. True or False?

Analog

Which signal types are represented by a continuous wave form?

Peer-to-Peer

Which type of network treats all processors equally, and allows peripheral devices to be shared without going to a separate server?

Transmits over several frequencies

CDMA

Disassembling and reassembling of packets during transmission.

TCP/IP is responsible for__________.

3G

Which of the following is the first generation of cellular systems suitable for wireless broadband internet access?

A standard set of rules and procedures for control of communications in a network.

In a telecommunications network architecture a protocol is___________.

Apache HTTP server

The most common web server today, controlling 46 percent of the market is

8

Bluetooth can be used to link up to ____ devices within a 10 meter are using low power, radio based communication.

54 Mbps in the 5 Ghz range

The WiFi 802.11a standard can transmit ____.

True

A protocol in a standard set of rules and procedures for the control of communications in a network. True or False?

a switch

The device that acts as a connection point between computers and can filter and forward data to a specified destination is called ______.

Packet-switching

The method of slicing digital messages in to parcels, transmitting them along different communication paths, and reassembling them at their destination is called ______.

HTTP

Web browser software requests web pages from the internet using which protocol?

False (according to Prof.)

The trunklines of the Internet are typically owned by network service providers. True or False?

RFIDs require line of sight contact to be read.

Which of the following statements about RFID is not true?

False

TCP/IP was developed in the 1960s to enable university scientists to transmit data. True or False?

Wi-Fi

802.11 signal is what?

Sets with similar terms

Essentials of MIS Chapter 7 Quiz

60 terms

candi_girl22

Information Systems Ch 6

54 terms

Kmmiller11

Management Information Systems

50 terms

cbscarlett42

ISYS Ch 6

50 terms

johnsn

Other sets by this creator

MIS Chapter 9

54 terms

VeronicaG78

MIS Ch 7 Quiz

2 terms

VeronicaG78

IS CH 6

80 terms

VeronicaG78

Management Information Systems Chapter 7

2 terms

VeronicaG78

Verified questions

COMPUTER SCIENCE

Let $E_{\mathrm{TM}}=\{\langle M\rangle | M$ is a TM and $L(M)=\emptyset$}. Show that $\overline{E_{\mathrm{TM}}}$, the complement of $E_{\mathrm{T} M}$, is Turing recognizable.

Verified answer

COMPUTER SCIENCE

The following programs or program segments has errors. Find as many as you can. char str[] = "Stop"; if (isupper(str) == "STOP") exit(0);

Verified answer

COMPUTER SCIENCE

Which expression is true approximately 66% of the time? a) random() >= 66 b) random() < 0.66 c) random() < 66 d) random() >= 0.66

Verified answer

COMPUTER SCIENCE

Use the following ideas to develop a nonrecursive, linear-time algorithm for the maximum-subarray problem. Start at the left end of the array, and progress toward the right, keeping track of the maximum subarray seen so far. Knowing a maximum subarray of A[1..j], extend the answer to find a maximum subarray ending at index j + 1 by using the following observation: a maximum subarray of A[1..j + 1] is either a maximum subarray of A[1..j] or a subarray A[i..j + 1], for some 1 ≤ i ≤ j + 1. Determine a maximum subarray of the form A[i..j + 1] in constant time based on knowing a maximum subarray ending at index j.

Verified answer

Recommended textbook solutions

Which type of network is used to connect digital devices within a half mile or 500 meter radius quizlet?

Fundamentals of Database Systems

7th EditionRamez Elmasri, Shamkant B. Navathe

687 solutions

Which type of network is used to connect digital devices within a half mile or 500 meter radius quizlet?

Computer Organization and Design MIPS Edition: The Hardware/Software Interface

5th EditionDavid A. Patterson, John L. Hennessy

220 solutions

Which type of network is used to connect digital devices within a half mile or 500 meter radius quizlet?

Starting Out with Python

4th EditionTony Gaddis

629 solutions

Which type of network is used to connect digital devices within a half mile or 500 meter radius quizlet?

Information Technology Project Management: Providing Measurable Organizational Value

5th EditionJack T. Marchewka

346 solutions

Other Quizlet sets

Connect chapter 6 assessment

21 terms

scrub_life01

Skeletal Muscle Contraction

78 terms

ScottHarris121

Final Exam

60 terms

leilanidarlene

Marketing Quiz 5

20 terms

Worncheese25

Related questions

QUESTION

A user requests a Web page that consists of some text and three images. For this page, the client will send one request message and receive four response messages. True or False?

3 answers

QUESTION

Define the terms: access point, address, naming, location independence, and identifier.

3 answers

QUESTION

An internet is a network of networks that connects local area networks (LANs), wide area networks (WANs), and other internets.

3 answers

QUESTION

When tracking performance on aw indows server, you would create a baseline to:

2 answers

Which type of network is used to connect digital devices within a half mile or 500 meter radius?

A local area network (LAN) is designed to connect personal computers and other digital devices within a half mile or 500-meter radius.

Which type of network is used to connect digital devices within a city or metropolitan area?

A metropolitan area network, or MAN, consists of a computer network across an entire city, college campus or small region. A MAN is larger than a LAN, which is typically limited to a single building or site.

Which type of network is used to connect digital devices within a city or metropolitan area Wi Fi LAN WAN MAN san?

A metropolitan area network (MAN) is a computer network that interconnects users with computer resources in a geographic region of the size of a metropolitan area.

Which type of network is used to connect digital devices within a city or metropolitan area quizlet?

A modem is a device that translates digital signals from a computer into analog form so that they can be transmitted over analog telephone lines. A local-area network (LAN) is designed to connect personal computers and other digital devices within a half-mile or 500-metre radius.