Chapter One: Exploring the Network Flashcards

CCNA Certifcation Study Cards, Lesson One

1
Q

Cisco often brings up the term “human network”. Explain what this refers to.

A

The “human network” is referring to how both humans and their communities online share information between people, interconnected throughout the globe using a network, the Internet. It also refers to how most human beings are connected globally online.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

List the different forms of communication brought on by the globalisation of the internet.

A

Texting, Social Media, Blogs, Wikis, Podcasts, Wikis, Collaboration and Peer-to-Peer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Describe a home network.

A

Simple networks that enable regular people to share common resources, these can be things like printers on a network, or documents, images and music on a file server.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Describe a small office, or small home office network.

A

Like home networks, but usually a little more complex and often setup by an individual administrator allowing them to work from home, this includes teleworkers who need to connect to a corporate servers or centralised resources on an external network. Advertising, sales, supply acquisitions and customer communication are examples of some of the work done from these locations.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Describe a medium to large network.

A

A broader scale network model that provides consolidation, data storage and access to external work servers. It can also provide collaborative services to employees so they can effectively work together. These are the most likely to be providing products and services through their internet presence and connection.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Describe a world wide network or an internet.

A

The largest network in the world, a network of networks in fact. It is a collection of interconnected networks both publicly and privately accessible and is comprised of a combination of all the other types of networks.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

The __________ is the largest network in the world.

A

The Internet is the largest network.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Explain what servers are.

A

Servers are systems with specific software installed that enables them to provide information or services. Something like a LAMP or LEMP stack installed on a *nix operating system that acts as the backbone of a website, or an email server using iRedMail that sends and receives emails for a custom domain. These devices serve content to other clients.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Explain what client systems are, and what they do.

A

Client systems are basically the opposite of a server, instead of providing services or data they are making requests to display or access the data that servers serve. A good example is Google Chrome, a web browser.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are the advantages of peer-to-peer networking?

A

They’re incredible easy to setup.

It’s less technically complex than another form of networking like tradition the traditional client-server model.

It has a lower cost associated with its use and deployment over dedicated servers which require physical hardware to interact as a medium.

It’s superior for simple tasks like sharing a printer over a network or transferring files.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Conversely, what are the disadvantages of of peer-to-peer networking?

A

There’s no centralised administration, it’s simply the peers connecting to each other that manage the network. Everything is really everywhere.

It’s not as secure as a monitored, administrated network, with the ability for malicious users to do damage over a network with an intrusion prevention system.

Peer-to-Peer networks aren’t really deployed with scalability in mind.

All devices can act as both a server and a client. Think torrents. sending (Seeding/Peers) and receiving (Leeching/Downloading) However, when doing both at the same time it begins to impacts device performance.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

The network infrastructure contains three categories of network components, what are they?

A

The first, are devices. The hardware connecting to the internet. Think computers, phones, and tablets.

Media refers to the physical element of the internet, anything that can transmit a signal or data. Cables, fibre optics and Ethernet cables (Cat5A/RJ-45) are all forms of connective media.

Services include common network applications people use regularly, these can be things like hosted email servers (Gmail/Outlook) or web hosting services. (AWS, Google Cloud, Azure)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

____________ is often the visible spectrum of a network platform, these can be things like switches and routers, wireless extenders or devices themselves.

A

Hardware, is often the most visible element of a network.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

The network devices that people are most familiar with are called _________.

A

They are called End Devices.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

How can one end device be distinguished from another on a network?

A

It can be distinguished by either its IP address (numbered), or its MAC address (hardware) or we could give it a unique name.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the purpose of intermediary network devices?

A

Intermediary devices (Connecting devices) are used to connect individual end devices to the network, they can connect individual networks too. We usually don’t interact directly.

17
Q

What is network medium?

A

The network medium provides the channel by which data travels from its source to its destination. Anything that can transmit a signal or data.

18
Q

List the functions intermediary network devices preform for a network.

A

They regenerate and re-transmit data signals whilst maintaining information about what pathways exist through its medium.

They maintain information about what pathways exist through the network in question.

They often connect multiple networks together to form an internetwork.

They can also notify the other devices if something goes wrong (Errors on the network).

Sometimes, they redirect data along alternate pathways; let’s say in the case of a link failure.

They can classify and direct data according to the configured priorities, and even permit or deny the flow of data.

19
Q

Modern networks primarily use three types of media to interconnect devices and to provide the pathway over which data can be transmitted. List and describe each.

A

Metallic wires within cables, like telephone lines (usually copper, protected by a plastic sheath) where data is encoded into electrical impulses to create our binary system for transmission.

Glass or plastic fibre optics, in which data is encoded as pulses of light to create zeroes and ones.

Wireless transmission like cellular or satellite connections are also used, here the data is encoded using wavelengths from the electromagnetic spectrum to transmit our information. Frequencies determine if it’s visible or not any much more.

20
Q

There are two types of topology diagrams. List and describe both.

A

A physical topology identifies the physical location of intermediary devices and cable installation.

Logical topology diagrams focus on identifying devices, ports, and addressing scheme.