Networking Flashcards

1
Q

WAN

A

Wide area Network

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

What is the internet?

A

Network of interconnected Networks

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

What is a LAN?

A

two or more computers connected togather within a small geographic area

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

What are Protocols?

A

defines a set of rules required for data communication between devices

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

What is Circuit switching?

A

Circuit switching involves creating a communication between two endpoints for the duration of the transfer of data
No other data can use any part of this circuit until the transmission is complete
data packets used

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

What are data packets?

A

when sending across a network,data is broken into equal size chunks(units) called data packets and assembled again at the receiving end

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

How do data packets help

A

they improve efficiency and reliability

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

What is packet switching?

A

Packets are often sent across networks that have multiple through to a destination
(network often shared)

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

What is routing?

A

Routers transfer data packets from one network to another

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

What is a ‘Hop’ in terms of routing?

A

Each transfer from a router is known as a hop?

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

Routing process

A

Each router stores data about the available routes to the destination
looks up the destination IP ADDRESS (in its routing table)and finds best router to forward the packet to
Routers continue to forward the packet until destination node is reached

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

Why are packets deliberately kept small?

A

To ensure that the packets do not take excess time to transfer preventing other packets from moving

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

What is required when data is transferred from one network to another but with different protocols?

A

A gateway

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

What is a MAC address?

A

Uniquely identifies a physical device with a network interface card(NIC)

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

What is client-server?

A

is a model where one entity (the client) requests services from another (the server)

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

What is peer-to-peer?

A

have equal status

each computer on the network acts as both client and server there is no centralized control

17
Q

The TCP /IP stack

A

Has four layers unlike OSI model with 7
Application-this layer is concerned with the production,comunication adn reception of data
Transport- concered with the establishment and termination of connections between etworks entities via routers
Internet- provide links to transmit datagrams across different networks
Link-not concerned with routers
designed to make overall network hardware independent

18
Q

what is IP addressing

A

each device on eh network has an a unique IP Address

both static and dynamic

19
Q

Differences between circuit and packet switching

A

CS establishes a route for the duration of the message/PS has no established route
CS sends packets all on same route/PS means packets being sent on individual routes
CS packets remain in correct order (but must be reassembled)/PS packets arrive out of order (and must be reordered)