CHAPTER 1 INTRODUCTION TO COMPUTER NETWORKS Networking Basic

W1Channel
1 Feb 201314:26

Summary

TLDRThis script delves into the classification of computer networks, focusing on three main criteria: host roles, geographic proximity, and signaling methods. It distinguishes between peer-to-peer networks, where hosts share and consume resources equally, and client-server networks, where designated servers provide resources to client computers. The script also covers local area networks (LANs) confined to small areas and wide area networks (WANs) that span larger, geographically dispersed regions. Lastly, it explains baseband and broadband signaling, highlighting their capacity for single or multiple simultaneous signals on a network medium.

Takeaways

  • 📚 The script discusses three main ways to categorize computer networks: by host roles, geographic proximity, and signaling methods.
  • 💻 In a peer-to-peer network, hosts both provide and consume network services, functioning as both clients and servers.
  • 🚀 Peer-to-peer networks are easy to implement and inexpensive, but they lack centralized control and are not scalable.
  • 🔒 A key issue with peer-to-peer networks is the lack of centralized file storage, leading to potential data loss and difficulty in backup.
  • 🖥️ Client-server networks assign specific roles to hosts, with servers providing resources and clients consuming them.
  • 📈 Client-server networks are highly scalable and easier to support due to centralized services and resources.
  • 🛠️ The downside of client-server networks is the higher cost of specialized server operating systems and the need for extensive planning.
  • 🌐 Geographically, networks can be classified as local area networks (LANs), which are confined to a small area, or wide area networks (WANs), which connect networks over a larger geographic area.
  • 🏢 LANs can be within a single building or span multiple buildings, while WANs can connect different LANs across cities or countries.
  • 🌐 In a WAN, resources are typically located locally to minimize the need for data to travel long distances, improving efficiency.
  • 📡 The script also explains two types of signaling: baseband, which allows only one signal at a time on the network medium, and broadband, which can transmit multiple signals simultaneously.
  • 📺 An example of broadband signaling is cable TV, where multiple channels use the same cable concurrently, while baseband signaling is exemplified by traditional telephone lines, which can only handle one call at a time.

Q & A

  • What are the three classifications mentioned for categorizing computer networks?

    -The three classifications mentioned for categorizing computer networks are host roles, geographic proximity, and signaling methods used.

  • What is a peer-to-peer network and how do hosts function in it?

    -A peer-to-peer network is a type of network where each host can both provide and consume network services. Hosts in a peer-to-peer network do not have a specific role; they can share resources like printers or storage and also use those shared resources from other hosts.

  • Why are peer-to-peer networks considered easy to implement?

    -Peer-to-peer networks are considered easy to implement because they require minimal configuration. Users simply share their resources, and there is no need for special software or complex setup.

  • What are some drawbacks of peer-to-peer networks?

    -Some drawbacks of peer-to-peer networks include a lack of scalability, difficulty in management due to the absence of centralized control, and issues with data backup and file storage since files can be scattered across various hosts.

  • What is the difference between a client and a server in a client-server network?

    -In a client-server network, a server is a host that provides network resources, while a client is a host that consumes those resources. Clients do not provide services; they only use the services provided by the server.

  • Why are client-server networks considered more scalable than peer-to-peer networks?

    -Client-server networks are considered more scalable because they allow for easy expansion of the network size. Adding more clients or servers is straightforward, and services are centralized, making management and support easier.

  • What is a local area network (LAN) and how is it defined geographically?

    -A local area network (LAN) is a computer network that covers a small geographic area, such as a single building or a group of buildings within close proximity. It is defined by the relatively small geographic separation between network hosts.

  • What is a wide area network (WAN) and how does it differ from a LAN?

    -A wide area network (WAN) is a group of interconnected LANs that are geographically dispersed over a larger area, such as different cities or regions. It differs from a LAN in terms of the geographic distribution of its hosts and networks.

  • What is the purpose of connecting local area networks to form a wide area network?

    -The purpose of connecting local area networks to form a WAN is to allow users in different locations to access and share information across various sites, facilitating communication and resource sharing over a larger geographic area.

  • What are the two types of signaling used in networks and how do they differ?

    -The two types of signaling used in networks are baseband and broadband signaling. Baseband signaling allows one signal at a time to use the entire network medium, while broadband signaling divides the network medium into multiple channels, enabling multiple signals to be transmitted simultaneously.

  • Can you provide an example of a network using broadband signaling?

    -An example of a network using broadband signaling is a cable TV system, where multiple channels (e.g., channel 2, 4, 5, 6, 7) use the same cable simultaneously, transmitting different signals at the same time.

Outlines

00:00

🔗 Peer-to-Peer and Client-Server Networks

The script begins by discussing the classification of computer networks based on host roles, focusing on two main types: peer-to-peer and client-server. In a peer-to-peer network, hosts both provide and consume network services, exemplified by shared resources like printers and storage. This type of network is easy to implement and inexpensive, but it is not scalable and lacks centralized control, leading to potential issues with resource management and data backup. On the other hand, a client-server network assigns specific roles to network hosts, with servers providing resources and clients consuming them. This setup is more scalable, easier to support, and simplifies backup processes, but it requires more planning and investment in specialized server operating systems.

05:03

🌐 Geographic Classification of Networks: LANs and WANs

The second paragraph delves into the geographic classification of computer networks, distinguishing between local area networks (LANs) and wide area networks (WANs). LANs are confined to a small geographic area, such as a single office building or multiple interconnected buildings within a campus. They are designed to connect systems within close proximity, facilitating internal communication and resource sharing. In contrast, WANs consist of interconnected LANs spread across larger geographical distances, allowing for communication and data access between remote locations. The script uses the example of XYZ Corp, which has offices in different cities, to illustrate how a WAN enables access to shared resources across its various locations.

10:04

📡 Signaling Methods: Baseband and Broadband

The final paragraph addresses the classification of computer networks based on the signaling methods they use. Baseband signaling allows for only one signal at a time to occupy the entire network medium, which is suitable for traditional telephone systems where simultaneous connections are not possible. In contrast, broadband signaling divides the network medium into multiple channels, enabling the transmission of multiple signals simultaneously. This method is akin to cable TV systems, where numerous channels can be broadcasted over a single cable. The script highlights the benefits of broadband signaling in terms of increased capacity and the ability to support various services concurrently.

Mindmap

Keywords

💡Computer Networks

Computer networks are interconnected systems of computing devices that share data and resources. In the video, the theme revolves around understanding different classifications of computer networks, which is essential for grasping the various ways they can be structured and function.

💡Host Roles

Host roles refer to the specific functions that devices (hosts) perform within a network. The script discusses two primary host role classifications: peer-to-peer and client-server. These roles are central to understanding network architecture and how resources are shared and managed.

💡Peer-to-Peer Network

A peer-to-peer network is a distributed network where each node (host) can act as both a client and a server, sharing resources like storage and printers. The script explains the ease of implementation and the challenges of scalability and management in such networks.

💡Geographic Proximity

Geographic proximity is a classification criterion based on the physical location of the network's components. The video script describes local area networks (LANs) as having a small geographic area, while wide area networks (WANs) span larger, sometimes nationwide or global, distances.

💡Signaling Methods

Signaling methods refer to the techniques used for data transmission on a network. The script distinguishes between baseband and broadband signaling, explaining how they affect the capacity and efficiency of the network medium.

💡Local Area Network (LAN)

A local area network is a computer network that spans a small geographic area, such as a single building or campus. The script uses LANs to illustrate networks that are interconnected within a limited physical space, forming an internetwork.

💡Wide Area Network (WAN)

A wide area network connects multiple local area networks over a larger, often geographically dispersed, area. The script explains that WANs enable access to resources across different sites, such as offices in various cities.

💡Client-Server Network

A client-server network is a model where servers provide resources and services to clients, which consume these resources. The script highlights the scalability and support advantages of client-server networks compared to peer-to-peer networks.

💡Scalability

Scalability refers to the ability of a network to expand and accommodate growth. The script points out that client-server networks are highly scalable, making it easier to add more clients or servers as needed.

💡Centralized Control

Centralized control in a network implies a single point of administration for managing resources and services. The script contrasts the lack of centralized control in peer-to-peer networks with the centralized management in client-server networks, affecting support and resource allocation.

💡Baseband Signaling

Baseband signaling is a method where only one signal can occupy the network medium at a time. The script uses the analogy of a traditional telephone system to illustrate how baseband signaling limits simultaneous usage of the network medium.

💡Broadband Signaling

Broadband signaling allows multiple signals to be transmitted simultaneously over the same network medium through different channels. The script provides the example of cable TV, where multiple channels can be viewed at the same time, to explain broadband signaling.

Highlights

Introduction to three classifications of computer networks: host roles, geographic proximity, and signaling methods.

Explanation of peer-to-peer networks where hosts both provide and consume network services.

Advantages of peer-to-peer networks, including ease of implementation and low cost.

Drawbacks of peer-to-peer networks, such as lack of scalability and centralized control.

Risks associated with decentralized management in peer-to-peer networks, like accidental data deletion.

Challenges in backing up data in peer-to-peer networks due to the dispersed storage locations.

Introduction to client-server networks with specific roles for network hosts.

Definition and role of servers in providing network resources in client-server networks.

Client role in client-server networks as consumers of network services.

Differences in operating systems used for clients and servers in client-server networks.

Benefits of client-server networks, such as scalability, ease of support, and centralized services.

Cost implications of client-server networks, including the expense of server operating systems.

Importance of planning in setting up client-server networks compared to peer-to-peer networks.

Geographic classification of computer networks into local area networks (LANs).

Description of wide area networks (WANs) as interconnected LANs over a larger geographic area.

The concept of an internetwork connecting multiple LANs within a WAN.

Strategies for resource allocation in WANs to ensure local access for users.

Introduction to the types of signaling in networks: baseband and broadband.

Comparison between baseband and broadband signaling in terms of signal transmission capabilities.

Examples of broadband signaling in cable TV systems and the evolution of telephone systems.

Transcripts

play00:10

let's talk about the different ways we

play00:12

can categorize computer networks there's

play00:15

actually a variety of different

play00:16

classifications we can use here we're

play00:19

going to talk about three of them we're

play00:20

going to talk about host roles we're

play00:22

going to talk about geographic proximity

play00:24

and then the signaling methods used

play00:26

let's first talk about classifying

play00:29

networks according to the host roles in

play00:31

other words what do the hosts do in the

play00:34

network the first one we want to look at

play00:36

is called peer-to-peer in a peer-to-peer

play00:39

network network hosts don't have a

play00:43

specific role that they play in other

play00:45

words hosts on a peer-to-peer network

play00:48

both provide

play00:51

network services and hosts on a

play00:54

peer-to-peer network also consume

play01:00

network services

play01:02

what exactly does that mean well in a

play01:06

peer-to-peer network we have a variety

play01:08

of operating systems here and they

play01:09

fulfill a variety of different roles for

play01:12

instance over here we may have a

play01:14

workstation that has a printer connected

play01:17

to it and that printer is shared on the

play01:20

network allowing each of these different

play01:22

hosts to print to that printer over here

play01:27

this host might have a huge hard drive

play01:30

installed

play01:33

and everyone is allowed to share that

play01:35

hard drive if they have a huge file they

play01:37

need to save they can put this file down

play01:39

here well in this situation you have

play01:42

hosts that both provide and consume

play01:43

network services these two hosts provide

play01:46

a network service this one provides

play01:48

printing this one provides storage now

play01:50

at the same time these hosts also

play01:52

consume services for instance this hosts

play01:55

prints to this workstation this

play01:57

workstation saves files to the hard

play01:59

drive in this workstation in essence

play02:02

they function both as a client and as a

play02:04

server at the same time now there's a

play02:07

lot of benefits to appear to peer

play02:08

network first of all it's very easy to

play02:11

implement in other words you could take

play02:13

a whole bunch of Windows XP workstations

play02:16

for example and create a peer-to-peer

play02:18

network you can share printers share

play02:21

storage you don't have to go to any

play02:24

trouble to configure this all you have

play02:25

to do is share your resources it's very

play02:28

easy to implement it's also very

play02:30

inexpensive in this case with a Windows

play02:32

XP II peer-to-peer network you just

play02:34

install the operating system that's it

play02:36

there's no special software to purchase

play02:38

and implement now there's some drawbacks

play02:41

to a peer-to-peer network you might be

play02:42

asking well it's so easy to implement so

play02:45

inexpensive why don't more companies

play02:47

implement it well there are some key

play02:49

problems first of all a peer-to-peer

play02:51

network is not very scalable meaning the

play02:55

bigger it gets the harder it is to

play02:56

manage and the harder it is to keep

play02:58

running

play03:00

peer-to-peer networks are very very

play03:02

difficult to support that's because they

play03:04

lack centralized control in other words

play03:07

there's not one network administrator

play03:08

kind of running the show every user at

play03:11

each workstation is kinda like their own

play03:13

little network administrator let's take

play03:16

an example of how this is a problem

play03:17

let's say that you have shared storage

play03:20

over here on this hard drive and this

play03:22

workstation belongs to Fred Fred says

play03:26

well you know there's get to be lawful a

play03:27

lot of files on my hard drive I think

play03:29

I'm gonna erase a whole bunch of them

play03:30

let's just erase him so I have more room

play03:33

on my hard disk what impact does that

play03:36

have on everybody else well Mary over

play03:38

here might have had her files on that

play03:40

hard drive and he just wiped him out and

play03:42

she's going ah my files ok no

play03:45

centralized control further let's

play03:48

suppose Mary decides to get back at

play03:49

everybody because Fred over here deleted

play03:51

her files and she takes off the next day

play03:53

from work these are off a store locked

play03:55

in a computer off everybody needs to

play03:57

print can they print nope they can't

play03:59

this host is down you can access its

play04:02

printer

play04:03

another problem is the fact that when

play04:05

you have a peer-to-peer network there's

play04:06

no real centralized place to save files

play04:10

we could have storage on this system we

play04:12

could have maybe some other shared

play04:13

storage on this system maybe some other

play04:16

shared storage on this system maybe even

play04:19

some over here on this system

play04:22

when it comes time to back up and

play04:24

protect critical company data you've got

play04:26

to go to each one of these hosts and

play04:28

backup their data you may not know

play04:30

exactly where folks are saving it it can

play04:32

be all over the place on the hard drives

play04:33

now we have another classification

play04:36

within the hosts roles category and that

play04:38

is a client server network and a client

play04:41

server network unlike a peer-to-peer

play04:42

network network hosts have specific

play04:47

roles assigned to them in the client

play04:49

server network you have certain systems

play04:51

certain hosts that are assigned to be

play04:53

servers

play04:56

what is a server do a server provides

play05:02

network resources

play05:10

you

play05:13

you also on a client-server network have

play05:16

clients

play05:20

now a client does not provide network

play05:23

services it consumes

play05:27

work services

play05:29

what does that mean that means in a

play05:31

client

play05:32

server network these client workstations

play05:34

will not have shared storage they will

play05:36

not have shared printers all those

play05:39

services are provided down here by the

play05:41

server may have a humongous

play05:45

our drive maybe we have a printer that

play05:47

this server manages

play05:50

cetera server provides the resources the

play05:54

client simply use the resources now to

play05:56

do that we have different operating

play05:59

systems implemented recall with a

play06:01

peer-to-peer network everybody have the

play06:03

same operating system not so in a

play06:05

client-server Network

play06:07

giant workstations have generic

play06:09

operating systems that provide

play06:11

functionality such as being able to run

play06:14

applications 2d word processing

play06:15

spreadsheets etc and software that

play06:18

allows them to connect to the server

play06:20

examples would be Windows XP maybe

play06:26

Windows 2000 professional those are

play06:32

client workstation operating systems a

play06:34

server on the other hand has special

play06:37

optimized operating systems and these

play06:40

operating systems aren't designed for

play06:42

client type tasks such as we're

play06:44

processing spreadsheets although some of

play06:46

them will do it that's not their main

play06:48

job for example server operating systems

play06:50

include NetWare

play06:55

Linux

play06:58

windows

play07:02

mm and server

play07:08

2003 these operating systems are

play07:12

designed to provide these network

play07:13

resources now the benefits of this type

play07:16

of network is first of all that it's

play07:17

very highly scalable

play07:23

what does that mean that means it's very

play07:25

easy to expand the size of the network

play07:27

it's very easy to add more clients it's

play07:29

very easy to add more servers

play07:31

client-server networks are also much

play07:33

easier to support that's because

play07:35

services are centralized if folks are

play07:38

having problem accessing their files

play07:40

well you know where to look it's on the

play07:42

server ok and you check out the storage

play07:44

on the server if folks are having

play07:46

trouble printing you know where to look

play07:47

because the service is provided by the

play07:49

server backup is also a lot easier

play07:51

instead of having to backup individual

play07:52

workstations they're saving their data

play07:54

over here in the storage system on the

play07:56

server itself now you're still using

play07:59

your relatively inexpensive client

play08:01

operating systems up here just like with

play08:02

a peer-to-peer network such as Windows

play08:04

XP Windows 2000 professional the expense

play08:07

comes down here these operating systems

play08:09

for the most part are relatively

play08:11

expensive the exception of course is

play08:13

Linux net where it's relatively

play08:15

expensive when those 2000 server is very

play08:17

expensive Server 2003 is relatively

play08:19

expensive as well the other thing is

play08:21

that this type of network takes a lot of

play08:23

planning beforehand now if I'm a

play08:25

peer-to-peer network you kind of just

play08:26

slap things together you set up your

play08:28

systems and the way you go you don't do

play08:30

that with a client-server network you

play08:32

pre-plan everything you decide which

play08:34

servers are going to host which services

play08:35

and you decide where they're going to be

play08:37

placed on the network etc well that's

play08:39

how we categorize computer networks by

play08:41

host role now let's look at a different

play08:43

way of categorizing computer networks

play08:45

and that is geography the first category

play08:48

is that of a local area network now a

play08:51

local area network resides within a

play08:54

small geographic area an example of a

play08:57

local area network would be in the

play08:59

network inside a particular company's

play09:01

office it has multiple floors but these

play09:04

are all connected

play09:07

by a network medium in some way this

play09:09

comprises a local area network it could

play09:12

be multiple buildings in fact you'd have

play09:14

a second building over here

play09:16

several floors

play09:19

computer systems

play09:23

and these are all interconnected

play09:26

in some fashion it's still a local area

play09:29

network because the geography separating

play09:31

the host is relatively small you could

play09:34

even have other buildings and over here

play09:36

with their own networks

play09:43

for instance perhaps a college campus

play09:45

there's a building here and a building

play09:48

here and then you connect all the

play09:50

networks together

play09:52

when you do that by the way that's

play09:54

called an internetwork

play10:01

however this is still a land because

play10:04

they're geographically

play10:05

close together now it's also possible to

play10:09

have a computer network where the

play10:11

networks and the hosts are very widely

play10:14

distributed geographically when we have

play10:16

that situation we're talking about a

play10:18

wide area network basically a wide area

play10:21

network is a group of interconnected

play10:23

LANs local area networks that are

play10:26

separated geographically for example

play10:29

suppose we have a company named XYZ Corp

play10:35

XYZ

play10:39

us over here in New York City they have

play10:41

a local area network

play10:43

company also has an office down here in

play10:47

Houston Texas and then they also have an

play10:50

office up here in Portland Oregon now

play10:54

users in these different locations

play10:56

occasionally need to have access to

play10:59

information at these various different

play11:00

sites to make that possible we've

play11:03

connected them

play11:05

in some way

play11:08

these local area networks are

play11:10

internetwork together making a very

play11:12

large internet work or a wide area

play11:15

network now when you set up a win

play11:17

basically the way it's done is that you

play11:19

make sure that the resources that the

play11:21

users need are located on the local land

play11:24

for example if someone needs to open a

play11:27

file here in New York City you don't

play11:30

want them to have to go clear down here

play11:32

transverse the wide area network to

play11:35

Houston open up a file and bring it back

play11:38

here and work on it over here in New

play11:40

York City then when you save you have to

play11:42

go clear across the country again just

play11:43

to save on a server located down here

play11:45

instead you'll locate the information

play11:48

and resources that each local area

play11:50

network needs here locally so you set up

play11:53

a server here in New York City with the

play11:55

information that the users here in New

play11:56

York City would need

play11:57

likewise you wouldn't want to store your

play11:59

user accounts over here in Portland so

play12:01

that someone who needs to log into the

play12:03

network down here in Houston has to go

play12:05

across the land link Claire over here to

play12:07

Portland just to authenticate the

play12:09

benefit of the win is that if the

play12:10

situation arises say a user here needs

play12:14

access to a document that's being worked

play12:15

up bond by a product team over here in

play12:17

Portland they can use the wide area

play12:19

network to get that information and open

play12:22

it over here so those are the two

play12:23

different classifications or

play12:25

categorizing networks by their size and

play12:28

there are geographic proximity there's

play12:30

one more categorization I want to talk

play12:33

about here and that is the type of

play12:34

signaling used by the network there's

play12:37

basically two types there's baseband

play12:39

signaling and then there's broadband

play12:41

signaling this right here represents our

play12:44

network medium whether it's a wire or

play12:46

whether it's a piece of fiber-optic

play12:47

cable or what have you

play12:49

with baseband signaling you can have one

play12:53

signal at a time on the network medium

play12:59

and that signal uses the entire network

play13:02

medium all at the same time broadband

play13:06

signaling on the other hand divides the

play13:08

network medium into multiple channels

play13:14

with broadband signaling you can have

play13:16

multiple signals all being transmitted

play13:20

on the same network medium at exactly

play13:24

the same time

play13:29

on a good example of broadband signaling

play13:32

think of your cable TV system if you

play13:34

have cable TV

play13:35

you have channel 2 4 5 6 7 etc you have

play13:42

multiple signals all using the same

play13:44

cable at the same time baseband

play13:48

signaling in the old days I used to use

play13:49

the example of a telephone now telephone

play13:51

systems are starting to use broadband

play13:53

signaling to allow you to have DSL and

play13:56

your telephone conversations at the same

play13:58

time but in the old days telephones used

play14:01

to use baseband signaling in other words

play14:03

you picked up the phone receiver and you

play14:05

made a telephone call

play14:07

well while you are using the phone

play14:08

someone else on a different extension in

play14:11

the same house couldn't lift up the

play14:12

phone and make a phone call at the same

play14:14

time right because you can only have one

play14:17

signal on the wire at the time those are

play14:20

the two different types of signaling

play14:23

that's used

Rate This

5.0 / 5 (0 votes)

Etiquetas Relacionadas
Network CategorizationHost RolesPeer-to-PeerClient-ServerGeographic ProximityLocal Area NetworkWide Area NetworkSignaling MethodsBasebandBroadbandNetwork Scalability
¿Necesitas un resumen en inglés?