networking Flashcards

(20 cards)

1
Q

What is a network?

A

A network is just a collection of devices and end systems connected to each other and able to communicate with each other. There are two types of
topologies in networking.

The physical topology is what the network looks like and how all the cables and devices are connected to each other.

The logical topology is the path our data signals take through the physical topology.

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

What are protocols?

A

rules that govern how devices communicate and share
information across a network. Examples of protocols include:
• HTTP - Hyper Text Transfer Protocol
• SMTP – Simple Mail Transfer Protocol

Multiple protocols often work together to facilitate end-to-end network communication, forming protocol suites or stacks.

Network reference models were developed to allow products from different manufacturers to interoperate on a network.

A network reference model serves
as a blueprint, detailing standards for how protocol communication should
occur.

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

What are considerations in network?

A

Speed –The biggest consideration
Delay – There must be specific delay for sending datas across the network. VOIP applications must follow time delay for proper communications
Availability – Network should be always available for applications accessing it

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

What are Local area networks?

A

(LANs) are used to connect networking devices that are

in a very close geographic area, such as a floor of a building, a building itself, or a campus environment.

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

What are Wide area networks?

A

(WANs) are used to connect LANs together. Typically,

WANs are used when the LANs that must be connected are separated by a large distance.

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

What are Metropolitan Area Networks?

A

another category of network, though the term is not commonly used. A MAN is defined as a network that connects LAN’s across a city-wide geographic area.

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

What is an internetwork?

A

a general term describing multiple networks connected together. The Internet is the largest and most well-known inter network.

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

What is a storage area network?

A

A SAN provides systems with high-speed, lossless

access to high-capacity storage devices.

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

What is a virtual private network?

A

A VPN allows for information to be securely sent
across a public or unsecure network, such as the Internet. Common uses of a VPN are to connect branch offices or remote users to a main office.

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

What are the Methods of Network Communication?

A

Unicast : One to One Communication. used in both IPv4 and IPv6
Broadcast: One to all communication. Used in Ipv4 only
Multicast : One to a group communication. Used in both IPv4 and IPv6
Anycast : One to nearest Communication. Used in Ipv6

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

What is a broadcast domain?

A

A logical division of network where all devices can reach each other by broadcast.

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

What is a collision domain?

A

It is a logical seperation of a network where data packets will collide each other. when collision occur every devices in collision domain will get effected by it.

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

What is csma/cd?

A

CSMA/CD (carrier sense multi access/Collision detection) is a protocol used in wired network/LAN to detect collision and over come it. CSMA/CD is only used in half duplex communication

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

What is Half-Duplex?

A

hosts can transmit or receive, but not simultaneously

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

What is full duplex?

A

hosts can both transmit and receive simultaneously

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

What is csma/ca?

A

(carrier sense multi access/Collision avoidance) is a protocol used in wireless network to avoid collision.

17
Q

What is ethernet?

A

a family of technologies that provides data-link and physical specifications for controlling access to a shared network medium. It has emerged as the dominant technology used in LAN networking.

18
Q

What is power over ethernet?

A

allows both data and power to be sent acrossthe
same twisted-pair cable, eliminating the need to provide separate power connections. This is especially useful in areas where installing separate power might be expensive or difficult.

PoE can be used to power many devices, including:
· Voice over IP (VoIP) phones
· Security cameras
· Wireless access points

19
Q

What is a hub?

A

A hub is nothing more than a physical repeater, if it receives an electrical signal on one interface it will repeat it by sending it on all its interfaces except
the one it originated from. There is no intelligence in a hub and it only operates on the physical layer of the OSI model. Hub have one broadcast domain and one
collision domain.

20
Q

What is a switch?

A

Switches work in layer 2 and layer 3.Switches working in layer 3 have both routing and switching capacity. New switches work in full duplex mode. Switches have one broadcast domain and multiple collision
domain. Collision domain is equal to number of active ports in that switch there are three things that switches do that hubs do not:
· Hardware address learning
· Intelligent forwarding of frames
Three types of layer -2 forwarding methods