week 3 Flashcards

1
Q

what is a computer network ?

A

two computers that are connected together to share resources.

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

what are protocols in networking?

A

they are rules that govern how computers exchange data and enable effective communication.

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

what does OSI stand for?

A

open system interconnect. it shows how data flows from network to another.
- the OSI model breaks down the complex task of computer to computer network communication into 7 layers.

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

what are the different layers of the OSI model ?

A
  • 7 Application layer eg HTTP HTTPS FTP etc..
  • 6 Presentation layer eg SSL/TLS (Secure Sockets Layer/Transport Layer Security) for encryption.
  • 5 Session layer eg Network Basic Input/Output System, creating session between two machines
  • 4 Transport layer eg TCP (Transmission Control Protocol), UDP (User Datagram Protocol)
  • 3 Network layer eg router, ipv4 ipv6
  • 2 Data link layer eg Switches and Bridges etc
  • 1 Physical layer eg Ethernet cables, fiber optics etc
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

what is an ip address ?

A

It is a number used to uniquely identify a device on a network.
- There are two versions ipv4 & ipv6

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

How many bits are in an ip address?

A

32

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

how many octects are in an ipv4 address?

A

4

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

convert 192.168.1.131 to bits
172.16.254.1

A

11000000.10101000.00000001.100000011

10101100.00010000.11111110.00000001

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

how many classes of ip addresses exist ?

A

5 classes
A: 1-126
B: 128-191
C: 192-223
D: 224-239
E: 240-255

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

what is subnet mask ?

A

It is a number that determines how many ip addresses we can have in a network.

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

what is the formular to calculate a subnet ?

A

2^n-2 where n is the number of borrowed bits

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