• Keine Ergebnisse gefunden

Written examination in Computer Networks

N/A
N/A
Protected

Academic year: 2021

Aktie "Written examination in Computer Networks"

Copied!
10
0
0

Wird geladen.... (Jetzt Volltext ansehen)

Volltext

(1)

February 19th 2020

Last name:

First name:

Student number:

I conrm with my signature that I will process the written examination alone and that I feel healthy and capable to participate this examination.

I am aware, that from the moment, when I receive the written examination, I am a participant of this examination and I will be graded.

Signature:

• Use the provided sheets. Own paper must not be used.

• You are allowed to use a self prepared, single sided DIN-A4 sheet in the exam.

Only handwritten originals are allowed, but no copies.

• You are allowed to use a non-programmable calculator.

• Do not use a red pen.

• Time limit: 90 minutes

• Turn o your mobile phones!

Result:

Question: 1 2 3 4 5 6 7 8 9 Σ Grade

Maximum points: 17 13 8 7 14 9 8 9 5 90

Achieved points:

1.0: 90.0-85.5, 1.3: 85.0-81.0, 1.7: 80.5-76.5, 2.0: 76.0-72.0, 2.3: 71.5-67.5,

2.7: 67.0-63.0, 3.0: 62.5-58.5, 3.3: 58.0-54.0, 3.7: 53.5-49.5, 4.0: 49.0-45.0, 5.0: <45

(2)

Maximum points: 12.5+0.5+4=17

a) Fill out all empty fields.(Only one correct answer per field!)

b) Do computer networks usually implement parallel or serial data transmission?

c) Calculate the first and last host addresses, the network address and the broadcast address of the subnet.

IP Address: 153.213.11.213 10011001.11010101.00001011.11010101 Subnet mask: 255.255.255.224 11111111.11111111.11111111.11100000 Network address? ___.___.___.___ ________.________.________.________

First host address? ___.___.___.___ ________.________.________.________

Last host address? ___.___.___.___ ________.________.________.________

Broadcast address? ___.___.___.___ ________.________.________.________

binary representation decimal representation binary representation decimal representation

10000000 128 11111000 248

11000000 192 11111100 252

11100000 224 11111110 254

11110000 240 11111111 255

(3)

Maximum points: 2+2+2+2+5=13

a) Simplify this IPv6 address:

21da:00d3:0000:0000:02aa:00ff:fe28:9c5a

b) Simplify this IPv6 address:

2001:0db8:0000:0000:5a6b:0000:0001:678a

c) Provide all positions of this simplified IPv6 address:

2001:db8:84a2::8a2e:70:4

d) Provide all positions of this simplified IPv6 address:

2001:cdba::18:2

e) This signal curve is encoded with NRZI and 4B5B. Decode the data.

Label 4B 5B Function Label 4B 5B Function

0 0000 11110 0 hexadecimal 8 1000 10010 8 hexadecimal

1 0001 01001 1 hexadecimal 9 1001 10011 9 hexadecimal

2 0010 10100 2 hexadecimal A 1010 10110 A hexadecimal

3 0011 10101 3 hexadecimal B 1011 10111 B hexadecimal

4 0100 01010 4 hexadecimal C 1100 11010 C hexadecimal

5 0101 01011 5 hexadecimal D 1101 11011 D hexadecimal

6 0110 01110 6 hexadecimal E 1110 11100 E hexadecimal

7 0111 01111 7 hexadecimal F 1111 11101 F hexadecimal

(4)

Maximum points: 4+4=8

a) Error detection via CRC: Calculate the frame to be transferred.

Generator polynomial: 100101 Payload: 110100110110

b) Error detection via CRC: Check, if the received frame was transmitted correctly.

Transferred frame: 1011010110100 Generator polynomial: 100101

(5)

Maximum points: 3+4=7

a) Error Correction via simplified Hamming Distance (Hamming ECC method). Calcu- late the message, that will be transmitted (payload inclusive parity bits).

Payload: 10111110

b) Error Correction via simplified Hamming Distance (Hamming ECC method). Verify, if the received message was transmitted correctly.

Received message: 101110100010

(6)

Maximum points: 4+5+5=14

a) The diagram shows the establishment of a TCP connec- tion. Complete the table.

Message ACK SYN FIN Payload Seq Ack

flag flag flag length number number

1 30

2 150

3

b) The diagram shows an excerpt of the transmission phase of a TCP connection. Complete the table.

Message ACK SYN FIN Payload Seq Ack

flag flag flag length number number

4 250 2200 850

5 150

6 7

c) The diagram shows the termination of a TCP connection.

Complete the table.

Message ACK SYN FIN Payload Seq Ack

flag flag flag length number number

8 1 0 2800 4200

9 10 11

(7)

Maximum points: 9

6500 bytes payload need to be transmitted via the IP protocol.

The payload must be fragmen- ted, because it is transmitted over multiple physical networks, whose MTU is <6500 bytes.

LAN A LAN B LAN C Network technology WLAN Ethernet PPPoE

MTU [bytes] 2312 1500 1492

IP header [bytes] 20 20 20

max. payload [bytes] 2292 1480 1472

Display graphically the way, the payload is fragmented, and how many bytes of payload each fragment contains.

(8)

Maximum points: 8

a) Fill the missing IP addresses and port numbers into the figure that describes a NAT scenario where device E sends a request for an email to an email server process that runs on device X and can be accessed on device X via port number 25.

(9)

Maximum points: 9

a) Sketch in the diagram of the network topology all collision domains.

b) Sketch in the diagram of the network topology all broadcast domains.

(10)

Maximum points: 5

Encode the bit sequence with 5B6B and NRZ and draw the signal curve.

Bit sequence: 11010 11110 01001 00010 01110

5B 6B 6B 6B 5B 6B 6B 6B

neutral positive negative neutral positive negative

00000 001100 110011 10000 000101 111010

00001 101100 10001 100101

00010 100010 101110 10010 001001 110110

00011 001101 10011 010110

00100 001010 110101 10100 111000

00101 010101 10101 011000 100111

00110 001110 10110 011001

00111 001011 10111 100001 011110

01000 000111 11000 110001

01001 100011 11001 101010

01010 100110 11010 010100 101011

01011 000110 111001 11011 110100

01100 101000 010111 11100 011100

01101 011010 11101 010011

01110 100100 011011 11110 010010 101101

01111 101001 11111 110010

Referenzen

ÄHNLICHE DOKUMENTE

Untersuche, ob diese Bitfolge ein falsches Bit enthält und wenn ja, welches Bit es betrifft. Gehe davon aus, dass maximal ein Fehler

The 7800 is specifically designed to reduce message input errors, speed message preparation,and eliminate problems associated with electro-mechanical terminal equipment..

Можете да излъчите един JPEG файл или да изберете папка с повече JPEG файлове, които да се излъчат

Varmista ennen Message Broadcasting -laajennuksen asentamista, että EasyMP Monitor -sovellus (versio 4.50 tai uudempi) on asennettu ja että seuraavat vaatimukset täyttyvät..

Вы можете выбрать для рассылки один файл JPEG или папку, содержащую серию файлов JPEG, вручную..

■ Якщо користувач проектора або особа, що демонструє, натиснули кнопку Esc , щоб зупинити транслювання повідомлення, проектор не отримуватиме

This CP/M error message indicates that an error occurred while the computer was reading from or writing to a disk file. PROGRAM CONTAINS n UNMATCHED FOR STATEMENT(S)

In our previous attempt[8], we analyzed the perfo rm ance on 3 (di scussed in section IV) different kind of networks g iven different data transmi ss ion rates.