Computer roles in a network




All computers connected to a network that participate directly in the network communication are classified as hosts. Hosts can send and receive messages on the network. In modern networks, computer hosts can act as a client, a server, or as both of them. The software installed on the computer determines which role the computer plays.

Servers are hosts that have software installed that enable them to provide information, like email or web pages, to other hosts on the network. Each service requires separate server software. For example, a host requires web server software in order to provide web services to the network.

Clients are computer hosts that have software installed that enable them to request and display the information obtained from the server. An example of client software is a web browser, like Internet Explorer.

A computer with server software can provide services simultaneously to one or many clients.

Additionally, a single computer can run multiple types of server software. In a home or small business, it may be necessary for one computer to act as a file server, a web server, and an email server.

A single computer can also run multiple types of client software. There must be client software for every service required. With multiple clients installed, a host can connect to multiple servers at the same time. For example, a user can check email and view a web page while instant messaging and listening to Internet radio.

Exercise 1: answer the following questions:

1. What are hosts?

2. What are the host functions?

3. How is the host role determined?

4. What information can the host as a server provide? What software is needed for these services?

5. What are clients as servers used for? Give an example.

6. What roles can be managed by one computer?

7. Can host connect multiple servers at the same time?

Exercise 2: translate the following word combinations:

participate directly in the network communication, to be classified as hosts; to be able to send and to receive messages on the network; to act as a client, a server, or as both of them; the software installed on the computer; to determine the role of the computer; to enable computers to provide information; to require separate server software; in order to provide web services to the network; to request and to display the information obtained from the server; computer with server software; to be able to provide services simultaneously to one or many clients; to run multiple types of server software; to act as a file server, a web server, and an email server; to run multiple types of client software; client software for every service required; to connect to multiple servers at the same time; to check email and to view a web page; while instant messaging and listening to Internet radio.

Exercise 3: translate the following statements:

1. Все компьютеры, подключенные к сети и непосредственно участвующие в обмене данными, называются узлами. 2. При помощи узлов сообщения отправляются и принимаются по сети. 3. Роль компьютера в сети определяется программным обеспечением. 4. Серверы - это узлы с установленным программным обеспечением, позволяющим предоставлять другим сетевым узлам информацию такую как доступ к электронной почте или различным веб-страницам. 5. Для работы каждой отдельной услуги необходимо устанавливать отдельное серверное программное обеспечение. 6. Клиенты - это компьютерные узлы с установленным программным обеспечением, позволяющим запрашивать и отображать полученную с сервера информацию. 7. Примером клиентского программного обеспечения является веб-обозреватель. 8. Кроме того, на одном компьютере одновременно может быть установлено несколько типов серверного программного обеспечения. 9. В домашних или небольших корпоративных сетях одному компьютеру приходится выполнять функции файлового сервера, веб-сервера и сервера электронной почты. 10. Кроме того, на одном компьютере может быть запущено несколько типов клиентского программного обеспечения. 11. При наличии нескольких клиентов узел сможет одновременно подключаться к нескольким серверам.

Exercise 4: make a bilingual translation:

All computers connected to a network that participate directly in the network communication are classified as hosts. Hosts can send and receive messages on the network. In modern networks, computer hosts can act as a client, a server, or as both of them. The software installed on the computer determines which role the computer plays.     Clients are computer hosts that have software installed that enable them to request and display the information obtained from the server. An example of client software is a web browser, like Internet Explorer.     Additionally, a single computer can run multiple types of server software. In a home or small business, it may be necessary for one computer to act as a file server, a web server, and an email server.       Серверами называются узлы с установленным программным обеспечением, позволяющим предоставлять информацию (доступ к электронной почте или веб-страницам) другим сетевым узлам. Для успешной работы каждой службы необходимо установить отдельное серверное программное обеспечение. Например, для работы веб-служб в сети на узле должно быть установлено программное обеспечение для веб-сервера.     Компьютер с установленным серверным программным обеспечением может одновременно обслуживать одного или нескольких клиентов.     Кроме того, на одном компьютере может быть запущено несколько типов клиентского программного обеспечения. Для каждой службы необходимо устанавливать клиентское программное обеспечение для каждой службы. При наличии нескольких клиентов посредством одного узла существует возможность одновременного подключения к нескольким серверам. Например, у пользователя есть возможность одновременно проверять электронную почту, просматривать веб-страницы, обмениваться сообщениями и слушать радио посредством сети.

Exercise 5: render the text.

Exercise 6: Work in group: prepare a round table discussion on the topic “Computer roles in the network”.

 

Text 5

Network topologies

In a simple network consisting of a few computers, it is easy to visualize how all of the various components connect. As networks grow, it is more difficult to keep track of the location of each component, and how each is connected to the network. Wired networks require lots of cabling and network devices to provide connectivity for all network hosts.

When networks are installed, a physical topology map is created to record where each host is located and how it is connected to the network. The physical topology map also shows where the wiring is installed and the locations of the networking devices that connect the hosts. Icons are used to represent the actual physical devices within the topology map. It is very important to maintain and update physical topology maps to aid future installation and troubleshooting efforts.

In addition to the physical topology map, it is sometimes also necessary to have a logical view of the network topology. A logical topology map groups hosts by how they use the network, no matter where they are physically located. Host names, addresses, group information and applications can be recorded on the logical topology map.

Peer-to-peer networks

Client and server software usually runs on separate computers, but it is also possible for one computer to carry out both roles at the same time. In small businesses and homes, many computers function as the servers and clients on the network. This type of network is called a peer-to-peer network.

The simplest peer-to-peer network consists of two directly connected computers using a wired or wireless connection.

Multiple PCs can also be connected to create a larger peer-to-peer network but this requires a network device, such as a hub, to interconnect the computers.

The main disadvantage of a peer-to-peer environment is that the performance of a host can be slowed down if it is acting as both a client and a server at the same time.

In larger businesses, due to the potential for high amounts of network traffic, it is often necessary to have dedicated servers to support the number of service requests.

Exercise 1: answer the following questions:

1. Why do the wired networks require lots of cabling?

2. What is a physical topology map? What is the purpose of its creation?

3. What means are used to represent the actual physical devices?

4. Why does the author think that it is very important to maintain and to update physical topology map?

5. What is a logical topology map? What can be recorded on the Logical topology map?

6. How you can characterize a peer-to-peer network?

7. What connection can be used for the simplest peer-to-peer network (two directly connected computers)?

8. How to create a larger peer-to-peer network (with the help of what means is it created)?

9. What is the main disadvantage of a peer-to-peer network?

Exercise 2: translate the following word combinations:

network consisting of a few computers; to visualize how all of the various components connect; to keep track of the each component location; to provide connectivity for all network hosts; to be created to record where each host is located and how it is connected to the network; to show where the wiring is installed and the locations of the networking devices that connect the hosts; to represent the actual physical devices within the topology map; to maintain and update physical topology maps; to aid future installation and troubleshooting efforts; to have a logical view of the network topology; to group hosts by how they use the network; to be physically located; to be recorded on the logical topology map; to function as the servers and clients on the network; to be called a peer-to-peer network; two directly connected computers; to use a wired or wireless connection; to create a larger peer-to-peer network; to require a hub; to interconnect the computers; the main disadvantage; a peer-to-peer environment; the performance of a host; to be slowed down; due to the potential for high amounts of network traffic; to have dedicated servers; to support the number of service requests.

Exercise 3: translate the following statements:

1. В сети, состоящей из нескольких компьютеров, четко видно, каким образом различные компоненты сети соединены между собой. 2. Если наблюдается процесс расширения сети, становится сложнее отслеживать местоположение каждого компонента и его связь с сетью. 3. В проводной сети для подключения ко всем узлам используется большое количество кабелей и сетевых устройств. 4. При монтаже сетей составляется карта физической топологии, на которой указано положение каждого узла и его подключения к сети. 5. На карту физической топологии наносятся все провода и сетевые устройства, соединяющие узлы, которые обозначаются в виде значков. 6. Топологические карты должны своевременно обновляться, чтобы впоследствии облегчить монтаж и устранение неполадок. 7. На логической топологической карте узлы сгруппированы по методам использования сети, независимо от их местоположения (имена и адреса узлов, информацию о группах и приложениях). 8. Клиентское и серверное программное обеспечение запускается на разных компьютерах, но данные функции могут выполняться и одним компьютером. 9. В небольших корпоративных и домашних сетях многие компьютеры одновременно выполняют функцию и сервера, и клиента. 10. Подобные сети получили название одноранговых сетей, т.е. представляют собой соединение равноправных узлов локальной вычислительной сети, отличающееся отсутствием выделенного файл-сервера. 11. Существует возможность соединения нескольких персональных компьютеров и создания крупной одноранговой сеть при помощи такого сетевого устройства, как концентратор, который представляет собой сетевой аппаратный узел, к которому подключаются все компьютеры в сети топологии "звезда"; активные концентраторы могут восстанавливать и ретранслировать сигналы; пассивные концентраторы просто выполняют коммутацию. 12. Основной недостаток одноранговой среды заключается в том, что при одновременной работе в качестве клиента и сервера скорость работы узла замедляется. 13. В крупных корпоративных сетях с большим объемом сетевого трафика часто появляется необходимость установки специализированных серверов, способных одновременно обрабатывать большое количество запросов.

Exercise 4: make a bilingual translation:

In a simple network consisting of a few computers, it is easy to visualize how all of the various components connect. As networks grow, it is more difficult to keep track of the location of each component, and how each is connected to the network. Wired networks require lots of cabling and network devices to provide connectivity for all network hosts.   In addition to the physical topology map, it is sometimes also necessary to have a logical view of the network topology. A logical topology map groups hosts by how they use the network, no matter where they are physically located. Host names, addresses, group information and applications can be recorded on the logical topology map.   The simplest peer-to-peer network consists of two directly connected computers using a wired or wireless connection.     The main disadvantage of a peer-to-peer environment is that the performance of a host can be slowed down if it is acting as both a client and a server at the same time.       При монтаже сетей составляется карта физической топологии, на которой указано расположение каждого узла и его подключения к сети. Кроме того, на данной карте отмечены все провода и сетевые устройства, соединяющие узлы. На топологической карте физические устройства представлены в виде значков. Для того чтобы облегчить монтаж и устранение неполадок в будущем, необходимо своевременно обновлять топологические карты.   Обычно клиентское и серверное программное обеспечение запускается на разных компьютерах, но данная функция может выполняться одним компьютером. В небольших корпоративных и домашних сетях большинство компьютеры используются и как серверы, и как клиенты. Подобные сети получили название одноранговых.     Также существует возможность соединения нескольких персональных компьютеров и создания более крупной одноранговой сети, используя сетевое устройство такое как концентратор.   В крупных корпоративных сетях с большим объемом сетевого трафика часто существует необходимость установки специализированных серверов, способных одновременно обрабатывать большое количество запросов.

Exercise 5: summarize the text.

Exercise 6: Work in group: discuss advantages and disadvantages of different network topologies and of the peer-to-peer network.

Text 6



Поделиться:




Поиск по сайту

©2015-2024 poisk-ru.ru
Все права принадлежать их авторам. Данный сайт не претендует на авторства, а предоставляет бесплатное использование.
Дата создания страницы: 2016-02-16 Нарушение авторских прав и Нарушение персональных данных


Поиск по сайту: