Question using compareTo ...

Alright I have a general question on using the compareTo method...
I was to add two different polynomial terms together, but in order to do this I need to compare the degrees of both degree inputs together. If they are the same I combine the coefficients...
I am wondering how I go about using the compareTo method to do such a thing. The following is the code I have so far on the program. I DON'T want an answer! Really I just want to know if I am on the right track. Also notice the what I have commented out. It's lengthy, and I'm unsure if that is the right way to go about it.... thanks for the help!
import java.util.*;
import java.lang.*;
public class PolyTest
public static void main(String[] args)
     Scanner stdin = new Scanner(System.in);
     Polynomial test = new Polynomial();
Polynomial polynomial1 = new Polynomial();
System.out.println("Enter degree of the first polynomial");
int degree1 = stdin.nextInt();
          for(int i = degree1; i > -1; i--)
     System.out.println("Enter a coefficient for x^ " + i);
     int coefficient1 = stdin.nextInt();
     if (coefficient1 != 0)
     polynomial1.addTerm(coefficient1, i);
     while(i == 0)
System.out.println("The first polynomial is " + polynomial1);
          break;
          Polynomial polynomial2 = new Polynomial();
          System.out.println("Enter degree of the second polynomial");
int degree2 = stdin.nextInt();
          for(int i = degree2; i > -1; i--)
     System.out.println("Enter a coefficient for x^ " + i);
     int coefficient2 = stdin.nextInt();
     if (coefficient2 != 0)
     polynomial2.addTerm(coefficient2, i);
     while(i == 0)
System.out.println("The second polynomial is " + polynomial2);
          break;
          // System.out.println("The sum of the two polynomials is " + test.comparePoly(degree1, degree2, coefficient1, coefficient2));
class Polynomial
private LinkedList<Term> terms;
public Polynomial()
terms = new LinkedList<Term>();
public void addTerm( int c, int d)
terms.add(new Term(c, d));
public String toString()
String s = "";
for(int i = 0; i < terms.size(); i++)
s += terms.get(i);
if(i < terms.size()-1)
s += " + ";
return s;
class Term implements Comparable
private int coeff;
private int degree;
String variable = "x";
public Term(int c, int d)
coeff = c;
degree = d;
public int compareTo(Object obj)
Term temp = (Term) obj;
     int diff = degree - temp.degree;
     return diff;
/* public String comparePoly(int de1, int de2, int co1, int co2)
int x = de1.compareTo(de2);
int y = 0;
String str = String.valueOf();
          if (x == 0)
          y = co1 + co2;
               if (de1 == 1 || de2 == 1)
               str += y + variable;
               else if (de1 == 0 || de2 == 0)
          str += "";
               str += y + variable + "^" + de1;
          else if (x < 0)
          if (de1 == 1 || de2 == 1)
               str += y + variable;
               else if (de1 == 0 || de2 == 0)
          str += "";
               str += co2 + variable + "^" + de2 + " + " + co1 + variable + "^" + de1;
          else
          if (de1 == 1 || de2 == 1)
               str += y + variable;
               else if (de1 == 0 || de2 == 0)
          str += "";
          str += co1 + variable + "^" + de1 + " + " + co2 + variable + "^" + de2;
          return str;
public String toString()
String s = String.valueOf(coeff);
          if (degree == 0)
          s += "";
          else
          if (degree == 1)
          s += variable;
          else
          s += variable + "^" + degree;
return s;
}

Are you in the same class with this guy?
http://forum.java.sun.com/thread.jspa?threadID=667690
As for whether you're on the right track, I don't know, because I don't know what comparePoly is supposed to do or how you're supposed to use compareTo, and because your code isn't formatted. (When you post code, please use [code] and [/code] tags as described in Formatting tips on the message entry page. It makes it much easier to read)
But then, you can find out for yourself if you're on the right track. If your code does what it's supposed to do, or close to it, for a test case or two, then yeah, you're on the right track.

Similar Messages

  • Compiler error using compareTo

    I get a compiler error when I use compareTo with the Character class. I confirmed the error with following code from The Java Tutorial:
    public class CharacterDemo {
    public static void main(String args[]) {
    Character a = new Character('a');
    Character a2 = new Character('a');
    Character b = new Character('b');
    // ******* Problem is here ************
    int difference = a.compareTo(b);
    if (difference == 0) {
    System.out.println("a is equal to b.");
    } else if (difference < 0) {
    System.out.println("a is less than b.");
    } else if (difference > 0) {
    System.out.println("a is greater than b.");
    System.out.println("a is "
    + ((a.equals(a2)) ? "equal" : "not equal")
    + " to a2.");
    System.out.println("The character " + a.toString() + " is "
    + (Character.isUpperCase(a.charValue()) ? "upper" : "lower")
    + "case.");
    The compilier is complaining that compareTo is not part of the Character class. I am compiling with whatever compilier was installed with Suse Linux 7.1. The code compiles fine on my university's Unix system that I can dial into.
    I figure my Linux version must have some old compiler. But to be honest, I am also new to Linux and am having trouble figuring out what I am compiling with. Can any expert out there give me advice on identifying/updating the Java technology I am using. Thanks in advance.
    Jim

    Check the jdk version using the java command:
    java -versionwhich will output the jdk version you're using.

  • Interactive questions using IP/TV

    I am interested in how users can post questions using IP/TV while the presentation is ongoing. What is the process behind this as I don't really see how it works, any kind of insight would be useful.
    Many thanks Alex

    When you set up the program, you can (or not) enable interactive "from the field" questions.
    The client provide a button that can be pressed to flag the presenter that a field question is pending.
    The presenter can then address the questions as possible.
    Depending on the scope and location of the audience, you may also consider bringing up a conference bridge for voice-based questions.
    Good Luck
    Scott

  • Is this now where to ask DVD Studio Pro questions?  If not, please let me know where.  Here's my question:  Using DVD Studio Pro 3, when trying to burn a disc which is 4.5GB, I get error message "Not eough disk space in target folder".  What to do?

    Is this now where to ask DVD Studio Pro questions?  If not, please let me know where.  Here's my question:  Using DVD Studio Pro 3, when trying to burn a disc which is 4.5GB, I get error message "Not eough disk space in target folder".  What to do?

    Thanks.  Unfortunately, I need to make a master DVD that can then be duplicated in bulk as a single layer disc.  This surprises me because I tried burning a different DVD project that has worked in the past which is also 4.5 GB and now I could not burn that either.  I also reencoded some material to get the new project down to 4.4 GB but it still would not burn.  Any ideas are appreciated.

  • How do I use compareTo

    Please help. I'm new to this and I can't figure out how to use compareTo. I need to try to get the output looking like this:
    name1 bill1 bill2
    name2 bill1 bill2
    name3 bill1 bill2
    etc.
    It currently does this:
    name1 bill1
    name2 bill1
    name1 bill2
    etc.
    How do I do this????
    public class BillingList
    private static final int MAXIMUM_NUMBER_OF_BILLS = 100;
    private Bill[] bills;
    private int numberOfBills;
    public BillingList()
    bills = new Bill[MAXIMUM_NUMBER_OF_BILLS];
    numberOfBills = 0;
    public void addBill(String customerName, double amountOwedByCustomer)
    bills[numberOfBills] = new Bill(customerName, amountOwedByCustomer);
    ++numberOfBills;
    public void payBill(String customerName, double amountPaid)
    if(numberOfBills > 1)
         { for(int i = 0; i < numberOfBills; ++i)
              {if(bills[i].getAmount() >= amountPaid)
                        {double amountChanged = bills[i].getAmount() - amountPaid;
                             bills.setAmount(amountChanged);
    public double totalOwed(String customerName)
    double total = 0.00;
    for (int i = 0; i < numberOfBills; ++i)
    total += bills[i].getAmount();
    return total;
    public String toString()
    String result = "";
    for (int i = 0; i < numberOfBills; i++)
    result += bills[i].getName() + ": " + bills[i].getAmount() +"\n";
    return result;
    public static void main(String[] args)
    BillingList accounts = new BillingList();
    accounts.addBill("Joe", 123.45);
    accounts.addBill("Mary", 321.11);
    accounts.addBill("Charlie", 420.15);
    accounts.addBill("Laura", 124.31);
    accounts.addBill("Joe", 23.55);
    accounts.addBill("Mary", 122.21);
    accounts.addBill("Charlie", 125.78);
    accounts.addBill("Jack", 76.55);
    accounts.addBill("Mary", 122.34);
    accounts.addBill("Charlie", 322.11);
    System.out.println("Charlie's total is " +
    accounts.totalOwed("Charlie"));
    accounts.payBill("Charlie", 120.00);
    System.out.println("Charlie paid 120.00");
    System.out.println("Charlie's total is now " + accounts.totalOwed("Charlie"));
    System.out.println(accounts);
    public class Bill implements Comparable
    private String name;
    private double amount;
    public Bill(String nameOnBill, double amountOwed)
    name = nameOnBill;
    amount = amountOwed;
    public int compareTo(Object other)
    Bill otherBill = (Bill)other;
    return name.compareTo(otherBill.name);
    public String getName()
    return name;
    public double getAmount()
    return amount;
    public void setAmount(double newAmount)
    amount = newAmount;
    steve

    Try this code, no compareTo.import java.util.*;
    public class BillingList {
         private static final int MAXIMUM_NUMBER_OF_BILLS = 100;
         private Bill[] bills;
         private int numberOfBills;
         private Hashtable customers;
         public BillingList() {
              bills = new Bill[MAXIMUM_NUMBER_OF_BILLS];
              customers = new Hashtable();
              numberOfBills = 0;
         public void addBill(String customerName, double amountOwedByCustomer) {
              bills[numberOfBills] = new Bill(customerName, amountOwedByCustomer);
              ++numberOfBills;
              if(!customers.containsKey(customerName)) customers.put(customerName,customerName);
         public void payBill(String customerName, double amountPaid) {
              boolean found=false;
              for(int i = 0; i < numberOfBills; i++) {
                   if(bills[ i ].getName().equalsIgnoreCase(customerName)) {
                        if(bills[ i ].getAmount() >= amountPaid) {
                             double amountChanged = bills[ i ].getAmount() - amountPaid;
                             bills[ i ].setAmount(amountChanged);
                             found=true;
              if(!found) System.out.println("Nothing to pay the customer "+customerName);
         public double totalOwed(String customerName) {
              double total = 0.00;
              for (int i = 0; i < numberOfBills; ++i) {
                   if(bills[ i ].getName().equalsIgnoreCase(customerName))
                        total += bills[ i ].getAmount();
              return total;
         public String toString() {
              Enumeration e = customers.elements();
              String result="";
              while(e.hasMoreElements()) {
                   String customer = (String)e.nextElement();
                   result += customer+" : ";
                   for (int i = 0; i < numberOfBills; i++) {
                        if(bills[ i ].getName().equalsIgnoreCase(customer)) {
                             result += bills[ i ].getAmount() +" ";
                   result += "\n";
              return result;
         public static void main(String[] args) {
              BillingList accounts = new BillingList();
              accounts.addBill("Joe", 123.45);
              accounts.addBill("Mary", 321.11);
              accounts.addBill("Charlie", 420.15);
              accounts.addBill("Laura", 124.31);
              accounts.addBill("Joe", 23.55);
              accounts.addBill("Mary", 122.21);
              accounts.addBill("Charlie", 125.78);
              accounts.addBill("Jack", 76.55);
              accounts.addBill("Mary", 122.34);
              accounts.addBill("Charlie", 322.11);
              System.out.println("Charlie's total is " +
              accounts.totalOwed("Charlie"));
              accounts.payBill("Charlie", 120.00);
              System.out.println("Charlie paid 120.00");
              System.out.println("Charlie's total is now " + accounts.totalOwed("Charlie"));
              System.out.println(accounts);
    }Sudha

  • HT5312 i could not follow anything, it needs to be clearer, and i all i wanted was to find the answers to my questions, you told me how to make an itunes account. and i'm pretty sure the questions used to be "first teacher" and "favorite teacher"not partn

    HELP i just could not figure out how to find the answers to my security questions, and i do believe that the questions used to be "who was your first teacher" and "who was your favorite teacher" but now the second one is "where did you and your partner go on there first trip together, so now i'm wondering if i dont even have the answers anymore! why, have you changed the questions, and i really am having trouble following the help pages. i need help, it wont let me buy any songs or apps, so i've been saving the links and names to songs.

    We are fellow users on these forums, you're not talking to Apple or iTunes Support.
    If you have a rescue email address (which is not the same thing as an alternate email address) set up on your account then steps 1 to 5 on the page that you posted from should let you reset them : go to https://appleid.apple.com/ and click 'Manage your Apple ID' on the right-hand side of that page and log into your account, then click on 'Password and Security' on the left-hand side of that page and on the right-hand side you should see an option to send security question reset info to your rescue email address.
    If you don't have a rescue email address (you won't be able to add one until you can answer 2 of your questions) then you won't get the reset option - you will need to contact iTunes Support / Apple to get the questions reset.
    Contacting Apple about account security : http://support.apple.com/kb/HT5699
    When they've been reset (and if you don't already have a rescue email address) you can then use the steps half-way down the page that you posted from to add a rescue email address for potential future use.

  • Very simple question: using XWS to generate static data

    Hi,
    I'm testing interop for JWSDP and a soon-to-be-released RSA Security, Inc. product that will also provide WSS as well as XML signatures, XML encryption, ...
    I have already used JWSDP -- xmldsig -- to generate a bunch of XML docs that were signed using JWSDP (all varieties of KeyInfo, signing algos, ...).
    I need to do something similar for WSS -- using xws-security.
    Do I need a Web container in order to be able to do this? (Again, recalling that all I want to do is generate thousands of encrypted, signed, encrypted & signed, signed & encrypted SOAP messages (using UsernameTokens, X509Tokens, ...))
    Do you have any examples that might save me some time?
    I have looked through all of the examples in the "interop" and "simple" subdirs of the "samples" subdir of "xws-security" and most of these presume that there's some RPC going on, which doesn't really fit the model of what I'm trying to do here. Got any ideas? Even basic ones? Even big ones?
    TIA.
    Liz

    I've kinda answered my own question in part:
    SecurableSoapMessage ssm = new SecurableSoapMessage(soapMessage);
    ssm.setFilterParameter(FilterParameterConstants.BINARY_SEC_TOKEN,new X509SecurityToken(ssm.getEnvelope().getOwnerDocument(),cert));
    ExportCertificateTokenFilter estf = new ExportCertificateTokenFilter();     
    estf.process(ssm);
    ExportSignatureFilter esf = new ExportSignatureFilter(new DirectReferenceStrategy(cert));
    esf.process(ssm);
    that transforms the soap message, adding the wsse xml, then I try to sign it:
    SignFilter sf = new SignFilter(new X509IssuerSerialStrategy(cert));
    sf.process(ssm);
    and this fails saying I don't have a privatekey, which makes sense. I need to create a DefaultSecurityEnvironmentImpl probably, define the key in there and then attach that to the SecurableSoapMessage? The problem is, I have the cert and privake key stored on files, how do I go about loading that into the SecurityEnvironment? Would this SecurityEnvironment handle cert chain validation then, since it can be constructed with a trusted keystore?

  • How do I create a check-box matrix question using Acrobat XI Pro?

    I would like to insert a question that is a 10 x 10 matrix that allows respondents to select multiple boxes in each row.  For example, the "add item > rating scale" feature formats a matrix the way I would like, although it only seems to allow for radio buttons.  With this feature, respondents can only select one item per row.  Is there any way to use this feature with check-boxes rather than radio buttons?  Or a different feature to create a matrix that allows for multiple selections per row? 
    Thanks so much,
    Andy 

    I created a 30 page Form in Microsoft Word with 20 to 30 check boxes on each page using the Zapf Dingbats Font.
    When I used Acrobat XI Pro to automatically convert the form it fails to create usable check boxes.
    It worked properly about 3 times on test pages but it will not do it again.
    Manually inserting check boxes one by one on 30 pages is mind numbing to say the least.
    Why doesn't the software work properly anymore?

  • Is there a way to restrict the number of attempts for a remediated question using advanced actions?

    I have the following slides in my project:
    content slide 1
    content slide 2
    question slide 1
    question slide 2
    Question slide 1 is a question about content slide 1. Question slide 2 is a question about content slide 2. I would like to restrict the total number of attempts to two for each question. If question 1 is answered incorrectly on the first attempt, the learner would be returned to content slide 1 for review. Clicking the next button will take the learner back to the missed quiz question and allow them a second attempt to answer it correctly. If they answer it incorrectly again, it is scored as incorrect and the learner is taken to question slide 2.
    Can this be done or does remediation keep repeating until the learner answers the question correctly?
    If that is the case, can I achieve my objective by using advanced actions? And, if so, can you provide step by step instructions on how to do this?

    I think it could be possible, but giving you step-by-step instructions, sorry, that would take a lot of time. Did you use advanced actions already? My archived blog has a lot of use cases and tutorials, but I think it is not fair to ask on a forum for step-by-step instructions for each use case you want to create.  The most important thing will be to make sure that the user always remains in the Quiz scope, you can use the new system variable cpInQuizScope while testing. There is no system variable for attempts on question level, only one on Quiz level, so you'll have to create a user variable to track the attempts on question level. A big problem is that when you leave a question slide, without using the remediation work flow, the attempts are considered as finished. Personally I would prefer for that reason to not use the default question slides. You could try out a combination of remediation and advanced actions, never did test that?
    Lilybiri

  • Beginner's question:  Using Time Machine with a WD External Drive

    Hello folks,
    Could someone help me with some basic questions?
    I have a MacBook with Mac OSX 10.5.5. It has Time Machine but I've never used it before. I've just obtained a Western Digital External Hard Drive which is Mac compatible but, I'm told, may not be formatted for Mac.
    1. If that's the case, how do I format it for Mac so that I can use it with my MacBook? Or can I just plug-and-play?
    2. Once ready to use, I'd like to use the external drive for two purposes: (a) to create back-up images of my entire computer using Time Machine, and (b) as a second drive where I can just drag-and-drop selected files when needed (e.g. so that I can put photos in a photo folder on my external instead of on my MacBook hard drive). Will my MacBook let me do this, or will using Time Machine effectively reserve the entire external hard drive for Time Machine and not allow my to drag-and-drop files?
    Thanks! And Happy New Year!

    Question 1:
    1. Launch Disk Utility (in your Applications/Utility folder.
    2. Click the "erase" tab
    3. Select your entire WD disk on the sidebar (the uppermost icon).
    4. Format: "Mac OS Extended (Journaled)"
    5. Name the Disk
    6. Click on "erase"
    Question 2:
    What is the size of your drive? If it is large enough you can partition it but Time Machine backup will "grow". So if it's important to you to save all backups you'll want to give it the whole disk. If not, you can partition the disk at the same time you format it.
    Follow the steps here. It will accomplish both Q1 & Q2.
    -mj
    Message was edited by: macjack

  • Scratch Disc Questions using Firewire External Drive & Imac

    Hello. I've read through the existing questions regarding scratch disc and Photoshop, yet can't seem to find an answer to my questions. I would greatly appreciate any tips/advice. Here is my setup and situation:
    I am running an iMac with a 2.16 intel core 2 duo processor, 3 GB memory, and running OS X version 10.6.4. I am currently using versions cs3 and cs4 of Photoshop, but plan to upgrade to cs5 soon.
    The problem I am having is when running Photoshop, my computer becomes very slow. After reading about possible reasons, I came across a couple of sources (including Adobe themeselves) mentioning that the scratch disc should be a designated drive seperate from the drive containing the operating system. Since I am using an iMac that only allows for one internal drive, my only apparent option seems to be an external drive.
    Many people say don't use an external drive, but if you are going to; use an eSATA or firewire. The imac does have firewire 800 capabilities. Should I consider this?
    Now I'm wondering if it's a bad idea to purchase a macbook for my next computer (what I wanted to do) because it will also only have one drive, not allowing for a seperate drive for the scratch disc. Any thoughts? I've read around the net but haven't found any definitive answers.

    Designer,
    Photoshop benefits greatly from having a scratch disk on a separate physical drive, not on the boot disk or on another partition of the boot disk. It's almost not worth connecting via Firewire 400 because the transfer limitations don't allow much performance improvement. But using a Firewire 800 connection gives excellent performance.
    Running Photoshop on a one-drive machine is a little frustrating due to the performance hit without the separate scratch drive.
    Rich

  • STATSPACK question using spauto.sql

    Using spauto.sql takes a snapshot of the database every hour, which is exactly what i want , but the question is when i run spreport, and trying to compare performance e.g ( 5.00p.m and 7.00p.m) how do go about it.

    Hi ,
    Following query will give you the snapshot id 's along with timings .
    select name,snap_id,to_char(snap_time,'mm/dd/yyyy hh24:mi:ss') from stats$snapshot,v$database.
    Provide start and end Id's to the spreport.sql .

  • Website design question using DW MX

    Hello,
    Relative rookie here looking for some info. Will dreamweaver
    Mx allow me to build a site such as www.ada.net ?
    Also and more importantly are there any good site for
    templates? I am basically try to build the site listed above of
    course using different names, colors and products.
    Thank you,
    Tyler

    The real question is "will your skill with HTML and CSS allow
    you to use DMX
    to build a site like that"? An inexperienced user using DMX
    can only build
    sites that would look like they were built by an
    inexperienced user, doncha
    know? But - can DMX allow you to build a site like that?
    Certainly.
    Good sites for templates? Try Google.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Europeancardriver" <[email protected]>
    wrote in message
    news:gh1tdi$lea$[email protected]..
    > Hello,
    >
    > Relative rookie here looking for some info. Will
    dreamweaver Mx allow me
    > to
    > build a site such as www.ada.net ?
    >
    > Also and more importantly are there any good site for
    templates? I am
    > basically try to build the site listed above of course
    using different
    > names,
    > colors and products.
    >
    > Thank you,
    >
    > Tyler
    >

  • Network question / using extreme apple tv and airprt express

    I have a wired airport extreme in my office on a pc( i also use it to run 2 mac books wireless) and apple tv in living room.
    my question is!!!!
    can i put an airport express in my loft and use the ethernet plug wire to connect a pc (it doesnt have wireless) and if so how?

    Yes, you can use an express to create a network for presentations, your main concern would be configuring it, which you would need to connect it to a computer to do.

  • EAP-TLS client security policy enforcement question using ISE

    Hi Experts ,
    I have remote site connected to HQ wireless controller and cisco ISE used as RADIUS server . I am using EAP-TLS authentication method where client will validate the server certificate and server will validate the client certificate.
    I am using EAP-TLS and machine authentication.
    In case of server certificate installation using internal PKI (Root CA ) server , I am quite clear that we can create certificate in ISE and can be signed by CA which will be used for EAP-TLS as well. however I am trying to under the client certificate installation.
    how does client gets certificate from CA. is there any mechanism used by AD to import the certificate automatically to all the clients ?
    and more important is , which certificate will be installed on client machines. Do we need to create certificate first from CA and save in repository and later can be installed same to client machines .... Sorry it could be microsoft AD related question however i am pretty sure that since we as a wireless techie , need to know even client side configuration.
    This is all about certificate installation . how about entire security policy which is used for EAP-TLS ?
    how will client wireless network adapter properties automatically configured with same SSID which is configured with EAP-TLS along with certificate validation ?
    I am not sure ... will it get pushed through AD ? how will it happen ?
    It would be really helpful if someone could put light on this ..

    Hello Vino,
    Some answers below :
    how does client gets certificate from CA. is there any mechanism used by AD to import the certificate automatically to all the clients ?
    You have templates in the certificate authority to user or machine certificate and you can apply these certificates to a group of machines or users using GPO in the Windows Server 2008.
    It can be automatically because the machine can get it using GPO from domain and after can authenticates using 802.1X using these certificates received from this policy.
    If you want a user certificate and get it manually you can access the CA too using the URL https://X.X.X.X/certsrv and request manually the user certificate using your domain credentials and install manually to authenticate using EAP-TLS with this user certificate.
    In the Cisco ISE Side it needs to have a local certificate from the same client CA or from another CA and the Cisco ISE needs to trust in the clients CA Issuer to accept the client certificate and allow this one to access the network.
    In the client side the same happens, the client needs to trust in the Issuer CA for the Cisco ISE certificate to validate ISE certificate and get access to the network.
    and more important is , which certificate will be installed on client machines. Do we need to create certificate first from CA and save in repository and later can be installed same to client machines .... Sorry it could be microsoft AD related question however i am pretty sure that since we as a wireless techie , need to know even client side configuration.
    If you have a Windows Server with GPO and a CA configured you can use some templates to apply automatically a machine certificate or user certificate to a group of machines or user, in the case of machines it can be get from the domain using GPO and in the case of user certificate it can be get manually or using GPO too.
    This is all about certificate installation . how about entire security policy which is used for EAP-TLS ?
    The EAP-TLS is the most secured method to use to authenticate devices in the network because you have certificates and you have trusted certificate authority that you trust and only devices who has certificates from these CAs will be allowed to access the network.
    Another method very secured is EAP-FAST with machine and user certificate that the ISE will validade both the machine and user certificate before allow this one to get access to the network.
    how will client wireless network adapter properties automatically configured with same SSID which is configured with EAP-TLS along with certificate validation ?
    You can apply it too using GPO in the Windows Server to a domain machine but when you have a machine that is not a domain machine you can use a user certificate to authenticate this one and need to install manually the user certificate in that machine to authenticate the user to wireless network and create SSID specifying the policy that is EAP-TLS.
    Remember that client machine needs to have the CA issuer for the Cisco ISE certificate to trust in the Cisco ISE and get access to the network and the opposite too (ISE needs to have the CA Issuer to trust in the client)
    I hope it helps.

Maybe you are looking for

  • Unable to create a report based on a text field which returns , separat val

    hi, i have created a sql report which fetches the values depending on values in text field, select * from emp where empno in :P2_xwhere P2_x is a text field, if i enter only one value then report is generated and if i enter two values separated by ",

  • Is it possible to create exception rule in Comparator sort order?

    I have been working on trying to learn how to use Comparators to sort Collections... In one of my recent experiments, I tried to order a PriorityQueue of String elements alphabetically, in ascending order, with one exception: any word beginning with

  • Help - Capture is creating separate clips **

    I'm using FCP 5 with a Sony HC-1 and it seems to find timecode breaks over all my tapes and even when i set the preference unchecked for "create new clip on timecode break" it seems to do it anyway. anyone see this before? thanks ~ imac g5   Mac OS X

  • Half-loaded page problem in IE6 (solved)

    Hello, I had a strange problem where the CSS page would only half-load only on some computers and only sometimes (all under IE6). When this problem occured, everything after the Flash content (integrated in a container layer using SWF object) would n

  • Configuring CCMS

    Folks, Can anyone please tell me 1) who shall work on CCMS configuration.... SAP Basis or XI developer? 2) What are high level steps involved in installation & configuration? thanks in advance, LSP