Lecture 6 (unfinished) Flashcards

1
Q

What is the Internet?

A

Internet: Interconnected Network.

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

What is a switch?

A

Switch
o It is the central component of a single physical network (e.g Ethernet LAN)
o It interconnects computers in a physical network and transfers frames between them

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

What is a router?

A

• Router
o It Connects two or more networks and transmits the IP traffic between networks
o The networks can be heterogeneous => The format of the frames differ; (eg. Interface
Ethernet or 802.11)

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

Types of networks in internet

A

Backbone
metropolitan network
cosmopolitan network
local area network

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

What are backbones in terms of internet?

A

Backbones: Networks are used to interconnect other networks (e.g. WANs)

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

What are commercial networks in terms of internet?

A

Commercial networks provide access to their subscribers in backbone networks

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

What is ISOC?

A

It is a professional association that facilitates, promotes and supports the development of the Internet as a global communications system

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

What is ICANN

A

ICANN is responsible for the management of IP addresses and DNS domains

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

What is the Internet Architecture Board?

A

15 members

It serves as the final quality control council of Internet standards

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

What is IRFT?

A

IRFT deals with long-term research programs

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

What is IETF?

Internet Engineering Task Force

A

deals with the short-term creation of Internet standards

9 areas e.g. security

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

Layers in TCP-IP Protocol Stack

A
Application
Transport
Network
Data Link
Physical
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Describe internet Protocol in terms of TCP-IP Layer?

A

Internet Protocol (IP)
o No guarantee if the packet will arrive
o Congestion may cause the routers due to limited buffer size
o When congested occurs, routers will drop the packets

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

What is an IP host?

A

IP host: A device with ΙΡ address
e.g. Ethernet switch (L3)

Multiple hosts can be located either on a network or part of a subnet

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

What are some IP layer Service Characteristics?

A

Connectionless service: There is no signaling establishment between sender and receiver

The IP Packet (Datagrams) vary in length

Best Effort Service
o Delay, out of sequence packets and manage losses from higher-layer protocols
o IP forwarding
o Using the routing tables

Provides reports for the transmission and delivery of IP Packet
o Using the protocol ICMP

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

What do IP packets/datagram consist of ?

A

A header followed by Payload

o Payload from higher-level protocols (eg. TCP, UDP)

17
Q

Describe IP packets

A

IP packets are encapsulated within the physical network using a physical
network (e.g. Ethernet, WiFi)
Ethernet maximum length 1500 bytes
• Use of fragmentation and reassembly method for transmitting through
different networks maximum frame length

18
Q

What is Forwarding in terms of IP Routing?

A

Forwarding: Transfer packets from router’s input to appropriate output
(interface)

19
Q

What is Routing in terms of IP Routing

A

Routing: determine the route of packets from the sender to the recipient

20
Q

Maximum Transmission Unit formula?

A

Maximum Transmission Unit

o MTU = IP Datagram (data + header)

21
Q

What is multihoming in terms of IP Addressing?

A

Multihoming: When a host is connected to multiple networks and uses an IP address for each network

22
Q

How are IP Addresses defined

A

IETF RFC standard 1166