Answers the 31st March 2001
1 BGP
- Uses attributes (AS Path, Origin, Next Hop, Weight, Local
preference,...)
- Uses TCP port 179
- Incremental routing updates once routing tables are synchronized
2a Broadcasts:
- Used by ARP to discorver MAC address
- broadcast address is 255.255.255.255
2b Frame Size
- Ethernet Frames cannot exceed 1518 bytes
- Token Ring 18000 bytes
2c Windowing and Flow Controll
- Flowcontroll can be done with hardware
2d Error recovery
- X.25 has lots of error recovery build in
3 Scalable Internetwork
- Campus networks, uses multilayered
Koen
<Stares stunned for a moment, then pulls "Internet Routing
Architectures", by Halabi, off the bookshelf (I know, I'm cheating,
and according to a.c.c, this is the definitive BGP book ;-) >
1. BGP :
a. Subdivided into two groups. In a connection between routers in
the same AS (Autonomous System) , BGP is referred to as Interior BGP (IBGP).
If the routers are in different AS's, it's Exterior BGP (EBGP).
b. BGP authentication uses the Message-Digest Algorithm v5 (MD5).
c. We're currently on version 4.
Unfortunately Katherine's up and about, so I've got to go now. I'll
answer
the others later, if I get a chance.
Garry
Hi Ken,
good start, got me on frame size for tonight...
1. Tell me three things about BGP.
a. Is an Exterior routing protocol
b. BGP exchanges reachability information with other BGP systems
c. Supports CIDR - Classless Interdomain Routing (BGP4)
2. Tell me two thing about each of the above areas as they relate to
network traffic characterization.
Broadcast behaviour:
1. Broadcasts and multicasts are controlled by using Routers
2. The maximum number of workstations per segment should be adhered
to otherwise WINS/ARP/DNS traffic will congest it.
Frame size: 1.
2.
Windowing and Flow Control:
1. TCP window sizes are variable during the connection period
2. TCP windowing is symmetrical, both the ends of the connection can
send and receive.
Error Recovery:
1. Sequencing/numbering/labelling of data and acknowledgements
enable error recovery
2. Connection-oriented protocols include LLC type 2 (802.2) TCP/IP.
3. Tell me one thing about a scalable internetwork.
a. Hierarchical networks are easier to scale than other network
models, as they are modular.
Svenn