by b.mills show adapted from . the purpose of a network is to share data

22
Basic Networking by B.Mills Show adapted from www.newboston.org

Upload: darcy-mcbride

Post on 17-Jan-2018

216 views

Category:

Documents


0 download

DESCRIPTION

Local Area Networks (LANs) are restricted to rooms, buildings and smaller geographical areas LANs are often prohibited from outside (Internet) access. For example personal student information and grades are the property of LAN-based servers and cannot be Freely. The more exclusive the data is, the more likely it will be within a LAN environment.

TRANSCRIPT

Page 1: By B.Mills Show adapted from . The purpose of a network is to share data

Basic Networking

by B.MillsShow adapted fromwww.newboston.org

Page 2: By B.Mills Show adapted from . The purpose of a network is to share data

The purpose of a network is to share data

Page 3: By B.Mills Show adapted from . The purpose of a network is to share data

Local Area Networks (LANs) are restricted to rooms, buildings and smaller geographical areasLANs are often prohibited from outside (Internet) access. For example personalstudent information and grades are the property of LAN-based servers and cannot be Freely. The more exclusive the data is, the more likely it will be within a LAN environment.

Page 4: By B.Mills Show adapted from . The purpose of a network is to share data

MANs are similar to LANs but have a topology which may be determined by the type of databeing transferred. For example: research between universities or hospitals and other entities such as police or emergency services.

Page 5: By B.Mills Show adapted from . The purpose of a network is to share data

WANs are similar to MANs but have an topology greater than 30 miles. The most well-Known WAN is the Internet.

Page 6: By B.Mills Show adapted from . The purpose of a network is to share data
Page 7: By B.Mills Show adapted from . The purpose of a network is to share data

Your operating system won’t let other computers access your computer. You must go througha server. You can think of a server as both a security guard and translator. This is the basis of how the Internet works.

Page 8: By B.Mills Show adapted from . The purpose of a network is to share data

Servers are home to websites. Websites such as thenewboston.org are on a server. Serverscan be anywhere. Cebilingual.com’s server is located in California. The job of your browser is to use the http protocol and ask for files from the server. Thebrowser will also translate text and symbols so that you can read them (session layer)

Page 9: By B.Mills Show adapted from . The purpose of a network is to share data

In business, the ‘client’ is always the one who is receiving the ‘service’. Therefore, your computer is a ‘client’ because it is receiving files and data. If you are ‘giving’ the files, then you are the ‘host’. For example if you give a party at your house, you are the ‘host’ and youare ‘serving’ food and drinks.

Page 10: By B.Mills Show adapted from . The purpose of a network is to share data

NIC (Network Interface Card) connects to a computer’s motherboard. These days, NIC cardsare built into the motherboard.

Page 11: By B.Mills Show adapted from . The purpose of a network is to share data

Protocols are rules that are allowed in a conversation between nodes. In a typical humanconversation only one person talks at a time. If I say ‘hello’ then I expect your answer to be ‘hello’, ‘good morning’, hi, etc…. A common protocol for the Internet is ‘http’ (hypertext transfer protocol). For http, one person talks at a time and a response is expected.

Page 12: By B.Mills Show adapted from . The purpose of a network is to share data

In this example I ask the www.thenewboston.com server for a file called ‘index.php’ using the http protocol

Page 13: By B.Mills Show adapted from . The purpose of a network is to share data

Topology means: how your computer network is arranged. In the “Bus” arrangement Above, the ‘T’ is called a ‘terminator’ which means that when the signal has run along thebackbone ‘the wire in the middle’ the signal is killed so that it won’t keep bouncing back and forth and repeating itself.

Page 14: By B.Mills Show adapted from . The purpose of a network is to share data

In this topology, all the devices are connected to one main ‘ring’ . I may not look like a perfect ring after connecting all your devices but the signals will move in a ring pattern.A ring has no terminators. If you request a file, it will ‘ask’ each node until it finds the machinethat has the file (probably the server). Even after it finds the file, it will continue to ask all the nodes until the request returns to your machine.

Page 15: By B.Mills Show adapted from . The purpose of a network is to share data

This topology is the most popular and is used in most personal home networks. The routerIs the central device which connects all nodes. The router then connects all devices to the Internet. Routers are not expensive but the router is the weak point because if the routerfails, so does the network. The star network can easily be expanded.

Page 16: By B.Mills Show adapted from . The purpose of a network is to share data

This topology is the most complex. It is similar to driving a car: if one road is closed, you can take another road to your destination.

Page 17: By B.Mills Show adapted from . The purpose of a network is to share data

The OSI model gives a broad overview of networking and how data is passed from one nodeto another.

Page 18: By B.Mills Show adapted from . The purpose of a network is to share data

The Modem connects your network to the Internet

Page 19: By B.Mills Show adapted from . The purpose of a network is to share data

The router decides what path the data will take. For example if you are receiving a file fromGoogle , the router knows which computer to send it to.

Page 20: By B.Mills Show adapted from . The purpose of a network is to share data

Because the router has only a limited number of ports, a switch is an extension of the routerthat allows you to expand your network

Page 21: By B.Mills Show adapted from . The purpose of a network is to share data

Binary code is all the 0’s and 1’s that the computer understands but you don.tHere is an example of the number 19 in bianary code.Will the number 128 fit into 19? No! so we give it a 0. 64? No!, 32? No! . 16? Yes! So we give itA 1.

Page 22: By B.Mills Show adapted from . The purpose of a network is to share data

A basic IPv4 Internet IP address has 32 bits. Each of these 8bit sections are called Octets.