COE768: Computer Networks (Final Exam Review)

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/38

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.

39 Terms

1
New cards

What special role does 255.255.255.255 have as an IP address?

Local broadcast to all hosts in the current network.

2
New cards

What special role does NetID.(All 1s) have as an IP address?

Directed broadcast to all hosts in network NetID

3
New cards

What are the three fashions to deliver IP packets?

Unicast (one to one)

Broadcast (one to all in network)

Multicast (one to selected few in network)

4
New cards

Multicast uses which type of IP addressing?

Class D (224.0.0.0 to 239.255.255.255)

5
New cards

What is the purpose of a switch?

Take the signal from one device and switch the path to another device.

6
New cards

What layer does a switch operate on?

Layer 2 (data link)

7
New cards

What layer does a hub operate on?

Layer 1 (physical)

8
New cards

What does a hub do?

Broadcast data packets to all devices connected.

9
New cards

How does a switch know what port to send the packet to?

MAC table, using the address of the destination

10
New cards

What does a switch do if it's MAC table does not have the port for the given value?

It broadcasts the frame to all ports.

11
New cards

What is the goal of switched ethernet?

To allow easy expansion of the network

12
New cards

During the spanning tree algorithm, which host is the root?

The host with the smallest MAC address.

13
New cards

What is a VLAN?

Virtual local area network. Splits LAN into multiple broadcast domains.

14
New cards

Tagged vs. untagged VLAN

Tagged: Multiple VLANs can be supported using a single switch port, TAG field is added to the frame indicating the VLAN ID.

Untagged: Need distinct ports for separate VLANs

15
New cards

What controls the tag field?

Switches

16
New cards

Define access ports

Switch ports connected to end devices

17
New cards

Define trunk ports

Switch ports connected to other switches.

18
New cards

Define MACA

Multiple access with collision avoidance, like CSMA/CD but for wireless. Meant to overcome the hidden terminal problem

19
New cards

Steps of MACA

1. Sender sends request to send (RTS) to destination

2. Destination sends clear to send (CTS) to all nodes in range, occupied for a set time

3. Sender sends frame

20
New cards

Define exposed terminals

A node that is not the destination, and is visible to the source, but not visible to the destination.

21
New cards

Define hidden terminal

A node that could also be transmitting to a destination node while being invisible to the source.

22
New cards

Define CSMA/CA and its purpose

Carrier sense multiple access with collision avoidance.

1. Minimize collisions

2. Retransmit with stop and wait (exponential backoff)

3. Interframe spaces

23
New cards

Purpose of interframe spaces

IFS is the insertion of small gaps, SIFS for high priority (shorter), DIFS for low priority (longer)

24
New cards

CSMA

CSMA is like CSMA in ethernet, channel sensing is performed by all wifi radios.

25
New cards

CA (part of CSMA/CA)

26
New cards

Difference in the exponential backoff in CSMA/CD compared to CSMA/CA

CSMA/CA is okay with longer wait times if it means less collisions. Starting set is [0-7] and then doubles every failed attempt.

27
New cards

Two main roles of the router in the network layer

Routing (finding the optimal path across the network)

Forwarding (using routing tables to determine the next hop)

28
New cards

Difference between Datagram model and Virtual circuit model of IP

VC all fragments take the same path due to the connection, in datagram each fragment may take a different path.

29
New cards

Define frame relay

Example of virtual circuit model

30
New cards

Store and forward switching

Routers receive packets and store temporarily while it figures out what to do

31
New cards

T/F: Over the course of a transmission, the IP address doesn't change

True

32
New cards

T/F: Over the course of a transmission, the MAC address in the DLL header does change

T

33
New cards

Formula to find block size

floor((MTU-20)/8)*8

34
New cards

Class A IP addresses

1.0.0.0-127.0.0.0

0-127, Subnet Mask of 255.0.0.0,

35
New cards

Class B IP addresses

128.0.0.0-191.255.0.0

128-191, Subnet Mask of 255.255.0.0

36
New cards

Class C IP addresses

192.0.0.0-223.255.255.0

192-223, Subnet Mask of 255.255.255.0

37
New cards

Class D IP addresses

224.0.0.0 - 239.255.255.255 Multicast

38
New cards

Class E IP addresses

240-255, used for Experimental Addressing

39
New cards

Meaning of 255.255.255.255

Broadcast to local network