unit 5: getting down and dirty w/ networks Flashcards

1
Q

application layer

A

to allow access to network resources

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

presentation layer

A

to translate, encrypt and compress data

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

session layer

A

to establish, manage, and terminate sessions
*API, Winsock, sockets

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

transport layer

A

to provide reliable process to process message and error delivery

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

network layer

A

to move packets from source to destination
to provide internetworking

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

data link layer

A

to organize bits into frames
to provide hop-to-hop delivery

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

physical layer

A

to transmit bits over a medium
to provide mechanical and electrical specifications
fibre, wireless, hubs, coax

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

acronym for 7 layers

A

Please Do Not Throw Sausage Pizza Away

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

protocol

A

a set of rules defining how two computers communicate w/ each other

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

IPv4

A

a 32-bit Address that comprises binary digits separated by a dot

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

IPv6

A

a 128-bit IP Address, which is written in a group of 8 hexadecimal numbers separated by a colon

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

benefits of IPv6

A

*larger address space
*improved security
*simplified header format

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

why is an IP address needed to connect to the internet?

A

identifies the device connected to the internet
routers use the IP addresses to direct data to the correct destination

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

main difference between mac and IP addresses

A

MAC Address is used to ensure the physical address of the computer. It uniquely identifies the devices on a network. While IP addresses are used to uniquely identifies the connection of the network with that device takes part in a network.

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

TCP/IP

A

communications protocol suite using which network devices can be connected to the internet

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

OSI

A

conceptual framework which the functioning of a network can be described

17
Q

process of TCP/IP Model

A
  1. application layer: encrypts/decrypts the message
  2. transport layer: breaks the message into small packets and gives a number and the total number of packets on each packet
  3. network layer: adds the IP address of sender and recipient to each packet. allows them to go to the right destination
  4. data link layer: converts the packets into signals to send over the network