Computer communication and internet

25
5. Computer Communication and Internet Basic Computer networks What is a Local-Area Network (LAN)? A local-area network (LAN) is a computer network that spans a relatively small area. Most LANs are confined to a single building or group of buildings, however, one LAN can be connected to other LANs over any distance via telephone lines and radio waves. A system of LANs connected in this way is called a wide-area network (WAN). Most LANs connect workstations and personal computers. Each node (individual computer ) in a LAN has its own CPU with which it executes programs, but it also is able to access data and devices anywhere on the LAN. This means that many users can share expensive devices, such as laser printers, as well as data. Users can also use the LAN to communicate with each other, by sending e-mail or engaging in chat sessions. LANs are capable of transmitting data at very fast rates, much faster than data can be transmitted over a telephone line; but the distances are limited, and there is also a limit on the number of computers that can be attached to a single LAN. 1

Transcript of Computer communication and internet

Page 1: Computer communication and internet

5. Computer Communication and Internet

• Basic Computer networks

What is a Local-Area Network (LAN)?

• A local-area network (LAN) is a computer network that spans a relatively small area. Most LANs are confined to a single building or group of buildings, however, one LAN can be connected to other LANs over any distance via telephone lines and radio waves. A system of LANs connected in this way is called a wide-area network (WAN).

• Most LANs connect workstations and personal computers. Each node (individual computer ) in a LAN has its own CPU with which it executes programs, but it also is able to access data and devices anywhere on the LAN. This means that many users can share expensive devices, such as laser printers, as well as data. Users can also use the LAN to communicate with each other, by sending e-mail or engaging in chat sessions.

• LANs are capable of transmitting data at very fast rates, much faster than data can be transmitted over a telephone line; but the distances are limited, and there is also a limit on the number of computers that can be attached to a single LAN.

1

Page 2: Computer communication and internet

• Internet

What is Internet ?

The Internet is a global system of interconnected computer networks that use the standard Internet protocol suite (TCP/IP) to link several billion devices worldwide. It is a network of networks that consists of millions of private, public, academic, business, and government networks, of local to global scope, that are linked by a broad array of electronic, wireless, and optical networking technologies. The Internet carries an extensive range of information resources and services, such as the inter-linked hypertext documents and applications of the World Wide Web (WWW), the infrastructure to support email, and peer-to-peer networks for file sharing and telephony.

The origins of the Internet date back to research commissioned by the United States government in the 1960s to build robust, fault-tolerant communication via computer networks. While this work, together with work in the United Kingdom and France, led to important precursor networks, they were not the Internet. There is no consensus on the exact date when the modern Internet came into being, but sometime in the early to mid-1980s is considered reasonable. From that point, the network experienced decades of sustained exponential growth as generations of institutional, personal, and mobile computers were connected to it.

2

Page 3: Computer communication and internet

• WAN

A wide area network (WAN) is a network that covers a broad area (i.e., any telecommunications network that links across metropolitan, regional, or national boundaries) using leased telecommunication lines. Business and government entities utilize WANs to relay data among employees, clients, buyers, and suppliers from various geographical locations. In essence, this mode of telecommunication allows a business to effectively carry out its daily function regardless of location. The Internet can be considered a WAN as well, and is used by businesses, governments, organizations, and individuals for almost any purpose imaginable.[1]

Related terms for other types of networks are personal area networks (PANs), local area networks (LANs), campus area networks (CANs), or metropolitan area networks (MANs) which are usually limited to a room, building, campus or specific metropolitan area (e.g., a city) respectively.

3

Page 4: Computer communication and internet

b. Internet

• Concept of Internet

The Internet is a global system of interconnected computer networks that use the standard Internet protocol suite (TCP/IP) to link several billion devices worldwide. It is a network of networks that consists of millions of private, public, academic, business, and government networks, of local to global scope, that are linked by a broad array of electronic, wireless, and optical networking technologies. The Internet carries an extensive range of information resources and services, such as the inter-linked hypertext documents and applications of the World Wide Web (WWW), the infrastructure to support email, and peer-to-peer networks for file sharing and telephony.

4

Page 5: Computer communication and internet

Application Internet

What is an Internet Application?

Simply put, an Internet application is an interactive, compiled application that can be accessed through a corporate or through the . Internet applications can perform complex business processes on either the client or the server. In a server-based Internet application, the application uses the Internet protocol to receive requests from a client, typically a Web browser, process associated code, and return data to the browser.

In Visual Basic Internet programming, you can add active content to Web pages with little effort. Visual Basic Internet applications link Visual Basic code to one or more HTML pages and handle events raised in those pages by interacting with programs on either a client or a server. There are two types of Internet applications in Visual Basic: server-based IIS applications and client-based DHTML applications.\

The user interface in a Visual Basic Internet application can be a series of HTML pages, a mix of HTML pages and Visual Basic forms, or a Visual Basic form that makes use of special components such as the Web Browser control to take advantage of some of the power of the Internet. Regardless of the type of user interface, the application handles events, calls methods, and sets and retrieves properties based on elements in the HTML page.

5

Page 6: Computer communication and internet

c.Service on Internet

•www and websites

world wide web (www)The world wide web is a set of many thousands of computers that are connected to the internet and serving web pages. These computers are usually controlled by a hosting company but in some cases can also be a personal server or business server that has web server software running.

Web serverA web server is the actual computer that is set up to serve web pages to the world through the internet. This takes a very fast internet connection because of the possibility of hundreds of people using the server and posted web sites at any given time.

WebsiteA website is a group of web pages that have information in the various pages that contain similar subject materials. For instance, the web site would have a name (subject) such as GoodFords.com and have several pages related to good Ford vehicles. The website has a main web page commonly called the Homepage (index.html or default.html). The site's address will display the homepage and you can click on hyperlinks to go to other pages on the website.

6

Page 7: Computer communication and internet

WebpageA webpage is a text page written in a form of HTML (hyper text markup language) that contains text, links or tags that will display graphics, audio, video, downloadable files and of course other web pages. A web page is a page containing information on a subject. As in the above example, a page could be on Ford Mustangs, and another page in the same website, pertaining to Ford Thunderbirds and on and on.

Web browserA web browser (Microsoft's Internet explorer or Mozilla's Firefox for example) is a program that translates the code that makes up a webpage (HTML) into a form that we can recognize.

Hyper linksA hyper link is usually shown as a blue underlined term on a web page that equates to another web page on the same website or another related website.

7

Page 8: Computer communication and internet

c.Web browsing software

A web browser (commonly referred to as a browser) is a software application for retrieving, presenting and traversing information resources on the World Wide Web. An information resource is identified by a Uniform Resource Identifier (URI/URL) and may be a web page, image, video or other piece of content.[1] Hyperlinks present in resources enable users easily to navigate their browsers to related resources.

Although browsers are primarily intended to use the World Wide Web, they can also be used to access information provided by web servers in private networks or files in file systems.

The major web browsers are Google Chrome, Mozilla Firefox, Internet Explorer, Opera, and Safari.

• What is Internet Explorer?Internet Explorer is the default web browser for Windows computers and tablets

8

Page 9: Computer communication and internet

•What version of Internet Explorer can I use on my computer?

That depends on which Windows operating system you're using:•If you're using Windows 7 or 8.1, the most recent version you can use is IE 11.•If you're using Vista, the newest version for your computer is IE 9.•If you're using Windows XP, the most recent version of Internet Explorer you can use is IE 8.IE 11 has two versions for Windows 8.1: one for the Start screen, and one for the Desktop. We'll talk about both in this tutorial.

•How do I know which version of IE I have?Navigate to Settings in your browser and select About Internet Explorer (or About in some versions of IE). You'll then be able to see the version number you're using.

•How do I get IE?If you're using a Windows operating system, some version of IE comes pre-installed on your computer. If your computer automatically installs updates for Windows, new versions of IE will be installed as updates.

9

Page 10: Computer communication and internet

Introduction

Internet Explorer 11 is a web browser from Microsoft. It is the default browser on all Windows computers. Internet Explorer comes pre-installed, so you won't have to do anything to install it.

Windows 8.1 comes with two versions of IE: one for the Start screen, and one for the Desktop. This tutorial will focus on the Desktop app, which offers a more traditional web browsing experience. Check out our lesson on Using IE on the Start Screen to learn more about the Start screen version.

To open Internet Explorer:From the desktop, locate and select the Internet Explorer icon on the taskbar. If you're using Windows 7, you can also access it from the Start menu.

10

Page 11: Computer communication and internet

Browsing with Internet Explorer 11

Internet Explorer 11 makes browsing the Web easy. In this lesson, we'll talk about navigating to websites using Internet Explorer. You'll also learn how to use tabs, access your browsing history, and view your downloads.

To navigate to a website:1.Type a web address, also known as a URL, into the address bar, then press Enter.

2.The website will appear.

11

Page 12: Computer communication and internet

To search the Web:

Some browsers use an address bar for navigating to websites and a search bar for conducting web searches. Internet Explorer 11 combines both of these functions into the address bar.

1.Click the address bar and begin typing search terms. As you're typing, Internet Explorer will display suggestions for search terms and related websites. You may also see History results, which are websites you've previously visited.

12

Page 13: Computer communication and internet

2. Click one of the suggestions to navigate to a website or see search results. Alternatively, you can finish typing your search term and press Enter. The search results will appear.

• If you don't want the browser to suggest search terms as you type, click Turn off suggestions.• Internet Explorer uses the Bing search engine by default. If you want to use a different search engine, such as

Google or Yahoo!, click the Add button. The Internet Explorer Gallery will open in a new tab. From there, you can add different search engines.

13

Page 14: Computer communication and internet

Navigation buttons

Internet Explorer uses four buttons for navigation: the Back, Forward, Refresh, and Home buttons.The Back and Forward buttons allow you to move through pages you've recently viewed. Click and hold either button to view your recent history.

14

Page 15: Computer communication and internet

The Refresh button will reload the current page. If a website stops working, try using the Refresh button.

While a page is loading, the Refresh button will temporarily become the Stop button. Click this button to stop a webpage from loading.

Clicking the Home button will take you directly to your homepage.

15

Page 16: Computer communication and internet

Customizing Internet Explorer

If you want your browser to feel a bit more personal, it's easy to customize Internet Explorer. In this lesson, we'll talk about different ways you can modify Internet Explorer, including startup options and add-ons, which allow you to add new functions to the browser

Choosing your startup optionsTo choose a homepage:By default, Internet Explorer will show www.msn.com whenever you start the browser. If you want to see a specific website every time you open your browser (like a news site or weather forecast), you can set that site as your homepage.

1.Click the Tools button in the top-right corner of the browser, then select Internet options.

16

Page 17: Computer communication and internet

2. The Internet Options dialog box will appear. Under Home page, delete the default link and type the URL for the desired home page, then click OK.

17

Page 18: Computer communication and internet

3. Your homepage will appear whenever you start Internet Explorer. Click the Home button to visit your homepage at any time.

• If there are certain pages you use every time you open your browser, like your email or calendar, you might consider making them all homepages. Each homepage will open in its own tab whenever you start Internet Explorer. Just enter the URL of each desired homepage on a new line in the Home page text box, then clickOK.

18

Page 19: Computer communication and internet

To set Internet Explorer as the default browser:Internet Explorer is the default browser on Windows computers. If you click a link in another program on your computer, like an email client, it will open in Internet Explorer. If you've set another web browser as the default, you can choose to switch back to Internet Explorer.

1.Click the Tools button in the top-right corner of the browser, then select Internet Options.2.The Internet Options dialog box will appear. Select the Programs tab.

19

Page 20: Computer communication and internet

3. Locate and select Make Internet Explorer the default browser, then click OK. Any link you open on your computer will now open in Internet Explorer.

20

Page 21: Computer communication and internet

Internet Explorer add-onsAdd-ons add different functionality to Internet Explorer. For example, add-ons can add new search engines to the address bar, block ads, and keep you updated on current events.

To install an add-on:1.Click the drop-down menu in the address bar, then select the Add button in the bottom-right of the menu.

21

Page 22: Computer communication and internet

2. The Internet Explorer Gallery will appear. Click search providers on the left, then select the type of add-on you're looking for.

3. Select an add-on to learn more about it.

22

Page 23: Computer communication and internet

Accelerators and web slices

Accelerators and web slices are types of add-ons available for Internet Explorer. Accelerators allow you to translate, search for, or map text you've selected in the browser. Web slices give you real-time updates for specific websites in your Favorites bar. For example, you could use a web slice to get quick updates on sports scores or the weather forecast.

In our experience, web slices don't work consistently and aren't available for many websites, so their usefulness may be limited.

23

Page 24: Computer communication and internet

Email

a.Basics of electronic mail

•What is an electronic mail ?

Electronic mail, most commonly referred to as email or e-mail since ca. 1993,[2] is a method of exchanging digital messages from an author to one or more recipients. Modern email operates across the Internet or other computer networks. Some early email systems required that the author and the recipient both be online at the same time, in common with instant messaging. Today's email systems are based on a store-and-forward model. Email servers accept, forward, deliver, and store messages. Neither the users nor their computers are required to be online simultaneously; they need connect only briefly, typically to a mail server, for as long as it takes to send or receive messages.

•Email Addressing

A name that identifies an electronic post office box on a network where e-mail can be sent. Different types of networks have different formats for e-mail addresses. On the Internet, all e-mail addresses have the form:@<domain name >

24

Page 25: Computer communication and internet

•Mailbox – Inbox and Outbox

An area in memory or on a storage device where e-mail is placed. In e-mail systems, each user has a private mailbox. When the user receives e-mail, the mail system automatically puts it in the mailbox.The mail system allows you to scan mail that is in your mailbox, copy it to a file, delete it, print it, or forward it to another user. If you want to save mail, it is a good idea to copy it to a file, because files tend to be more stable than mailboxes.

25