Computer Network & E-Mail
Computer Network & E-Mail
(CBE-Mwanza)
Lecture SEVEN
COMPUTER NETWORKS
1. Local Area Network (LAN) – These types of computer networks connect network
devices over a relatively short distance. Quite often, a networked office building, home
or school contains a single LAN although it is normal to come across a building that
contains a few small LANs. On a few occasions, a LAN may also span over a group of
nearby buildings. Such computer networks are usually owned by one organization (In
other word we can say LAN is Private computer network).
Example of LAN:
i. Networking in home, office.
ii. Networking between two computers.
iii. Wi-Fi (When we consider wireless LAN)
2. Metropolitan Area Network (MAN) – This is a network that spans over a physical area
like a city or state that is smaller than a WAN but larger than a LAN. Quite often, such
computer networks are owned and operated by single entities such as government
bodies or large corporations (MAN is also private computer network since its own by
someone).
Example of MAN:
i. Networking between banks in a city.
ii. Used in air reservation.
CBE is one college with several campuses (Dar es Salaam, Dodoma, Mbeya & Mwanza),
so if you have the network that extends the functionality of other College’s business
partners (like NMB, CRDB, NACTE) we say “you are using MAN”. Extranet may be taken
as example of MAN: Speaking about Extranet, Extranet is a private network that uses
Internet technology and the public telecommunication system to securely share part of a
business's information or operations with suppliers, vendors, partners, customers, or
other businesses. In other words we can say Extranet, is the private computer network
that can be accessed by the outside part of the organization.
3. Wide Area Network (WAN) – As the name suggests, a WAN spans over a continents to
continents (globally). It may be regarded as a collection of LANs dispersed over a
geographical area. The internet is a very good example of a WAN. Most WANs exist
under distributed or collective ownership and management and unlike the LANs, are not
necessarily owned by one organization (in other word, we can say: is the public
computer network since no one has full mandate of the network).
INTERNET
What is internet?
Internet is a public global computer network that connects different networks for the
purpose of sharing resources (Data/Information, Hardware, Software, User and etc.).
The Internet service provider (ISP) is an organization that provides services for
accessing, using, or participating in the Internet. List of ISP in Tanzania: Africa Online,
Powernet by Powercomputers, SimbaNET, RAHA - Internet Services, TTCL Broadband,
Zanzibar Datacom Limited and etc.
INTERNET SERVICES
E-Mail is the short for Electronic Mail, which means: messages distributed by electronic
means from one computer user to one or more recipients via a computer network (often
internet).
E-MAIL SERVICES
E-mail service also known as webmail, is the service that you can only utilize (enjoy) if
you only registered yourself with online email service providers to enable you to send,
receive and review e-Mail from your Web browsers.
e-Mail services offer many of the same features and functionality for managing e-Mail as
desktop email software counterparts like Microsoft Outlook and Mozilla Thunderbird. Some
of the more popular online e-Mail services providers are YahooMail, Gmail, Hotmail and
AOL Mail.
Note: Due to advancement of Information Technology, we can either save our e-Mail
message: either on server (where you register yourself for email service by using IMAP) or
on location machine like your laptop or desktop machine (using Ms Outlook, Ms Express and
etc by using POP3) or Mobile device like smart phone (using WAP).
COMPONENTS OF AN E-MAIL:
3. SIGNATURE (CALL OUT) – the name and contact information of the sender.
a. Email service providers provide a user interface for the creation of an electronic
signature that automatically attaches to the end of every message.
b. Make sure to include contact information, including your name, title, phone and
fax numbers, as well as snail-mail address in the signature portion of the email.
c. If you have additional email addresses, you may want to include these as well
4. ATTACHMENT – is a computer file sent along with an email message. One or more
files can be attached to any email message, and be sent along with it to the
recipient. This is typically used as a simple method to share documents and images.
Speed - An email can be delivered instantly and almost anywhere across the globe.
No other mailing service matches the email in terms of speed. You can send a
message/mail simultaneously to multiple users; thus, email service saves a lot of time.
Easier for Reference -When a person has to reply to an email, he/she can use the
provision of attaching previously sent/received mails. Such mails can be used for the
purpose of reference in the communication process. It helps the recipient understand
what he/she is reading.
Reliable and Secure - Constant efforts are taken to improve the security needed for
using an electronic mailing service. Today, electronic mailing service is considered as
one of the most secure ways of communicating online.
Advertising Tool - Nowadays, many individuals and business organizations are using
the email service to advertise their products, services, etc. Thus, email can also be
used as a marketing tool.
Cheap Service - The expenses incurred in using an email service are lesser in
comparison to that in the traditional mailing service. However, the expenses also
depend on whether you have an Internet connection at home or not. Those who don't
have access to Internet at home can avail the services offered by internet cafes.
DISADVANTAGES OF EMAIL
The email service, although has many benefits to offer, it also has certain limitations.
Disadvantages of the email service are listed below.
Spam - Emails when used to send unsolicited messages and unwanted advertisements
create nuisance and are termed as spam. The activity of checking and deleting
unwanted mails may consume a lot of user's time. Therefore, it has become necessary
to block or filter unwanted emails through spam filters. Generally, spamming is
The first part of the address <aloyce> is also known as the user name. This is the unique
name recognized by the mail server.The @ symbol separates the unique user name from
the domain. The domain in this case is cbe.ac.tz. The domain name may also be broken
down into parts. Understanding the parts of the domain name is helpful in deciphering the
origin of an email address.
The mail server at IFM University for all faculty, staff, and students is <cbe>.The second
part before the last part of the address, <ac>, is the second level domain (SLD) and last
part of the address is<tz>, is the top-level domain (TLD) in the hierarchical Domain Name
System. Examples of top-level domains include:
gov - Government agencies
edu - Educational institutions
org - Organizations (nonprofit)
mil - Military
com - Commercial business
net - Network organizations
tz - Tanzania or ug - Uganda - both of these are examples of country domains.
Each browser has a navigation toolbar, like the ones shown below that also illustrate how
the Internet browser toolbar has changed over the history of Internet browsers. This
navigation bar is the most essential portion of the browser and will always at least contain
the Back arrows and address bar.
Internet browser bar evolution
CLIENT/SERVER CONCEPT
Client/server model is a concept for describing communications between computing
processes that are classified as service consumers (clients) and service providers (servers).
The basic features of a Client / Servr model are:
1. Clients and servers are functional modules with well defined interfaces (i.e., they
hide internal information). The functions performed by a client and a server can be
implemented by a set of software modules, hardware components, or a combination
thereof. Clients and/or servers may run on dedicated machines, if needed. It is
unfortunate that some machines are called "servers." This causes confusion (try
explaining to an already be wildered user that a client’s software is running on a
machine called "the server").
3. Information exchange between clients and servers is strictly through messages (i.e.,
no information is exchanged through global variables). The service request and
additional information is placed into a message that is sent to the server. The
server's response is similarly another message that is sent back to the client. This is
an extremely crucial feature of Client /Server model.
4. Messages exchanged are typically interactive. In other words, Client /Server model
does not support an off-line process. There are a few exceptions. For example,
message queuing systems allow clients to store messages on a queue to be picked
up asynchronously by the servers at a later stage.
The implication of the last two features is that Client /Server service requests are real-time
messages that are exchanged through network services. This feature increases the appeal
of the Client /Server model (i.e., flexibility, scalability) but introduces several technical
issues such as portability, interoperability, security, and performance.
Exercise
1. Define what is Computer Network
2. Describe the main types of Computer Network
3. Write short notes Intranet, extranet and internet
4. Brief explain the different internet services
5. Discuss the advantages and disadvantages of computer Network
6. Explain the advantages and disadvantages of using e-Mail
7. With examples, define what is web browser?
8. Who own internet?
9. Write short notes on how internet user(s) connected to internet
10. Write short notes on elements/ components of computer system
11. Write short notes on elements/ components of computer