[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference irocz::terminal_servers

Title:Terminal Servers
Notice:See Note 2 for Directory of important notes. Please use keywords.
Moderator:LAVC::CAHILLON
Created:Tue May 14 1991
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:3547
Total number of notes:12300

3377.0. "TSM slow in OSI - cross posted in tsm also" by CSC32::D_SHAVEY () Tue Dec 17 1996 11:37

T.RTitleUserPersonal
Name
DateLines
3377.1help!CSC32::D_SHAVEYThu Dec 19 1996 16:126
3377.2Just out of curiousity I checked how long it took on my system...TWICK::PETTENGILLmulpWed Apr 30 1997 03:051
44 servers took consistently less than 9 seconds.  This was a VAX 4000-90.
3377.3Also depends on network utilizationKERNEL::FREKESLike a thief in the nightFri May 02 1997 15:5939
    >44 servers took consistently less than 9 seconds.
    
    In my opinion these are quite good stats. Keep in mind that in order
    for the table to be created with an entry of either available or
    unavailable, the host has to do a `mop loop' to each of the servers. So
    depending on the network utilization, the response may take longer.
    
    I have just done a quick test here in the CSC, and for two server. One
    of the server being unavalable, and the other being available. The
    results were as follows.
    
    Unavailable Server
    15 Packets sent by TSM host send code 5, request ID frames.
    
    Available Server
    5 Packets sent by TSM host.
    Packet 1 = code 5, request ID
    Packet 2 = code 13, reserve console
    Packet 3 = code 5, request ID
    Packet 4 = code 15, release console
    Packet 5 = code 5, request ID
    
    Also dont forget that in between these you have the server responses
    which are as follows.
    
    host -> server =  code 5, request ID
    server -> host response
    host -> server = code 13 request console
    host -> server =  code 5, request ID
    server -> host response
    host -> server =  code 15, release console
    host -> server =  code 5, request ID
    server -> host response
    
    Quite a lot of bandwidth contention to go through here.
    
    Regards
    	Steven F
    	UK CSC
3377.4re:Also depends on network utilizationTWICK::PETTENGILLmulpThu May 08 1997 03:017
The chance of the network being a bottleneck are very low; Ethernet has
the bandwidth to switch those 10 packet to about 1000 terminal servers in
a single second.

Now if it were the superior Internet Protocol SNMP, now that would be a
different story.  Especially if it were SNMP V2; that would take about half
a second of server time to authenticate each packet.
3377.5LAVC::CAHILLJim CahillThu May 08 1997 14:146
> The chance of the network being a bottleneck are very low; Ethernet has
> the bandwidth to switch those 10 packet to about 1000 terminal servers in
> a single second.

Assuming of course it doesn't have to contend with collisions, delays, and
retransmissions caused by other systems using the same Ethernet.