Network Types - N10-008 CompTIA Network+ : 1.2

Professor Messer
15 Sept 202114:29

Summary

TLDRThis script explores various network types, emphasizing the differences between peer-to-peer and client-server models. It covers local area networks (LAN), including wireless (WLAN), and expands to metropolitan (MAN) and wide area networks (WAN). The script also touches on personal area networks (PAN), campus area networks (CAN), and the evolution of WAN technologies like MPLS and SDWAN. It highlights the shift from traditional data centers to cloud-based services and the role of SDWAN in optimizing network efficiency for direct cloud access.

Takeaways

  • 🌐 **Peer-to-Peer Networks**: Devices act as both servers and clients, facilitating direct communication without a central server.
  • đŸ› ïž **P2P Challenges**: Peer-to-peer networks are difficult to administer and secure due to their distributed nature.
  • đŸ’Œ **Client-Server Model**: Offers centralized control and easier administration, but requires additional hardware and maintenance.
  • 🏱 **Local Area Networks (LAN)**: Fast and local, typically within a single building, using technologies like 802.11 and Ethernet.
  • 🌆 **Metropolitan Area Networks (MAN)**: Larger than LANs, covering a citywide area, often provided by third parties.
  • 🌏 **Wide Area Networks (WAN)**: Span larger distances, often slower than LANs, and can use technologies like MPLS or satellite communication.
  • 📡 **Wireless LANs (WLAN)**: Local and limited geographically, often using 802.11 networks, but can be extended with access points.
  • 🎧 **Personal Area Networks (PAN)**: Smallest networks for personal use, typically using Bluetooth for connections.
  • đŸ« **Campus Area Networks (CAN)**: Connect multiple buildings within a campus, often using private LAN technology.
  • đŸ’Ÿ **Network Attached Storage (NAS)**: Provides file-level access to data stored in a central location.
  • 🔄 **Storage Area Networks (SAN)**: Allows block-level access to data, offering faster and more efficient data management compared to NAS.

Q & A

  • What is a peer-to-peer network?

    -A peer-to-peer network is a distributed network where each device acts as both a server and a client, communicating directly with each other to share resources and data without the need for a centralized server.

  • What are the advantages of using a peer-to-peer network?

    -Peer-to-peer networks are easy to deploy since they don't require a dedicated server, and they have low implementation costs as they utilize existing systems. They also allow for direct communication among devices.

  • What is a significant disadvantage of peer-to-peer networks?

    -A significant disadvantage of peer-to-peer networks is the difficulty in administration and ensuring security due to the distributed nature of the application and authentication processes.

  • How does client-server communication differ from peer-to-peer networks?

    -In client-server communication, there is a clear separation of responsibilities where individual clients communicate with a centralized server, which manages and maintains the connection and data access. This setup allows for easier administration and performance management.

  • What is a local area network (LAN) and what are its characteristics?

    -A local area network (LAN) is a network confined to a relatively small area such as a building or a single floor, characterized by high-speed data transfer using technologies like 802.11 wireless networks and Ethernet.

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

    -A metropolitan area network (MAN) is a larger network that covers an entire city or a large part of it, often provided by a third-party provider. It differs from a LAN by covering a much larger geographical area and typically serving multiple organizations or government entities.

  • What is a wide area network (WAN) and how does it compare to LANs in terms of speed?

    -A wide area network (WAN) is a network that covers a broad area and often includes the internet. Compared to LANs, WANs tend to have slower throughput because they cover larger distances and may use various transmission media.

  • What is a Wireless Local Area Network (WLAN)?

    -A Wireless Local Area Network (WLAN) is a LAN that uses wireless communication to connect devices within a limited geographical area, typically employing 802.11 standards.

  • What is a Personal Area Network (PAN) and what technologies are commonly used in it?

    -A Personal Area Network (PAN) is a computer network used for communication among computer and other devices that are in close proximity to a person, typically within 10 meters. Technologies like Bluetooth are commonly used in PANs.

  • What is a Campus Area Network (CAN) and how does it function?

    -A Campus Area Network (CAN) is a network that covers multiple buildings within a limited area, such as a university or corporate campus. It allows high-speed communication between buildings, often using local area network technologies.

  • What is Network Attached Storage (NAS) and how does it differ from Storage Area Networks (SAN)?

    -Network Attached Storage (NAS) is a dedicated file-level storage device that allows multiple users and systems to store and access data. It differs from Storage Area Networks (SAN) in that NAS provides file-level access, whereas SANs offer block-level access, allowing more efficient data management and transfer.

  • What is Multiprotocol Label Switching (MPLS) and how does it improve WAN communication?

    -Multiprotocol Label Switching (MPLS) is a WAN communication protocol that uses labels to route and forward traffic efficiently. It allows for the use of various types of connections and data, making it flexible and efficient for data transfer across a wide area network.

  • What is Software Defined Wide Area Network (SD-WAN) and how does it benefit cloud-based applications?

    -Software Defined Wide Area Network (SD-WAN) is a WAN architecture that uses software to manage and define how network traffic is routed. It is particularly beneficial for cloud-based applications as it allows direct communication with cloud resources, bypassing the need to go through a central data center, thus improving efficiency and access speed.

Outlines

00:00

🌐 Peer-to-Peer and Client-Server Networks

The script discusses the concepts of peer-to-peer and client-server networks. In a peer-to-peer network, every device acts as both a server and a client, facilitating direct communication between devices without the need for a central server. This setup is cost-effective and easy to deploy but challenging to manage due to its distributed nature. On the other hand, client-server networks feature a centralized server that clients communicate with, offering better performance, easier administration, and security. However, they require additional hardware and maintenance costs.

05:02

🏱 Types of Networks Based on Geographical Scope

This paragraph covers various types of networks based on their geographical scope. Local Area Networks (LAN) are confined to a single building and offer high-speed connectivity through technologies like 802.11 wireless and Ethernet. Metropolitan Area Networks (MAN) span larger areas like a city and often require third-party providers. Wide Area Networks (WAN) cover even broader areas and are typically slower due to the increased distances involved. Wireless Local Area Networks (WLAN) are a type of LAN that uses 802.11 networks for wireless connectivity within a limited area. Personal Area Networks (PAN) are used for personal connections like Bluetooth devices. Campus Area Networks (CAN) connect multiple buildings within a campus using high-speed Ethernet.

10:02

🔄 Network Storage Solutions and Evolution of WAN Technologies

The script explains network storage solutions like Network Attached Storage (NAS) and Storage Area Networks (SAN). NAS devices provide file-level access to data stored on multiple drives, while SAN allows for block-level changes, offering faster and more efficient data access. The paragraph also discusses the evolution of Wide Area Network (WAN) technologies, including MPLS (Multiprotocol Label Switching), which uses label switching to route traffic efficiently. It also touches on dynamic WAN connections using MGRE for dynamic multipoint VPNs (DMVPN), which create connections only when necessary for efficiency. Lastly, it introduces SD-WAN (Software-Defined Wide Area Network), which allows for more direct and efficient routing to cloud-based services, bypassing the need for a central data center.

Mindmap

Keywords

💡Peer-to-peer network

A peer-to-peer network is a distributed network where each computer has equal capabilities and responsibilities. In this type of network, there is no centralized server, and each device acts as both a client and a server. This concept is central to the video's theme of explaining different network architectures. The script mentions that peer-to-peer networks are easy to deploy since you just install the application on each computer, and they all communicate with each other without the need for a central server.

💡Client-server communication

Client-server communication is a model where the client, typically a user's computer, requests data or services from a server, which is a powerful computer or system that manages network resources. This model is contrasted with peer-to-peer networks in the video to highlight the differences in administration and security. The script explains that in client-server communication, all clients access data through a central server, which allows for better performance and easier administration.

💡Local Area Network (LAN)

A Local Area Network (LAN) is a network that connects devices within a limited area such as a home, school, or office building. LANs are characterized by high-speed data transfer and are typically used for communication within a single building or campus. The video discusses LANs in the context of fast throughput and the use of technologies like 802.11 wireless networks and Ethernet for connectivity.

💡Metropolitan Area Network (MAN)

A Metropolitan Area Network (MAN) is a large computer network that usually spans a city or a large group of buildings. MANs are used to connect LANs in different locations within the same city or metropolitan area. The script mentions MANs as a solution for organizations spread across different parts of a city, often provided by third-party providers.

💡Wide Area Network (WAN)

A Wide Area Network (WAN) is a network that covers a broad area and commonly refers to internet connections. WANs are characterized by slower speeds compared to LANs due to the larger distances involved. The video describes WANs as networks that can use technologies like MPLS or point-to-point serial connections to connect over large distances.

💡Wireless Local Area Network (WLAN)

A Wireless Local Area Network (WLAN) is a LAN that uses wireless communication to connect devices within a limited area. WLANs are typically based on 802.11 standards and are used in homes, offices, and public spaces. The video script refers to WLANs when discussing how buildings can maintain connectivity while users move around within the building.

💡Personal Area Network (PAN)

A Personal Area Network (PAN) is a computer network used for communication among computer and other devices covering a small area around an individual person. PANs are often created using Bluetooth technology for devices like headsets, keyboards, and speakers. The video script includes PANs in the discussion of how personal devices can connect within close proximity.

💡Campus Area Network (CAN)

A Campus Area Network (CAN) is a computer network made up of multiple LANs within a limited area such as a university campus. CANs are designed to provide high-speed connectivity between multiple buildings. The video script uses CANs as an example of a network that connects multiple buildings on a single campus, often using conduits and fiber connections.

💡Network Attached Storage (NAS)

Network Attached Storage (NAS) is a dedicated file-level storage device that allows multiple users and computers to retrieve data from a centralized location. NAS is typically used for storing large amounts of data that can be accessed at the file level. The video script discusses NAS in the context of central data storage and how it differs from Storage Area Networks (SANs) in terms of data access and management.

💡Storage Area Network (SAN)

A Storage Area Network (SAN) is a high-speed network that provides access to consolidated block-level data storage. SANs are primarily used in data centers and are designed to connect storage devices with servers. The video script contrasts SANs with NAS, emphasizing the block-level access and the efficiency of data transfer in SANs.

💡Multiprotocol Label Switching (MPLS)

Multiprotocol Label Switching (MPLS) is a protocol-independent routing method designed to speed up and shape network traffic flows across a packet-switched network. MPLS is discussed in the video as a technology that allows for smarter communication through WANs by using labels to route and forward traffic, making it easier to manage and transfer data across different locations.

Highlights

Peer-to-peer networks eliminate the need for a central server, as every device acts as both a server and a client.

P2P networks are cost-effective as they utilize existing systems without the need for additional servers.

The main disadvantage of P2P is the difficulty in administration and ensuring security due to its distributed nature.

Client-server communication offers a centralized server for data access, simplifying administration and improving performance.

Client-server architecture requires additional hardware and software, increasing costs and complexity.

Local Area Networks (LANs) are typically fast and confined to a single building or floor.

Metropolitan Area Networks (MANs) are larger than LANs and usually provided by third-party providers.

Governments often use MANs due to their geographical dispersion and ability to deploy fiber optic networks.

Wide Area Networks (WANs) cover larger distances and tend to have slower throughput compared to LANs.

WLANs are specialized LANs that operate wirelessly, typically using 802.11 networks.

Personal Area Networks (PANs) connect personal devices over short distances, often using Bluetooth.

Campus Area Networks (CANs) connect multiple buildings within a campus using private LAN technology.

Network Attached Storage (NAS) allows file-level access to data stored in a central location.

Storage Area Networks (SANs) provide block-level access to data, offering faster and more efficient data handling.

MPLS (Multiprotocol Label Switching) is a WAN technology that uses labels for efficient routing and forwarding of traffic.

MPLS allows for flexible data transfer across various types of connections and encapsulates different data types.

Dynamic multipoint VPNs (DMVPNs) create temporary network connections on-demand, reducing unnecessary network usage.

SD-WAN (Software-Defined Wide Area Network) allows for dynamic network configuration based on cloud-based applications.

SD-WAN enables direct access to cloud resources, bypassing the need to route through a central data center.

Transcripts

play00:02

With a peer-to-peer network, there's

play00:03

not a server or a client.

play00:05

Instead, every device is a server and a client,

play00:09

so everyone is communicating to each other

play00:11

to be able to gain access to the data that they might need.

play00:15

This is a very easy way to deploy an application,

play00:18

because you simply install it on everyone's computer,

play00:21

and they all talk amongst each other

play00:23

to be able to use that particular app.

play00:25

You don't need an additional server.

play00:27

You don't have to purchase and maintain that server operating

play00:30

system.

play00:31

Everything runs on everyone's existing systems,

play00:34

so the cost is relatively low to implement.

play00:37

One of the significant disadvantages of peer-to-peer,

play00:40

however, is that it's very difficult to administer

play00:43

this type of system.

play00:44

The entire application is distributed.

play00:47

All of the authentication process is also distributed,

play00:50

so it's very difficult to be sure

play00:52

that a peer-to-peer application will remain secure.

play00:56

With client-server communication,

play00:58

the responsibilities are split.

play01:00

You have individual clients, and then

play01:02

you have a centralized server, and when

play01:04

clients need to access data, everyone

play01:06

will access the same server.

play01:09

As you can see by this diagram, clients

play01:11

are not communicating to each other

play01:12

directly, or even through the server.

play01:15

All the clients talk to the server,

play01:17

and the server talks to the clients.

play01:19

This gives you very good performance,

play01:20

because you have a direct connection to the server

play01:23

that you can manage and maintain.

play01:24

This also allows for easy administration,

play01:27

because you can configure the application

play01:29

and the authentication for that app at the central point

play01:33

where the server is.

play01:34

As you can tell with this diagram,

play01:36

though, there's additional hardware and software

play01:38

that you'll need.

play01:38

You'll need a server, and you'll need somewhere

play01:40

to store it and maintain it, and that has an additional cost

play01:43

associated with it.

play01:44

This also adds a bit of complexity,

play01:46

because you have a centralized server that

play01:48

needs to be administered.

play01:50

That's something you don't have on a peer-to-peer system.

play01:53

If you're working inside of an office,

play01:55

or you're working from home, that network

play01:57

that's in your office or in your home is a local area network.

play02:01

It's local because the network that you're using

play02:04

is usually within the same building

play02:05

that you happen to be in.

play02:07

This could also be the network that's

play02:08

within a single building, for example,

play02:10

between different floors.

play02:12

That is a local area network, because all of those resources

play02:15

are local to us in that building.

play02:18

Generally speaking, a local area network

play02:20

will have a relatively fast throughput.

play02:22

We're using 802.11 wireless networks and ethernet

play02:25

connectivity to be able to have high-speed communication.

play02:29

If you find that you're using slower connections,

play02:32

or it's a link that doesn't run at these higher speeds,

play02:35

then you're probably not communicating

play02:36

over a local area network.

play02:39

Many companies will have buildings or parts

play02:41

of their organization that are located

play02:43

in different parts of a city to be able to communicate

play02:46

to those buildings, we need to use a metropolitan area

play02:49

network, or a MAN.

play02:50

This is obviously a much larger network than something

play02:53

that's in our single building, and it's usually expanding out

play02:57

to a large, citywide area.

play02:59

Usually, you're working with a third-party provider in that

play03:02

city to provide this service.

play03:04

Occasionally, you'll see this referred

play03:05

to as metro ethernet for this metropolitan area network.

play03:10

It's very common to see governments

play03:11

use metropolitan area networks, because they're obviously

play03:14

very geographically dispersed throughout the metropolitan

play03:17

area, and they have right of way, so it's very easy for them

play03:21

to put fiber in the ground and connect up

play03:23

all of their remote locations.

play03:25

If you're going outside the scope of a metropolitan area

play03:29

network and communicating over a much larger distance,

play03:32

then you're probably using a wide area network, or a WAN.

play03:36

One characteristic that tends to be very common when you start

play03:39

expanding the distance of these networks

play03:42

is that the networks tend to become a little slower

play03:44

in their throughput.

play03:45

So wide area networks generally don't

play03:48

run at the same speeds as a local area network

play03:51

that you might have in your building.

play03:53

If you're connecting over an MPLS

play03:54

network or point-to-point serial WAN connection,

play03:57

then you're almost certainly communicating over a wide area

play04:01

network.

play04:01

These can be links that are connecting us

play04:03

with fiber that's in the ground, but we could also

play04:05

use satellite communication, which is certainly a wide area

play04:09

network, and those nonterrestrial links

play04:11

would allow us to connect locations

play04:13

that may be very far away.

play04:15

A specialized type of local area network

play04:18

is one that is wireless.

play04:20

This is the WLAN, or Wireless Local Area Network,

play04:24

and usually these are 802.11 networks.

play04:26

If you're within a building and you're

play04:28

walking from one side of the building to another

play04:30

and you're connected to your local network,

play04:32

then you're probably connecting over one

play04:34

of these wireless LANs.

play04:35

This is one that does have a limited geographical area.

play04:39

When you leave your building, you're

play04:40

probably not going to be able to communicate

play04:42

to this WLAN because of the short distances associated

play04:45

with 802.11.

play04:47

But if you're in a larger area, there

play04:49

are ways to extend this distance using multiple access points.

play04:53

So you could be in an entire downtown area

play04:55

or in multiple buildings and still maintain connectivity

play04:59

to that wireless LAN.

play05:01

If you have a Bluetooth headset, you're

play05:03

connecting to your computer with a Bluetooth keyboard,

play05:06

or using some other type of personal connection between you

play05:10

and the devices you use, then you're using a personal area

play05:13

network, or a PAN.

play05:15

If you're in your car and you connect

play05:16

to a speaker and a microphone or you play audio

play05:19

through your phone to the audio system of the car,

play05:22

then you're using a Bluetooth-based personal area

play05:25

network.

play05:26

We also consider that Bluetooth connection

play05:28

to a wireless headset to be a personal area network.

play05:32

And if you're using some newer workout equipment at your gym,

play05:35

you'll find that is connecting to your mobile phone

play05:37

using this personal area network.

play05:40

There's a middle ground between a local area network

play05:43

in a building and a metropolitan area network

play05:46

that might connect us to a site that is many miles away.

play05:49

We could have multiple buildings within our local area

play05:53

on a single campus.

play05:54

You certainly would see this with schools and universities,

play05:57

but this could also be the same for large organizations

play06:01

that may span multiple buildings in a particular area.

play06:04

This is a campus area network, or a CAN,

play06:07

and it's very common to have these buildings connected

play06:09

with conduit, making it very easy

play06:11

to pull fiber from one building to another

play06:14

and connect all of your users to each other.

play06:16

We would usually run some type of local area network

play06:19

technology so we would have high-speed ethernet between all

play06:22

of these buildings, so that we're

play06:24

able to communicate as if we were sitting

play06:26

all in the same building.

play06:28

This is usually a connection that's made on private LAN.

play06:31

You've put your own conduit into the ground,

play06:33

you've run your own fiber connection,

play06:34

so usually there's not a third party

play06:37

that needs to be involved.

play06:38

There wouldn't be a monthly payment to an internet service

play06:41

provider because you're the one that has built the conduit,

play06:43

you've run your own fiber, and you don't

play06:45

have to involve a third party.

play06:48

One of the reasons for adding all of these connections,

play06:51

especially on local and wide area networks

play06:53

is so that users can have access to their data

play06:56

usually this data is located in a central location

play06:59

and we're usually storing it on something

play07:01

like a network attached storage device, or a NAS.

play07:04

This NAS contains multiple drives

play07:07

and is able to store large amounts of data

play07:09

in this one single area.

play07:11

A network attached storage is usually

play07:13

a device where you can access these files at the file level.

play07:17

File-level access means that any changes you make to this file

play07:21

have to be done to the entire file that's

play07:23

located on this device.

play07:25

This means if you have a file that's a gigabyte in size,

play07:28

and you just need to change one byte within that file,

play07:32

you have to overwrite the entire gigabyte,

play07:35

because you're using a network attached storage.

play07:37

If you just wanted to change that single block of data that

play07:41

contained that information, then you

play07:43

would want to use a storage area network, or a SAN.

play07:47

To your computer, a SAN looks and feels

play07:49

a lot like the local drive that's on your system.

play07:52

So being able to make block-level changes

play07:54

to this information can be done very quickly and very

play07:57

efficiently when compared to something like a network

play08:00

attached storage device.

play08:02

Whether you're using a NAS or a SAN,

play08:04

you're probably going to be sending and receiving

play08:07

a lot of data to these devices.

play08:09

For that reason, you would probably

play08:10

have a dedicated network for the storage area networks

play08:14

or network attached storage devices,

play08:16

and you would probably connect these with the fastest network

play08:19

possible.

play08:20

Through the years, we've had a number of different wide area

play08:23

network technologies.

play08:24

We had frame relay and ATM, and as our needs changed

play08:28

and the way we use these networks changed,

play08:31

we needed a smarter way to communicate.

play08:33

So we created MPLS, Multiprotocol Label Switching.

play08:37

This is communication through the WAN,

play08:39

but it uses labels to be able to determine

play08:42

how we route and forward that traffic through the WAN.

play08:45

One advantage of MPLS is that we can

play08:48

use almost any type of connection for MPLS

play08:52

and we can put almost any type of data inside of an MPLS

play08:56

network.

play08:56

This means that we could send IP traffic, ethernet frames,

play09:00

or any other type of data we'd like through the MPLS network.

play09:03

This makes MPLS relatively easy to get up and running

play09:06

and have all of our data transferred

play09:08

between two locations.

play09:10

With IP routing, we're always concerned

play09:13

about the IP subnetting and the next hop

play09:15

that we're going to use.

play09:16

But with MPLS, we make forwarding decisions

play09:19

based on the label switching.

play09:21

This label switching is something

play09:23

that's added when we put information

play09:25

into the MPLS network.

play09:27

If we have data and we have information

play09:29

on one side of the network, and we

play09:31

would like that data to get to the other side of the MPLS

play09:34

network, we send that data into the first provider edge

play09:37

router that's closest to us.

play09:39

That edge router is going to insert a label into this data.

play09:43

We call that pushing the label onto the data.

play09:46

It's going to then know how to forward

play09:48

that traffic through the internals of the provider

play09:51

switch network, and when this data reaches

play09:53

the other side that label is popped off

play09:56

of this communication.

play09:57

And the remaining data is sent to the customer edge router.

play10:01

With MPLS, we have to create an initial configuration that

play10:05

defines where all of the different sites may be located

play10:08

and what labels may be used to switch data to those locations.

play10:12

Other types of wide area networks

play10:14

could create network connections dynamically,

play10:16

so that you're only connecting to those sites

play10:18

when you need to.

play10:20

This commonly uses MGRE, which is Multipoint Generic Router

play10:23

Encapsulation, and you'll usually see networks

play10:26

like a dynamic multipoint VPN, or DMVPN,

play10:30

used to send data across one of these MGRE networks.

play10:35

What's nice about these dynamic connections

play10:37

is they're only created when they're needed,

play10:39

and they're torn down when you don't have any information

play10:42

that you need to send.

play10:43

If you have a break in any of the connections,

play10:45

the VPN can even rebuild itself to be

play10:48

able to communicate between all of these different sites.

play10:51

All of this is considered to be a dynamic mesh because you're

play10:54

able to send data to whatever site

play10:56

you would like based on where that data needs to go.

play10:59

Normally, you would have a main office,

play11:01

and you would have remote sites that

play11:03

would connect to the main office over single links.

play11:06

And if you needed to communicate between remote sites,

play11:09

that remote site would have to first communicate

play11:11

to the main office, and then the main office

play11:13

would have to communicate down to that destination site.

play11:15

With a dynamic multipoint VPN, you

play11:18

can have these two sites recognize

play11:20

that they want to communicate to each other,

play11:22

they create their own link between the communication,

play11:25

and when that link is no longer needed, it's disconnected.

play11:28

If this site needs now to connect

play11:30

to a different remote site, it can then

play11:32

create a separate dynamic link to that site,

play11:35

and of course you can have that site create

play11:37

a dynamic link as needed.

play11:39

All of these dynamic multipoint links

play11:42

mean that you have a more efficient network.

play11:44

You're only using connectivity when you have to have it,

play11:47

and if you do need to send information between two

play11:49

remote sites, you can send that data directly rather than

play11:53

hopping through a main office.

play11:56

A newer type of wide area network

play11:57

is an SD wide area network, or SDWAN.

play12:01

The SD stands for Software Defined, which

play12:04

means that our wide area network can be defined however

play12:08

we would like to lay it out.

play12:09

This is especially useful if you have cloud-based applications

play12:13

and you need the network to understand where data needs

play12:16

to go at any particular time.

play12:19

We used to have a data center that

play12:20

was located in one central building,

play12:22

and we simply connected all of our remote sites

play12:25

to that one data center.

play12:26

Now that we have cloud based applications,

play12:29

we need to communicate to the cloud.

play12:31

And instead of having to hop through this data center

play12:34

to be able to access those cloud-based resources,

play12:36

we can have the wide area network recognize

play12:39

that we need to communicate directly to those resources

play12:42

rather than sending all of that data

play12:44

through one central data center.

play12:47

Here's our wide area networks before we

play12:49

had cloud-based services and before we had software

play12:52

defined wide area networks.

play12:54

We had our data center.

play12:55

Inside of our data center were all

play12:57

of our services, our email servers, our database servers,

play13:00

and all of our other data.

play13:02

All of these remote sites would need

play13:04

to connect to the data center to be able to gain access

play13:06

to those resources.

play13:08

With cloud-based services, we've taken our email services,

play13:11

we've moved them to the cloud.

play13:12

All of our servers are now at a cloud provider,

play13:16

and we might have our databases inside yet another cloud

play13:19

provider.

play13:20

Instead of having all these remote sites then

play13:22

communicate to this central data center, and then hop

play13:25

to all of these cloud-based services,

play13:27

we could have our wide area network automatically

play13:30

know where to send the data based on the type of data

play13:33

that it is.

play13:34

So if a remote site needs to access

play13:36

data that's in a cloud database, they

play13:38

can access that information directly from the cloud.

play13:41

If another site needs to grab an email message that's

play13:44

located in a cloud-based email service,

play13:47

they can communicate directly to that email service instead

play13:50

of hopping through a central data center.

play13:52

The determination of how this data is routed

play13:55

is in the wide area network itself.

play13:57

That software defined aspect of the SDWAN

play14:01

determines how data is rooted and sent

play14:03

based on the type of services that are required.

play14:06

This makes for a much more efficient network.

play14:09

This allows us to have instant access

play14:11

to our cloud-based resources instead

play14:13

of having to hop through a central point

play14:15

or build out a separate network to gain access

play14:18

to those resources.

Rate This
★
★
★
★
★

5.0 / 5 (0 votes)

Étiquettes Connexes
Network EvolutionData AccessPeer-to-PeerClient-ServerLocal Area NetworkMetropolitan NetworkWide Area NetworkWireless LANPersonal Area NetworkCloud ConnectivitySoftware Defined WAN
Besoin d'un résumé en anglais ?