Assignment #2 From Business Data Communications & Networking, 6th Edition:

Readings, Responses And Activities From Selected Chapters:
An Introduction to LANs, MANs, WANs, and Backbone Networks

 

Course: MCTE 650 — Computer Networks
Subject: Assignment #2 from MCTE 650 Syllabus, Fall 1998
Title:

Assignment #2 From Business Data Communications & Networking, 6th Edition:

  Readings, Responses And Activities From Selected Chapters
  Fitzgerald, Jerry, and Dennis, Alan (1998)
Professor: Dr. Robert Lipton, Ph.D.
Student: Leanne C. Boyd
Usercode: boydl
Email: boydl@scis.acast.nova.edu
Due date: November 9, 1998

 

Actual submission date: November 12, 1998
(by special permission, for extension of date due)

 

Table Of Contents

Assignment #2
From Business Data Communications & Networking, 6th Edition:

Readings, Responses And Activities From Selected Chapters:
An Introduction to LANs, MANs, WANs, and Backbone Networks

Chapter 7: Network Layer

Chapter 8: Local Area Networks

Chapter 9: Metropolitan and Wide Area Networks

Chapter 10: Backbone Networks

References

 


 

Assignment #2 From Business Data Communications & Networking, 6th Edition:

Readings, Responses And Activities From Selected Chapters:
An Introduction to LANs, MANs, WANs, and Backbone Networks

 

Chapter 7: Network Layer

 

(from PC 
Webopædia, http://www.pcwebopaedia.com/TERM/t/topology.html 
)


Showing three PRINCIPAL topologies used in LANs
(from PC Webopædia, http://www.pcwebopaedia.com/TERM/t/topology.html )

1. Compare and contrast the four basic network topologies.

The four network topologies follow four basic geometric arrangements. (Donnellan, 1997). Topology can be defined as the way in which computers on the network are interconnected. (Fitzgerald & Dennis, 1998, p. 205). The term derives from a mathematics field that is concerned with points and surfaces in space, or, the layout of objects in space. So, LAN topology is the physical layout of the network – the model for how one configures the medium and attaches the nodes to that medium. (Stamper, 1998, p. 81). Finally, a topology describes pictorially the configuration or arrangement of a (usually conceptual) network, including its nodes and connecting lines. (Whatis.com, 1998). The following list shows the four network topologies:

  1. Ring Topology: This connects all of the computers on the LAN in one closed loop circuit, with each computer linked to the next one. Messages are passed around the ring in ONLY one direction, to each computer, in turn. Each device is connected directly to two other devices, one on either side of it. (PC Webopædia, 1998). Each computer receives messages for all of the connected computers, but processes only the ones intended for itself. (p. 209). It does this by checking the addresses, and only keeping the ones intended for itself. It transmits messages to the next computer in the ring. (Donnellan, 1997). Nodes in the ring can be active or inactive, such as when a worker "powers down" their workstation. This inactive state, however, does not cause the network to fail. (Stamper, 1998, p. 82). Ring topologies are relatively expensive and difficult to install, but they offer high bandwidth and can span large distances. (PC Webopædia, 1998).
  2. Bus Topology: This topology is where all devices are connected to a central cable, called the bus or backbone. This is a network in which all nodes are connected to a single wire (the bus) that has two endpoints. Bus networks are relatively inexpensive and easy to install for small networks. Ethernet systems use a bus topology. (PC Webopædia, 1998). Every computer on the bus receives ALL messages sent, even the ones intended for other computers. The Ethernet software checks the data link layer and only processes the messages intended for that particular computer. The term BUS implies a high-speed circuit with a limited distance between the computers. Most LANs connected in this way require several hubs, as they span appreciable distance. (Fitzgerald & Dennis, 1998, p. 205).
  3. Star Topology: This is where all devices are connected to a central hub. Star networks are relatively easy to install and manage, but bottlenecks can occur because all data must pass through the hub. (PC Webopædia, 1998). The central station routes messages to their proper destination. If the central station, or node, fails, the entire network fails. (Donnellan, 1997). The main advantage of a star network is that one malfunctioning node doesn’t affect the rest of the network, and it’s easy to add and remove nodes. The primary disadvantage of star networks is that they require more cabling than the other topologies, such as a bus or ring networks. In addition, if the central computer fails, the whole network becomes unusable. Standard twisted-pair Ethernet uses a star topology. (PC Webopædia, 1998).
  4. Mesh Topology: In this example, any network node can communicate with any other network node. (Donnellan, 1997). There are direct point-to-point connections among all computers. (Fitzgerald & Dennis, 1998, p. 463). A mesh is one possible topology for a network backbone. For redundancy in the case of a circuit outage, a backbone is usually connected in a circular fashion so that if data can’t get to the next node because of an interruption, it can get there by flowing in the opposite direction. A mesh architecture is formed by adding lines that go directly from one node to a second node that is three or four nodes around the "circle" from the initial node. (Cook Report, 1998).

2.a) Describe three types of decentralized routing.

In decentralized routing, all computers in the network are able to make their own routing decisions that follow a formal routing protocol. Most are self-adjusting, where they automatically adapt to changes in network configurations (Donnellan, 1997), which is the ability to add and delete computers and circuits. (Fitzgerald & Dennis, 1998, p. 178). There are three primary types of decentralized routing: static, dynamic, and broadcast.

...b) What are the advantages and disadvantages of each?

3. Describe the three stages of standardization.

First of all, a standard is a definition or format that has been approved by a recognized standards organization or is accepted as a de facto standard by the industry. Standards exist for programming languages, operating systems, data formats, communications protocols, and electrical interfaces. From a user’s standpoint, standards are extremely important in the computer industry because they allow the combination of products from different manufacturers to create a customized system. Without standards, only hardware and software from the same company could be used together. In addition, standard user interfaces can make it much easier to learn how to use new applications. (PC Webopædia, 1998).

  1. Specification: In a formal standardization process (as opposed to de facto standards, or those that emerge in the marketplace and have no official standing), this stage is where the problems to be addressed are identified, and a nomenclature is developed. One of the most important standards-making organizations is the ISO (International Organization for Standardization). Others are the ANSI (American National Standards Institute), the IEEE (Institute of Electrical and Electronics Engineers, and others. (Fitzgerald & Dennis, 1998, pp. 16-17).
  2. Identification of Choices: In this stage, those who are working on the identity of the standard, distinguish various solutions and choose the optimum, topmost interpretation from among all the choices.
  3. Acceptance: This is the most difficult stage, consisting of defining the solution and then getting industry leaders to agree on a single and uniform solution. This often is accompanied by corporate politics and governmental influences.

4. What is TCP/IP? How does it work?

TCP/IP is the acronym for Transmission Control Protocol/Internet Protocol, the suite of communications protocols used to connect hosts on the Internet. TCP/IP uses several protocols, the two main ones being TCP and IP. TCP/IP is built into the UNIX operating system and is used by the Internet, making it the de facto standard for transmitting data over networks. The sending computer is the one that creates the TCP/IP packet. (Fitzgerald & Dennis, 1998, pp. 188). Even network operating systems that have their own protocols, such as Netware, also support TCP/IP. (PC Webopædia, 1998).

There are four pieces of network layer addressing and routing information needed by a computer on a TCP/IP network (or one who dials into it): The IP address, a subnet mask (to determine what addresses are part of its subnet), the IP address of a DNS server (so it can translate application layer addresses into IP addresses), and the IP address of a gateway computer (so it can route messages outside of its subnet). (Fitzgerald & Dennis, 1998, pp. 182-183). TCP/IP was originally developed for the Defense Department’s ARPANET, and can send large files across relatively unreliable networks. TCP performs the functions of the transport layer, while IP performs the functions of the network layer. TCP is connection-oriented, while IP is connectionless. (Donnellan, 1997).

Go back to TOC
Back to T.O.C.

 
 


Chapter 8: Local Area Networks

1. What are the distinguishing features of a LAN, and list at least two reasons for developing a LAN.

Some of the distinguishing features of Local Area Networks (LANs) are:

Two reasons for developing a LAN are:

    1. Resource Sharing: This refers to one computer sharing a hardware device such as a printer, or a software package with other computers on a network, in order to save on costs. If the software is made available on the network, via a program of "licensing" the software, it eliminates the need to load the software on each computer.
    2. Information Sharing: This is where users are accessing the same data files, exchange information via E-mail, or search the Internet for information. All users need, and have access to, the same digital information. The main benefit is in its aid to decision-making processes, thus making information sharing more important than resource sharing. (Fitzgerald & Dennis, 1998, p. 193).

2.a)  Discuss the legal issue of using single-computer license software on networks.

Since a software is licensed for ONE user on ONE computer, there are many legal issues that arise when talking about using single-computer license software on networks. Therefore, if 10 users need to use a certain software, the company must purchase 10 individual software licenses. The fees and penalties concerning software copyright violation are quite high, and most companies are very strict about software violations by employees. In fact, most companies and government agencies have stern policies that result in termination for employees that disregard software legal issues. (p. 193). Recently, the SPA (Software Publishers Association in Washington D.C. has begun an aggressive software audit program, to check the number of illegal software copies on LANs. (pp. 193-194). It must be noted that this is indeed a very widespread effort. Even this writer’s small studio received a package from the SPA, in 1998, concerning their project. Along with explanatory materials, there also was a form for the "whistle blowers" mentioned in the textbook, where individuals could report software abuse to the SPA. It was quite a shock to receive the package of materials, until I realized that the sources used by the SPA must have been local, county and state business listings. Any business with a recorded business name probably received the SPA packet.

      ...b)  Under what circumstances would you use a single-computer license software on your network?

Again, this kind of use is illegal, and I cannot think of a single instance where this should be allowed to happen. Our text mentions the use of LAN-metering software. I would surmise this, along with LAN-specific software, would be a single license software, and would be installed in one computer for use in surveying the entire LAN. But it wouldn’t be available to all on the network, just the user of that specific computer. This would be true of the software used in running the LAN.

...c)  Also discuss why it is important for organizations to enforce policies restricting use of employee-owned      hardware and software and unauthorized (unlicensed) copies of software.

The biggest reason for enforcing policies governing employee-owned hardware and software would be the element of control. There would BE no way of controlling the use of such devices and software. This would cause concerns over safety from viruses, as well as compatibility factors with different hardware items. The company and their LAN manager would always want to be informed about every aspect of the network. Once non-approved software or hardware are introduced, this could compromise the safety and viability of the network. As for the issue of illegal software copies – the company itself is legally responsible for all actions made in its name. If persons are using illegal software, a lawsuit could be brought against the company as well as the individual.

Many companies even have stringent rules about shareware or freeware, and have rules that severely contain an individual’s ability to download these items from the Internet. Again, one main issue is the introduction of viruses to the company network. Also, there is a compatibility factor with company-owned and –used software. Finally, in the situation of shareware, the question arises as to who is responsible for either paying the shareware fee, or for guarding when the shareware will be removed from individual computers if the fee isn’t paid. Lucent Technologies, in my recent position, had extremely strong rules against the downloading of public-accessible shareware. The rule was: "Don’t." In weekly checks by the network group, if these items were found on individual computers in the backup of company departments, they were immediately destroyed. Downloads of programs from the company Intranet were allowed, as, obviously, they had been approved by the company.

3. a)  List and define the commonly used topologies of a local area network.

As with any research, it is interesting to note the differences in terminology and in descriptions. One very well respected source said:

"Ethernet media are used in two general configurations or topologies; bus and star. These two topologies define how ‘nodes’ are connected to one another. A node is an active device connected to the network, such as a computer or a printer. A node can also be a piece of networking equipment such as a hub, switch or a router. A bus topology consists of nodes linked together in series with each node connected to a long cable or bus. Many nodes can tap into the bus and begin communication with all other nodes on that cable segment. A break anywhere in the cable will usually cause the entire segment to be inoperable until the break is repaired. Examples of bus topology include 10BASE2 and 10BASE5. 10BASE-T Ethernet and Fast Ethernet use a star topology." (Lantronix Ethernet Tutorial, 1998).

Finally, in this discussion, it must be noted that many network types will be needed to fulfill the dream of cyberspace and the information superhighway. "Especially, these four are needed, whereby all information services are provided with a single, ubiquitous, digital dial tone: 1) long-haul WANs that connect thousands of central switching offices; 2) local loops connecting central offices to user sites via plain old telephone services (POTS) copper wires; 3) LANs and home networks to connect platform equipment within a site; and, 4) wireless networks for portability and mobility. In the goal for interoperability among all networks, the bottleneck usually occurs in the local loop, or within the last one-to-four miles of the user’s home." (Denning & Metcalf, 1997). This author must also add that all of the components seem to be in place, even currently. It is exciting to be a part of the community that is defining the technologies. Institution of more powerful hardware and software, as well as participating in the standardization efforts is an thrilling career position!

...b)  Which topologies does your organization use?

Currently, I am not involved with a company. I would like to point out that every company I’ve ever worked in the past few years (which is the only time I’ve been aware and somewhat knowledgeable about networking) for used one of two topologies. The most frequent was some form of Ethernet. In several isolated contract instances, I’ve worked with Macintosh-based firms (mostly graphics-related) that used AppleTalk. I personally have used AppleTalk in my home-based studio, albeit only to make my own small network of computer, printer, and other peripherals. It really is a quite simple system that works very well, at least in a small setting. I’ve never seen it in action in a large company.

4. List at least seven ways that baseband and broadband differ from each other.

BASEBAND

BROADBAND

1

Uses digital signaling.

Uses analog signaling.

2

Treats cable as one single channel, can only carry one transmission at any one moment.

Splits cable into many different channels using frequency division multiplexing; so more than one transmission occupies the cable.

3

Less complex.

More complex.

4

Less expensive. Doesn’t use/need modulation devices (modems).

More expensive.

5

Originally used thick coaxial cable.

Utilizes thin coaxial cable.

6

Thick cable is capable of running 500 meters between hubs; most popular 10Base-T.

Standard 10Base-2 cable is limited to 185 meters between hubs.

7

Intermixing of data, voice, and image signals are not possible on same network.

Intermixing of data, voice, and image signals can be done on this type of network.

.

5. List several reasons why twisted pair wire, fiber optic cable, and/or coaxial is/are used in LANs.

6. Describe four important concerns when installing a LAN.

7. a) What types of LANs use servers?

EVERY LAN uses a server. The first two main components of a LAN are the client computer and the server. Even in the case of peer-to-peer networks, all computers run special network software that lets them be both client and server (they don’t require a dedicated server). The other three components are: network interface cards, network cables and hubs, and the network operating system.

...b) What is the most important characteristic of that server?

The name itself indicates its main function: to serve. The server processes requests from client computers on the network, hopefully in a timely manner, and provides a particular service to the clients. In a larger LAN, the server is usually a dedicated server.

.. c) Name at least three types of servers.

There are several types of servers: file, database, network, access, modem, facsimile, printer, and gateway.

Go back to TOC
Back to T.O.C.

Chapter 9: Metropolitan and Wide Area Networks

1. a) What features are common to every packet on a network?

...b) Where does the packetizing take place?

A user’s connection into the network is called a PAD (packet assembly/disassembly device). The PAD converts the user’s information into the network layer and data link layer packets that will be used by the packet network, to send through this packet-switched network. The PAD at the other end reassembled these into the network layer and data link layer protocols, and delivers these to the proper computer. This is called packetizing. It is almost instantaneous. The PAD can translate between different data from either sender or receiver. All of this takes place within the PAD (device).

 

...c) What does a packet contain?

Foremost, the packet contains both the destination address, and the data (up to 1024 bits). It also contains an error check of 16 bits. A note about the type of data: "Packet switching is more efficient and robust for data that can withstand some delays in transmission, such as e-mail messages and Web pages." (PC Webopædia, 1998). In other words, packets will not contain data that is best sent via a circuit-switching technology, such as live audio and video, and other real time data.

 

...d) Why is packet switching popular?

Most data communications consist of short bursts of data, with intervening spaces that last longer than the bursts of data. Packet switching is popular because it takes advantage of this characteristic by maximizing the use of the shared communication network. It does this by interleaving the bursts of data from many users. This way, the packets can travel in any given direction, and in spite of the "data burst" syndrome, still effectively arrive at their proper destination. Its popularity is a result of its efficiency.

2. a) Define ATM.

ATM (asynchronous transfer mode) is one of the fastest growing new technologies. It is a dedicated-connection switching technology, similar to frame relay, that organizes digital data into 53-byte cells or packets, and transmits them over a medium using digital signal technology. Individually, a cell is processed asynchronously in relationship to other related cells. It is queued before being multiplexed over the line. This allows for very precise settings. Because ATM is designed to be easily implemented by hardware (rather than software), faster processing speeds are possible. The pre-specified bit rates are either 155.520 Mbps or 622.080 Mbps. IEEE Spectrum reports that speeds on ATM networks are expected to reach 10 Gbps.

ATM is scalable; it is also able to prioritize, such as distinguishing between high bandwidth audio and visual files, and low bandwidth items such as Email. Along with several other technologies, ATM is a key component of broadband ISDN (BISDN). (Whatis.com, 1998) and (Fitzgerald & Dennis, 1998, p. 294). The cell used with ATM is relatively small compared to units used with older technologies. The small, constant cell size allows ATM equipment to transmit video, audio, and computer data over the same network, and assure that no single type of data hogs the line. (PC Webopædia, 1998).

...b) Discuss why it may replace existing protocols.

ATM may eventually replace other protocols because of its scalability. It is easy to multiplex basic ATM circuits into much faster ATM circuits. Because speed is currently one of the highest priorities in new technologies, I see this as being the most in its favor. Also, since Quality of Service (QoS) is becoming more of a priority, ATM’s ability to provide very precise settings and therefore higher QoS, is very vital. The smallness of the cell and the ability to more readily send high bandwidth files will make it increasingly popular. A new technology, ATM is attempting to combine the best of both worlds – the guaranteed delivery of circuit-switched networks and the robustness and efficiency of packet-switching networks.

3. a) What is ISDN?

Integrated Services Digital Network (ISDN) is an international set of standards for digital transmission over ordinary telephone copper wire, as well as over other media. Home and business users who install ISDN adapters in place of their modems, will experience the arrival of highly graphic Web pages (up to 128 Kbps). ISDN requires adapters at both ends of the transmission so the user’s provider also needs an ISDN adapter. ISDN is generally available from the local phone company in most urban areas in the United States and Europe. (Whatis.com, 1998). ISDN supports data transfer rates of 64 Kbps (64,000 bits per second). Most ISDN lines offered by phone companies give the user two lines at once, called B channels. One line can be used for voice and the other for data, or both lines can be used for data, which will give data rates of 128 Kbps – three times the data rate provided by today’s fastest modems! The original version of ISDN operates with baseband transmission. Another version, called B-ISDN, uses broadband transmission and is capable of supporting transmission rates of 1.5 Mbps. B-ISDN requires fiber optic cables and is not widely available. (PC Webopædia, 1998).

...b) What distinguishes it from other services?

ISDN is the most common example of a circuit-switched service. As such, the primary difference would be that the circuits are entirely digital, and therefore less prone to noise. They are also able to offer higher data transmission rates. Another distinguishing feature is that ISDN can, in many instances, be installed without adding any new cable, if the end user’s phone is less than 3.5 miles from the common carrier’s end office. Finally, ISDN, in concept, is the integration of both analog or voice data together with digital data over the same network. This concept is very appealing to computer users! Yet, ISDN is without a set of standards, which is part of the problem in implementing widespread use.

 

4. Describe a basic-rate and primary-rate interface. How do they differ?

There are two levels of service: the Basic Rate Interface (BRI – also called basic access service), intended for the home and small enterprise, and the Primary Rate Interface (PRI – also called primary access service), for larger users. Both rates include a number of B (bearer) channels and a D (delta) channel. The B channels carry data, voice, and other services. The D channel carries control and signaling information. The Basic Rate Interface consists of two 64 Kbps B channels and one 16 Kbps D channel. Thus, a Basic Rate user can have up to 128 Kbps service. The Primary Rate consists of 23 B channels and one 64 Kbps D channel in the United States or 30 B channels and 1 D channel in Europe. This difference in channels makes interconnection with Europe difficult

5. Define T-1, T-2, T-3, T-4, OC-1, and OC-3.

Back to T.O.C.

Chapter 10: Backbone Networks

10. Define and describe the differences between a switch, router, and a gateway.

SWITCH

ROUTER

GATEWAY

Operate at data link layer

Operate at the network layer. They strip off the data link layer packet and process the network layer packet.

Operate at the network layer. Some operate at the application layer, also.

Connects two or more computers or network segments that use the same data link and network protocol.

Connects two or more networks that use the same or different data link protocols, but the SAME network protocol.

Connects two or more networks that use the same or different (usually different) data link and network protocols.

May connect the same or different types of cable.

May connect the same or different types of cable.

May connect the same or different types of cable.

Most allow all ports to be in use simultaneously.

Processes only the messages specifically addressed to it.

Processes only the messages specifically addressed to it routes others that need to go to other networks.

Typically provide ports for 4, 8, 16, or 32 separate network segments.

Allows the logical separation of a network into many smaller networks or subnets by using the network layer address rather than the data link layer address.

Translates one network layer protocol into another; translates data link layer protocols translates application layer open sessions. Thus, effectively overcoming both hardware and software incompatibilities.

Switches are faster than bridges. Simpler and faster than a router.

Routers are slower than bridges, as they do more processing on the messages.

More complex than bridges or routers, as they are the interface between two or more dissimilar networks.

Don’t learn addresses; must have addresses defined explicitly.

It knows its own location, and a packet’s final destination, so it looks in a table to find the best route. Creates or maintains a table of the available routes and their conditions.

Uses network layer addresses in processing messages.

Two types: "Cut-through switches" and "Store-an-Forward switches."

May be a "black box" or computer with several NICs, or special network modules.

May be a stand-alone computer with several NICs and special software; or, front-end processor connected to a mainframe computer.

Transmission is outward to next destination.

Transmission is outward to next destination.

Provides both the basic system interconnection and the necessary translation between the protocols in both directions.

Found at backbone and Gateway levels. Not always required in a network.

Located at any juncture of networks or gateway, including each Internet point-of-presence. A router is often included as part of a network switch.

A network point that acts as an entrance to another network.

2. What happens when you replace a hub with a switch?

Hubs are simple devices that operate at the physical layer, and pass all traffic in both directions between the LAN sections that they link. They forward all messages, even if there is an area that they don’t need to go. They generally are just repeaters or amplifiers. The immediate difference will be a drastic improvement in performance of the network.

3. a) Describe FDDI and switched Ethernet. How does each work?

  • Switched Ethernet:
    In the process known as Switched Ethernet, the hub is replaced with a switch. Whereas in traditional Ethernet, all devices share the same multipoint circuit, and take turns, in Switched Ethernet, each computer has its own dedicated point-to-point circuit to the switch. The switch manages the connections between the computers so that many computers can transmit simultaneously. Each computer has its own 10 Mbps connection instead of sharing one 10 Mbps with several other computers. This drastically improves the network performance. It also can create a whole new problem, which would be the bottleneck that may happen at the circuit to the server. (Fitzgerald & Dennis, 1998, pp. 249-50).
  • FDDI:
    FDDI, or Fiber Distributed-Data Interface, is a standard for data transmission on fiber optic lines in a local area network. It can stretch out in range up to 200 km (124 miles). The FDDI protocol is based on the token ring protocol. Along with being large geographically, an FDDI local area network can support thousands of users. An FDDI network contains two token rings, one for possible backup in case the primary ring fails. The primary ring offers up to 100 Mbps capacity. If the secondary ring is not needed for backup, it can also carry data, extending capacity to 200 Mbps. The single ring can extend the maximum distance; a dual ring can extend 100 km (62 miles). FDDI is a product of the American National Standards Committee X3-T9. It conforms to the open system interconnect (OSI) model of functional layering. It can be used to interconnect LANs using other protocols. FDDI-II is a version of FDDI that adds the capability to add circuit-switched service to the network so that voice signals can also be handled. Work is underway to connect FDDI networks to the developing Synchronous Optical Network SONET that in turn is part of broadband ISDN. (Whatis.com, 1998).
  • ...c) Which has greater throughput?

    Our text shows that there are real limitations with a typical Switched Ethernet system. However, if a 10/100 Switched Ethernet configuration is adopted, it combines 10Base-T Ethernet and 100Base-T Ethernet. Each switch in the network has ports that can support either 10Base-T or 100Base-T, and some switches can support both. 10/100 Switched Ethernet is often used to provide traditional 10 Mbps Ethernet connections to client computers using traditional 10Base-T, with 100Base-T used in connecting to the server or to other switches. Compared to 10Base-T switched Ethernet, the 10/100 switched Ethernet dramatically reduces congestion at the network server and therefore provides better network performance. Depending on the application and the number of computers on the network, this may become as fast as Fast Ethernet. This would make the throughput fall at around 100 Mbps. (Fitzgerald & Dennis, 1998, pp. 244-45, 247-49, 249-51). FDDI also can provide throughput of 100 Mbps (p. 249). One note to be aware of is that FDDI (and also ATM) require the translation or condensing of Ethernet and token ring packets before they can flow through the backbone. This slows processing at the devices connecting the backbone network to the attached LANs. (p. 261). Comparably, the 10/100 switched Ethernet is bound to become more popular in the future, as it provides several advantages over other types of Ethernet choices. It doesn’t require new cable so is relatively cheaper to install, it helps relieve server congestion, and it improves network performance. FDDI provides a very efficient token-based transmission procedure that allows for many messages to be on the network at the same time, which significantly increases the amount of data it can convey.

    Therefore, for FDDI and for Switched Ethernet, the throughput is comparable, as far as this review by this writer. Methods and means – and sometimes results – differ. Personally, I find it exciting that future plans for FDDI include melding of technologies and services with SONET, and the worldwide implications that carries. Only time will tell, for which technology will prevail. Or, perhaps, we will have great choices in the future, as each of the technologies experience growth, according to differing needs of companies and individuals. As time proceeds, and standards are ever achieved or improved, each of the choices will become stronger. At any rate, it seems that the flow of data is bound to increase – in amount, and in speed of delivery.

    J

    .Back to T.O.C.

     



    References

     

    Cook Report. (1998). The Cook Report: Glossary by Subject: MESH. Indexed Oct. 16, 1998. Modified by author: Sept. 26, 1998. Created by: pobox.com (online reference: http://www.pobox.com/) [Online]. Available: http://cookreport.com/glossary.html

    Cray, Andrew. (1997). Wiring for speed, playing for time. CMPnet: The technology newsletter: CMP Media Inc. Issue: April 1997. [Online]. Available: http://www.data.com/tutorials/wiring_speed.html

    Denning, Peter J. and Metcalfe, Robert M. (1997). Beyond calculation: The next fifty years of computing. New York, NY: Copernicus/Springer-Verlag.

      _____(1997). Chapter One: The revolution yet to happen; Authors: Bell, Gordon, and Gray, James N..

    Donnellan, Sean. (1997). COURSE NOTES based on Business Data Communications and Networking, by Jerry Fitzgerald and Alan Dennis, Fifth Edition, John Wiley & Sons, Inc. Professor at Marist College. [Online]. Available: http://maristb.marist.edu/~jzj6/@httpd/datacom/dc_notes.htm

    Fitzgerald, Jerry, and Alan, Dennis. (1998). Business data communications and networking. New York, NY: John Wiley & Sons, Inc.

      _____(1998). Business data communications and networking, Edition 5. [Online]. Available: http://tcbworks.cba.uga.edu/~adennis/fifth.htm
      _____(1998). Business data communications and networking, Edition 6. [Online]. Available: http://www.cba.uga.edu/~adennis/telecom

    Lantronix. (1997, 1998). Ethernet tutorial covering Ethernet and Fast Ethernet. Modified May 15, 1998. [Online]. Available: http://www.lantronix.com/htmfiles/mrktg/catalog/et.htm

    PC Webopaedia Dictionary. (1998). Home page. [Online]. Available: http://webopedia.internet.com/; may be referenced from OneLook Dictionaries: The Faster Finder. [Online]. Available: http://www.onelook.com/
    _____(1998). Definitions: ATM. Modified Nov. 4, 1997. [Online]. Available: http://www.pcwebopaedia.com/TERM/A/ATM.html
    _____(1998). Definitions: Broadcast. Modified Sept. 19, 1997. [Online]. Available: http://www.pcwebopaedia.com/TERM/b/broadcast.html
    _____(1998). Definitions: ISDN. Modified May 16, 1998. [Online]. Available: http://www.pcwebopaedia.com/TERM/I/ISDN.html
    _____(1998). Definitions: Local-area Network. Modified May 16, 1998. [Online]. Available: http://webopedia.internet.com/TERM/l/local_area_network_LAN.html
    _____(1998). Definitions: Packet. Modified May 20, 1997. [Online]. Available: http://www.pcwebopaedia.com/TERM/p/packet.html
    _____(1998). Definitions: Packet switching. Modified Feb. 17, 1998. [Online]. Available: http://www.pcwebopaedia.com/TERM/p/packet_switching.html
    _____(1998). Definitions: SONET. Modified Mar 22, 1998. [Online]. Available: http://www.pcwebopaedia.com/TERM/S/SONET.html
    _____(1998). Definitions: Standard. Modified June 17, 1998. [Online]. Available: http://www.pcwebopaedia.com/TERM/s/standard.html
    _____(1998). Definitions: Star Network. Modified May 19, 1998. [Online]. Available: http://webopedia.internet.com/TERM/s/star_network.html
    _____(1998). Definitions: TCP/IP. Modified May 9, 1998. [Online]. Available: http://www.pcwebopaedia.com/TERM/T/TCP_IP.html
    _____(1998). Definitions: T-1 carrier, T-1. Modified April 24, 1997. [Online]. Available: http://www.pcwebopaedia.com/TERM/T/T_1_carrier.html
    _____(1998). Definitions: T-3 carrier, T-3. Modified May 18, 1998. [Online]. Available: http://www.pcwebopaedia.com/TERM/T/T_3_carrier.html
    _____(1998). Definitions: Topology. Modified May 19, 1998. [Online]. Available: http://www.pcwebopaedia.com/TERM/t/topology.html . Also, Figure: Showing three PRINCIPAL topologies used in LANs (from PC Webopædia, http://www.pcwebopaedia.com/TERM/t/topology.html )

    Stamper, David A. (1998). Local Area Networks. 2nd Edition. Reading, Mass.: Addison-Wesley Longman, Inc.

    Whatis.com Computer Dictionary. (1998). Home page. [Online]. Available: http://whatis.com/; may be referenced from OneLook Dictionaries: The Faster Finder. [Online]. Available: http://www.onelook.com/

    _____(1998). What Is...ATM (a definition). Modified Jan. 19, 1998. [Online].Available: http://whatis.com/atm.htm
    _____(1998). What Is...FDDI (a definition). Modified June 28, 1997. [Online].Available: http://whatis.com/fddi.htm
    _____(1998). What Is...ISDN (a definition). Modified Mar. 6, 1998. [Online].Available: http://whatis.com/isdn.htm
    _____(1998). What Is...Packet (a definition). Modified July 17, 1997. [Online].Available: http://whatis.com/packet.htm
    _____(1998). What Is...Topology (a definition). Indexed Oct. 30, 1998. [Online].Available: http://whatis.com/topology.htm

    WorldCom Communications Dictionary. (1998). Home page. [Online]. Available: http://www.wcom.com/home.shtml

    _____(1998). T-Carrier. Web search: Nov., 1998. [Online].Available: http://www.wcom.com/cgi-bin/dictQuery.cgi?key=T%2dCarrier%20

    .

    Back to T.O.C.

    .

      Collection of graphics, HTML coding & layout, creation of links for References List, done by
      L. C. Boyd. All graphics are properties and © of the pertinent websites/individuals/companies,
      and may be found at the corresponding links.

    ©1998 Leanne C. Boyd

    .


    JUMP!!!