NETWORKING EXAM

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/25

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

26 Terms

1
New cards

NETWORK LAYER

translates the logical addresses into physical addresses.

2
New cards

ROUTING

When a packet reaches the router's input link, the router will move the packets to the router's output link.

3
New cards

LOGICAL ADDRESSING

is also used to distinguish between source and destination system.

4
New cards

INTERNETWORKING

This is the main role of the network layer that it provides the logical connection between different types of networks.

5
New cards

FRAGMENTATION

Is a process of breaking the packets into the smallest individual data units that travel through different networks.

6
New cards

HOP COUNT

a packet must travel in a route to move from source to the destination.

7
New cards

DELAY

It is a time taken by the router to process, queue and transmit a datagram to an interface.

8
New cards

BANDWIDTH

The capacity of the link is known as a bandwidth of the link. The bandwidth is measured in terms of bits per second.

9
New cards

LOAD

refers to the degree to which the network resource such as a router or network link is busy.

10
New cards

RELIABILITY

Some networks go down more often than others. After network failure, some network links repaired more easily than other network links.

11
New cards

UNICAST ROUTING

One route can be configured to be preferred over others.

12
New cards

BROADCAST ROUTING

In this case, the router creates multiple copies of single data packet with different destination addresses.

13
New cards

MULTICAST ROUTING

packets are sent to all nodes even if they do not want it.

14
New cards

ANYCAST ROUTING

When a packet destined to this logical address is received, it is sent to the host which is nearest in routing topology.

15
New cards

FLOW CONTROL

When a data frame (Layer-2 data) is sent from one host to another over a single medium, it is required that the sender and receiver should work at the same speed.

16
New cards

STOP AND WAIT

This flow control mechanism forces the sender after transmitting a data frame to stop and wait until the acknowledgement of the data-frame sent is received.

17
New cards

SLIDING WINDOW

In this flow control mechanism, both sender and receiver agree on the number of data-frames after which the acknowledgement should be sent.

18
New cards

ERROR CONTROL

is the process of detecting and correcting data frames that have been corrupted or lost during transmission.

19
New cards

DETECTION OF ERROR

Transmission error, if any, is detected by either the sender or the receiver.

20
New cards

ACKNOWLEDGEMENT

may be positive or negative.

21
New cards

POSITIVE ACK

When the receiver receives a correct frame, the receiver sends a positive acknowledge.

22
New cards

NEGATIVE ACK

When the receiver receives a damaged frame or a duplicate frame, the receiver sends a negative acknowledgment back to the sender and the sender must retransmit the correct frame.

23
New cards

RETRANSMISSION

If an acknowledgment of a data-frame previously transmitted does not arrive before the timeout, or a negative acknowledgment is received, the sender retransmits the frame.

24
New cards

STOP AND WAIT ARQ

If the sender receives a negative acknowledgment, the sender retransmits the frame.

25
New cards

GO BACK N ARQ

The sender has buffers called sending window.

26
New cards

SELECTIVE REPEAT ARQ

Both the sender and the receiver have buffers called sending window and receiving window respectively.