Clyde Notes Flashcards

1
Q

How many messages does it take to translate server name into IP

A

6

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

How many messages setup TCPIP connection

A

3

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

How many messages to send HTTP Get request

A

4

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

How many messages to tear down connection

A

4

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

What is a network at the lowest level

A

2+ Computers connected by a link

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

TCP/IP

A

Transport Control Protocol/Internet Protocol. Defines how information is transmitted over the internet

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

IP Address

A

4 numbers separated by a . that uniquely identify each host on the internet. Used to route information, no two hosts can have the same IP.

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

SMTP

A

Simple Mail Transfer Protocol. Defines how email is sent online

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

How did packet switching come about

A

Military swapped to packet switching because circuit switching was too fragile

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

First packet switched network

A

ARPANET in 1969

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

Internetting Project

A

When packet switched networks were connected together

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

WAN Transmission Lines

A

There are many transmission lines that connect routers in a WAN

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

Network Layer in terms of transmission

A

Lowest Layer that deals with end to end transmission. Wants to get packets to destination.

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

Routing algorithms

A

Determine how network chooses path to take, decides which output line an incoming packet should be transmitted on.

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

Store and Forward (Packet Switching)

A

Host sends a packet to nearest router, packet stored there until it has arrived and verified checksum.
Forwarded to next router until destination is reached.

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

Issues with Store and Forward for Transport Layer

A

Services are to be independent from router technology.
Transport layer should be shielded from info of router.
Network Address shared with Transport layer should use uniform numbering plan.

17
Q

Issues with Store and Forward in general

A

No error control.
Not reliable connection oriented service.
QoS

18
Q

Flow control done by

19
Q

What technology failed to take over IP

A

ATM technology

20
Q

Each packet in a network should

A

carry full destination address as each packet is sent independently

21
Q

Unicast

A

Sent to a single destination

22
Q

Multicast

A

Sent to multiple destinations

23
Q

Classes of Failure

A

Bit Error, 2nd Class, Semantic Gap

24
Q

Packet Switched networks

A

Split messages into small packets, store and forward to next node, every node has an address, efficient.

25
Bit Error
Rare but may call for retransmission
26
2nd Class
Packet loss by network
27
Semantic Gap
Difference between what app expects and what network provides
28
Layering
Manage abstraction which leads to layers in network system. Modular
29
Objects making up layers
protocols
30
Protocols in layers
Define operations performed by local objects
31
Service interface
defined to objects that want to use communication service
32
Request/Reply protocol
supports operations by which app can receive and send messages
33
Peer interface
defined by protocol to its counterpart on remote machine. Implements exchange of messages, defining form and meaning